<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Hind|Poppins:500,600,700");
html {
  font-size: 15px;
}

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

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

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

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

ul {
  list-style-position: inside;
  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,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

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

@media (max-width: 767px) {
  .section-padding {
    padding: 20px 0;
  }
}
.back-to-top {
  background-color: rgba(253, 212, 21, 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: #e31e25;
}

.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%);
}

.section-title, .section-title-s2, .section-title-s3, .section-title-s4, .section-title-s5 {
  text-align: center;
  margin: 0 0 45px;
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
  font-size: 36px;
  font-size: 2.4rem;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.47em;
  position: relative;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

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

.section-title h2:after, .section-title-s2 h2:after, .section-title-s3 h2:after, .section-title-s4 h2:after, .section-title-s5 h2:after {
  content: "";
  background-color: #e31e25;
  width: 30px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.section-title-s2 {
  text-align: left;
}

.section-title-s2 h2 {
  line-height: 1.2em;
}

.section-title-s2 h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
  margin-bottom: 0.33em;
}

.section-title-s4, .section-title-s5 {
  text-align: left;
}

@media (max-width: 991px) {
  .section-title-s4, .section-title-s5 {
    margin-bottom: 35px;
  }
}

.section-title-s4 h2:after, .section-title-s5 h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.section-title-s4 h2, .section-title-s5 h2,
.section-title-s4 p, .section-title-s5 p {
  color: #fff;
}

.section-title-s5 h2 {
  color: #012f5c;
}

.section-title-s5 p {
  color: #999999;
}



.social-links {
  overflow: hidden;
}

.page-title {
  background: url("../img/img-5.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 250px;
  text-align: center;
  position: relative;
}

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

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

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

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

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

.page-title h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

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

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.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: #e31e25;
  margin-right: 5px;
}

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

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

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

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

.service-grids .img-details-link {
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .service-grids .img-details-link {
    margin-bottom: 20px;
  }
}

.service-grids .img-details-link:hover .details-link {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.service-grids .img-details-link:hover .details-link a {
  top: 50%;
}

.service-grids .details-link {
  background-color: rgba(1, 47, 92, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 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;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  opacity: 0;
}

.service-grids .details-link a {
  background-color: #e31e25;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #012f5c;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 0%;
  -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-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: 1199px) {
  .service-grids .details-link a {
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 5px 8px;
  }
}

.service-grids .service-details h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 0.9em;
  padding-bottom: 0.4em;
  position: relative;
}

@media (max-width: 1199px) {
  .service-grids .service-details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

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

@media (max-width: 767px) {
  .service-grids .service-details h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.service-grids .service-details h3:after {
  background-color: #e31e25;
  content: "";
  width: 27px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-grids .service-details p {
  margin-bottom: 0;
}

.services-s2-grids .icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border: 2px solid #e31e25;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .services-s2-grids .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}

@media (max-width: 991px) {
  .services-s2-grids .icon {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .services-s2-grids .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.services-s2-grids .icon .fi:before {
  font-size: 45px;
  font-size: 3rem;
  color: #012f5c;
}



.site-header .navigation {
  background-color: #012f5c;
  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 &gt; .container {
  position: relative;
}

.site-header .navigation ul {
  list-style: none;
}

.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 &gt; ul li a:hover,
.site-header #navbar &gt; ul li a:focus {
  text-decoration: none;
  color: #e31e25;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar &gt; ul &gt; li &gt; a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
  .site-header #navbar &gt; ul .sub-menu {
    background-color: #012a52;
    width: 250px;
    border-top: 2px solid #e31e25;
    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 &gt; ul &gt; li .sub-menu li {
    border-bottom: 1px solid #013466;
  }
  .site-header #navbar &gt; ul &gt; li .sub-menu a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #fff;
    display: block;
    padding: 12px 15px;
  }
  .site-header #navbar &gt; ul &gt; li &gt; .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar &gt; ul &gt; li &gt; .sub-menu &gt; .menu-item-has-children &gt; a {
    position: relative;
  }
  .site-header #navbar &gt; ul &gt; li &gt; .sub-menu &gt; .menu-item-has-children &gt; 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 &gt; ul &gt; li:hover &gt; .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu &gt; li:hover &gt; .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar &gt; ul &gt; li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar &gt; ul &gt; li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar &gt; ul .sub-menu &gt; li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar &gt; ul &gt; li &gt; .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar &gt; ul &gt; li &gt; .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar &gt; ul .menu-item-has-children &gt; a {
    position: relative;
  }
  .site-header #navbar &gt; ul .menu-item-has-children &gt; 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 #012f5c;
    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 &gt; ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

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

@media (max-width: 991px) {
  .site-header #navbar &gt; ul .mega-menu,
  .site-header #navbar &gt; ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar &gt; ul .mega-menu .row,
  .site-header #navbar &gt; ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content &gt; .row &gt; .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: #e31e25;
    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: 22px;
    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: #012f5c;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #012f5c;
    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 &gt; ul &gt; li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar &gt; ul &gt; li &gt; 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 &gt; li {
    float: none;
  }
}

/******************************
	header style 1
******************************/
.header-style-1, .header-style-2, .header-style-3, .header-style-4, .header-style-5, .header-style-6 {
  /*** search-social ***/
}

.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar, .header-style-4 .topbar, .header-style-5 .topbar, .header-style-6 .topbar {
  background-color: #012c57;
  color: #fff;
  padding: 15px 0;
  border-top: 1px solid #012548;
  border-bottom: 1px solid #012548;
  /*** language ***/
}

.header-style-1 .topbar .contact-info, .header-style-2 .topbar .contact-info, .header-style-3 .topbar .contact-info, .header-style-4 .topbar .contact-info, .header-style-5 .topbar .contact-info, .header-style-6 .topbar .contact-info {
  list-style: none;
  margin-top: 5px;
}

.header-style-1 .topbar .contact-info li, .header-style-2 .topbar .contact-info li, .header-style-3 .topbar .contact-info li, .header-style-4 .topbar .contact-info li, .header-style-5 .topbar .contact-info li, .header-style-6 .topbar .contact-info li {
  display: inline-block;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info li, .header-style-2 .topbar .contact-info li, .header-style-3 .topbar .contact-info li, .header-style-4 .topbar .contact-info li, .header-style-5 .topbar .contact-info li, .header-style-6 .topbar .contact-info li {
    display: block;
    text-align: center;
  }
}

.header-style-1 .topbar .contact-info &gt; li + li, .header-style-2 .topbar .contact-info &gt; li + li, .header-style-3 .topbar .contact-info &gt; li + li, .header-style-4 .topbar .contact-info &gt; li + li, .header-style-5 .topbar .contact-info &gt; li + li, .header-style-6 .topbar .contact-info &gt; li + li {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info &gt; li + li, .header-style-2 .topbar .contact-info &gt; li + li, .header-style-3 .topbar .contact-info &gt; li + li, .header-style-4 .topbar .contact-info &gt; li + li, .header-style-5 .topbar .contact-info &gt; li + li, .header-style-6 .topbar .contact-info &gt; li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}

.header-style-1 .topbar .contact-info i, .header-style-2 .topbar .contact-info i, .header-style-3 .topbar .contact-info i, .header-style-4 .topbar .contact-info i, .header-style-5 .topbar .contact-info i, .header-style-6 .topbar .contact-info i {
  display: inline-block;
  padding-right: 3px;
  color: #e31e25;
}

.header-style-1 .topbar .language, .header-style-2 .topbar .language, .header-style-3 .topbar .language, .header-style-4 .topbar .language, .header-style-5 .topbar .language, .header-style-6 .topbar .language {
  float: right;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .language, .header-style-2 .topbar .language, .header-style-3 .topbar .language, .header-style-4 .topbar .language, .header-style-5 .topbar .language, .header-style-6 .topbar .language {
    float: none;
    text-align: center;
  }
}

.header-style-1 .topbar .language i, .header-style-2 .topbar .language i, .header-style-3 .topbar .language i, .header-style-4 .topbar .language i, .header-style-5 .topbar .language i, .header-style-6 .topbar .language i {
  color: #e31e25;
}

.header-style-1 .topbar .select-box, .header-style-2 .topbar .select-box, .header-style-3 .topbar .select-box, .header-style-4 .topbar .select-box, .header-style-5 .topbar .select-box, .header-style-6 .topbar .select-box {
  display: inline;
}

.header-style-1 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-2 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-3 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-4 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-5 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-6 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 65px;
}

.header-style-1 .topbar .bootstrap-select &gt; .btn, .header-style-2 .topbar .bootstrap-select &gt; .btn, .header-style-3 .topbar .bootstrap-select &gt; .btn, .header-style-4 .topbar .bootstrap-select &gt; .btn, .header-style-5 .topbar .bootstrap-select &gt; .btn, .header-style-6 .topbar .bootstrap-select &gt; .btn {
  background-color: transparent;
  color: #fff;
  border: 0;
}

.header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand, .header-style-4 .navbar-brand, .header-style-5 .navbar-brand, .header-style-6 .navbar-brand {
  margin-top: 12px;
  display: inline-block;
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar &gt; ul &gt; li &gt; a, .header-style-2 #navbar &gt; ul &gt; li &gt; a, .header-style-3 #navbar &gt; ul &gt; li &gt; a, .header-style-4 #navbar &gt; ul &gt; li &gt; a, .header-style-5 #navbar &gt; ul &gt; li &gt; a, .header-style-6 #navbar &gt; ul &gt; li &gt; a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    padding: 30px 12px;
  }

}

@media screen and (min-width: 1199px) {
  .header-style-1 #navbar &gt; ul &gt; li &gt; a, .header-style-2 #navbar &gt; ul &gt; li &gt; a, .header-style-3 #navbar &gt; ul &gt; li &gt; a, .header-style-4 #navbar &gt; ul &gt; li &gt; a, .header-style-5 #navbar &gt; ul &gt; li &gt; a, .header-style-6 #navbar &gt; ul &gt; li &gt; a {
    padding: 30px 16px;
  }

}

@media (max-width: 991px) {
  .header-style-1 .navbar-header, .header-style-2 .navbar-header, .header-style-3 .navbar-header, .header-style-4 .navbar-header, .header-style-5 .navbar-header, .header-style-6 .navbar-header {
    padding-bottom: 15px;
  }
}

.header-style-1 .search-social, .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
  position: absolute;
  right: 15px;
  top: 32px;
}

@media (max-width: 991px) {
  .header-style-1 .search-social, .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
    right: 75px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .search-social, .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
    display: none;
  }
}

