@charset "UTF-8";

/*---------------------------
 Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Hind:400,500|Poppins:500,600,700");
/*--------------------------------------------------------------
 Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: "Hind", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #333333;
  line-height: 1.8em;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
 Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

/*** back to top **/
.back-to-top {
  background-color: rgba(0, 26, 87, 0.9);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #001a57;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #bbb;
  box-shadow: inset 0 0 5px #bbb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #001a57;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #000b24;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages, .contact-validation-active-s2 .error-handling-messages {
  width: 100%;
  margin-top: 15px;
  clear: both;
  float: none;
  padding: 0 25px;
}

.contact-validation-active label.error, .contact-validation-active-s2 label.error {
  color: red !important;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader, .contact-validation-active-s2 #loader,
.contact-validation-active #loader-2, .contact-validation-active-s2 #loader-2 {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #success, .contact-validation-active-s2 #success,
.contact-validation-active #success-2, .contact-validation-active-s2 #success-2,
.contact-validation-active #error, .contact-validation-active-s2 #error,
.contact-validation-active #error-2, .contact-validation-active-s2 #error-2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success, .contact-validation-active-s2 #success,
  .contact-validation-active #success-2, .contact-validation-active-s2 #success-2,
  .contact-validation-active #error, .contact-validation-active-s2 #error,
  .contact-validation-active #error-2, .contact-validation-active-s2 #error-2 {
    font-size: 15px;
  }
}

.contact-validation-active #success, .contact-validation-active-s2 #success,
.contact-validation-active #success-2, .contact-validation-active-s2 #success-2 {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error, .contact-validation-active-s2 #error,
.contact-validation-active #error-2, .contact-validation-active-s2 #error-2 {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.contact-validation-active #loader, .contact-validation-active-s2 #loader {
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-size: 0.53333rem;
}

.contact-validation-active-s2 .error-handling-messages {
  padding: 0 15px;
}

.contact-validation-active-s2 #loader {
  color: #001a57;
}

/**** style for box layout ***/
.box-layout {
  /*** style for box layout ***/
}

@media screen and (min-width: 1200px) {
  .box-layout {
    width: 100%;
    height: 100%;
    background: url("../images/body-bg.jpg") center center/auto repeat fixed;
  }
}

@media screen and (min-width: 1200px) {
  .box-layout .page-wrapper {
    background-color: #fff;
    width: 1250px;
    margin: 50px auto 0;
  }
}

