.body-div {
    max-width: 1600px;
    margin: auto;
}
.logo {
    height: 50px;
    margin-left: 15px;
    margin-right: 80px;
} 
@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:375px) {
    .logo {
        margin-left: 2px !important;
        margin-right: 0px !important;
        width: 240px !important;
    }
    .navbar-toggler{
        width: 45px !important;
        font-size: 1.2rem !important;
        padding: 0em !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}
@media (max-width:360px) {
    .logo {
        margin-left: 2px !important;
        margin-right: 0px !important;
        width: 240px !important;
    }
    .navbar-toggler{
        width: 45px !important;
        font-size: 1.2rem !important;
        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: 220px !important;
    }
    .navbar-toggler{
        width: 35px !important;
        font-size: 1em !important;
        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 !important;
        margin-right: 5px !important;
        letter-spacing: 0 !important;
    }
    
}
@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 ;
    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;
}

.myBtn{
    cursor: pointer;
}
.btn-sm{
    border-width: 2px;
    padding: 14px 75px;
    font-size: 24px;
}
.btn{
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    max-width: 100%;
    border-style: solid;
    text-overflow: ellipsis;
    border-radius: 75px;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    transition: border-color 0.4s, color 0.4s;
}
@media screen and (max-width: 1239px) {
    .modal{
        padding-top: 200px;
    }
    
}
.modal{
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 80% !important;
    position: relative;
}
@media only screen and (max-width: 767px)
.close {
    font-size: 20px;
    padding: 0 8px;
    top: -22px;
}
.close {
    background-color: rgba(250, 250, 250, 0.8);
    border-radius: 25px;
    color: black;
    float: none;
    font-weight: bold;
    padding: 0 7px 5px;
    position: absolute;
    right: -17px;
    top: -10px;
    
}
.close:hover{
    cursor: pointer;
}
.modal-header {
    background-color: #23abe2;
}
.modal-header h2 {
    color: white;
    text-align: center;
    text-transform: uppercase;
}
h2, .heading-2 {
    font-size: 26px;
    line-height: 1.5;
}
.modal-form {
    margin: 0 auto;
    width: 90%;
}
form {
    display: block;
    
}
@media only screen and (max-width: 767px)
.contact-form {
    width: 100%;
}
.contact-form {
    margin: 0 auto;
}
.contact-form .row {
    margin-top: 25px;
}

.contact-form label {
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    
}
.contact-form input {
    background-color: #ececec;
    border-radius: 10px;
    padding: 5px 10px;
    width: 70%;
}
a, button, input {
    transition: .3s all ease;
}
button, input, textarea, select {
    display: inline-block;
    -webkit-appearance: none;
    outline: none;
    color: inherit;
    overflow: visible;
    box-shadow: none;
}
.contact-form input.check-radio {
    height: 30px;
    width: 10px;
}
input[type="radio"] {
    -webkit-appearance: radio;
}
.s-r-btn.check-radio {
    margin-left: 40px;
}
.form-info {
    color: #343434 !important;
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
}
.text-center {
    text-align: center;
}
.contact-form input[type="submit"] {
    margin: 30px 0 60px;
    width: 150px;
    background-color: #23abe2;
}
button, input[type='button'], input[type='submit'] {
    cursor: pointer;
}
@media only screen and (max-width: 959px)
.pop-submit-btn {
    float: none;
}
.btn-primary {
    color: #fff !important;
    background: #23abe2;
    border-color: #23abe2;
}
.btn-sm {
    border-width: 2px;
    padding: 14px 75px;
    /* font-size: 15px; */
    color: white !important;
    border-radius: none !important;
}
 .btn, .btn::before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

@media only screen and (max-width: 767px)
.contact-form {
    width: 100%;
}
.contact-form {
    
}
.contact-form .row {
    margin-top: 25px;
    margin-left: 0px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}



.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 ;
}

.career-img {
    width: 110%;
    height: 350px;
    position: relative;
    right: 11px;
}

.cv-div {
    margin-bottom: 30px;
    position: relative;
    bottom: 15px;
}
.cv-text {
    font-size: 20px;
    line-height: 30px;
}
.cv-btn {
    background-color: #E9ECEF;
    color: white;
}
.cv-btn:hover {
    background-color: black;
    color: white;
    box-shadow: 5px 5px 5px grey;
}
 

.modal-title {
    font-size: 2em;
    font-weight: 700 ;
    background-color: #23ABE2;
    color: white;
}
.seminor-login-modal-body .close-rfq{
    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-rfq {
        position: relative;
        left: 472px;
        top: -75px;
        
    }
   }
   @media (max-width:480px) {
    .seminor-login-modal-body .close-rfq {
        position: relative;
        left: 414px !important;
        top: -75px !important;
        
    }
   }
