﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*******************************************************/
/*****************  02. Common Classes *****************/
/*******************************************************/
.page-wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 300px;
  background: #FFFFFF;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  --bs-gutter-x: 30px;
}

.no-gap {
  margin-left: 0;
  margin-right: 0;
}

.no-gap>div {
  padding-left: 0;
  padding-right: 0;
}

.small-gap {
  margin-left: -10px;
  margin-right: -10px;
}

.small-gap>div {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 1400px) {
  .large-gap {
    margin-left: -40px;
    margin-right: -40px;
  }

  .large-gap>div {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .col-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/** Section Title style **/
.sub-title {
  font-size: 20px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1d4569;
  text-transform: capitalize;
}

.sub-title:before {
  content: '';
  height: 1px;
  width: 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
  background: #1d4569;
}

.sub-title.style-three {
  font-size: 17px;
  font-weight: 500;
}

.sub-title.style-three:before {
  display: none;
}

@media only screen and (max-width: 575px) {
  .sub-title {
    font-size: 18px;
  }
}

.section-title h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
  .navbar-top{ display: none;}
}

@media only screen and (max-width: 575px) {
  .section-title h2 {
    font-size: 30px;
  }
}

.section-title p {
  font-size: 20px;
}

@media only screen and (max-width: 575px) {
  .section-title p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .section-title p {
    font-size: 16px;
  }
}

.section-title p span {
  color: #1d4569;
}

.text-center .sub-title:after {
  content: '';
  height: 1px;
  width: 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 15px;
  background: #1d4569;
}


.text-white .sub-title {
  color: #3B88A2;
}


/** Button style **/
.theme-btn,
a.theme-btn {
  color: white;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  padding: 15px 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: 0 0;
  text-transform: uppercase;
  background-size: 100% 300%;
  background-image: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569), color-stop(0%, #3a85a2), color-stop(117.45%, #1d4569));
  background-image: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%, #3a85a2 0%, #1d4569 117.45%);
  background-image: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%, #3a85a2 0%, #1d4569 117.45%);
  background-image: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%, #3a85a2 0%, #1d4569 117.45%);
}

.theme-btn i,
a.theme-btn i {
  font-size: 13px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}

.theme-btn:hover,
a.theme-btn:hover {
  background-size: 200% 300%;
  background-position: -100% 100%;
  color: #fff;
}

.theme-btn:hover i,
a.theme-btn:hover i {
  margin-left: 13px;
  margin-right: -3px;
}


.theme-btn.style-three,
a.theme-btn.style-three {
  background: #1F1F27;
}

.theme-btn.style-three:hover,
a.theme-btn.style-three:hover {
  background: white;
  color: #1d4569;
}

.theme-btn.btn-small,
a.theme-btn.btn-small {
  font-size: 14px;
  padding: 9px 26px;
}

@media only screen and (max-width: 575px) {

  .theme-btn,
  a.theme-btn {
    font-size: 15px;
    padding: 9px 25px;
  }
}

/* Read More */
.read-more {
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: capitalize;
}

.read-more i {
  font-size: 11px;
  margin-left: 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.read-more:hover {
  color: #1d4569;
}

.read-more:hover i {
  margin-left: 10px;
}

/*** Preloader style ** */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
}

.preloader-inner img {
  width: 100px;
}

.preloader-inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}



/*** Scroll Top style ***/
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  z-index: 99;
  color: white;
  display: none;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (max-width: 991px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .navbar-area.style-three .toggle-btn:not(.open) .icon-left, .navbar-area.style-three .toggle-btn:not(.open) .icon-right{ background-color:#112a40!important ;}
  .navbar-area.style-three .toggle-btn .icon-left:after, .navbar-area.style-three .toggle-btn .icon-left:before, .navbar-area.style-three .toggle-btn .icon-right:after, .navbar-area.style-three .toggle-btn .icon-right:before{
    background-color:#112a40!important
  }
  .navbar-area.style-three .toggle-btn {
    top: -4px!Important;
}
.mt-r-50{ margin-top: 50px;}
.pb-110, .py-110{ padding-top:50px!important ; padding-bottom: 50px!important;}
.rpb-110, .rpy-110{padding-top:50px!important ; padding-bottom: 50px!important;}
.rpt-110, .rpy-110{padding-top:50px!important ; padding-bottom: 50px!important;}
.pb-120, .py-120{padding-top:50px!important ; padding-bottom: 50px!important;}
.rmb-75, .rmy-75{margin-bottom: 30px!Important;}
.about-image-part{ margin-bottom: 0px!important;}
}

/* Text White */
.text-white *,
.text-white a {
  color: white;
}

.text-white * li li .dropdown-btn span,
.text-white a li li .dropdown-btn span {
  color: #031031;
}


/* Tab Btn style one */
.tab-btns-one li {
  margin-bottom: 10px;
}

.tab-btns-one li:not(:last-child) {
  margin-right: 12px;
}

.tab-btns-one li button {
  font-size: 18px;
  padding: 10px 18px;
  color: #555555;
  border-radius: 3px;
  background: #FBFBF9;
  z-index: 1;
  position: relative;
}

.tab-btns-one li button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  background: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569));
  background: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
}

@media only screen and (max-width: 575px) {
  .tab-btns-one li button {
    font-size: 16px;
    padding: 8px 15px;
  }
}

.tab-btns-one li button:before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
}

.tab-btns-one li button:hover {
  color: #555555;
}

.tab-btns-one li button.active {
  color: white;
}

.tab-btns-one li button.active:before {
  opacity: 1;
}


.overlay {
  z-index: 1;
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.75;
  background: #031031;
}

.shape {
  z-index: -1;
  position: absolute;
}

/* Backgruond Size */
.bgs-cover {
  background-size: cover;
  background-position: center;
}

/* Color + Background */
.bgc-black {
  background-color: #112a40;
}