.header-style-1 .search-social &gt; div, .header-style-2 .search-social &gt; div, .header-style-3 .search-social &gt; div, .header-style-4 .search-social &gt; div, .header-style-5 .search-social &gt; div, .header-style-6 .search-social &gt; div {
  display: inline-block;
}

.header-style-1 .search-social .social ul li, .header-style-2 .search-social .social ul li, .header-style-3 .search-social .social ul li, .header-style-4 .search-social .social ul li, .header-style-5 .search-social .social ul li, .header-style-6 .search-social .social ul li {
  float: left;
}

.header-style-1 .search-social .social ul &gt; li + li, .header-style-2 .search-social .social ul &gt; li + li, .header-style-3 .search-social .social ul &gt; li + li, .header-style-4 .search-social .social ul &gt; li + li, .header-style-5 .search-social .social ul &gt; li + li, .header-style-6 .search-social .social ul &gt; li + li {
  margin-left: 10px;
}

.header-style-1 .search-social .social ul a, .header-style-2 .search-social .social ul a, .header-style-3 .search-social .social ul a, .header-style-4 .search-social .social ul a, .header-style-5 .search-social .social ul a, .header-style-6 .search-social .social ul a {
  color: #fff;
}

.header-style-1 .search-social .open-btn, .header-style-2 .search-social .open-btn, .header-style-3 .search-social .open-btn, .header-style-4 .search-social .open-btn, .header-style-5 .search-social .open-btn, .header-style-6 .search-social .open-btn {
  background-color: transparent;
  color: #fff;
  padding: 0;
  border: 0;
  margin-right: 40px;
  position: relative;
  top: -8px;
}

