@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=League+Spartan:wght@100..900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&display=swap');

*{
    text-decoration: none!important;
    box-sizing: border-box!important;
}

body,html{
    scroll-behavior: smooth;
}

body {
    background-color:#FAFAFA!important;
    color: #111;
    font: 62.5% "Roboto","Arial","Helvetica",sans-serif;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    }

    .navbar{
        padding:0rem 0rem!important;
        transition: .5s!important;
        
    }

    .navbar{
        background: #208599!important;
   
    }
.mynav{
      border-radius: 5px;
}
    .navbar-nav{
    color: white;
}

.tp-sec1{
    
    color: white;
    padding:8px 0px;
   
}

.tp-sec1 .fa{
    color:goldenrod;
}

.t-right{
    margin-right: 40px;
}




.navbar-collapse{
    bckground: linear-gradient(-14deg , black 60% , gold 50%);
}

.navbar-brand{
    transition: .5s!important;
}

#logo img{
    height: 50px;
}
.nav-link{
    color:white!important;
    padding: 15px  30px!important;
    font-weight: 600;
}

.cont{
display: inline-flex;;
}
.cont span{
    margin-right: 10px;
}

.so{
    margin-top:22px;
    text-align: right;
}
.so .fa{ 
    color:#208599;
    padding:8px 10px;
    font-size: 27px;
}

bo{
    font-size: 25px;
    color:#3D60AA;
    
}

.so a{
    font-size: 18px;
    color:#3D60AA;
}

.so-icons span{
    margin-right: 20px;
    font-size: 17px;
}

.top-head{
  background: white;
}

.logo-sec{
    color:black;
    margin-left: 27px;
}
@media screen and (max-width:700px){
    .navbar-nav{
        margin-left:0%!important;
        padding-left:25px!important;
    }
    .logo-sec{
        margin-left: 0px!important;
    }
}

.ab-sec h2{
    color: #F4A896;
}
.social-icon{
    position: fixed;
    left:2px;
    bottom: 40px;
    z-index: 999;
    padding: 10px;
}

.social-icon p{
    background: #1CCACD;
    color:white;
    padding:10px 12px;
   
}

.social-icon p:hover{
   
    background: #1CCACD;
}
#lgo{
    font-size: 27px;
    font-family: cursive;
    color: white;
    transition: 0.5s;
    display: none;
}


.sec-al{
    padding: 40px 10px;
}

.head-titles{
    
}

.right{
    text-align: right;
}

.w-sec11{
    padding: 10px;
    background: white;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    height: 170px;
    text-align: center;
    border-right: 6px solid #208599;
    border-left: 6px solid #208599;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.why-sec {
    padding:75px 0;
}

b1{
       color: #208599;
       font-weight: 700;
       font-size: 15px;
}

.head-titles{
    margin:25px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #F4A896;

}
.w-sec11 span .fa{
    right: -32px;
    font-size: 40px;
    background: #208599;
    color: white;
    padding: 8px;
    border-radius: 50%;
    top: 25%;
}

.line0{
    line-height: 32px;
    padding-top: 10px;
}
.w-sec11 span{
    display: block;
    text-align: center;
}

.w-sec{
    padding: 30px;
}
.w-sec2{
     background-color: #fafafa;
    height: 100%;
}
.m-200{
    margin-left: 200px;
}
.why{
    background: url('../img/Cover.jpg') no-repeat left;
    background-size: cover;
    background-attachment: fixed;
}

.why .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
    background: #000000bf;
}
.products-sec{
    background: white;
}

img{
    max-width: 100%;
}

.pimg{
    overflow: hidden;
}
.pimg img{
    transition: 0.5s ease-out;
}


.pr-sec a{
    box-shadow: 0px 0px 21px !important;
}

.psec{
    margin-bottom: 30px;
    box-shadow: 0px 0px 21px !important;
    text-align: center;
    padding: 0 0 15px;
    overflow: hidden;
    cursor: pointer;
}

.psec:hover .pimg img{
    transform: scale(1.10);
}

.psec:hover h4{
color: #208599;
}

footer{
padding: 80px 20px;
background: #111111;
position: relative;
color:white;
}