.bgc-lighter {
  background-color: #FBFBF9;
}

.bgc-primary {
  background-color: #1d4569;
}

.bgc-gradient {
  background: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569));
  background: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
}

.color-primary {
  color: #1d4569;
}




/*******************************************************/
/******************  06. Main Header *******************/
/*******************************************************/
.navbar-top ul {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.35;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
}




@media only screen and (max-width: 575px) {
  .navbar-top ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.navbar-top ul li:not(:last-child) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 375px) {
  .navbar-top ul li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
  }
}

.navbar-top ul li>i {
  margin-right: 6px;
}

.navbar-top ul li a:not(:hover) {
  color: white;
}

.navbar-top ul li.social-area span {
  margin-right: 10px;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) {
  .navbar-top ul li.social-area span {
    font-size: 18px;
  }
}

.navbar-top ul li.social-area a {
  margin-left: 12px;
  color:#fff;
}

.navbar-top ul li.social-area a:hover {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .navbar-top .topbar-left li:not(:last-child) {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-top .topbar-left .contact-info-wrap {
    display: none;
  }
}

.navbar-top .topbar-left .contact-info-item {
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
  .navbar-top .topbar-left .contact-info-item:last-child {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-top .topbar-left .contact-info-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-top .topbar-left .contact-info-item:not(:last-child) {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.03);
}

@media only screen and (max-width: 767px) {
  .navbar-top .topbar-left .contact-info-item:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-top .topbar-left .contact-info-item:not(:first-child) {
    display: none;
  }
}

.navbar-top .topbar-left .contact-info-item:after {
  display: none;
}

.navbar-top .topbar-left .contact-info-item .icon {
  width: auto;
  height: auto;
  font-size: 30px;
  background: transparent;
}

.navbar-top .topbar-left .contact-info-item .content {
  line-height: 1.65;
}

.navbar-top .topbar-left .contact-info-item .content span {
  opacity: 0.4;
}

.navbar-top .topbar-left .contact-info-item .content b {
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .navbar-top.style-one .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}



.navbar-area {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
}

.navbar-area .nav-container {
  position: relative;
}

.navbar-area .nav-container.navbar-bg {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .navbar-area .nav-container.navbar-bg {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.navbar-area .nav-container.navbar-bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -1;
}

.navbar-area .nav-container .logo {
  max-width: 250px;
}

@media only screen and (max-width: 1199px) {
  .navbar-area .nav-container .logo {
    max-width: 130px;
  }
}

.navbar-area .nav-container .logo a {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.navbar-area .nav-container .btn-transparent {
  font-size: 13px;
  font-weight: 700;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: left;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-weight: 500;
  line-height: 60px;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    font-size: 18px;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover>a {
  color: #1d4569;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
  margin-left: 17px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 4px;
  top: 49%;
  height: 10px;
  width: 2px;
  background: #555555;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: 0;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 20px;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  height: 2px;
  width: 10px;
  background: #555555;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
    top: 20px;
  }
}

@media only screen and (min-width: 992px) {

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after,
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    display: none;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  border-top: 1px solid #f5f5f5;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: #031031;
}

@media only screen and (min-width: 992px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover>a {
    color: #fff;
    padding: 10px 20px 10px 20px;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover>a:before {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  top: 20px;
  content: '';
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
  left: 100%;
  top: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: white;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li {
  margin-right: 15px;
}


.navbar-area.style-three {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fff;
}

.navbar-area.style-three.sticky-active {
  background: #fff
}

@media only screen and (max-width: 991px) {
  .navbar-area.style-three .navbar-collapse .navbar-nav {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.navbar-area.style-three .navbar-collapse .navbar-nav>li>a {
  color: #000;
}

@media only screen and (min-width: 992px) {
  .navbar-area.style-three .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu li:first-child {
    border-top: none;
  }
}





.navbar-area.style-three .toggle-btn {
  top: 15px;
}

.navbar-area.style-three .toggle-btn .icon-left:after,
.navbar-area.style-three .toggle-btn .icon-left:before,
.navbar-area.style-three .toggle-btn .icon-right:after,
.navbar-area.style-three .toggle-btn .icon-right:before {
  background-color: white;
}

.navbar-area.style-three .toggle-btn:not(.open) .icon-left,
.navbar-area.style-three .toggle-btn:not(.open) .icon-right {
  background-color: white;
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sticky-active {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
  box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
  border-bottom: 0;
  background: #fff;
}

.sticky-active .nav-container.navbar-bg {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

/**************** nav-right-part *************/
.nav-right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.nav-right-part .more-info {
  line-height: 1.3;
  margin-left: 35px;
  padding-left: 35px;
  position: relative;
}

.nav-right-part .more-info:before {
  content: '';
  height: 18px;
  width: 1px;
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 1px solid #4C7475;
}

.nav-right-part .more-info span {
  display: block;
}

.nav-right-part .more-info a {
  margin-left: 0;
  font-size: 20px;
  font-weight: 500;
  color: #1d4569;
}

.nav-right-part-desktop {
  margin-left: 20px;
}

.nav-right-part-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .navbar-area {
    background: #fff;
  }

  .nav-right-part {
    margin-right: 60px;
  }

  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav>li {
    margin-right: 0;
    padding-right: 0;
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }

  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }

  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    max-height: 270px;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    border-bottom: none;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107";
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
    border-top: none;
  }
}

.sopen {
  -webkit-animation: 0.5s fadeIn;
  animation: 0.5s fadeIn;
  display: block !important;
}

.toggle-btn {
  left: auto;
  right: 0;
  position: absolute;
  width: 30px;
  height: 40px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 0;
  background: transparent;
}

.toggle-btn .icon-left {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #031031;
  left: 7px;
}

.toggle-btn .icon-left:before {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #031031;
  content: "";
  top: -7px;
  left: 0;
}

.toggle-btn .icon-left:after {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #031031;
  content: "";
  top: 7px;
  left: 0;
}

.toggle-btn .icon-left:hover {
  cursor: pointer;
}

.toggle-btn .icon-right {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #031031;
  left: 18px;
}

.toggle-btn .icon-right:before {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #031031;
  content: "";
  top: -7px;
  left: 0;
}

.toggle-btn .icon-right:after {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #031031;
  content: "";
  top: 7px;
  left: 0;
}

.toggle-btn .icon-right:hover {
  cursor: pointer;
}

.toggle-btn.open .icon-left {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}

.toggle-btn.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
  -ms-transform: rotate(45deg) scaleX(1.4) translate(2px, 1px);
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}

.toggle-btn.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
  -ms-transform: rotate(-45deg) scaleX(1.4) translate(2px, -1px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}

.toggle-btn.open .icon-right {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}

.toggle-btn.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
  -ms-transform: rotate(-45deg) scaleX(1.4) translate(-2px, 1px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}

.toggle-btn.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
  -ms-transform: rotate(45deg) scaleX(1.4) translate(-2px, -1px);
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}

.toggle-btn:hover {
  cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 16px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    background: white;
    margin-top: 0px;
    width: 100%;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-bottom: 20px;
  }

  .navbar-area{    padding: 20px 0;}

  .party-box-wrapper {
    padding: 50px 0px;
  }

  .party-box-wrapper .party-box-content h4 {
    font-size: 30px;
    line-height: 45px;
  }

  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0 0 0 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    padding: 8px 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
    opacity: 0;
    margin-right: -18px;
  }

  .nav-right-part-mobile {
    display: block;
  }

  .nav-right-part-desktop {
    display: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
    background: none;
    color: #1d4569;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #333333;
  }
}

/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }

  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }

  .table-responsive {
    display: block !important;
  }

  .btn-custom-default,
  .btn-custom-white {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }

  .navbar-area .logo {
    padding-top: 0px !important;
  }
}

/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0px 0px;
  }

  .navbar-area .logo {
    padding-top: 10px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
    padding: 15px 20px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
    padding: 15px 20px;
  }


}

