:root {
  --color-0: #6287c0;
  --color-1:#6287c0;
  --color-2: #2d72da;
  --color-3: #114694;
  --color-4: #3f5679;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

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

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

p {
  color: #000001;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--color-1);
}

ul {
  list-style-type: none;
  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%;
}

/*--------------------------------------------------------------
#0.2    Global 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;
  }
}

.section-title, .section-title-s2, .section-title-s3, .section-title-s4, .section-title-s5 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-title, .section-title-s2, .section-title-s3, .section-title-s4, .section-title-s5 {
    margin-bottom: 20px;
  }
}

.section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s4 > span, .section-title-s5 > span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-3);
  text-transform: capitalize;
  display: block;
  margin-top: -0.2em;
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  margin: 0.1em 0 0;
}

@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: 35px;
    font-size: 2.1875rem;
  }
}

@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: 30px;
    font-size: 1.875rem;
  }
}

.section-title-s2, .section-title-s3, .section-title-s4, .section-title-s5 {
  margin-bottom: 60px;
}

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

@media (max-width: 767px) {
  .section-title-s2, .section-title-s3, .section-title-s4, .section-title-s5 {
    margin-bottom: 20px;
  }
}

.section-title-s3, .section-title-s4 {
  text-align: center;
}

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

@media (max-width: 767px) {
  .section-title-s3, .section-title-s4 {
    margin-bottom: 40px;
  }
}

.section-title-s3 h2, .section-title-s4 h2 {
  color: #fff;
  margin-bottom: 0.5em;
}

.section-title-s3 p, .section-title-s4 p {
  color: white;
  margin: 0;
}

.section-title-s4 {
  margin-bottom: 0;
}

.section-title-s4 h2 {
  color: var(--color-1);
}

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

@media (max-width: 767px) {
  .section-title-s4 {
    margin-bottom: 20px;
  }
}

.section-title-s5 {
  text-align: center;
  margin-bottom: 50px;
}

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

@media (max-width: 767px) {
  .section-title-s5 {
    margin-bottom: 30px;
  }
}

.section-title-s5 h2 {
  margin-bottom: 0.4em;
}

.theme-btn, .theme-btn-s2, .theme-btn-s3 {
  background-color: var(--color-2);
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 17px 30px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn-s3:focus, .theme-btn:active, .theme-btn-s2:active, .theme-btn-s3:active {
  background-color: #000001;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

.theme-btn-s2, .theme-btn-s3 {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--color-1);
}

.theme-btn-s3 {
  border: 2px solid var(--color-2);
  padding: 15px 30px;
}

@media (max-width: 991px) {
  .theme-btn-s3 {
    font-size: 13px;
    padding: 13px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s3 {
    padding: 11px 20px;
    font-size: 13px;
  }
}

.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: var(--color-2);
  -webkit-box-shadow: 0 0 5px 0 #fd824a;
  -moz-box-shadow: 0 0 5px 0 #fd824a;
  -o-box-shadow: 0 0 5px 0 #fd824a;
  -ms-box-shadow: 0 0 5px 0 #fd824a;
  box-shadow: 0 0 5px 0 #fd824a;
}

.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.html) 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: #fd824a;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: var(--color-2);
}

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

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

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

@media screen and (min-width: 992px) {
  .page-title .container {
    padding-top: 100px;
  }
}

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

.page-title h2 {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 900;
  color: #fff;
  margin: 0.5em 0 0.30em;
}

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

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

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.preloader .loader {
  width: 115px;
  height: 100px;
  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 .gear {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 5s infinite;
  animation: spin 5s infinite;
}

.preloader .two {
  left: 40px;
  width: 80px;
  height: 80px;
  -webkit-animation: spin-reverse 5s infinite;
  animation: spin-reverse 5s infinite;
}

.preloader .three {
  top: 45px;
  left: -10px;
  width: 60px;
  height: 60px;
}

@-webkit-keyframes spin {
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-reverse {
  50% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes spin-reverse {
  50% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*--------------------------------------------------------------
#0.3	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 li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: var(--color-2) !important;
}

@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: 16px;
    font-size: 1rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    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;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #efefef;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 13px 20px;
    color: var(--color-1);
    font-weight: 500;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 100%;
    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: "Montserrat";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6875rem;
    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.875rem;
  }
  .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: "Montserrat";
    content: "\e61a";
    font-size: 11px;
    font-size: 0.6875rem;
    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: relative;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid var(--color-2);
    position: absolute;
    right: 0;
    top: 100%;
    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;
    left: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    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.875rem;
    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.875rem;
    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: var(--color-2);
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    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: -330px;
    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: var(--color-2);
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
  }
  .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;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -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
--------------------------------------------------------------*/
 
@media screen and (min-width: 992px) {
  .header-style-1, .header-style-2, .header-style-3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
    background: transparent;
  }
  .header-style-1 .navbar-nav, .header-style-2 .navbar-nav, .header-style-3 .navbar-nav {
    margin-left: 60px;
  }
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    padding: 45px 15px;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1500px) {
  .header-style-1 .container-fluid, .header-style-2 .container-fluid, .header-style-3 .container-fluid {
    margin: 0 75px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
    background: var(--color-1);
    padding: 15px 0;
  }
}