@media (max-width: 1199px) {
  .header-style-1 .search-social .open-btn, .header-style-2 .search-social .open-btn, .header-style-3 .search-social .open-btn, .header-style-4 .search-social .open-btn, .header-style-5 .search-social .open-btn, .header-style-6 .search-social .open-btn {
    margin-right: 30px;
  }
}

/******************************
	header style 2
******************************/
.header-style-2, .header-style-3, .header-style-4, .header-style-5, .header-style-6 {
  position: relative;
}

.header-style-2 .topbar, .header-style-3 .topbar, .header-style-4 .topbar, .header-style-5 .topbar, .header-style-6 .topbar {
  background-color: #fff;
  padding: 0;
  border: 0;
}

.header-style-2 .upper-topbar, .header-style-3 .upper-topbar, .header-style-4 .upper-topbar, .header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
  background-color: #012f5c;
  padding: 4px 0;
}

@media (max-width: 767px) {
  .header-style-2 .upper-topbar, .header-style-3 .upper-topbar, .header-style-4 .upper-topbar, .header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
    text-align: center;
    padding: 8px 0;
  }
}

.header-style-2 .upper-topbar p, .header-style-3 .upper-topbar p, .header-style-4 .upper-topbar p, .header-style-5 .upper-topbar p, .header-style-6 .upper-topbar p {
  color: #fff;
  margin: 3px 0 0;
}

