.body-div {
    max-width: 1600px;
    margin: auto;
}
.logo {
    height: 50px;
    margin-left: 25px;
    margin-right: 90px;
} 
@media (max-width:1242px) {
    .logo {
        margin-right: 10px;
    }
}
@media (max-width:414px) {
    .logo {
        margin-left: 7px !important;
        margin-right: 0px !important;
        width: 250px !important;
    }
}
@media (max-width:360px) {
    .logo {
        margin-left: 2px !important;
        margin-right: 0px !important;
        width: 250px !important;
    }
    .navbar-toggler{
        width: 45px !important;
        font-size: 1.2rem;
        padding: 0em !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}
@media (max-width:320px) {
    .logo {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 228px !important;
    }
    .navbar-toggler{
        width: 35px !important;
        font-size: 1em;
        padding: 0em !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler:active {
    border: 2px solid #23ABE2 !important;
}
nav {
    width: 100% !important;
    border-bottom: 2px solid rgb(202, 201, 201);
    
}
@media screen and (max-width:1125px) {
    .navbar {
        font-size: 13px;
    }    
}
.search-button {
    background-color: #23ABE2 !important;
    color: white !important;
    border: 2px solid #23ABE2;
    margin-right: 50px !important;
    width: auto !important;
}
@media (width:1024px) {
    .search-button{
        font-size: small !important;
        margin-left: 50px !important;
    }
    .nav-item {
        margin-left: -10px !important;
        letter-spacing: 0;
    }
}
.search-button:hover {
    background-color: #23abe2;
    color: white;
    border: 1px solid rgb(209, 209, 209);
    box-shadow: 3px 3px 3px #23ace2b2;
}

@media (max-width:1050px) {
    .search-button{
        width: 100px;
        font-size: 10px;
        margin-right: 5px;
        letter-spacing: 0;
    }
    
}
@media (max-width:986px) {
    .search-button{
        width: 170px !important;
        font-size: 13px;
        margin-right: 5px;
        letter-spacing: 0;
    }
    
}
.nav-item {
    margin-left: 5px;
    margin-right: 5px;
    letter-spacing: 1px;
}
@media (max-width:1050px){
    .nav-item{
    margin-left: 5px;
    margin-right: 5px;
    letter-spacing: 0;
}
}
@media (max-width:1298px){
    .nav-item{
    margin-left: 2px;
    margin-right: 2px;
    letter-spacing: 0;
}
}
@media (max-width:1155px){
    .nav-item{
    margin-left: 1px;
    margin-right: 1px;
    letter-spacing: 0;
    font-size: small;
}
}



.dropbtn {
    background-color:transparent !important ;
    border: none;
  }
  .drop-items:hover {
      color: #23ABE2;
      border-left: 6px solid #23ABE2;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;

  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fafbfd;
    min-width: 160px;
    width: 200px;
    margin: auto !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
  }
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
      background-color: none;
    }
*{
    font-family: "sans-pro";
    margin: 0 0 0 0;
    padding: 0 0 0;
}
.navbar {
    background-color: #fafbfd !important ;
}
@media (min-width:1024px) {
    .navbar {
        height: 110px;
    }
}
.nav-link, .dropbtn {
    color: black !important;
    font-weight: 600;
    font-family: "sans-pro";
}
@font-face {
    font-family: "sans-pro";
    src: url(fonts/SourceSansPro-Regular.ttf);
}
.nav-link:hover {
    font-weight: bold;
    color: #23ABE2 !important;
    border-bottom: 2px solid #23ABE2;
}

.carouselbtn {
    border: 1px solid grey ;
    width: 100px;
    height: 40px;
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
}
.carouselbtn:hover {
    color: #23ABE2;
}
.carouselbtn:active {
    background-color: black;
}


.featured-heading {
    font-weight: bolder;
    font-size:42px ;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 40px;
    color: #23ABE2;
}
.testimonial {
    text-align: justify;
}
.brands-heading {
    font-weight: bolder;
    font-size:40px ;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 60px;
    color: #23ABE2;
    margin-bottom: 20px;
}
.slick-carousel {
    margin: 0 auto;
    width: 80%;
    height: 100px;
    margin: auto !important;
  }
/* @media (max-width:411px) {
    .slick-carousel {
        width: 100% !important;
        margin: auto !important;
    }
} */
  /* The width of each slide */
  .slick-slide {
    width: 350px;
  }
  
  /* Color of the arrows */
  .slick-next::before, .slick-prev::before {
    color: blue;
  }
  .brands-img {
     
      width: 200px !important;
    margin: 0px 0px !important; 
 }
@media (max-width:425px) {
    .brands-img {
        margin-left: 60px !important;
    }
}
@media (max-width:375px) {
    .brands-img {
        margin-left: 40px !important;
    }
}
@media (max-width:320px) {
    .brands-img {
        margin-left: 30px !important;
    }
}
.zealway {
    width: 100px
}








@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

.owl-carousel {
    margin-bottom: 40px;
    margin-top: -500px;
}
 .owl-carousel .owl-item {
     transition: all 0.3s ease-in-out
 }

 .owl-carousel .owl-item .card {
     padding: 30px;
     position: relative
 }

 .owl-carousel .owl-stage-outer {
     overflow-y: auto !important;
     padding-bottom: 40px
 }

 .owl-carousel .owl-item img {
     height: 200px;
     object-fit: cover;
     border-radius: 6px
 }

 .owl-carousel .owl-item .card .name {
     position: absolute;
     bottom: -20px;
     left: 33%;
     color: white;
     font-size: 1.1rem;
     font-weight: 600;
     background-color: #23ABE2;
     padding: 0.3rem 0.4rem;
     border-radius: 5px;
     box-shadow: 2px 3px 5px #aaaaac
 }

 .owl-carousel .owl-item .card {
     opacity: 0.2;
     transform: scale3d(0.8, 0.8, 0.8);
     transition: all 0.3s ease-in-out
 }

 .owl-carousel .owl-item.active.center .card {
     opacity: 1;
     transform: scale3d(1, 1, 1)
 }

 .owl-carousel .owl-dots {
     display: inline-block;
     width: 100%;
     text-align: center
 }

 .owl-theme .owl-dots .owl-dot span {
     height: 20px;
     background: #23ABE2 !important;
     border-radius: 2px !important;
     opacity: 0.8
 }

 .owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
     height: 13px;
     width: 13px;
     opacity: 1;
     transform: translateY(2px);
     background: #23ABE2 !important
 }

 @media(min-width: 480.6px) and (max-width: 575.5px) {
     .owl-carousel .owl-item .card .name {
         left: 24%
     }
 }

 @media(max-width: 360px) {
     .owl-carousel .owl-item .card .name {
         left: 30%
     }
 }

 .footer {
    background: #242424;
    padding-top: 70px;
    padding-bottom: 0;
    width: 100%;
    font-size: larger;
    letter-spacing: 0.5px;
    
}
.menu {
    margin-top: 13px;
}
@media (max-width:414px) {
    .footer__widget {
        position: relative;
        bottom: 55px;
    }
    .fa-facebook-official ,.fa-instagram ,.fa-twitter-square {
        margin-bottom: 0px !important;
    }
}
.footer__widget a {
    font-size: 15px !important;
}
.copyright-row {
    background-color: #23ABE2;
    padding-left: 8% ;
    padding-top: 8px;
}
.footer li,.footer a,.footer_copyright_text {
    color: white !important;
}
.fa-facebook-official ,.fa-instagram ,.fa-twitter-square {
    font-size: 34px !important;
    color: #23ABE2 !important;
    margin: 10px 3px 0 2px;
}
.fa-facebook-official:hover ,.fa-instagram:hover ,.fa-twitter-square:hover {
    color: white !important;
}
@media (min-width: 576px)
.container, .container-sm {
    max-width: 540px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 576px)
.col-sm-6 {
    
    flex: 0 0 50%;
    max-width: 50%;
}
.footer__about {
    /* margin-bottom: 30px; */
}
.footer_about_logo a {
    display: inline-block;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
ul, ol {
    padding: 0;
    margin: 0;
}
.footer__about ul li {
    position: relative;
    bottom: 52px;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    list-style: none;
}
@media (min-width: 576px)
.col-sm-6 {
    
    flex: 0 0 50%;
    max-width: 50%;
}
.footer__widget {
    margin-bottom: 30px;
    overflow: hidden;
}
.footer__widget a:hover{
    border-bottom: 1px solid #23ABE2;
border-bottom-width:2px  ;
}
.footer__widget h6 {
    color: #000000;
    font-weight: 700;
    /* margin-bottom: 10px; */
}
.footer__widget ul {
    width: 50%;
    float: left;
}
.footer__widget ul li {
    list-style: none;


}
.footer__widget ul li a {
    color: #070707;
    font-size: 14px;
    line-height: 32px;
}
@media (max-width:485px) {
    footer {
        padding-left: 20px;
    }
    
}
a {
    text-decoration: none;
    background-color: transparent;
}

form {
    display: block;
    margin-top: 0em;
}
.footer__widget form input {
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    color: #1c1c1c;
    height: 46px;
    border: 1px solid #ededed;
}
button, input {
    overflow: visible;
}
.footer__widget form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 26px;
    height: 100%;
}
.site-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    width: 100px;
    background-color: #23ABE2;
    border: none;
}
.footer__widget p {
    font-size: 14px;
    color: #1c1c1c;
    margin-bottom: 30px;
}
.footer__widget form {
    position: relative;
    margin-bottom: 30px;
}
.footer_widget .footerwidget_social a {
    display: inline-block;
    height: 41px;
    width: 41px;
    font-size: 16px;
    color: #404040;
    border: 1px solid #ededed;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    background: #ffffff;
    transition: all, 0.3s;
    margin-right: 10px;
}

