/*@font-face {
  font-family: 'Poppins', sans-serif;
  src: url("../fonts/TTCommons-Regular.ttf");
}

@font-face {
  font-family: 'Medium';
  src: url("../fonts/TTCommons-Medium.ttf");
}

@font-face {
  font-family: 'Bold';
  src: url("../fonts/TTCommons-Bold.ttf");
}

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url("../fonts/TTCommons-DemiBold.ttf");
}
*/
.wow:first-child {
  visibility: hidden;
}

body,
html {
  font-family: 'Poppins', sans-serif !important;
  position: relative;
}

p {
  font-size: 18px;
}
a {
text-decoration: none!important;
  color: #354E6E;
}


a:hover {
  text-decoration: none !important;
  color: #354E6E;
}

.rem-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.w-img {
  width: 60%;
}
.w-imghero {
  width: 100%;
  padding: 5% 20%;
}
@media (min-width: 768px) {
  .w-img {
    width: 60%;
  }
}
.form-group {margin-bottom: 10px;}
.header {
  -webkit-transition: .03s;
  transition: .03s;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0px 2px 31px -19px rgb(0 0 0 / 62%);
}




.header .logo {
  display: block;
  width: 150px;
  margin:10px 0;
}

.header .main_nav {
  float: right;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 25px;
  display: none;
}

.header .main_nav li {
  display: inline-block;
}