@media (max-width: 767px) {
  .header-style-2 .upper-topbar p, .header-style-3 .upper-topbar p, .header-style-4 .upper-topbar p, .header-style-5 .upper-topbar p, .header-style-6 .upper-topbar p {
    margin: 3px 0 10px;
    line-height: 1.4em;
  }
}

@media (max-width: 767px) {
  .header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
    text-align: center;
  }
}

.header-style-2 .lower-topbar, .header-style-3 .lower-topbar, .header-style-4 .lower-topbar, .header-style-5 .lower-topbar, .header-style-6 .lower-topbar {
  padding: 12px 0;
}

@media screen and (min-width: 992px) {
  .header-style-2 .lower-topbar, .header-style-3 .lower-topbar, .header-style-4 .lower-topbar, .header-style-5 .lower-topbar, .header-style-6 .lower-topbar {
    padding-bottom: 50px;
  }
}

.header-style-2 .lower-topbar .contact-info, .header-style-3 .lower-topbar .contact-info, .header-style-4 .lower-topbar .contact-info, .header-style-5 .lower-topbar .contact-info, .header-style-6 .lower-topbar .contact-info {
  float: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-style-2 .lower-topbar .contact-info, .header-style-3 .lower-topbar .contact-info, .header-style-4 .lower-topbar .contact-info, .header-style-5 .lower-topbar .contact-info, .header-style-6 .lower-topbar .contact-info {
    border-top: 1px solid #dedede;
    padding-top: 15px;
    margin-top: 10px;
    float: none;
    text-align: center;
  }
}

.header-style-2 .lower-topbar .contact-info &gt; div, .header-style-3 .lower-topbar .contact-info &gt; div, .header-style-4 .lower-topbar .contact-info &gt; div, .header-style-5 .lower-topbar .contact-info &gt; div, .header-style-6 .lower-topbar .contact-info &gt; div {
  float: left;
  padding-left: 45px;
  position: relative;
}