@media only screen and (max-width: 375px) {

  .btn-custom-default,
  .btn-custom-white {
    padding: 5px 18px;
  }

  
}

@media only screen and (max-width: 320px) {


  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}


/*******************************************************/
/******************  09. Slider Area *******************/
/*******************************************************/
.slick-initialized .slider-single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-single-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 50px);
}

.slider-single-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.55;
  /* background: black; */
}

.slide-content {
  z-index: 2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 185px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .slide-content {
    padding-top: 155px;
  }
}

.slide-content h1 {
  color: white;
  margin-bottom: 22px;
  text-transform: uppercase;
      font-size: 50px;
        line-height: 81px;
}

@media only screen and (max-width: 1199px) {
  .slide-content h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .slide-content h1 {
    font-size: 45px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .slide-content h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 575px) {
  .slide-content h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 479px) {
  .slide-content h1 {
    font-size: 30px;
  }
}

.slide-content p {
  color: white;
  font-size: 18px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.95;
}

@media only screen and (max-width: 479px) {
  .slide-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .slide-content p {
    font-size: 15px;
  }
}

.slider-btns {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .slider-btns {
    padding-top: 5px;
  }
}

.slider-btns .theme-btn {
  margin: 15px 10px 0;
}

.slider-btns .theme-btn:hover{color: #fff;}

.main-slider-active .slick-dots {
  z-index: 2;
  right: 70px;
  position: absolute;
  top: calc(50% + 50px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .main-slider-active .slick-dots {
    right: 0;
  }
}

.main-slider-active .slick-dots li:before {
  width: 18px;
  height: 18px;
}

.main-slider-active .slick-dots li.slick-active {
  width: 1px;
  height: 30px;
}

.main-slider-active .slick-dots li.slick-active:before {
  display: none;
}

.slider-shpe-one {
  position: absolute;
  max-width: 30%;
  bottom: 30%;
  left: 0;
}

.slide-content * {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slick-active .slide-content h1,
.slick-active .slide-content p {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .slide-content .slider-btns .theme-btn {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.slick-active .slide-content .slider-btns .theme-btn:first-child {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.slick-active .slide-content .slider-btns .theme-btn:last-child {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.slick-active .slide-content h1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.slick-active .slide-content p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}


/*******************************************************/
/*******************  10. Banner Area ******************/
/*******************************************************/
.page-banner {
  z-index: 1;
  overflow: hidden;
  position: relative;
}


.page-banner:before {
  left: 10%;
}

.page-banner:after {
  left: 40%;
}

.banner-inner:before {
  position: absolute;
  width: 280px;
  height: 150%;
  content: '';
  top: -25%;
  left: 70%;
  z-index: -1;
  -webkit-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
  -ms-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
  transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
  background: -webkit-linear-gradient(268.08deg, rgba(33, 33, 40, 0.024) 23.92%, rgba(27, 27, 34, 0.4) 102.71%);
  background: -o-linear-gradient(268.08deg, rgba(33, 33, 40, 0.024) 23.92%, rgba(27, 27, 34, 0.4) 102.71%);
  background: linear-gradient(181.92deg, rgba(33, 33, 40, 0.024) 23.92%, rgba(27, 27, 34, 0.4) 102.71%);
}

.page-title {
  margin-bottom: 30px;
  padding-bottom: 33px;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .page-title {
    font-size: 50px;
    margin-bottom: 20px;
    padding-bottom: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 45px;
  }
  .breadcrumb {
    font-size: 15px!important;
  }
  .breadcrumb .breadcrumb-item {
    padding-left: 3px;
  }
  
}

@media only screen and (max-width: 575px) {
  .page-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .page-title {
    font-size: 35px;
  }
}

.page-title:after,
.page-title:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 33px;
  height: 4px;
  border-radius: 2.5px;
  background: #1d4569;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-title:before {
  width: 40px;
  bottom: 6px;
}

.breadcrumb {
  font-size: 20px;
}

.breadcrumb .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 
}

.breadcrumb .breadcrumb-item.active {
  color: white;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 15px;
  background: #1d4569;
  outline: 4px solid rgba(255, 255, 255, 0.1);
}

/*******************************************************/
/******************  11. About Area ********************/
/*******************************************************/
.about-image-part {
  z-index: 1;
  max-width: 510px;
  position: relative;
  padding-left: 55px;
  padding-bottom: 55px;
}

.about-image-part img {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 28%, 28% 0);
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 28%, 28% 0);
}

.about-image-part .year-experience {
  position: absolute;
  padding: 20px 35px;
  left: 27px;
  bottom: 0;
  text-align: center;
  background: #1F1F27;
}

@media only screen and (max-width: 375px) {
  .about-image-part .year-experience {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.about-image-part .year-experience .number {
  line-height: 1;
  font-weight: 700;
  font-size: 110px;
  color: #3B88A2;
  font-family: 'Manrope', sans-serif;
}

@media only screen and (max-width: 575px) {
  .about-image-part .year-experience .number {
    font-size: 80px;
  }
}

.about-image-part .year-experience h4 {
  color: white;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .about-image-part .year-experience h4 {
    font-size: 20px;
  }
}

.about-image-part:before {
  position: absolute;
  height: 45%;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  width: 27px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569));
  background: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
}



/* About Us Three */
.about-three-images {
  margin-bottom: -30px;
}

.about-three-images img {
  width: 100%;
  margin-bottom: 30px;
}



/* why choose area */
.why-choose-image {
  z-index: 1;
  max-width: 545px;
  position: relative;
  padding-left: 70px;
}

@media only screen and (max-width: 375px) {
  .why-choose-image {
    padding-left: 55px;
  }
}

.why-choose-image .image {
  z-index: 1;
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 28%, 28% 0);
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 28%, 28% 0);
}

.why-choose-image .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: #00393A;
}