.header-style-1 .container-fluid, .header-style-2 .container-fluid, .header-style-3 .container-fluid {
  position: relative;
}

.header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand {
  margin-top: 30px;
  color: white;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    top: -2px;
  }
}

.header-style-1 .navbar-brand img, .header-style-2 .navbar-brand img, .header-style-3 .navbar-brand img {
  max-width: 165px;
}

.header-style-1 .search-contact, .header-style-2 .search-contact, .header-style-3 .search-contact {
  position: absolute;
  right: 15px;
  top: 0;
  height: 111px;
  line-height: 111px;
}

@media (max-width: 991px) {
  .header-style-1 .search-contact, .header-style-2 .search-contact, .header-style-3 .search-contact {
    right: 55px;
    top: 16px;
    height: 0;
    line-height: 0;
  }
}

.header-style-1 .search-contact > div, .header-style-2 .search-contact > div, .header-style-3 .search-contact > div {
  display: inline-block;
  float: left;
}

.header-style-1 .search-contact .header-search-area, .header-style-2 .search-contact .header-search-area, .header-style-3 .search-contact .header-search-area {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 8px;
}

@media (max-width: 1350px) {
  .header-style-1 .search-contact .header-search-area, .header-style-2 .search-contact .header-search-area, .header-style-3 .search-contact .header-search-area {
    border-right: 0;
  }
}

.header-style-1 .search-contact .open-btn, .header-style-2 .search-contact .open-btn, .header-style-3 .search-contact .open-btn {
  background-color: transparent;
  color: #fff;
  padding: 0;
  border: 0;
  margin-right: 22px;
  position: relative;
  top: 0;
}

@media (max-width: 1199px) {
  .header-style-1 .search-contact .open-btn, .header-style-2 .search-contact .open-btn, .header-style-3 .search-contact .open-btn {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .search-contact .open-btn, .header-style-2 .search-contact .open-btn, .header-style-3 .search-contact .open-btn {
    margin-right: 10px;
  }
}

.header-style-1 .search-contact .open-btn:focus, .header-style-2 .search-contact .open-btn:focus, .header-style-3 .search-contact .open-btn:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-style-1 .search-contact .call, .header-style-2 .search-contact .call, .header-style-3 .search-contact .call {
  float: left;
  position: relative;
  padding-left: 82px;
  padding-right: 30px;
}

@media (max-width: 1350px) {
  .header-style-1 .search-contact .call, .header-style-2 .search-contact .call, .header-style-3 .search-contact .call {
    display: none;
  }
}

.header-style-1 .search-contact .call i, .header-style-2 .search-contact .call i, .header-style-3 .search-contact .call i {
  position: absolute;
  left: 30px;
}

.header-style-1 .search-contact .call i:before, .header-style-2 .search-contact .call i:before, .header-style-3 .search-contact .call i:before {
  font-size: 40px;
  color: var(--color-2);
}

.header-style-1 .search-contact .call p, .header-style-2 .search-contact .call p, .header-style-3 .search-contact .call p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  padding-top: 30px;
  margin: 0;
}