@media (max-width: 767px) {
  .header-style-2 .lower-topbar .contact-info &gt; div, .header-style-3 .lower-topbar .contact-info &gt; div, .header-style-4 .lower-topbar .contact-info &gt; div, .header-style-5 .lower-topbar .contact-info &gt; div, .header-style-6 .lower-topbar .contact-info &gt; div {
    float: none;
    display: inline-block;
    text-align: left;
    padding-left: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.header-style-2 .lower-topbar .contact-info &gt; div + div, .header-style-3 .lower-topbar .contact-info &gt; div + div, .header-style-4 .lower-topbar .contact-info &gt; div + div, .header-style-5 .lower-topbar .contact-info &gt; div + div, .header-style-6 .lower-topbar .contact-info &gt; div + div {
  margin-left: 45px;
}

@media (max-width: 767px) {
  .header-style-2 .lower-topbar .contact-info &gt; div + div, .header-style-3 .lower-topbar .contact-info &gt; div + div, .header-style-4 .lower-topbar .contact-info &gt; div + div, .header-style-5 .lower-topbar .contact-info &gt; div + div, .header-style-6 .lower-topbar .contact-info &gt; div + div {
    margin-left: 0;
  }
}

.header-style-2 .lower-topbar .contact-info i, .header-style-3 .lower-topbar .contact-info i, .header-style-4 .lower-topbar .contact-info i, .header-style-5 .lower-topbar .contact-info i, .header-style-6 .lower-topbar .contact-info i {
  font-size: 36px;
  font-size: 2.4rem;
  color: #e31e25;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .header-style-2 .lower-topbar .contact-info i, .header-style-3 .lower-topbar .contact-info i, .header-style-4 .lower-topbar .contact-info i, .header-style-5 .lower-topbar .contact-info i, .header-style-6 .lower-topbar .contact-info i {
    font-size: 32px;
    font-size: 2.13333rem;
    top: 5px;
  }
}

.header-style-2 .lower-topbar .contact-info span, .header-style-3 .lower-topbar .contact-info span, .header-style-4 .lower-topbar .contact-info span, .header-style-5 .lower-topbar .contact-info span, .header-style-6 .lower-topbar .contact-info span {
  color: #012f5c;
}

.header-style-2 .lower-topbar .contact-info p, .header-style-3 .lower-topbar .contact-info p, .header-style-4 .lower-topbar .contact-info p, .header-style-5 .lower-topbar .contact-info p, .header-style-6 .lower-topbar .contact-info p {
  margin: 0;
  color: #666;
}

@media screen and (min-width: 992px) {
  .header-style-2 .navigation, .header-style-3 .navigation, .header-style-4 .navigation, .header-style-5 .navigation, .header-style-6 .navigation {
    background-color: transparent;
    width: 100%;
    position: absolute;
    bottom: -25px;
    z-index: 10000;
  }
  .header-style-2 .navigation .container, .header-style-3 .navigation .container, .header-style-4 .navigation .container, .header-style-5 .navigation .container, .header-style-6 .navigation .container {
    background-color: #012f5c;
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .header-style-2 .navigation, .header-style-3 .navigation, .header-style-4 .navigation, .header-style-5 .navigation, .header-style-6 .navigation {
    height: 70px;
  }
  .header-style-2 .navigation .navbar-header button, .header-style-3 .navigation .navbar-header button, .header-style-4 .navigation .navbar-header button, .header-style-5 .navigation .navbar-header button, .header-style-6 .navigation .navbar-header button {
    top: 17px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-2 #navbar &gt; ul &gt; li &gt; a, .header-style-3 #navbar &gt; ul &gt; li &gt; a, .header-style-4 #navbar &gt; ul &gt; li &gt; a, .header-style-5 #navbar &gt; ul &gt; li &gt; a, .header-style-6 #navbar &gt; ul &gt; li &gt; a {
    padding: 20px 16px;
  }
  .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
    top: 28px;
    right: 0;
  }
}

@media (max-width: 991px) {
  .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
    top: 35px;
    right: 60px;
  }
}

/******************************
	header style 3
******************************/
.header-style-3 {
  /*** social and serach ***/
}

.header-style-3 .topbar {
  background-color: #e31e25;
  padding: 5px 0;
}

@media (max-width: 767px) {
  .header-style-3 .topbar {
    padding: 28px 0 13px;
  }
}

@media (max-width: 767px) {
  .header-style-3 .site-logo {
    border-bottom: 1px solid #012243;
    padding-bottom: 15px;
  }
}

.header-style-3 .contact-info-s2 {
  float: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-style-3 .contact-info-s2 {
    float: none;
    margin-top: 20px;
  }
}

.header-style-3 .contact-info-s2 &gt; div {
  float: left;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 991px) {
  .header-style-3 .contact-info-s2 &gt; div {
    padding-left: 35px;
  }
}



@media (max-width: 991px) {
  .header-style-3 .contact-info-s2 &gt; div + div {
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  .header-style-3 .contact-info-s2 &gt; div + div {
    margin-left: auto;
  }
}

.header-style-3 .contact-info-s2 .icon {
  position: relative;
right: 20px;
    top: 20px;
  color: #fff;
}

.header-style-3 .contact-info-s2 .icon .fi:before {
  font-size: 32px;
  color: #e31e25;
}

@media (max-width: 991px) {
  .header-style-3 .contact-info-s2 .icon .fi:before {
    font-size: 25px;
  }
}

.header-style-3 .contact-info-s2 p,
.header-style-3 .contact-info-s2 span {
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .header-style-3 .contact-info-s2 p,
  .header-style-3 .contact-info-s2 span {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  .header-style-3 .contact-info-s2 p {
    line-height: 1.3em;
  }
}

.header-style-3 .navigation {
  background-color: rgba(1, 47, 92, 0.9);
}

@media screen and (min-width: 992px) {
  .header-style-3 .navigation {
    position: absolute;
    width: 100%;
    z-index: 10;
  }
}

.header-style-3 .navigation .container {
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  .header-style-3 #navbar &gt; ul &gt; li &gt; a {
    position: relative;
  }
  .header-style-3 #navbar &gt; ul &gt; li &gt; a:after {
    content: "";
    border: 5px solid transparent;
    border-bottom: 5px solid #e31e25;
    position: absolute;
    left: 50%;
    bottom: 8px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header-style-3 #navbar &gt; ul &gt; li &gt; a:hover:after {
    opacity: 1;
  }
}