.fa-facebook, .fa-twitter, .fa-whatsapp {
    font-size: 45px !important;
    color: rgb(255, 255, 255);
    margin: 10px;
}
.fa-map-marker,.fa-phone-square,.fa-envelope{
    color: #23ABE2;
}
.contact {
    font-weight: bold;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid #23ABE2 ;
}

/* 
@media (min-width:1600px) {
    .home-body {
        width: 80%;
        margin: auto !important;
    }
} */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    font-weight: 500;
  }
  .container {
    margin: 0 auto;
  }
  header {
    height: 53px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 50px 0;
  }
  header h1 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding: 0;
    margin: 0 0 15px;
  }
  header span {
    font-size: 12px;
    color: #333;
  }
  main {
    display: flex;
    flex-wrap: wrap;
  }

  /* @media (max-width:321px) {
      .content,.container {
          margin-left: -1000px;
      }
  } */
  .normal,
  .hover {
    flex: 1;
    padding: 0 25px;
    margin-bottom: 30px;
  }
  .demo-title {
    color: #666;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .module {
    min-width: 270px;
    height: 470px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s linear 0s;
    overflow: hidden;
    position: relative;
  }
  .module:hover {
    box-shadow: 0 1px 25px 0 rgba(173, 167, 167, 0.3);
  }
  .thumbnail {
    position: relative;
    overflow: hidden;
    background: black;
  }
  .thumbnail img {
    width: 120%;
    transition: all 0.3s;
  }
  .module:hover .thumbnail img {
    transform: scale(1.1);
    opacity: 0.6;
  }
  
  .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #23ABE2;
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
  }
  .date div:first-child {
    font-size: 18px;
    line-height: 1.2;
  }
  .content {
    position: absolute;
    width: 100%;
    height: 178px;
    bottom: 0;
    background: #fff;
    padding: 30px;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  }
  .module:hover .content {
    height: 315px;
  }

  .content .category {
    position: absolute;
    top: -34px;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    background: #23ABE2;
    padding: 10px 15px;
    font-weight: bold;
  }
  .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
  }
  .sub-title {
    margin: 0;
    padding: 0 0 20px;
    color: #23ABE2;
    font-size: 20px;
    font-weight: 400;
  }
  .description {
    color: #666666;
    font-size: 16px;
    line-height: 1.8em;
    height: 0;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  }
  @media (max-width:991px) {
      .esco-news {
      height: 270px;
  }
  }
  
  @media (max-width:414px) {
      .description {
          font-size: 14px !important;
          line-height: 25px;
      }
      .title {
          font-size: 19px !important;
      }
  }
  .module:hover .description {
    height: 100px !important;
  }
  .meta {
    margin: 30px 0 0;
    color: #999999;
  }
