.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;
    color: white;
    border: 2px solid #23ABE2;
    margin-right: 50px;
    width: auto !important;

}
.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 !important;
        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 ;
    /* padding: 16px;
    font-size: 16px; */
    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 16px;
    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;
}

.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 ;
}




.escocover-img {
    width: 100%;
    height: 300px;
    margin-top: 15px;
}


.esco-text {
    text-align: justify;
    letter-spacing: 0.5px;
    font-size: 17px;
}

.escologo {
    margin-top: 40px;
    height: 90px;
    width: 300px;
}
.esco-div {
margin: 30px 20px 0px 30px;
/* width: 80%; */
margin: auto;
}

.view {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}
.view-btn{
    border-radius: 4px;
  background-color: #e9ecef;
  border: none;
  text-align: center;
  font-size: 16px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  height: 35px;
}

.view-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
.view-btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
.view-btn:hover span {
    padding-right: 25px;
  }
  
.view-btn:hover span:after {
    opacity: 1;
    right: 0;
  }

@media (min-width:766px) {
    .more-btn{
        position: relative;
        left: 2px;    }
}
@media (min-width:576px) {
    .more-btn{
        position: relative;
        right: 45px;
    }
}
@media (max-width:480px) {
    .rfq-btn {
        margin-bottom: 50px;
    }
}
@media (min-width:598px) {
    .more-btn{
        position: relative;
        left: -25px;
    }
    .rfq-btn {
        position: relative;
        right: 25px;
        margin-bottom: 40px;
    }
}
@media (min-width:604px) {
    .more-btn{
        position: relative;
        left: -23px;
    }
    .rfq-btn {
        position: relative;
        right: 25px;
    }
}
@media (min-width:632px) {
    .more-btn{
        position: relative;
        left: -18px;
    }
    .rfq-btn {
        position: relative;
        right: 25px;
    }
}
@media (min-width:650px) {
    .more-btn{
        position: relative;
        left: -14px;
    }
    .rfq-btn {
        position: relative;
        right: 25px;
    }
}
@media (min-width:680px) {
    .more-btn{
        position: relative;
        left: 1.5px;
    }
    .rfq-btn {
        position: relative;
        right: 35px;
    }
}
@media (min-width:738px) {
    .more-btn{
        position: relative;
        left: -1px !important;
    }
    .rfq-btn {
        position: relative;
        right: 25px;
    }
}
@media (min-width:768px) {
    .more-btn{
        position: relative;
        left: -53px !important;
    }
    .rfq-btn {
        margin-left: 25px;
    }
}
@media (min-width:780px) {
    .more-btn{
        position: relative;
        left: -50px;
    }
    .rfq-btn {
        position: relative;
        right: 18px;
    }
}
@media (min-width:790px) {
    .more-btn{
        position: relative;
        left: -45px !important;
    }
    .rfq-btn {
        margin-left: 15px;
    }
}
@media (min-width:804px) {
    .more-btn{
        position: relative;
    left: -40px !important; 
   }
    .rfq-btn {
        position: relative;
        right: 25px;
    }
}
@media (min-width:832px) {
    .more-btn{
        position: relative;
        left: -25px !important;
    }
    .rfq-btn {
        position: relative;
        right: 25px;
    }
}
@media (min-width:852px) {
    .more-btn{
        position: relative;
        left: -21px !important;
    }
    .rfq-btn {
        position: relative;
        right: 45px !important;
    }
}
@media (min-width:861px) {
    .more-btn{
        position: relative;
        left: -17px;
    }
    .rfq-btn {
        position: relative;
        right: 25px;
    }
}
@media (min-width:877px) {
    .more-btn{
        position: relative;
        left: -10px !important;
    }
    .rfq-btn {
        position: relative;
        right: 30px;
    }
}
@media (min-width:903px) {
    .more-btn{
        position: relative;
        left: -2px !important;
    }
}
@media (min-width:995px) {
    .more-btn{
        position: relative;
        left: -80px !important;
    }
    .rfq-btn {
        position: relative;
        left: -18px;
    }
}
@media (min-width:1020px) {
    .more-btn{
        position: relative;
        left: -65px !important;
    }
    .rfq-btn {
        position: relative;
        right: 30px;
    }
}
@media (min-width:1050px) {
    .more-btn{
        position: relative;
        left: -58px !important;
    }
    .rfq-btn {
        position: relative;
        right: 55px !important;
    }
}
@media (min-width:1086px) {
    .more-btn{
        position: relative;
        left: -45px !important;
    }
    .rfq-btn {
        position: relative !important;
        left: -40px;
    }
}
@media (min-width:1120px) {
    .more-btn{
        position: relative;
        left: -30px !important;
    }
    .rfq-btn {
        position: relative !important;
        left: -50px !important;
    }
}
@media (min-width:1154px) {
    .more-btn{
        position: relative;
        left: -20px !important;
    }
    .rfq-btn {
        position: relative;
        left: -65px !important;
    }
}
@media (min-width:1190px) {
    .more-btn{
        position: relative;
        left: -5px !important;
    }
    .rfq-btn {
        position: relative;
        left: -65px !important;
    }
}
@media (min-width:1200px) {
    .more-btn{
        position: relative;
        left: -90px !important;
    }
    .rfq-btn {
        position: relative;
        left: 20px !important;
    }
}
@media (min-width:1249px) {
    .more-btn{
        position: relative;
        left: -70px !important;
    }
    .rfq-btn {
        position: relative;
        left: 9px !important;
    }
}
@media (min-width:1274px) {
    .more-btn{
        position: relative;
        left: -60px !important;
    }
    .rfq-btn {
        position: relative;
        left: 4px !important;
    }
}
@media (min-width:1320px) {
    .more-btn{
        position: relative;
        left: -40px !important;
    }
    .rfq-btn {
        position: relative;
        left: -15px !important;
    }
}
@media (max-width:575px) {
    .view{
        margin: 0 150px 0 150px;
    }
}
@media (max-width:568px) {
    .view{
        margin: 0 10px 0 170px;
    }
}
@media (max-width:473px) {
    .view{
        margin: 0 120px 0 120px;
    }
}
@media (max-width:484px) {
    .view{
        margin: 0 120px 0 140px;
    }
}
@media (max-width:442px) {
    .view{
        margin: 0 0px 0 110px;
    }
}
@media (max-width:417px) {
    .view{
        margin: 0 10px 0 90px;
    }
}

@media (max-width:379px) {
    .view{
        margin: 0 90px 0 60px;
    }
}
@media (max-width:320px) {
    .view{
        margin: 0 0px 0 50px;
    }
}
.hr1 {
    height: 3px !important;
}
.products-list {
    margin-top: 60px;
    padding-bottom: 40px;
    justify-content: center;
    padding-left: 150px;
    padding-top: 40px;
    background-color: #23ABE2;
    color: white;
    letter-spacing: 1px;
    margin: auto;
    width: 100%;
}

.prod-list li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: larger;
    letter-spacing: 1px;
}
@media  (max-width:908px){
    .products-list li {
        letter-spacing: 0px !important;
        font-size: medium;
    }
    .products-list {
        padding-left: 80px !important;
    }
}
@media (min-width:1165px) {
    .prod-list li {
        margin-left: 00px;
    }
}


.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);
}