.header-style-1 .search-contact .call h5, .header-style-2 .search-contact .call h5, .header-style-3 .search-contact .call h5 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 1100px) {
  .header-style-1 .search-contact .call + a, .header-style-2 .search-contact .call + a, .header-style-3 .search-contact .call + a {
    display: none;
  }
}

/*--------------------------------------------------------------
	#header-style-2
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .header-style-2, .header-style-3 {
    position: relative;
    border-bottom: 0;
  }
  .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a,
  .header-style-2 .search-contact .call h5,
  .header-style-3 .search-contact .call h5,
  .header-style-2 .search-contact .open-btn,
  .header-style-3 .search-contact .open-btn {
    color: var(--color-1);
  }
  .header-style-2 .search-contact, .header-style-3 .search-contact {
    height: 110px;
    line-height: 110px;
  }
  .header-style-2 .search-contact .call, .header-style-3 .search-contact .call {
    padding-right: 0;
  }
  .header-style-2 .search-contact .call p, .header-style-3 .search-contact .call p {
    color: #000001;
  }
  .header-style-2 .search-contact .header-search-area, .header-style-3 .search-contact .header-search-area {
    border-right: 1px solid #dbe3e6;
  }
  .header-style-2 .navigation, .header-style-3 .navigation {
    background-color: #f0fbff;
  }
}

.header-style-2 .topbar, .header-style-3 .topbar {
  background-color: var(--color-1);
  padding: 15px 0;
}

@media (max-width: 991px) {
  .header-style-2 .topbar, .header-style-3 .topbar {
    padding: 15px 0 10px;
  }
}

.header-style-2 .topbar .social-icons, .header-style-3 .topbar .social-icons {
  overflow: hidden;
}

@media (max-width: 991px) {
  .header-style-2 .topbar .social-icons, .header-style-3 .topbar .social-icons {
    float: none;
    display: block;
    text-align: center;
  }
}

.header-style-2 .topbar .social-icons ul, .header-style-3 .topbar .social-icons ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .header-style-2 .topbar .social-icons ul, .header-style-3 .topbar .social-icons ul {
    display: inline-block;
  }
}

.header-style-2 .topbar .social-icons ul li, .header-style-3 .topbar .social-icons ul li {
  float: left;
}

.header-style-2 .topbar .social-icons ul > li + li, .header-style-3 .topbar .social-icons ul > li + li {
  margin-left: 15px;
}

.header-style-2 .topbar .social-icons ul a, .header-style-3 .topbar .social-icons ul a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.header-style-2 .topbar .social-icons ul a:hover, .header-style-3 .topbar .social-icons ul a:hover {
  color: var(--color-2);
}

.header-style-2 .topbar .contact-info, .header-style-3 .topbar .contact-info {
  float: right;
}

@media (max-width: 767px) {
  .header-style-2 .topbar .contact-info, .header-style-3 .topbar .contact-info {
    float: none;
    text-align: center;
  }
}

.header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul {
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul {
    display: inline-block;
  }
}

.header-style-2 .topbar .contact-info ul li, .header-style-3 .topbar .contact-info ul li {
  float: left;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .header-style-2 .topbar .contact-info ul li, .header-style-3 .topbar .contact-info ul li {
    float: none;
    margin-top: 5px;
  }
}

.header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
  margin-left: 25px;
}

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

.header-style-2 .topbar .contact-info i, .header-style-3 .topbar .contact-info i {
  display: inline-block;
  padding-right: 3px;
  color: var(--color-2);
}

.header-style-2 .topbar .contact-info ul > li:first-child i, .header-style-3 .topbar .contact-info ul > li:first-child i {
  position: relative;
  top: 2px;
}

@media (max-width: 1199px) {
  .header-style-2 .search-contact .header-search-area, .header-style-3 .search-contact .header-search-area {
    border-right: 0;
  }
}

@media (max-width: 991px) {
  .header-style-2 .navigation, .header-style-3 .navigation {
    background-color: #fff;
  }
  
  .header-style-2 .search-contact .open-btn,
  .header-style-3 .search-contact .open-btn {
    color: var(--color-1);
  }
}

@media (max-width: 1350px) {
  .header-style-2 .call, .header-style-3 .call {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .header-style-2 .call, .header-style-3 .call {
    display: none !important;
  }
}

/*--------------------------------------------------------------
	#header-style-3
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .header-style-3 .navigation {
    background-color: #fff;
  }
}

.header-search-form {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.65);
  display: noen;
}

.header-search-form form {
  width: 500px;
  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%);
}

@media (max-width: 767px) {
  .header-search-form form {
    width: 300px;
  }
}

.header-search-form form input {
  height: 60px;
  font-size: 16px;
  padding: 15px 25px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 60px;
}

@media (max-width: 767px) {
  .header-search-form form input {
    height: 45px;
    font-size: 17px;
  }
}

.header-search-form form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search-form form .btn {
  background-color: var(--color-2);
  width: 60px;
  height: 100%;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 60px 60px 0;
}

.header-search-form form .btn:focus,
.header-search-form form .btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

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

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

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
}

.hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 15px;
  color: #d4d3d3;
}

.hero-slider .swiper-button-next {
  right: 25px;
}

.hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 15px;
  color: #d4d3d3;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: var(--color-2);
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    display: none;
  }
}

/*--------------------------------------------------------------
	#hero-style-1
--------------------------------------------------------------*/
.hero-style-1 {
  height: 850px;
}