@media (width:320px) {
    .normal, .hover {
        position: relative;
        right: 18px;
        }
}

  

  
 
.modal-title {
    font-size: 2em;
    font-weight: 700 ;
    background-color: #23ABE2;
    color: white;
}
.seminor-login-modal-body .close{
    position: relative;
    top: -55px;
    height: 0px;
   border: none !important;
   background-color: none !important;
   }
.fa-times-circle{
    font-size:36px !important;
    color: #23ABE2;
    background-color: white;
    border-radius: 16px;
}

@media (max-width:1680px) {
    .seminor-login-modal-body .close {
        position: relative;
        left: 472px;
        top: -75px;
        
    }
   }
   @media (max-width:480px) {
    .seminor-login-modal-body .close {
        position: relative;
        left: 414px !important;
        top: -75px !important;
        
    }
   }
@media (max-width:414px) {
    .seminor-login-modal-body .close {
        position: relative;
        left: 351px !important;
        top: -75px !important;
        
    }
   }
   @media (max-width:375px) {
    .seminor-login-modal-body .close {
        position: relative;
        left: 312px !important;
        top: -75px !important;
        
    }
   }
   @media (max-width:360px) {
    .seminor-login-modal-body .close {
        position: relative;
        left: 270px !important;
        top: -75px !important;
        
    }
   }
   @media (max-width:320px) {
    .seminor-login-modal-body .close {
        position: relative;
        left: 245px !important;
        top: -122px !important;
        
    }
   }
   .seminor-login-modal-body .close{
       opacity:0.75;
   }
   
   .seminor-login-modal-body .close:focus, .seminor-login-modal-body .close:hover {
       color: #39e8b0;
    opacity: 1;
    text-decoration: none;
    outline:0;
   }
   
   .seminor-login-modal .modal-dialog .modal-content{
       border-radius:0px;
   }
   
   /* form animation */
   .seminor-login-form .form-group {
     position: relative;
     margin-bottom: 1.5em !important;
   }
   .seminor-login-form .form-control{
    border: 0px solid #ced4da !important;
    border-bottom:1px solid #adadad !important;
    border-radius:0 !important;
   }
   .seminor-login-form .form-control:focus, .seminor-login-form .form-control:active{
    outline:none !important;
    outline-width: 0;
    border-color: #adadad !important;
    box-shadow: 0 0 0 0.2rem transparent;
   }
   *:focus {
    outline: none;
   }
   .seminor-login-form{
    padding: 2em 0 0;
   }
   
   .form-control-placeholder {
   position: absolute;
   top: 0;
   padding: 7px 0 0 13px;
   transition: all 200ms;
   opacity: 0.5;
   border-top: 0px;
   border-left: 0;
   border-right: 0;
   }
   
   .form-control:focus + .form-control-placeholder,
   .form-control:valid + .form-control-placeholder {
   font-size: 75%;
   -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
   opacity: 1;
   }
   
   .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
   }
   .checkmark-box {
    position: absolute;
    top: -5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #adadad;
   }
   .container-checkbox {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.1;
   }
   .container-checkbox input:checked ~ .checkmark-box:after {
    color: #fff;
   }
   .container-checkbox input:checked ~ .checkmark-box:after {
    display: block;
   }
   .container-checkbox .checkmark-box:after {
    left: 10px;
    top: 4px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
   }
   .checkmark:after, .checkmark-box:after {
    content: "";
    position: absolute;
    display: none;
   }
   .container-checkbox input:checked ~ .checkmark-box {
    background-color: #f58220;
    border: 0px solid transparent;
   }
   .btn-check-log .btn-check-login {
    font-size: 16px;
    padding: 10px 0;
   }
   button.btn-check-login:hover {
       color: #fff;
       background-color: #23ABE2;
       border: 2px solid #23ABE2;
   }
   .btn-check-login {
    color: #23ABE2;
    background-color: transparent;
    border: 2px solid #23ABE2;
    transition: all ease-in-out .3s;
   }
   .btn-check-login {
    display: inline-block;
    padding: 12px 0;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0;
    width: 100%;
   }




   /* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
    -webkit-transition: all 0.6s ease-out !important;
    -moz-transition: all 0.6s ease-out !important;
    -o-transition: all 0.6s ease-out !important;
    -ms-transition: all 0.6s ease-out !important;
    transition: all 0.6s ease-out !important;
}

.navbar.scrolled {
    background: rgb(35, 171, 226) !important; /* IE */
    background: rgba(250, 251, 253, 0.95) !important; /* NON-IE */
    box-shadow: 0 2px 5px rgb(221, 220, 220);
}





