@import url('https://fonts.googleapis.com/css2?family=Audiowide&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&amp;display=swap');
.main-container {
    float: left;
    width: 100%;
}

.header {
    float: left;
    width: 100%;
    padding: 10px;
  }
.header-left {
    float: left;
    width: 100%;
}
.header-left img{
    float: left;
    width: 100%;
  
}
.logo {
    float: left;
    width: 100%;
}
.logo img {
   float: left;
    width: 100%;
}
.header-right {
    float: left;
    width: 100%;
}
.header-right img{
    float: left;
    width: 100%;
  
}
.banner_container {
    float: left;
    width: 100%;
}
.banner_container img{
    float: left;
    width: 100%;
}
.banner3
{
        width: 100%;
        float: left;
}
.banner3 img
{
        width: 100%;
        float: left;
}


.copyrt {
width: 100%;

float: left;  
text-align: center;
font-size: 20px;
font-family: 'PT Serif', serif;
padding: 20px;
color: black;
background: white;
}

.last-row
{
float: left;
width: 100%;
}
.cal
{

bottom: 30px;
left: 10px;
position: fixed;
z-index: 1111;

}

.whatsaapp img {
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
.cal img {
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.whatsaapp
{

bottom: 30px;
right: 16px;
position: fixed;
z-index: 1111;

}
.why-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    color: #ff0164;
    font-family: 'Audiowide', cursive;
}
.why-border {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 15px;
}
.why-border span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background: transparent;
    position: relative;
    z-index: 1;
    font-size: 60px;
    margin: 0 auto;
    color: #fff;
}