@media (max-width: 991px) {
  .hero-style-1 {
    height: 600px;
  }
}

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

@media screen and (min-width: 992px) {
  .hero-style-1 .container {
    padding-top: 95px;
  }
}

.hero-style-1 .slide-title,
.hero-style-1 .slide-text,
.hero-style-1 .slide-btns {
  max-width: 690px;
  text-align: center;
  margin: 0 auto;
}

.hero-style-1 .slide-title h2 {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 0.4em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .hero-style-1 .slide-title h2 {
    font-size: 58px;
    font-size: 3.625rem;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-title h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.hero-style-1 .slide-text p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .hero-style-1 .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
  }
}

.hero-style-1 .slide-btns > a:first-child {
  margin-right: 10px;
}

/*--------------------------------------------------------------
	#hero-style-2
--------------------------------------------------------------*/
.hero-style-2, .hero-style-3 {
  height: 750px;
}

@media (max-width: 991px) {
  .hero-style-2, .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-2, .hero-style-3 {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-2 .container, .hero-style-3 .container {
    margin-top: -110px;
  }
}

.hero-style-2 .slide-title, .hero-style-3 .slide-title {
  max-width: 740px;
}

.hero-style-2 .slide-text, .hero-style-3 .slide-text {
  max-width: 645px;
}

.hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 0.4em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 58px;
    font-size: 3.625rem;
  }
}

@media (max-width: 991px) {
  .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

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

.hero-style-2 .slide-text p, .hero-style-3 .slide-text p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2em;
}

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

.hero-style-2 .slide-btns > a:first-child, .hero-style-3 .slide-btns > a:first-child {
  margin-right: 10px;
}

/*--------------------------------------------------------------
	#hero-style-3
--------------------------------------------------------------*/
.hero-style-3 {
  height: 700px;
}