.why-choose-image .image:before {
  z-index: 1;
}

.why-choose-image .image img {
  width: 100%;
}

.why-choose-image:before {
  position: absolute;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  width: 27px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(36.59%, #3a85a2), color-stop(91.93%, #1d4569));
  background: -webkit-linear-gradient(bottom, #3a85a2 36.59%, #1d4569 91.93%);
  background: -o-linear-gradient(bottom, #3a85a2 36.59%, #1d4569 91.93%);
  background: linear-gradient(360deg, #3a85a2 36.59%, #1d4569 91.93%);
}

.why-choose-item {
  margin-bottom: 25px;
}

.why-choose-shapes .shape {
  max-width: 20%;
}

.why-choose-shapes .shape.one {
  left: 0;
  top: -30px;
}

.why-choose-shapes .shape.two {
  right: 0;
  bottom: 30px;
}

/* why choose two */
@media only screen and (min-width: 992px) {
  .why-choose-image-two {
    top: 0;
    left: 0;
    position: absolute;
    width: 37vw;
    height: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .why-choose-image-two {
    height: 500px;
  }
}

@media only screen and (max-width: 575px) {
  .why-choose-image-two {
    height: 350px;
  }
}

.why-choose-image-two .over-box {
  right: -50px;
  bottom: 17%;
  color: white;
  padding: 15px 25px;
  position: absolute;
  background: -webkit-linear-gradient(269.56deg, #3a85a2 0.42%, #1d4569 165.71%);
  background: -o-linear-gradient(269.56deg, #3a85a2 0.42%, #1d4569 165.71%);
  background: linear-gradient(180.44deg, #3a85a2 0.42%, #1d4569 165.71%);
}

@media only screen and (max-width: 991px) {
  .why-choose-image-two .over-box {
    right: 8%;
  }
}

.why-choose-image-two .over-box .number {
  display: block;
  font-size: 80px;
  line-height: 0.9;
  font-family: 'Manrope', sans-serif;
}

@media only screen and (max-width: 575px) {
  .why-choose-image-two .over-box .number {
    font-size: 65px;
  }
}

.why-choose-image-two .over-box .number span {
  font-size: 30px;
}

.why-choose-image-two .over-box .text {
  font-size: 24px;
  letter-spacing: 0.205em;
}

@media only screen and (max-width: 575px) {
  .why-choose-image-two .over-box .text {
    font-size: 18px;
  }
}

.why-choose-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose-author .author {
  margin-right: 20px;
}

.why-choose-author .description {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 30px;
  padding-right: 30px;
 
}

@media only screen and (max-width: 375px) {
  .why-choose-author .description {
    margin-right: 0;
  }
}

.why-choose-author .description h5 {
  margin-bottom: 0;
}

/* Why Choose Three */
.why-choose-three .for-bg:before {
  content: '';
  left: 15px;
  top: 0;
  z-index: -1;
  position: absolute;
  background: #FAFAFA;
  width: calc(100% - 30px);
  height: 100%;
}

.why-choose-three-image {
  position: relative;
}

.why-choose-three-image img {
  width: 100%;
}

.why-choose-three-content {
  max-width: 470px;
  margin-left: 45px;
}

@media only screen and (max-width: 991px) {
  .why-choose-three-content {
    margin-left: 65px;
    margin-right: 65px;
  }
}

@media only screen and (max-width: 575px) {
  .why-choose-three-content {
    margin-left: 25px;
    margin-right: 25px;
  }
}


/*******************************************************/
/*****************  13. Services Area ******************/
/*******************************************************/
.services-area {
  z-index: 1;
  position: relative;
}

.services-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 1;
  background: #1F1F27;
}

.services-area:before {
  height: 80%;
}

@media only screen and (max-width: 991px) {
  .services-area:before {
    height: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .services-area:before {
    height: 95%;
  }
}

.service-item {
  padding: 55px 50px;
  text-align: center;
  margin-bottom: 30px;
  background: #FBFBF9;
  z-index: 1;
  position: relative;
}

.service-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  background: -webkit-linear-gradient(90.11deg, #3a85a2 36.17%, #1d4569 99.9%);
  background: -o-linear-gradient(90.11deg, #3a85a2 36.17%, #1d4569 99.9%);
  background: linear-gradient(359.89deg, #3a85a2 36.17%, #1d4569 99.9%);
}

@media only screen and (max-width: 375px) {
  .service-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.service-item:before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service-item .icon {
  line-height: 1;
  font-size: 75px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
  color: #1d4569;
}

@media only screen and (max-width: 375px) {
  .service-item .icon {
    font-size: 65px;
  }
}

.service-item h4 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media only screen and (max-width: 375px) {
  .service-item h4 {
    font-size: 22px;
  }
}

.service-item p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}

.service-item:hover .icon,
.service-item:hover h4,
.service-item:hover h4 a,
.service-item:hover p {
  color: white;
}

.service-item:hover p,
.service-item:hover:before {
  opacity: 1;
}


.consulting-firm-image {
  margin-top: -40px;
}

@media only screen and (min-width: 1200px) {
  .consulting-firm-image {
    margin-right: -260px;
  }
}


/* Service Four */
.service-four-active {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 992px) {
  .service-four-active {
    margin-right: -450px;
  }
}

@media only screen and (min-width: 1200px) {
  .service-four-active {
    margin-left: 50px;
  }
}

.service-four-active .service-item-four {
  margin-left: 15px;
  margin-right: 15px;
}

.service-item-four {
  position: relative;
  position: relative;
  margin-bottom: 30px;
}



.service-item-four .image img {
  width: 100%;
}

.service-item-four .content {
  z-index: 1;
  background: white;
  position: relative;
  padding: 30px 30px 15px;
}

@media only screen and (max-width: 375px) {
  .service-item-four .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.service-item-four .content h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.service-item-four img {
  width: 50px;
  margin-right: 15px;
}

.service-item-four .content h4 i {
  font-size: 40px;
  margin-right: 15px;
  background: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569));
  background: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 375px) {
  .service-item-four .content h4 {
    font-size: 20px;
  }

  .service-item-four .content h4 i {
    font-size: 30px;
  }
}

.service-item-four .content .icon {
  position: absolute;
  z-index: -1;
  right: 28px;
  bottom: 20px;
  color: #f3f3f3;
  font-size: 75px;
}

.service-item-four .content:after {
  position: absolute;
  width: 100%;
  height: 3px;
  content: '';
  left: 0;
  bottom: 0;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
  background: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569));
  background: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
}


/* Service Details */


@media only screen and (max-width: 767px) {
  .service-details-content h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .service-details-content h2 {
    font-size: 30px;
  }
}

.service-details-content h4 {
  text-transform: capitalize;
}




/*******************************************************/
/******************  15. Project Area ******************/
/*******************************************************/
.project-active,
.project-page-active {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}

.project-active .project-item,
.project-page-active .project-item {
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {

  .project-active .project-item.size-one,
  .project-page-active .project-item.size-one {
    width: calc(41.7% - 30px);
  }

  .project-active .project-item.size-two,
  .project-page-active .project-item.size-two {
    width: calc(30.15% - 30px);
  }

  .project-active .project-item.size-three,
  .project-page-active .project-item.size-three {
    width: calc(28.15% - 30px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {

  .project-active .project-item.size-one,
  .project-page-active .project-item.size-one {
    width: calc(100% - 30px);
  }

  .project-active .project-item.size-two,
  .project-page-active .project-item.size-two {
    width: calc(51.5% - 30px);
  }

  .project-active .project-item.size-three,
  .project-page-active .project-item.size-three {
    width: calc(48.5% - 30px);
  }
}

@media only screen and (max-width: 575px) {

  .project-active .project-item.size-two,
  .project-active .project-item.size-three,
  .project-page-active .project-item.size-two,
  .project-page-active .project-item.size-three {
    width: calc(100% - 30px);
  }
}

.project-item {
  position: relative;
  margin-bottom: 30px;
}

.project-item img {
  width: 100%;
}

.project-item .project-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  padding: 35px 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: -webkit-linear-gradient(89.48deg, rgba(251, 93, 74, 0.9) 49.73%, rgba(255, 155, 7, 0.9) 99.65%);
  background: -o-linear-gradient(89.48deg, rgba(251, 93, 74, 0.9) 49.73%, rgba(255, 155, 7, 0.9) 99.65%);
  background: linear-gradient(0.52deg, rgba(251, 93, 74, 0.9) 49.73%, rgba(255, 155, 7, 0.9) 99.65%);
}

@media only screen and (max-width: 1199px) {
  .project-item .project-hover {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.project-item .project-hover:after,
.project-item .project-hover:before {
  content: '';
  z-index: -1;
  width: 40%;
  height: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  position: absolute;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.project-item .project-hover:before {
  left: 20%;
  top: 0;
}

.project-item .project-hover:after {
  bottom: 0;
  left: 40%;
}

.project-item .project-hover h3,
.project-item .project-hover h5,
.project-item .project-hover .category {
  opacity: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: translate(15px);
  -ms-transform: translate(15px);
  transform: translate(15px);
}

.project-item .project-hover h3 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 375px) {
  .project-item .project-hover h3 {
    font-size: 25px;
  }
}

.project-item .project-hover h3 a {
  color: white;
}

.project-item .project-hover h5 {
  font-size: 22px;
  margin-bottom: 8px;
}

.project-item .project-hover h5 a {
  color: white;
}

.project-item .project-hover .category {
  color: #EFF4FF;
}


.project-item:hover .project-hover {
  opacity: 1;
}

.project-item:hover .project-hover:after,
.project-item:hover .project-hover:before {
  height: 70%;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.project-item:hover .project-hover h3,
.project-item:hover .project-hover h5,
.project-item:hover .project-hover .category {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.project-item:hover .project-hover h3,
.project-item:hover .project-hover h5 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.project-item:hover .project-hover .category {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.project-two-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 375px) {
  .project-two-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}


.project-two-item {
  margin-bottom: 30px;
  position: relative;
}

.project-two-item img {
  width: 100%;
}

.project-two-item .project-hover {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 40px 25px;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: -webkit-linear-gradient(0.52deg, rgb(34 81 116 / 78%) 49.73%, rgb(59 136 162 / 54%) 99.65%);
  background: -o-linear-gradient(0.52deg, rgb(34 81 116 / 78%) 49.73%, rgb(59 136 162 / 54%) 99.65%);
  background: linear-gradient(0.52deg, rgb(34 81 116 / 78%) 49.73%, rgb(59 136 162 / 54%) 99.65%)
}

@media only screen and (max-width: 375px) {
  .project-two-item .project-hover {
    padding: 25px;
  }
}

.project-two-item .project-hover:after,
.project-two-item .project-hover:before {
  content: '';
  z-index: -1;
  width: 0;
  height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  position: absolute;
}

.project-two-item .project-hover:before {
  left: 5px;
  top: 5px;
  border-top: 1px solid white;
  border-left: 1px solid white;
}

.project-two-item .project-hover:after {
  right: 5px;
  bottom: 5px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.project-two-item .project-hover .popup-btn {
  color: white;
  font-size: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

@media only screen and (max-width: 375px) {
  .project-two-item .project-hover .popup-btn {
    font-size: 35px;
  }
}

.project-two-item .project-hover h5 {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 8px;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

@media only screen and (min-width: 376px) {
  .project-two-item .project-hover h5 {
    font-size: 22px;
  }
}

.project-two-item .project-hover h5 a {
  color: white;
}

.project-two-item .project-hover .category {
  opacity: 0;
  color: #EFF4FF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.project-two-item:hover .project-hover {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.project-two-item:hover .project-hover:after,
.project-two-item:hover .project-hover:before {
  visibility: visible;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.project-two-item:hover .project-hover .popup-btn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.project-two-item:hover .project-hover h5,
.project-two-item:hover .project-hover .category {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.project-two-active.row {
  margin-left: -5px;
  margin-right: -5px;
}

.project-two-active.row>div {
  padding-left: 6px;
  padding-right: 6px;
}

.project-two-active .project-two-item {
  margin-bottom: 10px;
}

/* Project Details */
.project-details-content h2 {
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .project-details-content h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .project-details-content h2 {
    font-size: 30px;
  }
}

.project-details-content>p {
  margin-bottom: 20px;
}

.project-middle-images {
  margin-bottom: -20px;
}

.project-middle-images img {
  width: 100%;
  margin-bottom: 20px;
}

.project-features {
  z-index: 1;
  position: relative;
  border-top: 1px solid #F8F8F8;
  border-bottom: 1px solid #F8F8F8;
}

.project-features:after,
.project-features:before {
  top: 0;
  content: '';
  z-index: -1;
  left: 30%;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #F8F8F8;
}

@media only screen and (max-width: 767px) {

  .project-features:after,
  .project-features:before {
    display: none;
  }
}

.project-features:after {
  left: 66.6666%;
}





/*******************************************************/
/******************  20. All Widgets *******************/
/*******************************************************/
.main-sidebar .widget {
  background: #FAFAFA;
  padding: 0px 30px 60px;
}

.main-sidebar .widget:not(:last-child) {
  margin-bottom: 60px;
}

.main-sidebar .widget-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-sidebar .widget-title:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  content: '';
  width: 5px;
  height: 13px;
  margin-right: 12px;
  background: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569));
  background: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
}

.main-sidebar .widget_search {
  padding: 0;
}

.main-sidebar .widget_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-sidebar .widget_search form input {
  border: none;
  font-size: 16px;
  background: transparent;
  padding: 15px 0 15px 30px;
}

.main-sidebar .widget_search form input::-webkit-input-placeholder {
  font-weight: 400;
}

.main-sidebar .widget_search form input:-ms-input-placeholder {
  font-weight: 400;
}

.main-sidebar .widget_search form input::-ms-input-placeholder {
  font-weight: 400;
}

.main-sidebar .widget_search form input::placeholder {
  font-weight: 400;
}

.main-sidebar .widget_search form button {
  color: white;
  height: 60px;
  width: 65px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569));
  background: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
}

.main-sidebar .widget_catagory li:not(:last-child) {
  margin-bottom: 10px;
}

.main-sidebar .widget_catagory li a {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.03);
}

.main-sidebar .widget_catagory li a:before {
  content: '\f14a';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 12px;
  color: #1d4569;
  font-family: "Font Awesome 5 Pro";
}

.main-sidebar .widget_catagory li a:after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569));
  background: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
}

.main-sidebar .widget_catagory li .active {
  background: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569));
  background: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
  color: white;
}

.main-sidebar .widget_catagory li .active:before {
  color: white
}

.main-sidebar .widget_catagory li a:hover {
  color: white;
}

.main-sidebar .widget_catagory li a:hover:before {
  color: white;
}

.main-sidebar .widget_catagory li a:hover:after {
  opacity: 1;
}

.main-sidebar .widget_download li:not(:last-child) {
  margin-bottom: 15px;
}

.main-sidebar .widget_download li a {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.03);
}

.main-sidebar .widget_download li a img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 35px;
  margin-right: 15px;
}

.main-sidebar .widget_download li a:after {
  content: '\e930';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  margin-left: auto;
  color: #1d4569;
  font-family: 'icomoon';
}

.main-sidebar .widget_contact {
  padding: 50px 40px;
  text-align: center;
  background: url(../images/widgets/contact-widget.png) no-repeat center/cover;
  z-index: 1;
  position: relative;
}

.main-sidebar .widget_contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 1;
  background: -webkit-linear-gradient(120.21deg, rgb(59 136 162) 0%, #1d4569 101.06%);
  background: -o-linear-gradient(120.21deg, rgb(59 136 162) 0%, #1d4569 101.06%);
  background: linear-gradient(120.21deg, rgb(59 136 162) 0%, #1d4569 101.06%);
}

.main-sidebar .widget_contact:after {
  position: absolute;
  content: '';
  left: 10px;
  top: 10px;
  z-index: -1;
  border: 1px solid white;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.main-sidebar .widget_contact .icon {
  color: white;
  font-size: 50px;
  margin-bottom: 15px;
}

.main-sidebar .widget_contact h5 {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.main-sidebar .widget_contact .number {
  color: white;
  font-size: 24px;
  font-weight: 700;
}


/*******************************************************/
/*******************  21. CTA Area *********************/
/*******************************************************/
.contact-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 30px;
  padding-right: 30px;
}

.contact-info-item:after {
  content: '';
  width: 2px;
  height: 30px;
  position: absolute;
  background: white;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
  .contact-info-item:last-child {
    margin-right: 0;
    padding-right: 0;
  }

  .contact-info-item:last-child:after {
    display: none;
  }
}

.contact-info-item .icon {
  font-size: 20px;
  margin-right: 17px;
  width: 42px;
  height: 42px;
  background: white;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
}

.contact-info-item .icon i {
  color: #1d4569;
}

.contact-info-item .content span {
  display: block;
  font-size: 15px;
}

.contact-info-item .content b {
  font-size: 18px;
  font-weight: 500;
}

/*******************************************************/
/***************  22. Work Process Area ****************/
/*******************************************************/
.work-single-step {
  text-align: center;
  margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .work-single-step {
    max-width: 333px;
    margin-left: auto;
    margin-right: auto;
  }
}

.work-single-step .icon {
  color: white;
  font-size: 35px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  width: 88px;
  height: 88px;
  background: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569));
  background: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
  line-height: 88px;
  border-radius: 50%;
  text-align: center;
}

.work-single-step .icon .number {
  top: -8px;
  right: -8px;
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  border-radius: 50%;
  border: 3px solid white;
  font-family: 'Manrope', sans-serif;
  background: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569));
  background: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
}

.work-single-step h5 {
  font-size: 22px;
  margin-bottom: 20px;
}

.work-single-step:hover .icon .number {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  transform: rotate(720deg);
}

.work-process-border {
  position: relative;
  z-index: 1;
}


@media only screen and (max-width: 991px) {
  .work-process-border:before {
    left: 50%;
    width: 0;
    height: 70%;
    border-top: none;
    border-right: 2px dashed black;
  }
}

.before-after-circle {
  position: relative;
}



.before-after-circle:before {
  left: -24px;
}

@media only screen and (max-width: 991px) {
  .before-after-circle:before {
    top: -50px;
    left: calc(50% - 9px);
  }
}

.before-after-circle:after {
  right: -24px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media only screen and (max-width: 991px) {
  .before-after-circle:after {
    top: auto;
    bottom: -50px;
    left: calc(50% - 9px);
  }
}

.work-process-area-two {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.work-process-area-two .section-title p {
  opacity: 0.8;
}

.work-process-area-two:after,
.work-process-area-two:before {
  position: absolute;
  width: 280px;
  height: 150%;
  content: '';
  top: -25%;
  z-index: -1;
  -webkit-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
  -ms-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
  transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
  background: -webkit-linear-gradient(269.21deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
  background: -o-linear-gradient(269.21deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
  background: linear-gradient(180.79deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
}

.work-process-area-two:before {
  left: 10%;
}

.work-process-area-two:after {
  left: 40%;
}

.work-process-area-two .container:before {
  position: absolute;
  width: 280px;
  height: 150%;
  content: '';
  top: -25%;
  left: 70%;
  z-index: -1;
  -webkit-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
  -ms-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
  transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
  background: -webkit-linear-gradient(269.21deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
  background: -o-linear-gradient(269.21deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
  background: linear-gradient(180.79deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
}

.text-white .work-process-border:before {
  border-color: white;
}

.text-white .before-after-circle:after,
.text-white .before-after-circle:before {
  border-color: #35353C;
}

.text-white .work-single-step .icon .number {
  border-color: #1F1F27;
}


/*******************************************************/
/******************  25. Contact Area ******************/
/*******************************************************/
.contact-information {
  background: #FAFAFA;
}

@media only screen and (min-width: 1200px) {
  .contact-information {
    max-width: 400px;
  }
}

@media only screen and (max-width: 479px) {
  .contact-information {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.contact-information .contact-info-item {
  line-height: 1;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-information .contact-info-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contact-information .contact-info-item:after {
  display: none;
}

.contact-information .contact-info-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569));
  background: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
}

.contact-information .contact-info-item .icon i {
  color: white;
}

.contact-information .contact-info-item .content span {
  margin-bottom: 8px;
}

.contact-information .contact-info-item .content b {
  color: #031031;
  line-height: 30px;
}

@media only screen and (max-width: 375px) {
  .contact-information .contact-info-item .content b {
    font-size: 16px;
    line-height: 1.3;
  }
}

.contact-information .contact-info-item .content b a:not(:hover) {
  color: #031031;
}

.contact-page-map iframe {
  width: 100%;
  height: 770px;
  margin-bottom: -10px;
}

@media only screen and (max-width: 1399px) {
  .contact-page-map iframe {
    height: 550px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-page-map iframe {
    height: 450px;
  }
}

/*******************************************************/
/******************  26. Main Footer *******************/
/*******************************************************/
.footer-area .widget-title {
  font-size: 22px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.footer-area .widget-title:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 30px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#3a85a2), color-stop(117.45%, #1d4569));
  background: -webkit-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: -o-linear-gradient(right, #3a85a2 0%, #1d4569 117.45%);
  background: linear-gradient(270deg, #3a85a2 0%, #1d4569 117.45%);
}

.footer-area .widget {
  margin-bottom: 50px;
}

.footer-area .widget .title {
  font-size: 22px;
}

.footer-area.text-white a,
.footer-area.text-white p {
  opacity: 0.8;
  font-size: 15px;
}

.footer-area.text-white a:hover {
  opacity: 1;
}

.footer-area .more-info .number {
  font-size: 20px;
  font-weight: 500;
  margin-top: -5px;
  display: inline-block;
}

.footer-area .more-info .number:not(:hover) {
  color: #1d4569;
}

.footer-area .footer-logo a {
  opacity: 1;
}

.footer-area .widget_nav_menu li:not(:last-child) {
  margin-bottom: 8px;
}

.footer-area .widget_nav_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area .widget_nav_menu li a:before {
  content: '';
  width: 7px;
  height: 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 2px;
  margin-right: 13px;
  border-radius: 50%;
  background: #3C3C42;
}

.footer-area .widget_nav_menu li a:hover:before {
  background: #1d4569;
}

.footer-area .widget_contact_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area .widget_contact_info li:not(:last-child) {
  margin-bottom: 22px;
}

.footer-area .widget_contact_info li .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 20px;
  padding-top: 2px;
  margin-right: 15px;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
}

.footer-area .widget_contact_info li .icon i {
  color: #fff;
}

.footer-area .widget_contact_info li .content span {
  font-size: 15px;
  display: block;
  opacity: 0.5;
}

.footer-area .widget_contact_info li .content b,
.footer-area .widget_contact_info li .content b a {
  opacity: 1;
  font-size: 18px;
  font-weight: 500;
}

.footer-area .widget_news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area .widget_news li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-area .widget_news li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 70px;
  margin-right: 28px;
}

.footer-area .widget_news li .date {
  color: #757575;
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.footer-area .newslatter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-area .newslatter-form input {
  padding: 0;
  border: none;
  line-height: 1;
  font-size: 16px;
  border-radius: 0;
  margin-right: 22px;
  background: transparent;
  border-right: 1px solid #C4C4C4;
}

.footer-area .newslatter-form input::-webkit-input-placeholder {
  color: white;
  font-weight: 400;
}

.footer-area .newslatter-form input:-ms-input-placeholder {
  color: white;
  font-weight: 400;
}

.footer-area .newslatter-form input::-ms-input-placeholder {
  color: white;
  font-weight: 400;
}

.footer-area .newslatter-form input::placeholder {
  color: white;
  font-weight: 400;
}

.footer-area .newslatter-form button {
  background: transparent;
}



.footer-top {
  background: #1B1B22;
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}

.footer-client-logo {
  padding: 34px;
}

.footer-client-logo .footer-cl-item {
  margin: 20px;
}

.footer-client-logo .footer-cl-item img {
  margin: auto;
}

.footer-bottom {
  background: #1B1B22;
}

.footer-bottom-logo .footer-cl-item {
  margin-bottom: 15px;
  display: inline-block;
}

.footer-bottom-logo .footer-cl-item:not(:last-child) {
  margin-right: 40px;
}

@media only screen and (max-width: 375px) {
  .footer-bottom-logo .footer-cl-item:not(:last-child) {
    margin-right: 20px;
  }
}

.footer-bottom-logo .footer-cl-item img {
  max-height: 24px;
}




/* brand */



.partner-wrap .partner-item {
  padding: 25px 25px 25px 0px;
  margin: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  background-color: transparent;
}

.partner-item .logo-img {
  text-align: center;
}

.partner-item .logo-img a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.partner-item .logo-img a .hovers-logos {
  display: none;
}

.partner-item .logo-img a .mains-logos {
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
  filter: blur(0px);
}

.partner-item:hover .logo-img a .mains-logos {
  opacity: 0.6;
  filter: blur(0.2px);
}

.logo-grid-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.logo-grid-item.pre-last {
  border-right: 0;
}

.logo-grid-item.pre-last-row {
  border-bottom: 0;
}

.partner-wrap {
  border-radius: 20px 20px 20px 20px;
  background-color: #FFFFFF96;
}

.partner-item {
  padding: 40px 40px 40px 40px;
  margin: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  background-color: transparent;
}

.partner-item:hover .logo-img a .mains-logos {
  display: block;
  visibility: hidden;
  transform: translateY(100%);
}

.partner-item:hover .logo-img a .hovers-logos {
  display: block;
  opacity: 3;
  visibility: visible;
  transform: translateY(0%);
  filter: grayscale(0%);
}

.partner-item .logo-img a .hovers-logos {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  filter: blur(0px);
  transition: 0.3s;
}

.partner-item .logo-img a .mains-logos {
  opacity: unset;
  filter: blur(0px);
  transition: 0.3s;
}

.more {
  color: #1d4569
}


.service-ar {
  background-image: url('../images/serv.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.envy a {
  text-decoration: underline;
  color: #FFC300 !Important;
}


.loc {
  border: 1px solid #eee;
  padding: 10px
}

.loc img {
  width: 60px;
}

.loc h6 {
  margin: 0px;
}

.loc p {
  font-size: 13px;
}

/*** Slick Dots ***/
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  position: relative;
  cursor: pointer;
  margin: 15px;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  background: #1d4569;
}

.slick-dots li button {
  opacity: 0;
}

.slick-dots li:before {
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  opacity: 0.1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-dots li.slick-active:before {
  width: 18px;
  height: 18px;
}

/* List style Three */
.list-style-three li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-style-three li:not(:last-child) {
  margin-bottom: 8px;
}

.list-style-three li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  content: '\e949';
  margin-right: 15px;
  color: #1d4569;
  font-family: 'icomoon';
}