/****************************
	section-title
*****************************/
.section-title, .section-title-s4 {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2, .section-title-s4 h2 {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 1em;
  padding: 0 90px;
}

@media (max-width: 1199px) {
  .section-title h2, .section-title-s4 h2 {
    padding: 0 40px;
  }
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s4 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s4 h2 {
    font-size: 22px;
    font-size: 1.46667rem;
    padding: 0;
  }
}

.section-title p, .section-title-s4 p {
  color: #333333;
  margin: 0;
}

.section-title-s2 h2, .section-title-s3 h2 {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.2em;
  color: #001a57;
  margin: 0 0 0.8em;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.section-title-s3 {
  color: #fff;
}

.section-title-s4 h2 {
  color: #001a57;
  margin: 0 0 0.7em;
}

.theme-btn {
  font-family: "Poppins", sans-serif;
  background: #001a57;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .theme-btn {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 11px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn {
    padding: 9px 22px;
  }
}

.theme-btn:hover {
  background-color: #008fcb;
  color: #fff;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #001a57;
  -webkit-box-shadow: 0 0 5px 0 #00298a;
  -moz-box-shadow: 0 0 5px 0 #00298a;
  -o-box-shadow: 0 0 5px 0 #00298a;
  -ms-box-shadow: 0 0 5px 0 #00298a;
  box-shadow: 0 0 5px 0 #00298a;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #00298a;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #001a57;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
}

.preloader div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader div img {
  max-width: 80px;
  -webkit-animation: preloader-animation 1.3s linear infinite;
  animation: preloader-animation 1.3s linear infinite;
}

@-webkit-keyframes preloader-animation {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloader-animation {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.client-img {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 2px 8px 3px #ccc;
}


/*********************************
 why choose grids
*********************************/
.why-choose-grids .grid {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .why-choose-grids .grid {
    height: 400px;
  }
}

.why-choose-grids .img-holder {
  position: relative;
}

@media screen and (min-width: 992px) {
  .why-choose-grids .img-holder:before {
    content: "";
    background-color: rgba(0, 26, 87, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: auto;
    bottom: 20px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.why-choose-grids .grid:hover .img-holder:before {
  opacity: 1;
}

.why-choose-grids .grid .details {
  background-color: #fff;
  padding: 45px 45px 50px;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  z-index: 20;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 992px) {
  .why-choose-grids .grid .details {
    height: 185px;
    position: absolute;
    top: 225px;
  }
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details {
    padding: 45px 25px 35px;
  }
}

@media screen and (min-width: 992px) {
  .why-choose-grids .grid:hover .details {
    height: 230px;
    top: 170px;
  }
}

.why-choose-grids .grid .icon {
  background-color: #fff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  -webkit-box-shadow: 0 0 10px rgba(171, 171, 171, 0.55);
  box-shadow: 0 0 10px rgba(171, 171, 171, 0.55);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -37.5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .why-choose-grids .grid .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    top: -32.5px;
  }
}

.why-choose-grids .grid .icon .fi:before {
  font-size: 45px;
  color: #001a57;
}

@media (max-width: 767px) {
  .why-choose-grids .grid .icon .fi:before {
    font-size: 35px;
  }
}

.why-choose-grids .grid .details h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #bd3029;
  margin: 0.42em 0 0.68em;
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.why-choose-grids .grid .details .read-more {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #001a57;
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details .read-more {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.why-choose-grids .grid .details p {
  margin-bottom: 1.7em;
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details p {
    margin-bottom: 1em;
  }
}

/******************************
	# page-title grids
******************************/
.page-title {
  background: rgba(0, 26, 87, 0.9);
  background: -webkit-linear-gradient(left, #fff, #0058a3);
  background: -moz-linear-gradient(left, #fff, #0058a3);
  background: -o-linear-gradient(left, #fff, #0058a3);
  background: -ms-linear-gradient(left, #fff, #0058a3);
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#0058a3));
  background: linear-gradient(left, #fff, #0058a3);
  width: 100%;
  height: 160px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title {
    height: 130px;
  }
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 36px;
  font-size: 2.4rem;
  color: #ffffff;
  margin: 0.5em 0 0.46em;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  margin-right: 0;
}

@media (max-width: 991px) {
  .page-title .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title .breadcrumb li a {
  color: #ffffff;
}

.page-title .breadcrumb li a:hover {
  color: #00123e;
}

.page-title .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #ffffff;
  margin-right: 5px;
}


/*** rotating ***/
@-webkit-keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
 header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar ul {
  font-family: "Poppins", sans-serif;
  list-style: none;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #001a57;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 15px;
    font-size: 1rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #001a57;
    width: 220px;
    border-top: 2px solid #001a57;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #002271;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #dedede;
    display: block;
    padding: 10px 15px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #001a57;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #001a57;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #001a57;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #001a57;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

/**************************
	header style 1
***************************/
.header-style-1 {
  /*** topbar ***/
  /*** navigation ***/
}

.header-style-1 .navigation {
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
  z-index: 100;
}

.header-style-1 .topbar ul {
  list-style: none;
}

.header-style-1 .topbar {
  background: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #000e2e);
  background: -moz-linear-gradient(top, #001a57, #000e2e);
  background: -o-linear-gradient(top, #001a57, #000e2e);
  background: -ms-linear-gradient(top, #001a57, #000e2e);
  background: -webkit-gradient(linear, left top, left bottom, from(#001a57), to(#000e2e));
  background: linear-gradient(top, #001a57, #000e2e);
  padding: 13px 0 4px;
}

@media (max-width: 767px) {
  .header-style-1 .topbar {
    padding: 20px 0 10px;
  }
}

.header-style-1 .topbar .lang {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .lang {
    text-align: center;
    max-width: 100px;
    margin: 0 auto;
  }
}

.header-style-1 .topbar .lang ul {
  background: #001a57;
  width: 100px;
  padding: 15px;
  position: absolute;
  top: 100%;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header-style-1 .topbar .lang ul > li + li {
  margin-top: 3px;
}

.header-style-1 .topbar .lang a {
  color: #fff;
}

.header-style-1 .topbar .lang img {
  display: inline-block;
  padding-right: 4px;
}

.header-style-1 .topbar .lang:hover ul {
  opacity: 1;
  visibility: visible;
}

.header-style-1 .topbar .contact-social {
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-social {
    float: none;
    text-align: center;
  }
}

.header-style-1 .topbar .contact-social > div {
  float: left;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-social > div {
    float: none;
  }
}

.header-style-1 .topbar .contact-info ul {
  overflow: hidden;
  margin-right: 40px;
  position: relative;
  top: -8px;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info ul {
    margin: 15px 0;
  }
}

.header-style-1 .topbar .contact-info ul li {
  font-size: 14px;
  color: #fff;
  float: left;
}

.header-style-1 .topbar .contact-info a {
  color: #fff;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info ul li {
    float: none;
  }
}

.header-style-1 .topbar .contact-info ul > li + li {
  margin-left: 45px;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info ul > li + li {
    margin-left: 0;
  }
}

.header-style-1 .topbar .contact-info ul li i {
  display: inline-block;
  padding-right: 5px;
  color: #fff;
  position: relative;
  top: 3px;
}

@media (max-width: 767px) {
  .header-style-1 .social {
    text-align: center;
  }
}

.header-style-1 .social ul {
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-style-1 .social ul {
    display: inline-block;
  }
}

.header-style-1 .social ul li {
  float: left;
}

.header-style-1 .social ul > li + li {
  margin-left: 15px;
}

.header-style-1 .social ul li a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

.header-style-1 .navbar-brand {
  height: auto;
}

@media screen and (min-width: 992px) {
  .header-style-1 .navbar-brand {
    margin-top: 4px;
  }
}

@media (max-width: 450px) {
  .header-style-1 .navbar-brand img {
    max-width: 90%;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar {
    margin-left: 20px;
  }
  .header-style-1 #navbar > ul > li > a {
    color: #001a57;
    padding: 35px 10px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar {
    margin-left: 200px;
  }
  .header-style-1 #navbar > ul > li > a {
    color: #001a57;
    padding: 35px 18px;
  }
  .header-style-1 #navbar > ul > li > a:hover {
    color: #bd3029;
  }
}

.header-style-1 .navbar-header button {
  top: 22px;
}

/*--------------------------------------------------------------
 hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: transparent;
  width: 45px;
  height: 45px;
  z-index: 10;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    opacity: 0;
    visibility: hidden;
  }
}

.hero .slick-prev {
  left: 25px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.hero .slick-prev:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 30px;
  color: #ffffff;
  opacity: 1;
}

.hero .slick-next {
  right: 25px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.hero .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 30px;
  color: #ffffff;
  opacity: 1;
}

.hero .slick-dots {
  bottom: 20px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    opacity: 0;
    visibility: hidden;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots li button {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 50%;
}

.hero .slick-dots li.slick-active button {
  background-color: #bd3029;
}

.hero .slick-dots li button:before {
  display: none;
}

.hero .slide-caption > h2 {
  font-size: 48px;
  font-size: 3.2rem;
  color: #fff;
  margin: 0 0 0.4em;
}

@media (max-width: 991px) {
  .hero .slide-caption > h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .hero .slide-caption > h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .hero .slide-caption {
    padding: 0 5px;
  }
}

.hero .slide-caption > p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 2.5em;
}

@media (max-width: 991px) {
  .hero .slide-caption > p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
  opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

/*******************************
	hero style 1
********************************/
.hero-slider-style-1 {
  height: 590px;
}

@media (max-width: 767px) {
  .hero-slider-style-1 {
    height: 430px;
  }
}

.hero-slider-style-1 .slide {
  height: 590px;
  position: relative;
}

@media (max-width: 767px) {
  .hero-slider-style-1 .slide {
    height: 430px;
    position: relative;
  }
  .hero-slider-style-1 .slide:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .hero-slider-style-1 .slide p {
    color: #ffffff;
  }
}

/*--------------------------------------------------------------
 footer
--------------------------------------------------------------*/
.site-footer {
  /*** about widget ***/
  /*** quick-links-widget ***/
  /*** twitter-feed-widget ***/
  /*** recent-post-widget ***/
  /*** copyright-info ***/
}

.site-footer .upper-footer {
  background: #008fcb;
  background: -webkit-linear-gradient(top, #008fcb, #008fcb);
  background: -moz-linear-gradient(top, #008fcb, #008fcb);
  background: -o-linear-gradient(top, #008fcb, #008fcb);
  background: -ms-linear-gradient(top, #008fcb, #008fcb);
  background: -webkit-gradient(linear, left top, left bottom, from(#008fcb), to(#008fcb));
  background: linear-gradient(top, #008fcb, #008fcb);
  padding: 50px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 80px 0 35px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 70px 0 30px;
  }
}

.site-footer .upper-footer ul {
  list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
  color: #fff;
}

.site-footer .upper-footer a:hover {
  color: red;
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 40px;
  }
}

.site-footer .widget > h3,
.site-footer .widget .footer-logo {
  font-size: 24px;
  font-size: cacl-rem-value(24);
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 2em;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 20px;
    font-size: cacl-rem-value(20);
  }
}

@media (max-width: 767px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 16px;
    font-size: cacl-rem-value(16);
  }
}

.site-footer .about-widget .contact-info {
  margin-top: -20px;
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget .contact-info {
    padding-right: 45px;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget .contact-info {
    margin-top: -10px;
  }
}

.site-footer .about-widget .footer-logo:before {
  display: none;
}

.site-footer .about-widget ul li {
  position: relative;
  padding-left: 38px;
  line-height: 1.78em;
}

.site-footer .about-widget ul li i {
  font-size: 24px;
  color: #198cfa;
  position: absolute;
  left: 0;
  top: 3px;
}

.site-footer .about-widget ul > li + li {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .site-footer .about-widget ul > li + li {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget img {
    max-width: 160px;
  }
}

.site-footer .quick-links-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .quick-links-widget {
    padding-right: 45px;
  }
}

.site-footer .quick-links-widget a {
  color: #7a8595;
}

.site-footer .quick-links-widget a:hover {
  color: #fff;
}

.site-footer .quick-links-widget ul li + li {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .site-footer .quick-links-widget ul li + li {
    margin-top: 10px;
  }
}

.site-footer .quick-links-widget ul {
  width: 50%;
  float: left;
}

.site-footer .twitter-feed-widget ul li + li {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #254462;
}

.site-footer .twitter-feed-widget p {
  color: #5e6b84;
  padding-right: 25px;
}

.site-footer .twitter-feed-widget i {
  color: #fff;
  display: inline-block;
  padding-right: 9px;
  font-size: 23px;
}

.site-footer .twitter-feed-widget .info-box a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

@media (max-width: 991px) {
  .site-footer .twitter-feed-widget .info-box a {
    font-weight: normal;
  }
}

@media screen and (min-width: 992px) {
  .site-footer .recent-post-widget {
    margin-left: -30px;
  }
}

.site-footer .recent-post-widget ul > li + li {
  margin-top: 40px;
}

.site-footer .recent-post-widget li {
  padding-left: 88px;
  position: relative;
}

.site-footer .recent-post-widget .entry-media {
  position: absolute;
  left: 0;
  top: 0;
}

.site-footer .recent-post-widget .entry-details h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0;
  position: relative;
  top: -5px;
}

@media (max-width: 1199px) {
  .site-footer .recent-post-widget .entry-details h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.site-footer .recent-post-widget .entry-details h4 a {
  color: #fff;
}

.site-footer .recent-post-widget .entry-details .date {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #7a8595;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .site-footer .recent-post-widget .entry-details .date {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.site-footer .copyright-info {
  background-color: #000b24;
  padding: 8px 0;
  text-align: center;
}

.site-footer .copyright-info p {
  color: #808790;
  margin: 0;
}

@media (max-width: 767px) {
  .site-footer .copyright-info p {
    font-size: 13px;
    font-size: cacl-rem-value(13);
  }
}

.site-footer .copyright-info a {
  color: #fff;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -300px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/**** style for box layout ***/
@media screen and (min-width: 1200px) {
  .box-layout .sticky-header {
    width: 1250px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*--------------------------------------------------------------
 about-section
--------------------------------------------------------------*/
.about-section .about-info {
  position: relative;
}

.about-section .about-info .info {
  background: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #000e2e);
  background: -moz-linear-gradient(top, #001a57, #000e2e);
  background: -o-linear-gradient(top, #001a57, #000e2e);
  background: -ms-linear-gradient(top, #001a57, #000e2e);
  background: -webkit-gradient(linear, left top, left bottom, from(#001a57), to(#000e2e));
  background: linear-gradient(top, #001a57, #000e2e);
  max-width: 265px;
  padding: 36px 40px;
  position: absolute;
  left: 0;
  top: 22px;
}

@media (max-width: 767px) {
  .about-section .about-info .info {
    max-width: 205px;
    padding: 30px 25px;
  }
}

.about-section .about-info .info > span {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .about-section .about-info .info > span {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .about-section .about-info .info > span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.about-section .about-info .info h3 {
  font-size: 30px;
  font-size: 2rem;
  color: #fff;
  line-height: 1.2em;
  margin: 0.57em 0 0;
  padding-right: 50px;
}

@media (max-width: 991px) {
  .about-section .about-info .info h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .about-section .about-info .info h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    padding-right: 0;
  }
}

.about-section .about-text {
  margin-top: 0px;
}

@media (max-width: 1199px) {
  .about-section .about-text {
	margin: 20px 20px 0px 20px;
  }
}

.about-section .about-text h2 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 600;
  color: #001a57;
  line-height: 1.27em;
  margin: 0 0 0.67em;
}

@media (max-width: 991px) {
  .about-section .about-text h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .about-section .about-text h2 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.about-section .about-text p {
  margin-bottom: 2.5em;
}


/*--------------------------------------------------------------
 projects-section
--------------------------------------------------------------*/
.projects-section {
  background-color: #48a0dc;
}

@media (max-width: 767px) {
  .projects-section .section-title-s2, .projects-section .section-title-s3,
  .projects-section .section-title-text {
    text-align: center;
  }
}

.projects-section .projects-gallery .gallery-filters {
  text-align: center;
  margin: 55px 0 30px;
}

@media (max-width: 991px) {
  .projects-section .projects-gallery .gallery-filters {
    margin: 35px 0 20px;
  }
}

@media (max-width: 767px) {
  .projects-section .projects-gallery .gallery-filters {
    margin: 25px 0 20px;
  }
}

.projects-section .projects-gallery .gallery-filters ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.projects-section .projects-gallery .gallery-filters ul li {
  float: left;
}

@media (max-width: 991px) {
  .projects-section .projects-gallery .gallery-filters ul li {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .projects-section .projects-gallery .gallery-filters ul li {
    float: none;
  }
}

.projects-section .projects-gallery .gallery-filters ul > li + li {
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .projects-section .projects-gallery .gallery-filters ul > li + li {
    margin-left: 20px;
  }
}

@media (max-width: 550px) {
  .projects-section .projects-gallery .gallery-filters ul > li + li {
    margin-left: 0;
  }
}

.projects-section .projects-gallery .gallery-filters ul li a {
  color: #7a8595;
}

.projects-section .projects-gallery .gallery-filters ul li .current {
  color: #001a57;
}

.projects-section .projects-gallery .gallery-filters ul li a:hover,
.projects-section .projects-gallery .gallery-filters ul li a:focus {
  text-decoration: none;
}

.projects-section .gallery-container {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .projects-section .gallery-container {
    margin: 0 -7.5px;
  }
}

.projects-section .gallery-container .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  position: relative;
}

@media (max-width: 991px) {
  .projects-section .gallery-container .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .projects-section .gallery-container .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
}

@media (max-width: 550px) {
  .projects-section .gallery-container .grid {
    width: calc(100% - 15px);
  }
}

.projects-section .gallery-container .overlay {     
	background-color: rgba(0, 26, 87, 0.8);
    width: 100%;
    height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.projects-section .gallery-container .grid:hover .overlay {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.projects-section .gallery-container .project-info {
  width: 100%;
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.projects-section .gallery-container .project-info h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2px;
}

@media (max-width: 991px) {
  .projects-section .gallery-container .project-info h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.projects-section .gallery-container .project-info .cta {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
}

.projects-section .gallery-container .project-info a {
  color: #fff;
  font-size: 22px;
  font-size: 1.46667rem;
  position: absolute;
  right: 50px;
  top: 0;
}

.projects-section .view-all-projects {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7a8595;
  text-align: center;
  margin: 15px 0 0;
}

@media (max-width: 991px) {
  .projects-section .view-all-projects {
    font-size: 15px;
    font-size: 1rem;
  }
}

.projects-section .view-all-projects a {
  color: #001a57;
}

.project-section-bg-white {
  background-color: #fff;
}

/*--------------------------------------------------------------
 partners-section
--------------------------------------------------------------*/
.partners-section {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #e6e6e6;
}

@media (max-width: 991px) {
  .partners-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .partners-section {
    padding-bottom: 70px;
  }
}

.partners-section .grid {
  border: 1px solid #e4e4e4;
}

.partners-section .partners-slider img {
  width: auto;
  display: inline-block;
}


/*--------------------------------------------------------------
 why-choose-section
--------------------------------------------------------------*/
.why-choose-section-s2 {
  padding-bottom: 90px;
  background-color: #fff;
  margin-top: 0;
}

@media (max-width: 991px) {
  .why-choose-section-s2 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .why-choose-section-s2 {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 992px) {
  .why-choose-section-s2 {
    margin-top: 0;
  }
}

.why-choose-section-s2 .why-choose-grids {
  margin-top: 35px;
}

.why-choose-section-s2 .owl-controls {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .why-choose-section-s2 .owl-controls {
    margin-top: 40px;
  }
}

.why-choose-section-s2 .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #bd3029;
  border: 3px solid #e3eff5;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.why-choose-section-s2 .owl-controls .owl-dots .active span {
  border: 3px solid #e3eff5;
  -webkit-box-shadow: 0 0 0 2px #001a57;
  box-shadow: 0 0 0 2px #001a57;
}

.why-choose-section-s2 .grid .details {
  border: 1px solid #e6e6e6;
}

.why-choose-section-s2 .why-choose-slider .owl-item {
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
  .why-choose-section-s2 .why-choose-slider .owl-item {
    border: 0;
  }
}


/*--------------------------------------------------------------
 case-studies-s2
--------------------------------------------------------------*/
.case-studies-s2 {
  padding: 0;
  position: relative;
  z-index: 10;
}

.case-studies-s2 .recent-case {
  position: relative;
}

.case-studies-s2 .recent-case:before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #868078;
  position: absolute;
  left: 15px;
  top: 15px;
}

.case-studies-s2 .recent-case .details {
  width: 100%;
  padding: 0 120px 0 40px;
  position: absolute;
  left: 0;
  bottom: 60px;
}

@media (max-width: 991px) {
  .case-studies-s2 .recent-case .details {
    padding: 0 95px 0 40px;
  }
}

@media (max-width: 767px) {
  .case-studies-s2 .recent-case .details {
    padding: 0 25px 0 40px;
  }
}

.case-studies-s2 .recent-case .cat {
  background-color: #bd3029;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  padding: 3px 12px;
  display: inline-block;
}

.case-studies-s2 .recent-case h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 1em 0 0;
}

@media (max-width: 767px) {
  .case-studies-s2 .recent-case h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.case-studies-s2 .recent-case h3 a {
  color: #fff;
}

.case-studies-s2 .case-grids {
  overflow: hidden;
  margin: 0 -2px 0 -28px;
}

@media (max-width: 991px) {
  .case-studies-s2 .case-grids {
    margin: 4px -2px 0;
  }
}

.case-studies-s2 .case-grids .grid {
  width: calc(50% - 4px);
  float: left;
  margin: 0 2px 4px;
  position: relative;
}

@media (max-width: 520px) {
  .case-studies-s2 .case-grids .grid {
    width: calc(100% - 4px);
  }
}

.case-studies-s2 .case-grids .grid-s2:before {
  content: "";
  background-color: #001a57;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.case-studies-s2 .case-grids .grid-s3:before {
  content: "";
  background-color: #008fcb;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.case-studies-s2 .case-grids .grid .details {
  width: 100%;
  padding: 0 40px 0 18px;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.case-studies-s2 .case-grids .grid .details h4 {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  line-height: 1.25em;
  margin: 0.3em 0 0;
}

@media (max-width: 1199px) {
  .case-studies-s2 .case-grids .grid .details h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 991px) {
  .case-studies-s2 .case-grids .grid .details h4 {
    padding-right: 15px;
  }
}

.case-studies-s2 .case-grids .grid .details h4 a {
  color: #fff;
}

.case-studies-s2 .case-grids .grid-s1 .cat {
  background-color: #001a57;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  padding: 3px 12px;
  position: absolute;
  top: 25px;
  left: 18px;
}

.case-studies-s2 .case-grids .grid-s2 .cat,
.case-studies-s2 .case-grids .grid-s3 .cat {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

.case-studies-s2 .case-grids .grid-s2 .icon,
.case-studies-s2 .case-grids .grid-s3 .icon {
  position: absolute;
  right: 35px;
  top: 22px;
}

.case-studies-s2 .case-grids .grid-s4 .video-holder i {
  background-color: #fff;
  width: 30px;
  hiehgt: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #001a57;
}

.case-studies-s2 .case-grids .grid-s4 .video-holder a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

.case-studies-s2 .case-grids .grid-s4 .details h4 {
  margin-top: 1em;
}

/*--------------------------------------------------------------
 newsletter-section
--------------------------------------------------------------*/
.newsletter-section {
  background: url("../images/about-section-bg.jpg") center center/cover no-repeat local;
  padding: 255px 0 100px;
  position: relative;
  margin-top: -170px;
}

@media (max-width: 991px) {
  .newsletter-section {
    padding: 155px 0 90px;
    margin-top: -80px;
  }
}

@media (max-width: 767px) {
  .newsletter-section {
    padding: 155px 0 80px;
    margin-top: -90px;
  }
}

.newsletter-section:before {
  content: "";
  background-color: rgba(0, 26, 87, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.newsletter-section h2 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4em;
  color: #fff;
  margin: 0;
}

@media (max-width: 1199px) {
  .newsletter-section h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .newsletter-section h2 {
    margin: 0 0 1em;
  }
}

@media (max-width: 767px) {
  .newsletter-section h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.newsletter-section h2 span {
  font-weight: 600;
}

.newsletter-section form div {
  position: relative;
}

.newsletter-section form div button {
  font-family: "Poppins", sans-serif;
  background-color: #001a57;
  width: 158px;
  height: 50px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .newsletter-section form div button {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.newsletter-section form input {
  background-color: #fff;
  height: 50px;
  padding: 6px 168px 6px 25px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  .newsletter-section form input {
    height: 45px;
    padding: 6px 130px 6px 15px;
  }
}


/*--------------------------------------------------------------
 fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section .fun-fact-grids {
  overflow: hidden;
}

.fun-fact-section .grid {
  background-color: #48a0dc;
  width: 33.33%;
  padding: 29px 0;
  float: left;
  text-align: center;
}

@media (max-width: 991px) {
  .fun-fact-section .grid {
    padding: 22px 0;
  }
}

@media (max-width: 767px) {
  .fun-fact-section .grid {
    width: 100%;
    float: none;
    padding: 22px 0;
  }
}

.fun-fact-section .fun-fact-grids > .grid:nth-child(2) {
  background-color: #4f6dba;
}

.fun-fact-section .fun-fact-grids > .grid:nth-child(3) {
  background-color: #2754ba;
}

.fun-fact-section .grid p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .fun-fact-section .grid p {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .fun-fact-section .grid p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

/*--------------------------------------------------------------
 fun-fact-s2-section
--------------------------------------------------------------*/
.fun-fact-s2-section {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 767px) {
  .fun-fact-s2-section {
    padding-bottom: 40px;
  }
}

.fun-fact-s2-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.fun-fact-s2-section .fun-fact-grids {
  overflow: hidden;
}

.fun-fact-s2-section .fun-fact-grids .grid {
  font-family: "Poppins", sans-serif;
  width: 25%;
  float: left;
  text-align: center;
  color: #000;
}

@media (max-width: 767px) {
  .fun-fact-s2-section .fun-fact-grids .grid {
    width: 50%;
    margin-bottom: 35px;
  }
}

@media (max-width: 420px) {
  .fun-fact-s2-section .fun-fact-grids .grid {
    width: 100%;
    float: none;
  }
}

.fun-fact-s2-section .grid > div {
  font-size: 60px;
  font-size: 4rem;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 10px 6px;
  display: inline-block;
}

@media (max-width: 991px) {
  .fun-fact-s2-section .grid > div {
    font-size: 45px;
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .fun-fact-s2-section .grid > div {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.fun-fact-s2-section .grid p {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  margin: 5px 0 0;
}

@media (max-width: 991px) {
  .fun-fact-s2-section .grid p {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .fun-fact-s2-section .grid p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

/*--------------------------------------------------------------
 services-section-s3
--------------------------------------------------------------*/
.services-section-s3 .services-s3-grids {
  padding: 86px 30px 95px 20px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .services-section-s3 .services-s3-grids {
    padding: 45px 0;
  }
}

.services-section-s3 .services-s3-grids .grid {
  width: 50%;
  padding: 35px;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 600px) {
  .services-section-s3 .services-s3-grids .grid {
    width: 100%;
    float: none;
    padding: 25px;
  }
}

.services-section-s3 .services-s3-grids .grid:hover {
  -webkit-box-shadow: 0 0 20px rgba(171, 171, 171, 0.3);
  box-shadow: 0 0 20px rgba(171, 171, 171, 0.3);
}

.services-section-s3 h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #001a57;
  margin: 0 0 0.71em;
}

.services-section-s3 p {
  margin-bottom: 2.75em;
}

.services-section-s3 .grid h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #001a57;
  margin: 0 0 0.71em;
}

@media (max-width: 991px) {
  .services-section-s3 .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .services-section-s3 .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.services-section-s3 .grid .fi {
  display: inline-block;
  padding-right: 8px;
  position: relative;
  top: 7px;
}

.services-section-s3 .grid .fi:before {
  font-size: 35px;
  font-size: 2.33333rem;
}

.services-section-s3 .grid p {
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0;
}

.services-section-s3 .strength-info {
  background-color: #001a57;
  padding: 60px 30px 50px 45px;
}

@media (max-width: 1199px) {
  .services-section-s3 .strength-info {
    padding: 60px 30px 60px 45px;
  }
}

@media (max-width: 767px) {
  .services-section-s3 .strength-info {
    padding: 40px 20px 40px 25px;
  }
}

.services-section-s3 .strength-info ul {
  font-family: "Poppins", sans-serif;
  list-style: none;
}

.services-section-s3 .strength-info h3 {
  font-size: 24px;
  font-size: 1.6rem;
  color: #fff;
  margin: 0 0 0.67em;
}

@media (max-width: 991px) {
  .services-section-s3 .strength-info h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .services-section-s3 .strength-info h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.services-section-s3 .strength-info p {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #7a8595;
  margin: 0 0 15px;
}

.services-section-s3 .strength-info .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 30px;
}

.services-section-s3 .strength-info ul li a {
  font-size: 18px;
  font-size: 1.2rem;
  color: #7a8595;
}

@media (max-width: 991px) {
  .services-section-s3 .strength-info ul li a {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .services-section-s3 .strength-info ul li a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.services-section-s3 .strength-info ul li a:hover {
  color: #fff;
}

.services-section-s3 .strength-info ul > li + li {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .services-section-s3 .strength-info ul > li + li {
    margin-top: 16px;
  }
}

/*--------------------------------------------------------------
 about-features
--------------------------------------------------------------*/
.about-features {
  padding-top: 0;
}

.about-features .grid {
  border: 1px solid #e8e8e8;
  padding: 30px 40px 80px;
  text-align: center;
}

@media (max-width: 767px) {
  .about-features .grid {
    padding: 20px 20px 30px;
  }
}

.about-features .icon .fi:before {
  font-size: 60px;
  font-size: 4rem;
  color: #001a57;
}

@media (max-width: 991px) {
  .about-features .icon .fi:before {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

.about-features .grid h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 600;
  color: #001a57;
  margin: 0.55em 0 0.64em;
}

@media (max-width: 991px) {
  .about-features .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.about-features .grid p {
  margin: 0;
}




/*--------------------------------------------------------------
 all-services-section
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .all-services-section {
    padding-bottom: 45px;
  }
}

.all-services-section .all-services-grids {
  overflow: hidden;
}

.all-services-section .all-services-grids .grid {
  width: 30%;
  float: left;
  padding: 0 15px 30px;
  text-align: center;
  margin-left: 30px;
}

@media (max-width: 550px) {
  .all-services-section .all-services-grids .grid {
    width: 100%;
    float: none;
	margin-left: auto;
  }
}

.all-services-section .grid .img-holder {
  position: relative;
}

.all-services-section .grid .details-overlay {
  background: rgba(0, 26, 87, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.all-services-section .grid .details-overlay a {
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #001a57;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.all-services-section .grid:hover .details-overlay {
  opacity: 1;
  visibility: visible;
}

.all-services-section .grid .details {
  padding: 16px 0 20px;
}

@media (max-width: 991px) {
  .all-services-section .grid .details {
    border: 1px solid #d8d8d8;
    padding: 16px 15px 10px;
  }
}

.all-services-section .grid .details h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.36em;
  color: #001a57;
  margin: 0 0 10px;
}

@media (max-width: 1199px) {
  .all-services-section .grid .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .all-services-section .grid .details h3 {
    font-size: 18px;
    font-size: 1.26667rem;
  }
}

.all-services-section .grid .details > a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #86909e;
}

@media (max-width: 1199px) {
  .all-services-section .grid .details > a {
    font-size: 15px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
 contact-pg-contact-section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .contact-pg-contact-section .contact-info {
    margin-bottom: 50px;
  }
}

.contact-pg-contact-section .contact-info ul {
  list-style: none;
}

.contact-pg-contact-section .contact-info ul li {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #86909e;
  line-height: 1.8em;
  padding-left: 30px;
  position: relative;
}

.contact-pg-contact-section .contact-info ul li a {
	color: #86909e;
}

.contact-pg-contact-section .contact-info ul li a:hover {
	color: #001a57;
}


@media (max-width: 991px) {
  .contact-pg-contact-section .contact-info ul li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.contact-pg-contact-section .contact-info li i {
  position: absolute;
  left: 0;
}

.contact-pg-contact-section .contact-info ul > li + li {
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .contact-pg-contact-section .contact-form {
    padding-left: 70px;
  }
}

.contact-pg-contact-section form input,
.contact-pg-contact-section form textarea {
  background-color: #f8f8fa;
  height: 40px;
  border: 1px solid #e6e9ec;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-pg-contact-section form textarea {
  height: 195px;
}

@media (max-width: 767px) {
  .contact-pg-contact-section form textarea {
    height: 120px;
  }
}

.contact-pg-contact-section form > div {
  margin-bottom: 20px;
}

.contact-pg-contact-section .submit-btn {
  text-align: center;
  margin: 25px 0 0;
}

@media (max-width: 991px) {
  .contact-pg-contact-section .submit-btn {
    margin: 15px 0 0;
  }
}

.contact-pg-contact-section .submit-btn button {
  font-family: "Poppins", sans-serif;
  background: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #00123e);
  background: -moz-linear-gradient(top, #001a57, #00123e);
  background: -o-linear-gradient(top, #001a57, #00123e);
  background: -ms-linear-gradient(top, #001a57, #00123e);
  background: -webkit-gradient(linear, left top, left bottom, from(#001a57), to(#00123e));
  background: linear-gradient(top, #001a57, #00123e);
  width: 100%;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  .contact-pg-contact-section .submit-btn button {
    padding: 10px 20px;
  }
}

.contact-pg-contact-section .submit-btn button:hover {
  background: #00123e;
  background: -webkit-linear-gradient(top, #00123e, #001a57);
  background: -moz-linear-gradient(top, #00123e, #001a57);
  background: -o-linear-gradient(top, #00123e, #001a57);
  background: -ms-linear-gradient(top, #00123e, #001a57);
  background: -webkit-gradient(linear, left top, left bottom, from(#00123e), to(#001a57));
  background: linear-gradient(top, #00123e, #001a57);
}

/*--------------------------------------------------------------
 contact-map-section
--------------------------------------------------------------*/
.contact-map-section .location-map {
  width: 100%;
  height: 450px;
}

@media (max-width: 767px) {
  .contact-map-section .location-map {
    height: 350px;
  }
}

/*# sourceMappingURL=style.css.map */