@media (max-width: 991px) {
  .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-3 {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-3 .container {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #f7f9fb;
  background-image: url("../images/dots.png");
  background-size: cover;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** contact-widget ***/
  /*** newsletter-widget ***/
  /*** lower-footer ***/
}

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

.site-footer p,
.site-footer li {
  color: #545050;
}

.site-footer .upper-footer {
  padding: 90px 0;
}

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

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

@media (max-width: 991px) {
  .site-footer .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.site-footer .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget-title h3 {
    padding-bottom: 0;
  }
}

.site-footer .about-widget .logo {
  max-width: 180px;
}

.site-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

.site-footer .about-widget .social-icons {
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .about-widget .social-icons {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .about-widget .social-icons ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .about-widget .social-icons ul {
    display: inline-block;
  }
}

.site-footer .about-widget .social-icons ul li {
  float: left;
}

.site-footer .about-widget .social-icons ul > li + li {
  margin-left: 15px;
}

.site-footer .about-widget .social-icons ul a {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-1);
}

.site-footer .about-widget .social-icons ul a:hover {
  color: var(--color-2);
}

.site-footer .link-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .site-footer .link-widget {
    max-width: 350px;
  }
}

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

.site-footer .link-widget ul li {
  position: relative;
}

.site-footer .link-widget ul a {
  color: var(--color-1);
  font-weight: 500;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
  text-decoration: underline;
}

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

@media screen and (min-width: 1200px) {
  .site-footer .contact-widget {
    padding-left: 25px;
  }
}

.site-footer .contact-widget ul {
  margin-top: 25px;
}

.site-footer .contact-widget ul li {
  position: relative;
}

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

.site-footer .contact-widget li span {
  color: var(--color-1);
  font-weight: 500;
}

.site-footer .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.site-footer .newsletter-widget form input {
  background-color: #fff;
  height: 50px;
  color: #000001;
  padding: 6px 20px;
  border-radius: 5px;
  border: 1px solid #dcdbdb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-footer .newsletter-widget form .submit {
  position: absolute;
  right: 20px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .newsletter-widget form .submit button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: var(--color-2);
  margin-top: -2px;
  position: relative;
  right: -5px;
}

.site-footer .lower-footer {
  text-align: center;
  position: relative;
}

.site-footer .lower-footer .row {
  padding: 20px 0;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background: #e8e8e8;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.site-footer .lower-footer .copyright {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .copyright {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.site-footer .lower-footer .copyright a {
  color: #fff;
  text-decoration: underline;
}

.site-footer .lower-footer .extra-link {
  display: inline-block;
  float: right;
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .lower-footer .extra-link ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link ul {
    display: inline-block;
  }
}

.site-footer .lower-footer .extra-link ul li {
  float: left;
}

.site-footer .lower-footer .extra-link ul > li + li {
  margin-left: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li {
    margin-left: 15px;
  }
}

.site-footer .lower-footer .extra-link ul > li + li:before {
  content: "";
  background: var(--color-1);
  width: 15px;
  height: 1px;
  position: absolute;
  left: -25px;
  top: 11px;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li:before {
    display: none;
  }
}

.site-footer .lower-footer .extra-link ul a {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-1);
}

.site-footer .lower-footer .extra-link ul a:hover {
  text-decoration: underline;
}

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

.header-style-1 .sticky-header, .header-style-2 .sticky-header, .header-style-3 .sticky-header {
  background: var(--color-1);
}

.header-style-2 .sticky-header, .header-style-3 .sticky-header {
  background: #f0fbff;
}

/*--------------------------------------------------------------
#0.6	about-us-section
--------------------------------------------------------------*/
.about-us-section {
  background: #f0fbff;
  position: relative;
}

.about-us-section:before {
  content: "";
  background: url("../images/dots.png") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about-us-section .details p {
  margin-bottom: 2em;
}

.about-us-section .details ul {
  width: 50%;
  float: left;
}

@media (max-width: 1199px) {
  .about-us-section .details ul {
    width: 100%;
    float: none;
  }
}

.about-us-section ul li {
  color: var(--color-1);
  font-weight: 500;
  margin-bottom: 7px;
}

.about-us-section ul li i {
  color: var(--color-2);
}

.about-us-section .btns {
  margin-top: 30px;
}

.about-us-section .btns > a {
  margin-right: 10px;
}

.about-us-section .right-col {
  position: relative;
}

@media (max-width: 991px) {
  .about-us-section .right-col {
    margin-top: 60px;
  }
}

.about-us-section .img-holder { 
  padding: 8px; 
  max-width: 400px;
}

.about-us-section .img-holder i {
  display: inline-block;
  padding-right: 8px;
}

/*--------------------------------------------------------------
#0.7	service-section
--------------------------------------------------------------*/
.service-section {
  padding-bottom: 90px;
}

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

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

.service-section .title-text {
  text-align: right;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .service-section .title-text {
    text-align: left;
    margin-bottom: 50px;
    padding-top: 0;
  }
}

.service-section .service-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .service-section .service-grids {
    margin: 0 -7.5px;
  }
}