.why-border span::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #18184b;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
    border: 10px dashed #fff;
}
.why-border p{
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Aclonica', sans-serif;
    margin: 0px;
    padding: 10px 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #18184b;
    border-radius: 30px;
    font-family: 'PT Serif', serif;
}
.why-border:hover span::before
{
    transform: rotate(
360deg
);
-webkit-transform: rotate(
360deg
);

}
.top-header {
    float: left;
    width: 100%;
    padding: 5px 10px;
    background: #ff0164;
}
.top-header i{

    font-size: 25px;
    padding: 10px 0px;
    -webkit-animation: 0.3s blink alternate infinite;
    animation: 0.3s blink alternate infinite;
}
@-webkit-keyframes blink {
    from {color: #18184b;}
    to {color:#fff;}
  }
.top-header-logo i{
   
    font-size: 25px;
    padding: 0px;
    -webkit-animation: 0.6s blink1 alternate infinite;
    animation: 0.6s blink1 alternate infinite;
}
@-webkit-keyframes blink1 {
    from {color: #ff0164;}
    to {color:#fff;}
  }
.top-header-logo {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: 'PT Serif', serif;
    background: #18184b;
    border-radius: 0px 0px 50px 50px;
    padding: 10px 0px;
}
.top-header-right {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'PT Serif', serif;
    color: white;
}

.some-list {
    float: left;
    width: 100%;
    padding: 50px;
    position: relative;
z-index: 1;
background: url(../images/download.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.some-border {
    float: left;
    width: 100%;
    padding: 30px;
    background: #003a0d38;
    border-radius: 15px;
}
       

.some-left {
    float: left;
    width: 100%;
    padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.some-right {
    float: left;
  width: 100%;
  padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.some-list::before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #fffbfb5e;
    z-index: -1;
}
.some-border ul
{
    text-align: left;
    background: #18184b;
    padding: 20px 40px;
    width: 100%;
    color: #fff;
}
.some-border li{
    line-height: 43px;
    font-size: 20px;
    text-transform: capitalize;
    list-style: none;
    font-family: 'PT Serif', serif;
}
.some-border i{
   padding-right: 10px;
   animation: 0.3s blink3 alternate infinite;
}
@-webkit-keyframes blink3 {
    from {color: #fff;}
    to {color:#ff0164;}
  }
  .text4 {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: #18184b;
    color: white;
    font-size: 20px;
    font-family: 'PT Serif', serif;
}
.footer {
    float: left;
    width: 100%;
    background: black;
    padding: 50px 0px;
}
.footer-border {
    float: left;
    width: 100%;
  
}
.footer-header {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 25px;
    color: #ff0164;
    font-family: 'Audiowide', cursive;
    border-bottom: 1px solid white;
}
.foodesc {
    float: left;
    width: 100%;
    color: white;
    padding-top: 20px;
    font-size: 18px;
    font-family: 'PT Serif', serif;
}
.footer ul {
    list-style: none;
}
.footer i {
    padding-right: 5px;
    color: #ff0164;
}
.footer i a{
   
    color: #ff0164;
}
.footer a
{
    color: white;
}
.footer li:hover
{
    color: #ff0164;
}
.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.testi-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #ff0164;
    font-family: 'Audiowide', cursive;
}
.line1 {
    float: left;
    width: 100%;
    position: relative;
}
 .line1 img {
        display: table;
        margin: 0 auto;
        float: none;
    }
    .testi-sub {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #18184b;
        padding-bottom: 30px;
        font-family: 'PT Serif', serif;
    }

    .testi-border {
        float: left;
        width: 100%;
    }
    .testi-desc {
        float: left;
        width: 100%;
        padding: 15px;
        background: #ff0164;
        position: relative;
        border-radius: 20px;
       
    }
    .p {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-family: 'PT Serif', serif;
    }
    .testi-content {
        float: left;
        width: 100%;
        display: table;
    padding: 15px;
    border: 1px solid #18184b;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    }
    .tetsi-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid #18184b;
        float: left;
        overflow: hidden;
    }
    .tetsi-img img{
     width: 100%;
       
    }
    .tetsi-name {
        display: inline-block;
        margin: 0 0 0 55px;
        font-size: 25px;
        font-weight: bold;
        color: #18184b;
        position: relative;
        top: 22px;
    }
    .tetsi-name::before
    {
        content: "";
        width: 1px;
        height: 70px;
        background: #18184b;
        position: absolute;
        top: -8px;
        left: -15px;
    }
    .p::after
    {
        content: "";
        width: 20px;
        height: 20px;
        border-top: 20px solid #ff0164;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        margin: 0 auto;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
    }
    .coma {
        float: left;
        width: 100%;
    }
    .coma img {
        float: left;
        width: 10%;
    }
    .coma2 {
        float: right;
        width: 100%;
    }
    .coma2 img {
        float: right;
        width: 10%;
    }
    .text2 {
        float: left;
        width: 100%;
        background: black;
        padding: 15px;
        color: white;
        font-size: 25px;
        text-align: center;
    }
    .text2 a{
        animation: 0.3s blink3 alternate infinite; 
    }
    
    .about-us {
        float: left;
        width: 100%;
        padding: 50px 0px;
        position: relative;
    z-index: 1;
    }
    .about-us::before
    {
        content: "";
        position: absolute;
        width: 60px;
        height: 100%;
        top: 0px;
        right: inherit;
        bottom: inherit;
        left: 0px;
        margin: 0 auto;
        background: #ff0164;
        z-index: -1;
    }
    .abt-left {
        float: left;
        width: 100%;
        background: whitesmoke;
        padding: 10px;
    }
    .abt-title {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 25px;
        font-family: 'PT Serif', serif;
        color: white;
        position: relative;
    padding: 7px 0px 7px 15px;
    z-index: 1;
    }
    .abt-header {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 35px;
        padding-bottom: 20px;
        font-family: 'Audiowide', cursive;
        color: #18184b;
    }
    .abt-desc {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 18px;
        color: black;
        font-family: 'PT Serif', serif;
    }
    .abt-right {
        float: left;
        width: 100%;
        padding: 20px;
    }
    .abt-right img{
        float: left;
        width: 100%;
    }
    .abt-title::before
    {
        content: "";
        position: absolute;
        width: 220px;
        height: 100%;
        top: 0px;
        right: inherit;
        bottom: inherit;
        left: 0px;
        margin: 0 auto;
        z-index: -1;
        background: #ff0164;
        border-left: 5px solid #18184b;
    }
.abt-desc ul {
    font-size: 18px;
    color: black;
    list-style: none;
}
.abt-desc i
{
    animation: 0.3s blink3 alternate infinite; 
 padding-right: 10px;
}
.other-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background-color: #18184b;
    position: relative;
    z-index: 1;
}
.other-services::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 85%;
    top: 10%;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #fffbfb5e;
    z-index: -1;
}
.other-border {
    float: left;
    width: 100%;
}
.other-left {
    float: left;
    width: 100%;
   
}
.other-header::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 83%;
    top: 10%;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #ff0164;
    z-index: -1;
    border-left: 6px solid white;
}
.other-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: white;
    font-family: 'Audiowide', cursive;
    z-index: 1;
    position: relative;
}
.other-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-bottom: 30px;
    font-family: 'PT Serif', serif;
    padding-top: 5px;
}
.other-box {
    float: left;
    width: 100%;
    background: #ffffffc9;
    padding: 5px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.other-left-img {
    float: left;
    width: 100%;
}
.other-left-img img {
    display: table;
    margin: 0 auto;
    float: none;
    border-radius: 20px;
    width: 100%;
    border: 4px dotted #ff0164;
    padding: 10px;
}
.other-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-top: 5px;
    color: #ff0164;
    font-family: 'Audiowide', cursive;
    border-bottom: 1px solid #18184b;
}
.other-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'PT Serif', serif;
    color: #18184b;
  }
.other-call {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}
.other-call a {
    background: #ff0164;
    font-size: 20px;
    color: white;
    padding: 5px 20px;
    border-radius: 20px;
    font-family: 'PT Serif', serif;
}
.other-box:hover .other-left-img
{

    transition: 0.9s;
    transform: rotateX(360deg);
    }
    .other-call a:hover
    {
        background: white;
        color: #ff0164;
    }
    .best-service {
        float: left;
        width: 100%;
        padding: 50px 0px;
        background: linear-gradient( 
    180deg
     , #18184b 35%, #ff0164 35%);
    }
    .best-header {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 45px;
        padding-bottom: 30px;
        font-family: 'Audiowide', cursive;
        color: white;
    }
    .service-border {
        float: left;
        width: 100%;
        z-index: 1;
        position: relative;
        padding: 20px;
    }
    .service-border::before
    {
        content: "";
        position: absolute;
        width: 80%;
        height: 100%;
        top: 0px;
        right: 0px;
        bottom: inherit;
        left: 0px;
        margin: 0 auto;
        z-index: -1;
        background: #ffffffbd;
    }
    .best-border {
        float: left;
        width: 100%;
        padding: 10px;
        background: white;
    }
    .best-img {
        float: left;
        width: 100%;
       
    }
    .best-img img{
        float: left;
        width: 100%;
      
    }
    .best-title {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 25px;
        color: #18184b;
        font-family: 'Audiowide', cursive;
    }
    .contact-part {
        float: left;
        width: 80%;
        text-align: center;
        padding: 10px 0px;
    }
    .contact-part ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style: none;
    }
    .contact-part li
    {
        padding: 0px 5px;
    }
    .contact-part li a
     {
        position: relative;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        color: #ff0164;
        border: 1px solid #18184b;
      
        z-index: 1;
        padding: 4px 15px;
        font-size: 20px;
    }
    
    .contact-part li a:hover
    {
        color: #18184b;
        background: #ff0164;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }
    .best-border:hover .best-img {
       
        transition: 0.9s;
        transform: rotateY(360deg);
        }
    .best-border i.fa.fa-angle-right {
        font-size: 20px;
    }
    @media(min-width:320px) and (max-width:479px)
{
    .top-header-logo {
        font-size: 16px;
        border-radius: 0px 0px 25px 25px;
     }
     .top-header-logo i {
        font-size: 20px;
     }
     .col-sm-1 {
        display: inline;
        text-align: center;
        width: 50%;
        margin-left: 20%;
    }
    .top-header-right {
        font-size: 18px;
    }
    .logo {
        display: none;
    }
    .text4 {
        font-size: 18px;
    }
    .text2 {
        font-size: 18px;
    }
    .abt-title {
        font-size: 20px;
    }
    .abt-header {
        font-size: 30px;
    }
    .abt-desc {
        font-size: 17px;
    }
    .best-header {
        font-size: 35px;
    }
    .best-border {
        margin-bottom: 30px;
    }
    .best-title {
        font-size: 20px;
    }
    .contact-part li a {
        padding: 2px 5px;
        font-size: 18px;
    }
    .why-header {
        font-size: 35px;
    }
    .why-border {
        margin-bottom: 30px;
    }
    .other-header {
        font-size: 35px;
    }
    .other-header::before {
      
        width: 90%;
        height: 85%;
        top: 9%;
    }
    .other-title {
        font-size: 20px;
    }
    .some-list {
        padding: 10px;
    }
    .some-border li {
        line-height: 30px;
        font-size: 18px;
    }
    .some-border ul {
        padding: 5px;
    }
    .some-left {
        padding: 0px;
    }
    .some-right {
        padding: 0px;
    }
    .some-border {
        padding: 5px;
    }
    .testi-header {
        font-size: 35px;
    }
    .testi-sub {
        font-size: 18px;
    }
    .tetsi-name {
        display: inline-block;
        margin: 0 0 0 30px;
    }
    .testi-border {
        margin-bottom: 30px;
    }

}
@media(min-width:480px) and (max-width:639px)
{
    .top-header-logo {
        font-size: 16px;
        border-radius: 0px 0px 25px 25px;
     }
     .top-header-logo i {
        font-size: 20px;
     }
     .col-sm-1 {
        display: inline;
        text-align: center;
        width: 50%;
        margin-left: 25%;
    }
    .top-header-right {
        font-size: 18px;
    }
    .logo {
        display: none;
    }
    .text4 {
        font-size: 18px;
    }
    .text2 {
        font-size: 18px;
    }
    .abt-title {
        font-size: 20px;
    }
    .abt-header {
        font-size: 30px;
    }
    
    .abt-desc {
        font-size: 17px;
    }
    .best-header {
        font-size: 35px;
    }
    .best-border {
        margin-bottom: 30px;
    }
    .best-title {
        font-size: 20px;
    }
    .contact-part li a {
        padding: 2px 5px;
        font-size: 18px;
    }
    .why-header {
        font-size: 35px;
    }
    .why-border {
        margin-bottom: 30px;
    }
    .other-header {
        font-size: 35px;
    }
    .other-header::before {
      
        width: 100%;
        height: 85%;
        top: 9%;
    }
    .other-title {
        font-size: 20px;
    }
    .some-list {
        padding: 10px;
    }
    .some-border li {
        line-height: 30px;
        font-size: 18px;
    }
    .some-border ul {
        padding: 5px;
    }
    .some-left {
        padding: 0px;
    }
    .some-right {
        padding: 0px;
    }
    .some-border {
        padding: 5px;
    }
    .testi-header {
        font-size: 35px;
    }
    .testi-sub {
        font-size: 18px;
    }
    .tetsi-name {
        display: inline-block;
        margin: 0 0 0 30px;
    }
    .testi-border {
        margin-bottom: 30px;
    }
}
@media(min-width:640px) and (max-width:767px){
    .col-sm-1 {
        display: inline;
        text-align: center;
        width: 50%;
        margin-left: 25%;
    }
    .other-header::before {
      
        width: 100%;
        height: 85%;
        top: 9%;
    }
    .logo{
        display: none;
    }
    .best-border
    {
        margin-bottom: 30px;
    }
    .testi-border
    {
        margin-bottom: 30px;
    }
    .why-border
    {
        margin-bottom: 30px;
    }
}
@media(min-width:768px) and (max-width:991px){
   .logo{
        display: none;
    }
    .best-border
    {
        margin-bottom: 30px;
    }
    .testi-border
    {
        margin-bottom: 30px;
    }
    .why-border
    {
        margin-bottom: 30px;
    }
    .top-header-logo {
     
        border-radius: 0px 0px 10px 10px;
      
    }
    .top-header-right {
        font-size: 18px;
    }
    .header .col-sm-4
    {
        width: 100%;
    }
    .best-service .col-sm-4
    {
        width: 50%;
    }
    .testi .col-sm-4
    {
        width: 50%;
    }
    .other-services .col-sm-4
    {
        width: 50%;
    }
    .why-us .col-sm-3
    {
        width: 50%;
    }
    .footer .col-sm-4
    {
        width: 50%;
    }
    .some-list .col-sm-6
    {
        width: 100%;
    }
    .other-header::before {
        
        width: 100%;
    }
    .about-us .col-sm-7
    {
        width: 100%;
    }
    .about-us .col-sm-5
    {
        width: 100%;
    }
}
@media(min-width:992px) and (max-width:1200px){
    .other-header::before {
      
        width: 70%;
        height: 90%;
    }
    .other-services::before {
     
        top: 11%;
    }
}
@media(min-width:1201px) and (max-width:1650px){
    .other-header::before {
      
        width: 50%;
        height: 90%;
    }
    .other-services::before {
     
        top: 11%;
    }
}