@media (max-width:414px) {
    .seminor-login-modal-body .close-rfq {
        position: relative;
        left: 351px !important;
        top: -75px !important;
        
    }
   }
   @media (max-width:375px) {
    .seminor-login-modal-body .close-rfq {
        position: relative;
        left: 312px !important;
        top: -75px !important;
        
    }
   }
   @media (max-width:360px) {
    .seminor-login-modal-body .close-rfq {
        position: relative;
        left: 270px !important;
        top: -75px !important;
        
    }
   }
   @media (max-width:320px) {
    .seminor-login-modal-body .close-rfq {
        position: relative;
        left: 245px !important;
        top: -122px !important;
        
    }
   }
   .seminor-login-modal-body .close-rfq{
       opacity:0.75;
   }
   
   .seminor-login-modal-body .close-rfq:focus, .seminor-login-modal-body .close-rfq:hover {
       color: #39e8b0;
    opacity: 1;
    text-decoration: none;
    outline:0;
   }
   
   .seminor-login-modal .modal-dialog .modal-content{
       border-radius:0px;
   }
   
   .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: rgb(0, 0, 0);
   }
   .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: #23ABE2 !important;
       background-color: white;
       border: 2px solid #23ABE2 !important;
   }
   .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%;
    background-color: #23ABE2;
    color: white;
   }
 



   @import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css);
   @import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
   
 
   .mrng-60-top {
       margin-top: 60px;
   }
   /* Global Button Styles */
   a.animated-button:link, a.animated-button:visited {
       position: relative;
       display: block;
       margin: 30px auto 0;
       padding: 14px 15px;
       color: rgb(0, 0, 0);
       font-size:14px;
       font-weight: bold;
       text-align: center;
       text-decoration: none;
       text-transform: uppercase;
       overflow: hidden;
       letter-spacing: .08em;
       border-radius: 0;
       text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
       -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
       transition: all 1s ease;
   }
   a.animated-button:link:after, a.animated-button:visited:after {
       content: "";
       position: absolute;
       height: 0%;
       left: 50%;
       /* top: 50%; */
       width: 100%;
       z-index: -1;
       -webkit-transition: all 0.75s ease 0s;
       -moz-transition: all 0.75s ease 0s;
       -o-transition: all 0.75s ease 0s;
       transition: all 0.75s ease 0s;
   }
   a.animated-button:link:hover, a.animated-button:visited:hover {
       color: #FFF;
       text-shadow: none;
   }
   a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
       height: 450%;
   }
   .text-center1 {
       position: relative;
       left: 37%;
       bottom: 15px !important;
       margin-bottom: 50px;
      }

@media (max-width:576px) {
    .text-center1 {
        position: relative !important;
        left: -10% !important;
        width: auto !important;
    }
}
@media (max-width:414px) {
    .text-center1 {
        position: relative !important;
        left: 1% !important;
        width: auto !important;
    }
}
   a.animated-button:link, a.animated-button:visited {
       position: relative;
       display: block;
       margin: 30px auto 0;
       padding: 14px 15px;
       color: #23ABE2 !important;
       font-size:14px;
       border-radius: 0;
       font-weight: bold;
       text-align: center;
       text-decoration: none;
       text-transform: uppercase;
       overflow: hidden;
       letter-spacing: .08em;
       text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
       -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
       transition: all 1s ease;
   }
   a.animated-button.victoria-one {
	border: 2px solid #23ABE2;
}

a.animated-button.victoria-four {
	border: 2px solid #23ABE2;
    width: 200px !important;
    font-size: 1.2em;

}
.victoria-four:hover,a.animated-button:hover  {
    color: white !important;
}
a.animated-button.victoria-four:after {
	background: #23ABE2;
	opacity: .5;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
a.animated-button.victoria-four:hover:after {
	opacity: 1;
	height: 600% !important;
}




.about-heading {
    color: rgb(255, 255, 255);
    font-size: 3.5em;
    padding-left: 55px;
    margin: auto;
    position: relative;
    bottom: 220px;
}

.ml3 {
    font-weight: 900;
  }
.space {
    padding-top: 100px;
}
@media (max-width:414px) {
    
    .about-heading{
        font-size: 3em;
        padding-left: 1px !important;
    }
}
@media (max-width:320px) {
    
    .about-heading{
        font-size: 2.5em;
        padding-left: 1px !important;
    }
}

/* 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);
}

a {
    text-decoration: none !important;
}