.service-section .service-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 40px 35px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 47.2px 11.8px rgba(19, 30, 74, 0.1);
  box-shadow: 0px 5px 47.2px 11.8px rgba(19, 30, 74, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

@media (max-width: 1199px) {
  .service-section .service-grids .grid {
    padding: 40px 35px;
  }
}

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

@media (max-width: 767px) {
  .service-section .service-grids .grid {
    width: calc(50% - 15px);
    padding: 30px 20px;
    margin: 0 7.5px 15px;
  }
}

@media (max-width: 600px) {
  .service-section .service-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.service-section .service-grids .grid:hover {
  top: -10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.service-section .service-grids .grid > .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: var(--color-2);
}

.service-section .service-grids h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 1em 0;
}

@media (max-width: 767px) {
  .service-section .service-grids h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.sp {
    font-size: 11px;
	text-align: justify;
	padding: 3px;
	padding-top: 10px;
	
}
.service-section .service-grids h4 a {
  color: var(--color-1);
}

.service-section .service-grids h4 a:hover {
  color: var(--color-2);
}

.service-section .service-grids p {
  font-size: 11px; 
  margin: 0 0 1em;
  text-align: justify !important;
}

 

@media (max-width: 767px) {
  .service-section .service-grids p {
  font-size: 11px; 
  }
}

 
.service-section .view-all {
  text-align: center;
}

.service-section .view-all p {
  color: var(--color-1);
  margin: 25px 0 0;
}

.service-section .view-all a {
  text-decoration: underline;
  color: var(--color-2);
}

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

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

@media (max-width: 767px) {
  .services-pg-section {
    padding-bottom: 60px;
  }
}
.uses-section {
	
  background:  url(../../../../assets/images/background/1.jpg) fixed no-repeat center, url(../../../../assets/images/background/4.jpg) fixed center; 
  background-blend-mode: overlay;
  background-size: cover;
  padding-top: 10px;
}
.uses-section p {
  font-size: 13px !important;
  color: black !important;
}
/*--------------------------------------------------------------
#0.8	why-choose-section
--------------------------------------------------------------*/
.why-choose-section {
  background: url(../../../../assets/images/background/1.jpg) fixed no-repeat center; 
  background-size: cover;
  padding-bottom: 70px;
}

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

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

.why-choose-section .why-choose-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .why-choose-section .why-choose-grids {
    margin: 0 -7.5px;
  }
}

.why-choose-section .why-choose-grids .grid {
  width: calc(24% - 30px);
  float: left;
  margin: 0 15px 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.33);
  background: var(--color-2);
  padding: 35px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

@media (max-width: 1199px) {
  .why-choose-section .why-choose-grids .grid {
    width: calc(49% - 30px);
  }
}

@media (max-width: 767px) {
  .why-choose-section .why-choose-grids .grid {
    width: calc(49% - 15px);
    margin: 0 7.5px 15px;
  }
}

@media (max-width: 600px) {
  .why-choose-section .why-choose-grids .grid {
    width: calc(99% - 15px);
    float: none;
  }
}

.why-choose-section .why-choose-grids .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: white;
}

.why-choose-section .why-choose-grids h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--color-3);
  margin: 0.8em 0 0.7em;
}

.why-choose-section .why-choose-grids p {
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  margin: 0;
}

/*--------------------------------------------------------------
#1.1	partners-section
--------------------------------------------------------------*/
 