.header-style-3 .search-social {
  display: block;
}

@media screen and (min-width: 992px) {
  .header-style-3 .search-social {
    right: -25px;
  }
}

.header-style-3 .social-links {
  width: 150px;
  top: -8px;
}

@media (max-width: 1199px) {
  .header-style-3 .social-links {
    right: 135px;
  }
}

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

@media (max-width: 991px) {
  .header-style-3 .social-links ul {
    display: none;
  }
}

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

.header-style-3 .social-links ul &gt; li + li {
  margin-left: 15px;
}

.header-style-3 .social-links ul li a {
  font-size: 16px;
  color: #fff;
}

.header-style-3 .social-links ul li a:hover {
  color: #e31e25;
}

@media screen and (min-width: 992px) {
  .header-style-3 .navigation {
    bottom: -60px;
  }
}



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

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

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

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

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

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

.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.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: #fff;
  width: 50px;
  height: 50px;
  z-index: 9;
  border-radius: 50%;
  @inlcude transition-time(0.3s);
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev:before,
.hero .slick-next:before {
  color: #012f5c;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: #012f5c;
}

.hero .slick-prev:hover:before,
.hero .slick-next:hover:before {
  color: #fff;
}

.hero .slick-prev {
  left: 15px;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}

.hero .slick-next {
  right: 15px;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}

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

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}

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

.hero .slick-dots button {
  background-color: #e31e25;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
}

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

@media (max-width: 1199px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

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

.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
    font-size: 15px;
    font-size: 1rem;
  }
}

.site-footer .upper-footer {
  background-color: #012243;
  padding: 100px 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: #e31e25;
}

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

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


.site-footer .copyright-info {
  background-color: #00152a;
  padding: 15px 0;
}

@media (max-width: 600px) {
  .site-footer .copyright-info {
    text-align: center;
  }
}

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

@media (max-width: 600px) {
  .site-footer .copyright-info .col {
    width: 100%;
  }
}

.site-footer .copyright-info .footer-social {
  float: right;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .footer-social {
    float: none;
    margin-top: 5px;
  }
}

.site-footer .copyright-info .footer-social span {
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .footer-social span {
    display: none;
  }
}

.site-footer .copyright-info .social-links {
  list-style: none;
  float: right;
  overflow: hidden;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .social-links {
    float: none;
    display: inline-block;
  }
}

.site-footer .copyright-info .social-links li {
  float: left;
}

.site-footer .copyright-info .social-links &gt; li + li {
  margin-left: 8px;
}

.site-footer .copyright-info .social-links a {
  font-size: 18px;
  font-size: cacl-rem-value(18);
  color: #fff;
}

.site-footer .copyright-info .social-links a:hover {
  color: #e31e25;
}

.sticky-header {
  width: 100%;
  position: fixed !important;
  left: 0;
  top: -200px;
  z-index: 9999 !important;
  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;
  z-index: 9999;
}

.header-style-2 .sticky-header, .header-style-3 .sticky-header, .header-style-4 .sticky-header, .header-style-5 .sticky-header, .header-style-6 .sticky-header {
  background-color: #012f5c;
}

@media screen and (min-width: 992px) {
  .header-style-2 .sticky-header, .header-style-3 .sticky-header, .header-style-4 .sticky-header, .header-style-5 .sticky-header, .header-style-6 .sticky-header {
    bottom: auto;
    top: 0;
  }
}

.header-style-5 .sticky-header, .header-style-6 .sticky-header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.header-style-6 .sticky-header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 992px) {
  .header-style-6 .sticky-header {
    bottom: auto;
    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%);
  }
}


.services-section {
  padding-bottom: 30px;
}