footer:after{
    content: '';
    position: absolute;
    width: 300px;
    height: 50px;
    background: #208599;
    right: -17px;
    top: -26px;
    border-radius: 50px;
}

footer::before{
    content: '';
    position: absolute;
    width: 300px;
    height: 50px;
    background: #208599;
    left: -17px;
    top: -26px;
    border-radius: 50px;
}

.foot-head{
 color: #F4A896;
font-size: 27px;
font-weight: 600;
}

.flogo{
    height: 90px;
}

.quick a, .fpro a{
    display: block;
    color: white;
    margin:5px 0;
    transition: 0.5s;
}

.quick a:hover,.fpro a:hover{
    color:#208599;
}

.copyright{
    padding: 10px;
    background: #208599;
    color: white;
    font-weight: 600;
}

.social-links{
    text-align: right;
}
.social-links .fa{
    font-size: 18px;
    color: white;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    background: #F4A896;
    padding: 6px;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: inset 0 0 10px #9b497a;
}

footer .social-links .fa{
    font-size: 18px;
    color: white;
    margin: 0 5px;
    background: #208599;
    width: 30px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 25px;
}

.right img{
    border-radius: 50%;
    margin: 10px 30px;
    transition: 0.3s ease-in;
}

.right img:hover{
    transform: scale(1.10);
}


@media screen and (min-width: 1100px){
    .dropdown:hover .dropdown-menu{
        display: block;
        animation: drop-move 0.5s 1 ease-in ;
        }
}

.fa-bars{
    font-size: 25px;
    color: white;
}

.w-sec2-1{
    display: none;
    overflow: hidden;
}
.w-sec2-1 img{
    transform: rotate(20deg);
    margin-top: 89px;
}

.pdesc h4{
    font-size: 20px;
    margin-top: 10px;
    transition: 0.5s;
}
.cont-sec-f {
    padding: 20px;
    text-align: center;
}

.cont-icons {
    text-align: center;
    margin: 15px;
}


.cont-icons .fa {
    font-size: 32px;
    background:  #208599;
    padding: 15px 14px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    color: whitesmoke;
}

.cont-info a{
    color: #000;
}
.cont-info p{
    font-weight: 600;
}

.cont-form {
    padding: 30px 0;
}

.cont-form input {
    /* border: none; */
    border: 1px solid #208599;
    border-radius: 25px;
    padding-left: 15px;
    height: 45px;
    font-family: sans-serif!important;
}

.cont-form textarea{
    border: 1px solid #208599;
    border-radius: 25px;
    padding-left: 15px;
    padding-top: 25px;
    resize: none;

    font-family: sans-serif!important;


}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none!important;
    outline: 0;
    box-shadow: none!important;
}

.read-btn{
    background-color: #208599;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 25px;
}

.foot-item .fa{
    margin-right: 15px;
    font-size: 13px;
}

.foot-item a{
    color: #fff;
    transition: 0.5s;
}


.foot-item a:hover{
    color: #208599;
}
@media screen and (max-width: 700px){
   .w-sec11{
       width: 100%;
       line-height: 24px!important;
       height: auto;
       padding: 20px 0;
       border-top: 6px solid #208599;
       border-bottom: 6px solid #208599;
       border-right: none;
       border-left: none;
   }

   .tpsec2{
       display: none;
   }

   .cont-sec-f p{
       text-align: center;
   }

   .why-sec {
       padding: 75px  10px!important;
   }

   .logo-sec{
       text-align: center;
   }

   P{
       text-align: justify;
   }

   footer{
       padding:55px 20px;
   }

   .logo-font{
       font-size: 20px!important;
   }

   .m-200{
       margin-left: 0;
   }

   .line0{
       line-height: 10px;
   }

   .right{
       text-align: center;
   }

   .social-links {
       display: none;
   }

   .top-head{
       height: auto;
   }

   .fa-bars{
    margin-top: 6px;
    margin-left: 40px;
   }
   .owl-dots{
       display: none;
   }

   .w-sec11 span .fa{
       position: relative;
       right: 0;
     
   }

   .top-cont{
       display: none;
   }

   button:focus{
       outline: none!important;
       box-shadow: none;
   }

   .foot-sec{
       margin-top: 20px;
   }

   .left{
       text-align: center;
   }

    .text-right div{
       text-align: center!important;
   }

   .text-right p{
       text-align: center;
   }

   .foot-logo{
       text-align: center!important;
   }

   .foot-logo p{
       text-align: center;
   }
}