.header .main_nav li a {
   font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  padding: 10px;
  font-size: 16px;
  line-height: 34px;
  color: #000;
}
.header .main_nav li a:hover {color: #EC5732;}
.header .main_nav li .active {border-bottom: 1px #000 solid;}


#header-contact {
 display: none;
}
.pt100 {padding-top: 100px;}
.big-b {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    background: #EC5732;
    padding: 8px  42px ;
    border-radius: 8px;
    width: 100%;
    display: block;
    text-align: center;
}
.big-b:hover {color: #354E6E;}

.red {color: #EC5732; margin: 0 10px;}
@media (min-width: 768px) {
  .header .main_nav {
    display: block;
  }
}

.scrolling {
  background-color: #F5F6F9;
  -webkit-transition: .03s;
  transition: .03s;
  -webkit-box-shadow: 0px 2px 31px -19px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 2px 31px -19px rgba(0, 0, 0, 0.62);
}

.hero {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .hero {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}

.hero h1 {
  color: #0A1D2E;
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-top:50px;

}

@media (min-width: 768px) {
  .hero h1 {
    font-size: 36px;
    
  }
}

@media (min-width: 991px) {
  .hero h1 {
    font-size: 50px;

   
  }
}

.hero p {
  font-family: 'Poppins', sans-serif;
  color: #0A1D2E;
}

@media (min-width: 991px) {
  .hero p {
    width: 80%;
  }
}

.aboutHero h2 {
  font-family: 'Poppins', sans-serif;
  color: #0A1D2E;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  padding:48px 0;
}
.aboutHero a {color: #fff;font-size: 20px;
  line-height: 32px;
  font-weight: 600; background: #EC5732; padding: 14px 42px; border-radius: 8px;}



@media (min-width: 991px) {
  .aboutHero h2 {
    width: 80%;
  }
}




.aboutsub h2 {
  font-family: 'Poppins', sans-serif;
  color: #0A1D2E;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  padding:48px 0;
  margin-bottom: 0!important;
}

.aboutsub h3 {
  font-family: 'Poppins', sans-serif;
  color: #0A1D2E;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  padding:0;
}


@media (min-width: 991px) {
  .aboutHero h2 {
    width: 80%;
  }
}


.about-us {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .about-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.about-us h2 {
  margin-top: 20px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  
}

@media (min-width: 768px) {
  .about-us h2 {
    margin-top: 0px;
    font-size: 36px;
    
  }
}

@media (min-width: 991px) {
  .about-us h2 {
    font-size: 45px;
    margin-bottom: 30px;
  }
}

.about-us h2 span,.service-white h2 span {
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.about-us p {
  font-family: 'Poppins', sans-serif;
  color: #000000;
}

@media (min-width: 991px) {
  .about-us p {
    width: 80%;
  }
}

.service-sec {
  background-color: #F5F6F9;
  padding-top: 50px;
  padding-bottom: 50px;
}
.service-white {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .service-sec, .service-white {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.service-sec h2, .service-white h2 {
  
  color: #0A1D2E;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}
.service-list {padding: 0; margin:30px 0 0 0;}
.service-list li {line-height: 24px; list-style: none; color: #0A1D2E; font-size: 16px; line-height: 32px;
font-weight: 400;margin-bottom: 24px;}
.service-list li img {padding-right: 8px;}

@media (min-width: 768px) {
  .service-sec h2, .service-white h2 {
    margin-top: 0px;
   font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  }
}

@media (min-width: 991px) {
  .service-sec h2, .service-white h2 {
    font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  }
}

.service-sec h2 span, .service-white h2 span {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
line-height: 16px;
font-weight: 700;
}

.service-sec p {
  font-family: 'Poppins', sans-serif;
  color: #000000;
}

@media (min-width: 991px) {
  .service-sec p, .service-white p {
    width: 80%;
  }
}

.service-slider {
  padding-top: 50px;
}

.service-slider .service-slider_box {
  padding: 50px 30px;
  background-color: #edeff3;

  border-radius: 8px;
  min-height: 440px;
}

@media (min-width: 768px) {
  .service-slider .service-slider_box {
    margin-right: 10%;
  }
}

.service-slider .service-slider_box h3 {
  color: #EC5732;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin: 24px 0;
}

@media (min-width: 768px) {
  .service-slider .service-slider_box h3 {
    font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  }
}

.service-slider .service-slider_box h3 span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.service-slider .service-slider_box p {
  color: #0A1D2E;
  line-height: 32px;
  font-size: 20px;
  text-align: left;
  width: 100%;
  font-weight: 400;
}

.service-slider .service-slider_box:hover {
  background-color: #000000;
}

.service-slider .service-slider_box:hover h3 {
  color: #ffffff;
}

.service-slider .service-slider_box:hover p {
  color: #ffffff;
}
.serviceOne .slick-prev.slick-arrow {
    right: 10%;
   
}
.serviceOne .slick-prev.slick-arrow {
 
  z-index: 9;
    display: block!important;
    position: absolute;
    background-color: transparent;
    border: 1px solid #607697;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    padding: 0 14px;
    
    top: 15px;
    color: transparent;
    overflow: hidden;
}

.serviceOne .slick-next.slick-arrow {
  z-index: 9;
  display: block!important;
  position: absolute;
  background-color: transparent;
  border: 1px solid #607697;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  padding: 0 14px;
  right: 18px;
  top: 15px;
  color: transparent;
  overflow: hidden;
}

.serviceOne .slick-next.slick-arrow:before {
  position: relative;
  content: '\f061 ';
  font-family: 'FontAwesome';
  color: #000;
  left: -6px;
}
.serviceOne .slick-prev.slick-arrow:before {
    position: relative;
    content: '\f060 ';
    font-family: 'FontAwesome';
    color: #000;
    left: -6px;
}
@media (min-width: 991px) {
  .serviceOne .slick-next.slick-arrow {
    right: 5%;
  }
}

.serviceTwo .slick-next.slick-arrow {
  display: none !important;
}

.serviceTwo .slick-prev.slick-arrow {
  z-index: 9;
  position: absolute;
  background-color: #000;
  border: 1px solid #000;
  width: 60px;
  height: 60px;
  font-size: 24px;
  padding: 0 14px;
  right: 18px;
  bottom: 18px;
  color: transparent;
  overflow: hidden;
}

.serviceTwo .slick-prev.slick-arrow:before {
  position: relative;
  content: '\f177 ';
  font-family: 'FontAwesome';
  color: #ffffff;
  left: 6px;
}
.price-box {margin: 0 auto; text-align: center;}
.price-box img {width: 100%; padding: 20px 10%; }
.price-box h5 {font-size: 24px; line-height: 32px; color: #0A1D2E; font-weight: 400;}
.price-box h3 {font-size: 40px; line-height: 48px; color: #0A1D2E; font-weight: 400;}
.pb100 {padding-bottom: 100px;}
.link-academic {font-size: 24px; line-height: 40px; font-weight: 600!important; color: #EC5732;}
.link-academic a {color: #EC5732;font-weight: 300; font-size: 20px; padding-right: 25px;line-height: 38px;}
.link-academic a:hover {color: #EC5732!important;}
.link-academic a span {color: #354E6E} .link-academic a span:hover {color: #0A1D2E}

@media (min-width: 991px) {
  .serviceTwo .slick-prev.slick-arrow {
    right: 0;
    left: 28%;
  }
}

.contact-sec {
  background-color: #354E6E;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 8px;
}

.contact-sec h2 {
  color: #ffffff!important;
 font-family: 'Poppins', sans-serif !important;
  font-size:32px;
  line-height:40px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .contact-sec h2 {
    font-size:32px;
  line-height:40px;
  font-weight: 600;
  }
}

@media (min-width: 991px) {
  .contact-sec h2 {
    width: 100%;
    
  }
}

.contact-sec .btn-c {
  background-color: #EC5732;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  padding: .75rem 1.75rem;
}

.contact-sec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.footer h3 {
  color: #13404D;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 60px;
}

.footer h4 {
  color: #13404D;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  line-height: 37px;
  font-weight: 700;
  text-transform: capitalize;
   margin-bottom: 50px;
}

.footer ul {
  padding-left: 0;
}

.footer ul li {
  list-style: none;
  margin: 10px 0;
}

.footer ul li a {
  font-family: 'Poppins', sans-serif;
  color: #13404D;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}
.footer p {color: #13404D; font-size: 16px; line-height: 24px; font-weight: 400;}
.footer .copy-right {
  padding-bottom: 32px;
}

.footer .copy-right p {
  color: #13404D; font-size: 16px; line-height: 24px; font-weight: 400;
}

.whoweare {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F5F6F9;
}

@media (min-width: 768px) {
  .whoweare {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.whoweare h2 {
  color: #0A1D2E;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;

}

@media (min-width: 768px) {
  .whoweare h2 {
    font-size: 32px;
  }
}

.whoweare h3 {
  font-family: 'Poppins', sans-serif;
  color: #0A1D2E;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .whoweare h3 {
    width: 80%;
    
  }
}

.whoweare h4 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 24px;
}

@media (min-width: 768px) {
  .whoweare h4 {
    width: 80%;
    line-height: 1.5;
  }
}

.whoweare p {
  font-family: 'Poppins', sans-serif;
  color: #0A1D2E;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.whoweare img {padding-bottom: 24px;}
.pt80 {padding-top:80px;}
@media (min-width: 991px) {
  .whoweare p {
    width: 80%;
  }
}

.whoweare.whoweare2 {
  background-color: #fff;
}

.serv-img {
  margin-bottom: 30px;
}

.contactBox h3 {
  color: #0A1D2E;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .contactBox h3 {
     font-size: 32px;
  }
}

.contactBox h4 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 22px;
}

@media (min-width: 768px) {
  .contactBox h4 {
    width: 60%;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .c-pic {
    width: 50%;
  }
}

.c-form label {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  color: #1E1F26;
  font-weight: 700;
}
.form-control {background: transparent!important; border: 1px #EC5732 solid!important;}
.c-form .form-control {
  border: none !important;
  border-radius: 0 !important;
  border-bottom: #d2d2d4 1px solid !important;
  font-family: 'Poppins', sans-serif;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.c-form .form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: #EC5732 1px solid !important;
}

.c-form textarea {
  resize: none !important;
}

.c-form button {
  background-color: #EC5732;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 8px 25px;
}

.c-form button:hover {
  color: #c0c0c0;
}

a.nav-expander {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 1em 1.6em 2em;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  width: 130px;
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}

a.nav-expander:hover {
  cursor: pointer;
}

a.nav-expander.fixed {
  position: fixed;
}

.nav-expanded a.nav-expander.fixed {
  right: 20em;
}

nav {
  background: #101014;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 2000;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}

.nav-expanded nav {
  right: 0;
}

body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
  cursor: pointer;
}

.main-menu {
  padding-top: 12px;
}

.main-menu li {
  margin-left: 20px;
  font-size: 18px;
  padding: 10px;
}

.main-menu li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif !important;
}
.footer h3 {margin-bottom: 0;}
.main-menu li a:hover {
  color: #EC5732;
  text-decoration: none;
}

.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}

.main-menu a .caret {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: top;
  border-top: 4px solid #4f5963;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-top: 8px;
}

.main-menu a:hover .caret {
  border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
  border-top: none;
  border-bottom: 4px solid #4f5963;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
  border-bottom-color: #4f5963;
}

.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}

.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}

.overlay-close {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
}

.overlay-close.is-visible {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
  transition: opacity 0.4s 0s, visibility 0s 0s;
}

.h_menu {
  cursor: pointer;
  width: 30px;
  height: 30px;
  float: right;
  margin-top: 22px;
  display: block;
}

.h_menu span {
  display: block;
  height: 2px;
  width: 100%;
  margin: 5px 0;
  background-color: #ffffff;
}

.trans-arrow {padding-top: 10px;}

@media (min-width: 768px) {
  .h_menu {
    display: none;
  }
}

.learnmore {
  color: #000000 !important;
  font-size: 17px;
}
/*# sourceMappingURL=main.css.map */
@media (max-width: 767px) {
  .logo img {width: 100%!important;}
  .img-fluid {width: 70%!important;}
  .trans-arrow {padding: 20px 0!important;}
  .serviceOne .slick-prev.slick-arrow {
    right: 20%;
}
  .header {position: absolute;}
  #header-contact {
  -webkit-transition: .03s;
  transition: .03s;
  position: fixed;
  width: 100%;
  left: 0;
  top:-60px;
  text-align: center;
  z-index: 9999;
  display: block;
  background: #fff;
  padding-top: 10px 0;
}
  #header-contact li {list-style: none; display: inline-block;padding: 10px 0;}
.w-img {
    width: 70%!important;margin:0 auto;
}
.img-fluid {
    max-width: 70%;
    height: auto;
}
.w-imghero {
    width: 100%;
    padding: 5% 0;
}
.contact-sec {padding-left: 50px!important; padding-right: 50px!important;}

.h_menu span {
  
    background-color: #000;
}


}