.partners-section .container {
  position: relative;
  padding:  15px;
}

.partners-section .grid {
  text-align: center; 
}

.partners-section .grid img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

/*--------------------------------------------------------------
#1.3	team-section
--------------------------------------------------------------*/
 
@media (max-width: 991px) {
  .team-section {
    padding-bottom: 25px;
  }
}

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

.team-section .team-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .team-section .team-grids {
    margin: 0 -7.5px;
  }
}

.team-section .team-grids .grid {
  width: calc(33% - 30px);
  float: left;
  margin: 0 15px 50px;
  text-align: center;
}

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

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

@media (max-width: 500px) {
  .team-section .team-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.team-section .team-grids ul {
  list-style: none;
  display: inline-block;
}

.team-section .team-grids ul li {
  float: left;
}

.team-section .team-grids ul > li + li {
  margin-left: 10px;
}

.team-section .team-grids ul li a {
  background-color: var(--color-2);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  border-radius: 3px;
}

.team-section .team-grids ul li a:hover {
  background-color: #df4702;
}

.team-section .team-grids .img-social {
  position: relative;
}

.team-section .team-grids .social {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.team-section .team-grids .grid:hover .social {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.team-section .team-grids .details {
  padding-top: 20px;
}

.team-section .team-grids h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 0.1em;
}

@media (max-width: 767px) {
  .team-section .team-grids h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.team-section .team-grids h3 + span {
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--color-2);
  font-weight: 600;
}

/*--------------------------------------------------------------
#1.6	cta-section
--------------------------------------------------------------*/
.cta-section {
  background:  linear-gradient(
    rgb(0, 0, 0), 
    rgba(28, 119, 240, 0.1) 
  ) center/cover fixed , url(../../../../assets/images/background/1.jpg) center/cover fixed;
   padding: 70px 0 60px;
}

.cta-section h3,
.cta-section h4 {
  color: #fff;
  margin: 0;
}

.cta-section p {
  color: #fff;
  margin: 0;
}

.cta-section h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.6em;
}

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

.cta-section .contact-info {
  overflow: hidden;
  float: right;
}

@media (max-width: 991px) {
  .cta-section .contact-info {
    float: none;
  }
}

.cta-section .contact-info > div {
  float: left;
  position: relative;
  padding-left: 60px;
  padding-bottom: 5px;
  padding-top: 25px;
}

@media (max-width: 991px) {
  .cta-section .contact-info > div {
    padding-left: 45px;
  }
}

@media (max-width: 400px) {
  .cta-section .contact-info > div {
    float: none;
  }
}

.cta-section .contact-info > div + div {
  margin-left: 55px;
}

@media (max-width: 400px) {
  .cta-section .contact-info > div + div {
    margin-left: 0;
  }
}

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

.cta-section .contact-info .fi:before {
  font-size: 45px;
  font-size: 2.8125rem;
  color: var(--color-2);
}

@media (max-width: 991px) {
  .cta-section .contact-info .fi:before {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.cta-section .contact-info h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.3em;
}

@media (max-width: 991px) {
  .cta-section .contact-info h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*--------------------------------------------------------------
#1.2	fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section .fun-fact-grids .grid {
  background-color: var(--color-1   );
  width: 25%;
  float: left;
  padding: 35px 25px 35px 95px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

@media (max-width: 1199px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

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

.fun-fact-section .fun-fact-grids > .grid:nth-child(even) {
  background-color: var(--color-3);
}

.fun-fact-section .fun-fact-grids .fi {
  position: absolute;
  left: 25px;
}

.fun-fact-section .fun-fact-grids .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #131e4a;
}

.fun-fact-section .fun-fact-grids h3 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 0.1em;
}

@media (max-width: 767px) {
  .fun-fact-section .fun-fact-grids h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.fun-fact-section .fun-fact-grids p {
  color: #fff;
  margin: 0;
}

.special-1 { 
  border-radius: 20px / 12px;
  margin: auto;
  transform: rotate(-1deg);
}