@keyframes drop-move{
    0%{
        margin-top: 40px;
    }

    100%{
        margin-top: 0px;
    }
}

.dropdown-menu{
    border-top: 4px solid #f5a996!important;
    position: relative;
    padding: 1.5rem 0!important;
}

.dropdown-menu::after{
    content: '';
    position: absolute;
    top: -17px;
    left: 17%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: white;
}

.mynav .dropdown-item{
    padding: .25rem 3rem;
}


.dropdown-item:hover{
    background-color:#208599!important;
    color: white!important;
}

.carousel-item img{
    width: 100%;
}

@media (min-width: 1200px){
.m-container {
    max-width: 1340px;
}

.why .m-container{
    max-width: 100%;
}

}

body,html{
    overflow-x:hidden;
}

.logo-font{
    font-size: 27px;
    font-weight: 600;
}

.achievment{
    background: url('../img/back.png') no-repeat left;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}
.achi-back{
    padding: 30px 0;
    background: #000000bf;
}

#txt,#txt2,#txt1{
    font-size: 40px;
}

.why-icon, .ach-icon{
    height: 100px;
}

.why-sec .row{
  justify-content: center;
}
.col-2{
   
    flex: 0 0 18.97%!important;
    max-width: 18.97%!important;
}

.fh5co-feature{
    text-align: center;
    margin-bottom: 30px;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    padding: 6px;
}


.ssec{
    margin-bottom: 30px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 0 2px;
}

.ssec .pdesc{
    padding: 10px 0;
}
.ssec .pimg{
    overflow: hidden;
}
.ssec .pimg img{
    transition: 0.5;
}
.ssec:hover .pimg img{
    
transform: scale(1.10);
}




 .nav-tabs .nav-link{
     color: #111!important;
 }

 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #208599!important;
    color:#fff!important;
    }
    

    .ft-sec{
        display: inline-flex;
    }

    .ft-sec p:nth-child(1){
        margin-right: 15px;
        width: 70px;
    }

    space{
        padding-left: 50px;
    }

    @media(max-width: 767px){
        .ft-sec{
            display: block;
        }

        space{
            padding-left: 0px;
        }
    
    }





    /* validation css start*/
/* captcha section in form start */
.captcha-sec .form-floating input {
    width: 50%;
}

.captcha-sec .form-floating p {
    background: var(--primary);
    color: #fff;
    padding: 10px 20px;
    margin: 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 5px;
    width: 50%;
    text-align: center;
    letter-spacing: 10px;
    background: url(../img/banner/captcha.jpeg);
    font-family: "League Spartan", serif;

}

.captcha-sec .form-floating button {
    /* width: 50%; */
    border: none;
    outline: none;
    background: #e2dfdf;
    font-size: 20px;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0 5px;
    background: #208599;
    color: #ffffff;
}

/* captcha section in form end */
/* validation css end*/





/* breadcrumb  */
.sub-banner nav {
    background-color: #F5A996;
    position: relative;
    z-index: 2;
  }
  .sub-banner .sub-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5rem 0;
  }
  .sub-banner nav .breadcrumb {
    background-color: transparent;
    margin: 0;
  }
  
  .sub-banner nav .breadcrumb .breadcrumb-item {
    color: #fff;
  }
  
  .sub-banner nav .breadcrumb .breadcrumb-item a {
    color: #fff;
  }
  
  /* .sub-banner nav .breadcrumb .breadcrumb-item a::after {
    content: "\f178"; 
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 20px;
  } */


  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: none !important;
}

/* enquiry  */
.enquiry-sec .enquiry-start .enquiry-img img{
    width: 100%;
}
.enquiry-sec .enquiry-start .enquiry-content p{
    text-align: justify;
    font-size: 19px;
}