/*--------------------------------------------------------------
#0.7	cta
--------------------------------------------------------------*/
.cta {
  background: url("../img/cta-bg.jpg") center center/cover no-repeat fixed;
  text-align: center;
  padding: 60px 0;
  position: relative;
}

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

.cta:before {
  content: "";
  background-color: rgba(1, 47, 92, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta .container {
  position: relative;
}

.cta h2 {
  font-size: 30px;
  font-size: 2rem;
  color: #fff;
  margin: 0;
}

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

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

.cta h2 span {
  color: #e31e25;
}

/*--------------------------------------------------------------
#0.8	services-section-s2
--------------------------------------------------------------*/
.services-section-s2 img, .services-section-s3 img {
  position: relative;
}

.services-section-s2 .services-phone, .services-section-s3 .services-phone {
  max-width: 250px;
  position: relative;
}

@media (max-width: 991px) {
  .services-section-s2 .services-phone, .services-section-s3 .services-phone {
    display: none;
  }
}

.services-section-s2 .phone-bg, .services-section-s3 .phone-bg {
  background: url("../img/services-phone-bg.jpg") center center/cover no-repeat local;
  width: 96%;
  height: 96%;
  position: absolute;
  left: 5px;
  top: 10px;
  border-radius: 25px;
}

.services-section-s2 .phone-bg:before, .services-section-s3 .phone-bg:before {
  content: "";
  background-color: rgba(1, 47, 92, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  border-radius: 25px;
}

.services-section-s2 .phone-inner, .services-section-s3 .phone-inner {
  width: 165px;
  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%);
}
.services-section-s2 .phone-inner input[type=text]{width:100%;padding:5px 10px; border:1px solid #fff;background:#e31e25;    margin-bottom: 5px;}
.services-section-s2 .phone-inner input[type=submit]{width:100%;padding:5px 20px; border:1px solid #fff;background:#fff;color:#000;border:none;outline:none;cursor:pointer;margin-top:10px;}
.services-section-s2 .phone-inner h3, .services-section-s3 .phone-inner h3 {
  font-size: 24px;
  font-size: 1.6rem;
  color: #fff;
  margin: 0 0 0.33em;
}

.services-section-s2 .phone-inner h3 span, .services-section-s3 .phone-inner h3 span {
  color: #e31e25;
}



.services-section-s2 .services-s2-grids, .services-section-s3 .services-s2-grids {
  overflow: hidden;
  margin: 30px -25px 0;
}

@media (max-width: 1199px) {
  .services-section-s2 .services-s2-grids, .services-section-s3 .services-s2-grids {
    margin: 15px -25px 0;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .services-section-s2 .services-s2-grids, .services-section-s3 .services-s2-grids {
    margin: 0 -15px;
  }
}


.testimonials-section .client-pic, .testimonials-pg-content .client-pic {
  width: 36%;
  float: left;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .testimonials-section .client-pic, .testimonials-pg-content .client-pic {
    width: 100%;
    float: none;
  }
}




.testimonials-section .client-pic img, .testimonials-pg-content .client-pic img {
  width: auto;
}

.testimonials-section .details h4, .testimonials-pg-content .details h4 {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 0.12em;
}

@media (max-width: 991px) {
  .testimonials-section .details h4, .testimonials-pg-content .details h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.testimonials-section .client-post, .testimonials-pg-content .client-post {
  color: #999999;
  display: block;
  margin-bottom: 10px;
}

.testimonials-section .details p, .testimonials-pg-content .details p {
  color: #666;
}

.testimonials-section .owl-controls, .testimonials-pg-content .owl-controls {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .owl-controls, .testimonials-pg-content .owl-controls {
    width: 100%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-pg-content .owl-controls .owl-nav .owl-prev,
.testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-pg-content .owl-controls .owl-nav .owl-next {
  background-color: transparent;
  color: #012f5c;
  font-size: 24px;
  font-size: 1.6rem;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-pg-content .owl-controls .owl-nav .owl-prev,
  .testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-pg-content .owl-controls .owl-nav .owl-next {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-pg-content .owl-controls .owl-nav .owl-prev,
  .testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-pg-content .owl-controls .owl-nav .owl-next {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.testimonials-section .owl-controls .owl-nav .owl-prev:hover, .testimonials-pg-content .owl-controls .owl-nav .owl-prev:hover,
.testimonials-section .owl-controls .owl-nav .owl-next:hover, .testimonials-pg-content .owl-controls .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #e31e25;
}

.testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-pg-content .owl-controls .owl-nav .owl-prev {
  left: -80px;
}

.testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-pg-content .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.services-section-s2 .owl-controls, .services-section-s3 .owl-controls {
  margin-top: 50px;
}

.services-section-s2 .owl-dots .owl-dot.active span, .services-section-s3 .owl-dots .owl-dot.active span,
.services-section-s2 .owl-dots .owl-dot:hover span, .services-section-s3 .owl-dots .owl-dot:hover span {
  background-color: #012f5c;
}

.services-section-s3 {
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .services-section-s3 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .services-section-s3 {
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .services-section-s3 {
    padding-bottom: 30px;
  }
}


.services-pg .page-title {
  background: url("../img/img-5.jpg") center center/cover no-repeat local;
}

.services-pg-section {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .services-pg-section {
    padding-bottom: 40px;
  }
}




.service-single-pg .page-title {
  background: url("../img/img-5.jpg") center center/cover no-repeat local;
}

.service-single-section ul {
  list-style: none;
}

.service-single-section p,
.service-single-section li {
  color: #6a6a6a;
}

.service-single-section .service-single-content h3 {
  font-size: 36px;
  font-size: 2.4rem;
  margin: 0 0 0.69em;
}

@media (max-width: 1199px) {
  .service-single-section .service-single-content h3 {
    font-size: 30px;
    font-size: 2rem;
  }
}

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

@media (max-width: 767px) {
  .service-single-section .service-single-content h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.service-single-section .service-single-content .img-holder {
  margin: 35px 0 0;
}

.service-single-section .service-single-content h4 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 0.54em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.service-single-section .discussion-faq {
  margin: 50px -15px 0;
  overflow: hidden;
}

.service-single-section .discussion-faq .discussion,
.service-single-section .discussion-faq .faq {
  width: 50%;
  float: left;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .service-single-section .discussion-faq .discussion,
  .service-single-section .discussion-faq .faq {
    width: 100%;
    float: none;
  }
}

.service-single-section .discussion ul {
  margin-top: 25px;
}

.service-single-section .discussion ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.service-single-section .discussion ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}

@media (max-width: 991px) {
  .service-single-section .faq {
    margin-top: 50px;
  }
}

.service-single-section .faq .panel {
  border: 1px solid #d8d8d8;
}

.service-single-section .faq .panel-heading {
  padding: 0;
}

.service-single-section .faq .panel-heading a {
  font-family: "Poppins", sans-serif;
  background-color: #012f5c;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  padding: 15px 30px;
  display: block;
  position: relative;
}

@media (max-width: 1199px) {
  .service-single-section .faq .panel-heading a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .faq .panel-heading a {
    padding: 10px 20px;
  }
}

.service-single-section .faq .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f068";
  font-size: 16px;
  font-size: 1.06667rem;
  color: #e31e25;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .service-single-section .faq .panel-heading a:after {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .faq .panel-heading a:after {
    right: 20px;
  }
}

.service-single-section .faq .panel-heading .collapsed:after {
  content: "\f067";
}

.testimonials-pg .page-title {
  background: url("../img/img-5.jpg") center center/cover no-repeat local;
}

.testimonials-pg-content {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .testimonials-pg-content {
    padding-bottom: 15px;
  }
}

.testimonials-pg-content .testimonials-grids {
  margin: 0 -30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .testimonials-pg-content .testimonials-grids {
    margin: 0 -15px;
  }
}



.copyright-area p{color:#fff}
.copyright-area a{color:#e31e25}
.contactform label{width:100%;display:block;margin-top:10px;}
.contactform input[type=text]{width:100%;display:block; padding:10px;}
.contactform textarea{width:100%;height:100px;display:block; padding:10px;}
.contactform .submit{width:100%;display:block; padding:10px;outline:none;border:none;background:#00152a;color:#fff;margin-top:20px;}

.contactbox span{color:#00152a;font-weight:bold;}

.service-single-content li{padding-left:10px;list-style:square;margin-left:20px;}

.client-slider{margin-top:50px;}
.client-slider .grid{background:#fff;border:1px solid #ddd;padding:5px;height:100px;}
.client-slider .grid img{width:100%;display:block;}
.client-slider .owl-controls{margin-top:120px;}</pre></body></html>