 
/*--------------------------------------------------------------
# General

/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap');
 */

/* raleway-300 - latin_latin-ext */
@font-face {
 font-family: 'Raleway';
 font-style: normal;
 font-weight: 300;
 src: url('../fonts/raleway-v12-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
 src: local('Raleway Light'), local('Raleway-Light'),
      url('../fonts/raleway-v12-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/raleway-v12-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
      url('../fonts/raleway-v12-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
      url('../fonts/raleway-v12-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
      url('../fonts/raleway-v12-latin_latin-ext-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin_latin-ext */
@font-face {
 font-family: 'Raleway';
 font-style: normal;
 font-weight: 400;
 src: url('../fonts/raleway-v12-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
 src: local('Raleway'), local('Raleway-Regular'),
      url('../fonts/raleway-v12-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/raleway-v12-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
      url('../fonts/raleway-v12-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
      url('../fonts/raleway-v12-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
      url('../fonts/raleway-v12-latin_latin-ext-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin_latin-ext */
@font-face {
 font-family: 'Raleway';
 font-style: normal;
 font-weight: 700;
 src: url('../fonts/raleway-v12-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
 src: local('Raleway Bold'), local('Raleway-Bold'),
      url('../fonts/raleway-v12-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/raleway-v12-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
      url('../fonts/raleway-v12-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
      url('../fonts/raleway-v12-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
      url('../fonts/raleway-v12-latin_latin-ext-700.svg#Raleway') format('svg'); /* Legacy iOS */
}


body {
 font-family: "Raleway", sans-serif;
  color: #162030;
}

/*----- Preloader CSS -----*/
.loader {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 99999;
 background: #fff;
 display: flex;
 justify-content: center;
 align-items: center;
}

.spinner {
 margin: 100px auto 0;
 width: 70px;
 text-align: center;
}

.spinner > div {
 width: 18px;
 height: 18px;
 border-radius: 100%;
 display: inline-block;
 background: #000;
 -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
         animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
 -webkit-animation-delay: -0.32s;
         animation-delay: -0.32s;
}

.spinner .bounce2 {
 -webkit-animation-delay: -0.16s;
         animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
 0%, 80%, 100% {
   -webkit-transform: scale(0);
           transform: scale(0);
 }
 40% {
   -webkit-transform: scale(1);
           transform: scale(1);
 }
}

@keyframes sk-bouncedelay {
 0%, 80%, 100% {
   -webkit-transform: scale(0);
           transform: scale(0);
 }
 40% {
   -webkit-transform: scale(1);
           transform: scale(1);
 }
}

/*----- End Preloader CSS -----*/
.pad10{
 padding: 10px 0;
}
.colcred {
 text-align: center;
}
.colcred .title2{
 height:70px;
}
.colcred .title{
 height:40px;
}
.colcred .imgs{
 height: 70px;        
 line-height: 70px;
 text-align: center;
}
.colcred .imgs2{
 height: 60px;        
 line-height: 60px;
 text-align: center;
}
.colcred  img{        
 display: inline-block;
 vertical-align: middle;
 line-height: normal;
 max-width: 50%;
}
.highlight{
 background-color:#162030; 
 color: #fff;
 padding: 5px 10px;
 margin: 5px;
 border-radius: 30px;
 display:inline-block;
}
.blue{
 color: #0089cf;
 padding-bottom: 30px;
}
a {
  color: #0089cf;
  text-decoration: none;
  font-size: 15px;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.section {
  padding: 2rem 0 2rem 0;
 background-repeat:repeat-x;
}


.filters a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
  text-decoration: none;
}

.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.filters a.active {
  color: #000;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}


    .hidden { display: none; }

/* master */ 

.home {
 background-image: url('../../assets/images/background\ 01.jpg');
 background-position: center;
}
 .tagline {
 width: 100%;
 padding: 40px;
 font-weight: 700;
 font-size: 20px;
 text-align: center;
}
.home .col-sm-7{ 
 padding: 7rem 0 3rem 0;
}
/* end master */


/* About */ 

.About {
 background-image: url('../../assets/images/background\ 0.jpg');
 padding: 30rem 0 10rem 0;
 background-position: top;
}
/* end About */


/* Services */ 

.Services {
 background-image: url('../../assets/images/background\ 1.jpg');
 background-position: bottom;
}
.colsevices, .colteam{
 min-width: 230px;
}
.colteam a{
 color:#162030;
}
.colcred{
 min-width: 174px;
 font-size: 12px;
}
.stitle{
 font-weight: 700;
 font-size: 22px;
 float: left;
 height: 120px;
 width: 100%;
 position: relative;
 text-align: center;
}
.stitle2{
 font-weight: 700;
 font-size: 22px;
 float: left;
 height: 50px;
 width: 100%;
}

.stitle3{
  font-weight: 700;
  font-size: 32px;
  float: left;
  height: 120px;
  width: 100%;
  position: relative;
  text-align: center;
 }
#bottom {
 position: absolute;
 bottom: 0;
 width: 100%;
 padding: 0 10px;
}
.Services img{
 padding: 30px 0;
 width: 100%;
}
.colsevices p, .colteam p, .colcred p{
 padding: 0 17px;
}
.colsevices b{
 margin-bottom: 43px;
 font-size: 25px;
}
.colteam b{
 margin-top: 163px;
 font-size: 25px;
}
/* end Services */


/* Leadership */ 

.Leadership {
 background-image: url('../../assets/images/background\ 2.jpg');
 background-position: bottom;
}

/* .Leadership img{
 width: 100%;
} */
/* end Leadership */


/* Credentials */ 

.Credentials {
 background-image: url('../../assets/images/background\ 3.jpg');
 background-position: bottom;
}
/* end Credentials */


/* Contact */ 

.Contact {
 background-image: url('../../assets/images/background\ 4.jpg');
 background-position: bottom;
}
/* end Contact */


.form-control {
  border-radius: 0;
  background: transparent;
  border: 1px solid #0089cf;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
  background: rgba(0, 137, 207, 0.1);
  outline: none;
  box-shadow: none;
}


.submit {
  color: #fff;
 background: #0089cf;
 border: transparent;
 padding: 10px 30px !important;
 font-weight: 700;
}

.submit:hover {
 background: #162030;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}


/* Contact Form */
.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 4rem 0;
}

.footer a {
  color: #162030;
  font-size: 20px;
}

.footer .wall{
 border-left: 1px solid #162030;
 padding-left: 30px;
}

.footer img{
 height:170px;
 float: left;
 padding-bottom: 20px;
}
.footer .pad{
 padding-left: 30px;
}

.linkedin img{
 width:67px;
}
 .linkedin{
 text-align: right;
}
.arrow {
 text-align: center;
 margin: 8% 0;
}
.bounce {
 -moz-animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 animation: bounce 2s infinite;
}

@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
   transform: translateY(0);
 }
 40% {
   transform: translateY(-30px);
 }
 60% {
   transform: translateY(-15px);
 }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Custom Navmenu */
.custom-navmenu {
 position: fixed; /* Set the navbar to fixed position */
 top: 0px; /* Position the navbar at the top of the page */
 
}

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
 padding: 0;
 margin: 0;
 list-style: none;
 border-bottom: #162030;
}

.custom-navmenu .custom-menu li {
 margin-bottom: 0;
 display:grid;
 padding: 20px;
 margin-bottom: 1px;
background: #fff;
}

.custom-navmenu .custom-menu li a {
 color: #162030;
 font-size: 20px;
 margin: 0 30px  !important;
}

.custom-navmenu .custom-menu li a:hover {
 text-decoration: underline;
}



/* Custom Navbar */
.custom-navbar {
 padding: 19px 15px;
 position: fixed; /* Set the navbar to fixed position */
 top: 0; /* Position the navbar at the top of the page */
 background: #fff;
 z-index: 999;
 width: 100%;
}




/* Burger */
.burger {
 width: 28px;
 height: 32px;
 cursor: pointer;
 position: relative;
 background-color: #fff;
 z-index: 9999;
}

.burger:before,
.burger span,
.burger:after {
 width: 100%;
 height: 2px;
 display: block;
 background: #000;
 border-radius: 2px;
 position: absolute;
 opacity: 1;
}

.burger:before,
.burger:after {
 transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
 -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
 content: "";
}

.burger:before {
 top: 4px;
}

.burger span {
 top: 15px;
}

.burger:after {
 top: 26px;
}

/* Hover */
.burger:hover:before {
 top: 7px;
}

.burger:hover:after {
 top: 23px;
}

/* Click */
.burger.active span {
 opacity: 0;
}

.burger.active:before,
.burger.active:after {
 top: 40%;
}

.burger.active:before {
 transform: rotate(45deg);
}

.burger.active:after {
 transform: rotate(-45deg);
}

.burger:focus {
 outline: none;
}

.modal-content{
 background: transparent;
 border: transparent;
}
.modal-header{
 background: transparent;
 border: transparent;
 margin:0;
 padding: 0;
 width: 100%;
 float: right;
 z-index: 99999;
}
 .modal-body{
background-color: #fff;
margin: -20px auto 0 auto;
 border: 4px solid #0089cf;
 max-width: 90%;
 padding:0;
}

.titleteam{
 font-size: 30px;
}
.bodyright b{
 font-size: 25px;
}
.bodyright p,.bodyright li{
  font-size: 18px;
  padding: 10px;
}
.modalbox{
  max-width: 450px;
}
.verybigmodal {
 max-width: 1100px;
}
.modal-content .closex{
 float: right;
 margin-right: 80px;
}
.logox{
 padding: 10px;
}
.logox2{
 background-image: url('../../assets/images/logo\ dark.png');
 background-repeat: no-repeat;
 background-position: right 30px top 30px;
}
.servicesx {
 padding: 0;
 margin:0;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}

 .bodyright{
  padding: 70px  20px 20px 20px;
 }
.bodyleft{
 padding: 20px;
}
.servicesx1{
 background-image: url('../../assets/images/servicesxx1.jpg');
}
.servicesx2{
 background-image: url('../../assets/images/servicesxx2.jpg');
}
.servicesx3{
 background-image: url('../../assets/images/servicesxx3.jpg');
}
.servicesx4{
 background-image: url('../../assets/images/servicesxx4.jpg');
}
.servicesx5{
 background-image: url('../../assets/images/servicesxx5.jpg');
}


.teamx {
 padding: 0;
 margin:0;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 background-image: url('../../assets/images/team\ back.jpg');
}
.picpro{
 min-width: 300px;
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding-top: 0;
}

.picpro1 {
 padding: 0;
 margin:0;
 background-position: center bottom;
 background-repeat: no-repeat;
 background-image: url('../../assets/images/team\ 01.png');
}
.picpro2 {
 padding: 0;
 margin:0;
 background-position: center bottom;
 background-repeat: no-repeat;
 background-image: url('../../assets/images/team\ 02.png');
}
.picpro3 {
 padding: 0;
 margin:0;
 background-position: center bottom;
 background-repeat: no-repeat;
 background-image: url('../../assets/images/team\ 03.png');
}
.picpro4 {
 padding: 0;
 margin:0;
 background-position: center bottom;
 background-repeat: no-repeat;
 background-image: url('../../assets/images/team\ 04.png');
}
.bodyteam{
 padding: 20px 20px 20px 0;
}
.bodyteam p{
 /* background: rgba(255, 255, 255, 0.3); */
 padding: 10px;
  font-size: 18px;
}
.logoTop{
 height:40px;
 z-index: 9999999999999;
}


@media (min-width: 768px) {


.home .col-sm-7{ 
  padding: 10rem 0;
}
 .picpro{
  width: 100%;
  display: block;
  margin-left: -50px;
  padding-top: 200px;
 }
 .bodyright p,.bodyright li{
  background: transparent;
  padding: 0;
 }

 .bodyleft{
  padding: 50px;
 }
.bodyright{
 padding: 200px 50px 150px 50px;
}

 /* Custom Navmenu */
 .custom-navmenu {
  margin-left: 30px  !important;
  
 }
 
 .custom-navmenu .custom-menu,
 .custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0);
 }
 
 .custom-navmenu .custom-menu li {
  margin-bottom: 0;
  display: inline-block;
 }
 
 .custom-navmenu .custom-menu li a {
  /* font-size: 15px; */
  margin-left: 5px  !important;
 }
 

 
 
 /* Custom Navbar */
 .custom-navbar {
  padding: 20px 15px;
}

 
  }

@media (min-width: 992px) {
 .picpro{
  padding-top: 0;
  margin-left: auto;
 }
h1 {
 font-size: 55px;
}
p {
 font-size: 20px;
}

/* Custom Navmenu */
.custom-navmenu {
 margin-left: 30px  !important;
 
}


.custom-navmenu .custom-menu li a {
 font-size: 20px;
 margin-left: 27px  !important;
}

 
 /* Custom Navbar */
 .custom-navbar {
  padding: 25px 15px;
 }
 

 }


 @media (max-width: 576px) {
  h1 {
   font-size: 55px;
  }
  p {
   font-size: 20px;
  }

 .tagline {
   padding: 20px;
   font-size: 16px;
  }

  .About {
   background-image: url('../../assets/images/background\ 0.jpg');
   padding: 8rem 0;
   background-position: center;
  }
 }


@media (min-width: 1400px) {
 .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
   max-width: 1400px;
 }
}
@media (max-width: 1399px) {
 .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
   max-width: 100%;
 }
}

/* @media (max-width: 1250px) {
 .colsevices{
  width:33%;
 }
} */

@media (max-width: 992px) {
 .colsevices, .colteam{
  width:50%;
 }
}
@media (max-width: 768px) {
 /* .colsevices{
  width:50%;
 } */
 .bodyteam p{
 padding: 10px;
}
}
@media (max-width: 576px) {
 .colteam, .colsevices{
  width:80%;
 }
 .container{
  padding: 30px;
 }
}