.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus, a:hover {
  outline: 0 solid;
  text-decoration: none;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
button:focus {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  color: #4c4c4c;
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 1.4em;
  text-transform: uppercase;
  position: relative;
}
h2 {
  font-size: 36px;
}
html, body {
  height: 100%;
	-webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 400;
  color: #687284;
}
/*.home-body{ background-image:url(../img/bg.png);
    background-size: cover;background-repeat: no-repeat;}*/
a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}
a {
  color: #5d6b82;
}
.fix {
  overflow: hidden;
}
.relative {
  position: relative;
  overflow: hidden;
}
.absulute {
  position: absolute;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
textarea {
    height: 70px !important;
    width: 100% !important;
}
.v-center {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.flex-v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-bookmark li {
  display: inline;
}
.social-bookmark li a {
  background: #d7d7d7;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  margin: 0 2px;
  padding-top: 9px;
  text-align: center;
  width: 40px;
}
.social-bookmark li a:hover {
  background: #00b3e9;
  color: #fff;
}
.inline li {
  display: inline;
}
.inline-block li {
  display: inline-block;
  padding: 5px 15px;
}
.navbar-toggle {
  border: 2px solid #00b3e9;
  border-radius: 0;
}
input[type=checkbox], input[type=radio] {
  display: inline-block;
}
.navbar-toggle .icon-bar {
  background: #00b3e9;
}
.no-margin {
  margin: 0 !important;
}
.hd-2 {
  font-weight: 400;
  font-size: 24px;
  color: #121D44;
}
.no-padding {
  padding: 0;
}
.border {
  border: 1px solid #ddd;
}
.border-left {
  border-left: 1px solid #ddd;
}
.border-right {
  border-right: 1px solid #ddd;
}
.border-top {
  border-top: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.navbar-brand {
  float: left;
  height: auto;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.area-title {
  margin-bottom: 30px;
  position: relative;
}
.area-title h2 {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
.section-padding {
  padding: 70px 0;
}
.padding-top {
  padding-top: 50px;
}
.padding-bottom {
  padding-bottom: 100px;
}
.padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.padding-100-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}
.gray-bg {
  background: #f7f9fc;
}
.deep-gray-bg {
  background: #eff1ff;
}
.dark-bg {
  background: #000;
  color: #ffffff;
}
.footer-copyright {
  background: #000;
}
.red-bg {
  background: #00b3e9;
  color: #ffffff;
}
.blue-bg {
  background: #0083ff;
  color: #ffffff;
}
.soft-blue-bg {
  background: #7db9e8;
  color: #ffffff;
}
.dark-bg .area-title h2 {
  color: #ffffff;
}
/*--------------------------
    2. TOP AREA
---------------------------*/
.top-area {
  height: auto;
  position: relative;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  z-index: 10;
}
.top-area-bg {
  background: rgba(0, 0, 0, 0) url("../img/slider/slide_1.jpg") no-repeat scroll center center / cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.services.top-area-bg {
  background: rgba(0, 0, 0, 0) url("../img/banner_services.jpg") no-repeat scroll center center / cover;
}
.contact.top-area-bg {
  background: rgba(0, 0, 0, 0) url("../img/banner_contact.jpg") no-repeat scroll center center / cover;
}
.employment.top-area-bg {
  background: rgba(0, 0, 0, 0) url("../img/banner_employment.jpg") no-repeat scroll center center / cover;
}
.quote.top-area-bg {
  background: rgba(0, 0, 0, 0) url("../img/banner_quote.jpg") no-repeat scroll center center / cover;
}
.top-area-bg::after {
  background: #3c4147;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}
/*---------------------------------
    2.1. SEARCH AND LANGUAGE
----------------------------------*/
.search-and-language-bar {
  margin-left: 20px;
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.is-sticky .search-and-language-bar {
  margin-top: 10px;
}
.search-and-language-bar ul li {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 10px;
}
.search-and-language-bar ul li a {
  color: #fff;
  display: block;
}
.search-box {
  position: relative;
}
.search-form {
  background: #fff;
  border-radius: 5px;
  top: 72px;
  height: 60px;
  position: absolute;
  right: 0;
  width: 280px;
  display: none;
}
.is-sticky .search-form {
  top: 50px;
}
.search-form input {
  background: rgba(0, 0, 0, 0) 0 center;
  border: 1px solid #00b3e9;
  color: #333;
  height: 40px;
  left: 11px;
  padding: 10px;
  position: absolute;
  top: 10px;
  width: 77%;
}
.search-form button {
  background: transparent;
  border: 1px solid #00b3e9;
  color: #00b3e9;
  font-size: 20px;
  height: 40px;
  padding: 7px 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-form button:hover {
  background: #00b3e9;
  color: #fff;
}
.select-language select {
  background: #fff;
  border: 0 none;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
/*---------------------------------
    2.2 MAINMENU AREA
-----------------------------------*/
.header-top-area {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}
.mainmenu-area {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9999;
}
.navbar-header {
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar {
  border-bottom: 0 none;
  border-top: 0 none;
  margin-bottom: 0;
}
.navbar-brand > img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.is-sticky .navbar-brand > img {
  max-width: 80%;
}
ul#nav {
  float: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul#nav li a {
  background: rgba(0, 0, 0, 0);
  color: #000;
  letter-spacing: 1px;
  padding: 40px 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-weight: 600;
}
ul#nav li a:hover, ul#nav li.active a {
  color: #02A1F9;
}

.inner-pages ul#nav li a{color: #fff;}
.is-sticky ul#nav li a {
  padding: 20px 15px;color: #000;
}
.is-sticky ul#nav li a:hover, .is-sticky ul#nav li.active a {
  color: #02A1F9;
}
.is-sticky .navbar-header {
  margin-top: -2px;
}
.is-sticky .mainmenu-area {
  background: #fff;
  border-top: 0px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  z-index: 99999;
}
.menu-toggle.full {
  border: 1px solid;
    height: 40px;
    letter-spacing: 2px;
    padding: 0px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 20px;
    width: 110px;
    color: #02A1F9 !important;
    display: none;
    background: none;
	-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.is-sticky .menu-toggle.full {
  top: 8px;
}
ul#nav li ul a, .is-sticky ul#nav li ul a {
  border-bottom: 1px solid #1a1a1a;
  padding: 10px;
  padding-left: 15px;
}
/*-----------------------------------
    2.3 WELCOME TEXT AREA
-------------------------------------*/
.welcome-area {
  color: #fff;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 400px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.welcome-text h1, .about-history-content h3 {
  font-size: 48px;
  /* letter-spacing: 5px; */
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: 600;
  background: -webkit-linear-gradient(45deg, #1CE7AD, #00B8E6 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.welcome-text h1 strong {
  font-weight: 500;
  color: #ee6a22;
}
.welcome-text h4 {
  font-size: 20px;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.home-button {
  margin-top: 0px;
  height: auto !important;
}
.home-button a {
  color: #fff;
  letter-spacing: 2px;
  padding: 15px 30px;
  text-transform: capitalize;
  background: -webkit-linear-gradient(45deg, #1CE7AD, #00B8E6 80%);
  border-radius: 30px 0 30px 0;
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.home-button a:hover {
  background: -webkit-linear-gradient(45deg, #00B8E6, #1ce7ad 80%);
  transition: all 0.5s;
  cursor: pointer;
  color: #fff;
}
.home-mockup > img {
  max-width: 50%;
}
.owl-dots {
  display: none !important;
}
/*------------------------------
    2.4 WELCOME SLIDER AREA
--------------------------------*/
.welcome-slider-area {
  /*height: 100%;*/
  position: relative;
  z-index: 9;
  padding-top: 100px;
  padding-bottom: 60px;
  background: url(../img/bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
}
.welcome-slider-area.owl-carousel div:not(.owl-controls) {
  /* height: 100%; */
}
.cus-cards h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding: 10px;
  margin: 0;
}
.cus-cards p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 10px;
}
.card-img-main {
  position: relative;
}
.card-icon {
  background: -webkit-linear-gradient(45deg, #1CE7AD, #00B8E6 80%);
  border-radius: 50%;
  height: 100px;
  width: 100px;
  position: absolute;
  right: 20px;
  text-align: center;
  bottom: 20px;
}
.box-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 5px;
}
.card-icon img {
  padding-top: 22px;
}
.card-img-top {
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 1600px) {
  .container {
    width: 1440px;
  }
  .welcome-slider-area {
    height: 600px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  border-radius: 2px;
}
.btn-primary {
  color: #fff;
  background-color: #00b3e9;
  border-color: #00b3e9;
}
.btn-primary:hover {
  color: #fff;
  background-color: #109bc5;
  border-color:#109bc5;
}
.welcome-single-slide {
  z-index: 9;
  position: relative;
}
.welcome-single-slide:before {
}
.welcome-slider-area .welcome-text {
  color: #FFF;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px
}
.slider-top-text {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  color: #484848;
  height: auto !important;
}
.slider-text {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  width: 60%;
  margin-bottom: 40px;
  line-height: 35px;
}
.welcome-text h4 {
  margin-bottom: 30px;
}
.welcome-text h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}
.welcome-slider-area.home-button {
  height: auto !important;
}
.owl-item.active .welcome-single-slide .welcome-text h1 {
  -webkit-animation: 1s ease 0.5s normal both 1 running fadeInUp;
  animation: 1s ease 0.5s normal both 1 running fadeInUp;
}
.owl-item.active .welcome-single-slide .welcome-text h1:after {
  content: '';
  clear: both;
  /* width: 85px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom:2px solid #EE6A22; */
}
.owl-item.active .welcome-single-slide .welcome-text p {
  -webkit-animation: 1s ease 0.8s normal both 1 running fadeInUp;
  animation: 1s ease 0.8s normal both 1 running fadeInUp;
}
.owl-item.active .welcome-single-slide .home-button {
  -webkit-animation: 1s ease 1s normal both 1 running fadeInUp;
  animation: 1s ease 1s normal both 1 running fadeInUp;
}
.slider-bg-one {
  /* background: url(../img/slider/slide_1.jpg) no-repeat scroll center center / cover; */
}
.slider-bg-two {
  /* background: url(../img/slider/slide_2.jpg) no-repeat scroll center center / cover; */
}
.slider-bg-three {
  /* background: url(../img/slider/slide_3.jpg) no-repeat scroll center center / cover; */
}
.welcome-slider-area.owl-carousel .owl-nav > div {
  display: inline-block;
  font-size: 40px;
  height: 40px;
  margin: -20px 0px 0px;
  padding-top: 0px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
  position: absolute;
  top: 50%;
}
.welcome-slider-area.owl-carousel .owl-nav > div.owl-prev {
  left: 0;
}
.welcome-slider-area.owl-carousel .owl-nav > div.owl-next {
  right: 0;
}
.welcome-slider-area.owl-carousel .owl-nav > div:hover {
  color: #f39c12;
}
/* ----------------------------
    3. BLOG AREA
------------------------------ */
.single-blog {
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 7px #ddd;
  box-shadow: 0 3px 7px #ddd;
  overflow: hidden;
}
.blog-details {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  position: relative;
}
.blog-meta {
  background: #00b3e9;
  border-radius: 0 50px 50px 0;
  font-size: 24px;
  height: 50px;
  left: 0;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 70px;
}
.blog-meta a {
  color: #fff;
  display: block;
  height: 100%;
  padding-top: 13px;
  width: 100%;
}
.blog-details h3 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.read-more {
  background: #5d6b82;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin-top: 15px;
  padding: 7px 25px;
  text-align: center;
  width: 140px;
}
.read-more:hover, .read-more:focus {
  background: #00b3e9;
  color: #fff;
}
.blog-details h3 a {
  color: #3c4a62;
}
.blog-details h3 a:hover, .blog-details h3 a:focus {
  color: #00b3e9;
}
/* ----------------------------
    4. ABOUT AREA
------------------------------ */
.quote-form-area {
  background: #eef1f5;
  padding: 30px 20px;
}
.quote-form input {
  margin-bottom: 10px;
}
.quote-form .width-full input {
  border: 0 none;
  padding: 10px;
  width: 100%;
}
.quote-form .width-half input {
  border: 0 none;
  padding: 10px;
  width: 47%;
}
.quote-form textarea {
  border: 0 none;
  height: 120px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.quote-form button {
  background: #5d6b82;
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 2px;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.quote-form button:hover {
  background: #00b3e9;
  color: #fff;
}
.about-content h2 {
  margin-bottom: 30px;
}
.about-content a {
  display: inline-block;
  margin-top: 20px;
}
.about-content a:hover {
  color: #00b3e9;
}
.about-content a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-content a:hover i {
  padding-left: 10px;
}
.about-count {
  margin-top: 80px;
}
.single-about-count {
  background: #fff;
  float: left;
  padding: 30px 20px 20px;
  text-align: center;
  text-transform: capitalize;
  width: 33.33%;
}
.single-about-count h4 {
  color: #00b3e9;
  font-size: 24px;
  font-weight: 800;
}
/* ----------------------------
    7. PROMO AREA
----------------------------- */
.single-promo {
  margin-bottom: 50px;
  padding: 20px 20px 20px 80px;
  position: relative;
}
.promo-area .row > div.col-lg-4 .single-promo:last-child {
  margin-bottom: 0;
}
.promo-icon {
  left: 0;
  padding-top: 7px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 65px;
}
.promo-details, .promo-details h4 {
  color: #fff;
}
.d-flex {
  display: flex;
}
.service-item h4 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.service-item p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
/* -----------------------------
    8. PROMO BOTTOM AREA
----------------------------- */
.promo-bottom-area {
  position: relative;
}
.promo-botton-area-bg {
  background: rgba(0, 0, 0, 0) url("img/promo/promo_bottom_bg.jpg") no-repeat scroll center center / cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.promo-botton-area-bg::after {
  background: #3c4a62;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}
.promo-bottom-area h2 {
  color: #fff;
  font-size: 26px;
}
.promo-bottom-content .read-more {
  background: #00b3e9;
  font-weight: bold;
  height: auto;
  letter-spacing: 1px;
  padding: 14px;
  text-transform: uppercase;
  width: 180px;
}
.promo-bottom-area .read-more:hover, .promo-bottom-area .read-more:focus {
  background: #fff;
  color: #00b3e9;
}
.rowItemContent {
  padding: 0 20px;
  position: relative;
}
.header {
  display: block;
}
.header.medium {
  margin-bottom: 14px;
}
.header.medium .btSuperTitle, .header.medium .btSubTitle {
  font-size: 15px;
  line-height: 29px;
  color: #222222;
}
.header .btSuperTitle {
  font-weight: 500;
}
.header .dash {
  display: block;
}
.header.medium h3 {
  font-size: 32px;
  line-height: 44px;
  color: #222222;
}
.box {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 -1px 1px rgba(0, 0, 0, .125);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 -1px 1px rgba(0, 0, 0, .125);
  padding: 20px;
  height: 100%;
}
.mb-30 {
  margin-bottom: 30px;
}
.header.extrasmall h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: none;
}
.header .headline {
  display: block;
}
/*-----------------------------
    9. TESTMONIAL AREA
-------------------------------*/
/* -----------------------------
    10. FOOTER AREA
------------------------------- */
.footer-top-area {
  padding: 35px 0;
}
.footer-area h2, .footer-area h3 {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.subscribe-content h2 {
  line-height: 1;
  margin-bottom: 20px;
}
.subsriber-form {
  height: 60px;
  position: relative;
}
.subsriber-form input {
  background: #fff;
  border: 0 none;
  border-radius: 5px;
  color: #363;
  height: 100%;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 70%;
}
.subsriber-form button {
  background: #00b3e9;
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  height: 100%;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 27%;
}
.subsriber-form button:hover {
  background: #fff;
  color: #00b3e9;
}
/* -----------------------------
    12. ABOUT DETAILS CONTENT AREA
-------------------------------- */
.about-details-menu {
  margin-bottom: 50px;
  text-align: center;
}
.about-details-menu li {
  display: inline-block;
  margin: 0 5px;
}
.about-details-menu li a {
  border: 1px solid #efefef;
  display: block;
  font-size: 18px;
  padding: 12px 20px;
  text-transform: uppercase;
}
.about-details-menu li.active a {
  background: #00b3e9;
  border-color: #00b3e9;
  color: #fff;
}
.about-history-content {
  margin-bottom: 50px;
}
.about-history-content p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.about-history-content h3 {
  
}
.about-history-content h3::after {
  
}
.about-history-content ul {
  margin-top: 20px;margin-left: 20px;
}
.about-history-content ul li {
  margin-bottom: 5px;
  list-style: decimal;
}
.about-history-content.history-list {
  position: relative;
}
.about-history-content.history-list::after {
  background: #e4e4e4;
  content: "";
  height: 100%;
  left: 80px;
  position: absolute;
  top: 0;
  width: 5px;
}
.single-history {
  margin-bottom: 50px;
  padding-left: 125px;
  position: relative;
}
.single-history .history-year {
  font-size: 18px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
  width: 85px;
}
.single-history .history-year::before, .single-history .history-year::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 30px;
  position: absolute;
  right: -12px;
  top: 0;
  width: 30px;
  z-index: 9;
}
.single-history .history-year::after {
  background: #00b3e9;
  height: 10px;
  right: -2px;
  top: 9px;
  width: 10px;
}
/* ------------------------------
    13. REPORT AREA
------------------------------ */
.annual-reports > div {
  margin-bottom: 50px;
}
.annual-reports > div:last-child {
  margin-bottom: 0px;
}
.annual-reports-content h4 {
  margin-bottom: 30px;
}
.annual-reports-content ul {
  margin-top: 30px;
}
.annual-reports-content ul li {
  margin-bottom: 10px;
}
.annual-reports-content ul li i {
  color: #00b3e9;
  margin-right: 10px;
}
/* ----------------------------
    14. TEAM AERA
-------------------------------- */
.single-team {
  text-align: center;
  margin-bottom: 30px;
  padding: 1px;
}
.team-list div > .col-lg-4:last-child .single-team {
  margin-bottom: 0;
}
.single-team .member-image img {
  width: 100%;
}
.member-details {
  -webkit-box-shadow: 0 0 1px;
  box-shadow: 0 0 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
}
.member-social-bookmark {
  background: #5d6b82;
  border-radius: 5px;
  margin-top: 25px;
  padding: 15px 0;
}
.member-social-bookmark .social-bookmark li a {
  background: rgba(255, 255, 255, 0.2);
  padding-top: 8px;
}
.member-social-bookmark .social-bookmark li a:hover {
  background: #00b3e9;
}
/* -----------------------------
    15. SERVICE TWO 
------------------------------ */
.single-service-two {
  padding: 30px 20px 30px 100px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-icon-two {
  border-right: 1px solid #ddd;
  color: #00b3e9;
  font-size: 30px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 80px;
}
.single-service-two:hover {
  background: #00b3e9;
  color: #fff;
}
.single-service-two:hover .service-icon-two, .single-service-two:hover h4 {
  color: inherit;
}
/* ----------------------------
    16. SERVICE THREE
------------------------------ */
.single-service-three {
  border: 1px solid #eef2f4;
  -webkit-box-shadow: 0 0 10px #eef2f4;
  box-shadow: 0 0 10px #eef2f4;
  margin-bottom: 30px;
  padding: 30px 20px 30px 80px;
  position: relative;
}
.single-service-three h4 {
  color: #00b3e9;
}
.service-icon-three {
  border-right: 1px solid #ddd;
  color: #00b3e9;
  font-size: 30px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 60px;
}
/*------------------------------
    17. CONTACT AREA
-------------------------------*/
.contact-address {
  margin-bottom: 50px;
}
.contact-address a {
  color: #585858;
}
.contact-address a:hover {
  color: #00b3e9;
}
.contact-area .form-control {
  border-radius: 4px;
  margin-bottom: 30px;
  box-shadow: none;
  font-size: 14px;
  height: 34px;
}
/*------------------------------
    18. FOOTER AREA
-------------------------------*/
.footer-area {
  color: #fff;
  position: relative;
  z-index: 9;
  padding: 60px 0 20px 0;
}
.single-footer-widget {
  margin-bottom: 50px;
  overflow: hidden;
}
.single-footer-widget, .single-footer-widget a {
  color: #cecece;
}
.single-footer-widget a:hover {
  color: #16ddb9;
}
.single-footer-widget h3 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding-bottom: 8px;
  position: relative;
}
.single-footer-widget h3::after {
  
}
.single-footer-widget.footer-about ul {
  margin-top: 15px;
}
.single-footer-widget.footer-about ul li {
  margin-bottom: 10px;
}
.single-footer-widget.footer-about ul li i {
  border-right: 1px solid;
  margin-right: 10px;
  width: 20px;
}
.single-footer-widget.twitter-widget ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.single-footer-widget.twitter-widget ul li .twitter-icon {
  color: #00b3e9;
  left: 0;
  position: absolute;
}
.single-footer-widget.list-widget ul li {
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.single-footer-widget.list-widget ul li::before {
  
}
.single-footer-widget.instafeed-widget li {
  float: left;
  margin-bottom: 2%;
  margin-right: 2%;
  width: 31.33%;
}
.footer-border {
  border-top: 1px solid #202020;
}
.submit-btn {
  background: -webkit-linear-gradient(45deg, #1CE7AD, #00B8E6 80%);
  border-radius: 30px 0 30px 0 !important;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 20px;
}
.newsletter-form {
  background: #fff;
  padding: 10px;
  border-radius: 60px;
}
.newsletter-form input {
  border: none;
  padding: 10px;
  border-radius: 20px;
  width: 49%;
}
.newsletter-form input:focus-visible{border:none;}
.footer-bottom-area .footer-border {
  margin: 0;
}
.footer-copyright-area {
  padding: 30px 0;
}
.footer-copyright p {
  margin-bottom: 0;
  margin-top: 10px;
}
.footer-copyright a.footer-logo {
  border-bottom: 2px solid;
  display: block;
  margin-bottom: 5px;
  margin-right: 10px;
  max-width: 300px;
  padding-bottom: 10px;
}
.footer-copyright a {
  color: #ffffff;
}
.footer-social-bookmark .social-bookmark li a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  margin: 0 2px;
  padding-top: 3px;
  text-align: center;
  width: 30px;
}
.footer-social-bookmark .social-bookmark li a:hover {
  background: #00b3e9;
  color: #fff;
}
/*------------------------------
    19. SCROLL TO TOP
-------------------------------*/
.scrolltotop {
  background: #676665;
  bottom: 20px;
  -webkit-box-shadow: 0 0 0 7px transparent;
  box-shadow: 0 0 0 7px transparent;
  color: #ffffff;
  display: none;
  font-size: 16px;
  height: 40px;
  padding-top: 5px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  z-index: 99;
  line-height: 30px;
	cursor: pointer;
}
.scrolltotop:hover {
  -webkit-box-shadow: 0 0 0 0 #272727;
  box-shadow: 0 0 0 0 #272727;
  background: #272727;
}
/*-----------------------------------
    20. WELCOME SLIDER AREA
-------------------------------------*/

.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.promo-area {
  background-image: url(img/Transparent-background-with-dots.png);
  background-position: 50% -16.6166px;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 50px;
}
.promo-top-area.section-padding {
  background-image: url(../img/comp-info.jpg);
  background-position: 50% -16.6166px;
  background-size: cover;
  background-attachment: fixed;
  padding: 85px 0;
  background-color: #000;
}
.service-bottom-area-bg {
  background: rgba(0, 0, 0, 0) url("img/service/service-area-bg-2.jpg") repeat;
}
.top-area.single-page {
  height: 500px;
}
.page-location li {
  display: inline-block;
}
.page-location li a {
  color: #fff;
  display: block;
  padding: 0 10px;
}
/*-------------------------------
    22. SERVICE PAGE
-------------------------------*/
.service-image {
  margin-bottom: 40px;
}
.service-image img {
  width: 100%;
}
.service-details-text {
  margin-bottom: 50px;
}
.service-menu h4 {
  background: #00b3e9;
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
}
.service-menu ul {
  border: 1px solid #ddd;
}
.service-menu > ul li {
  border-top: 1px dashed #ddd;
  display: block;
  margin-top: -1px;
}
.service-menu ul li a {
  display: block;
  padding: 10px 20px;
}
.service-menu ul li a i {
  float: right;
}
.service-menu ul li a:hover {
  color: #00b3e9;
}
#footer {
  font-size: 13px;
  display: block;
}
footer .main-footer {
  padding: 40px 0px 20px;
  background: #252525;
}
.widget.no-box {
  padding: 0;
  background-color: transparent;
  margin-bottom: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  color: #fff;
}
.copyright {
  text-align: center;
  padding-top: 20px;
  color: #dadada;
}
.credits {
  text-align: center;
  font-size: 12px;
  color: #dadada;
}
.credits a {
  color: #dadada;
}
strong {
  font-weight: 500;
}
.elementor-element-populated {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.09);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 80px 50px 80px;
}
.elementor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
span.bdt-icon-wrapper svg {
  width: 64px;
  height: 64px;
}
.bdt-advanced-icon-box-icon {
  margin-bottom: 15px;
}
.bdt-advanced-icon-box-title {
  color: #192744;
  padding: 15px 0px;
  font-size: 22px;
  font-weight: 500;
}
.bdt-advanced-icon-box {
  text-align: center;
}
/*------------------------------
    PRELOADER
-------------------------------*/
.preeloader {
  background: rgba(255, 255, 255, 1);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.preloader-spinner {
  -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
  animation: 1s ease-out 0s normal none infinite running pulsate;
  border: 5px solid #00b3e9;
  border-radius: 40px;
  display: block;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 10;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/*----------------------------------
    LARGE LAYOUT: 1920px
-----------------------------------*/
@media only screen and (min-width: 1920px) {
  /* .welcome-text h1 {
        font-size: 40px;
    } */
}
/*----------------------------------
    MEDIUM LAYOUT: 1280px
-----------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-header {
    margin-top: 2px;
  }
  ul#nav li a {
    padding: 30px 10px;
  }
  .is-sticky ul#nav li a {
    padding: 22px 10px;
  }
  .welcome-text h1 {
    font-size: 45px;
  }
  .search-and-language-bar {
    margin-top: 20px;
  }
  .service-content h2 {
    font-size: 28px;
  }
  .area-title h2 {
    font-size: 36px;
  }
  .about-details-menu li a {
    font-size: 16px;
    padding: 10px 20px;
  }
  .single-service-two {
    padding: 20px 20px 20px 100px;
  }
}
/*----------------------------------
    TABLET LAYOUT: 768px
------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
  .padding-top {
    padding-top: 50px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    border: 2px solid #00b3e9;
    border-radius: 0;
    display: block !important;
  }
  .navbar-toggle .icon-bar {
    background: #00b3e9;
  }
  .navbar-header {
    float: none;
  }
  .navbar-header {
    /* border-bottom: 1px solid #f39c12; */
    margin: 0;
    padding: 15px 0;
  }
  ul#nav {

    max-height: 200px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .is-sticky .navbar-header {
    margin: 0;
    padding: 5px 0;
  }
  .navbar-brand {
    margin-top: -2px;
    padding: 3px;
  }
  .is-sticky .navbar-brand {
    margin-top: -2px;
  }
  .mainmenu-area {
    /*  background: #272727 none repeat scroll 0 0; */
  }
  ul#nav li a, .is-sticky ul#nav li a {
    color: #000;
    padding: 30px 10px;
  }
  ul#nav li a {
    font-size: 12px;
  }
  ul#nav li a::after {
    display: none;
  }
  /*-----------------*/
  .welcome-text {
    /*     text-align: center; */
  }
  .slider-text {
    width: 75%;
  }
  .welcome-text h1 {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .search-and-language-bar {
    display: none;
  }
  .single-blog {
    margin-bottom: 30px;
  }
  .blog-area .row > div:last-child .single-blog {
    margin-bottom: 0;
  }
  .home-two .blog-area .row > div:last-child .single-blog {
    margin-top: 0;
  }
  .blog-image img {
    width: 100%;
  }
  .quote-form-area {
    margin-bottom: 50px;
  }
  .service-content {
    margin-bottom: 50px;
  }
  .service-catalouge-content-area {
    margin-bottom: 50px;
  }
  .service-bottom-area-bg::after {
    width: 100%;
  }
  .service-icon-hexagon {
    left: 0;
  }
  .promo-top-area {
    background: inherit;
  }
  .about-left-content-area {
    margin-bottom: 50px;
  }
  .faqs-left-img {
    margin-bottom: 50px;
  }
  .faqs-left-img img {
    width: 100%;
  }
  .about-details-menu li a {
    font-size: 14px;
    padding: 10px;
  }
  .promo-img img {
    width: 100%;
  }
  .about-history-content img {
    width: 100%;
  }
  .annual-reports-image {
    margin-bottom: 30px;
  }
  .annual-reports-image img {
    width: 100%;
  }
  .service-area-three.section-padding {
    padding-bottom: 50px;
  }
  .about-history-content.history-list {
    margin-bottom: 0;
  }
  .footer-copyright-area {
    padding: 15px 0;
  }
  .footer-copyright-area, .footer-social-bookmark {
    text-align: center;
  }
  .footer-social-bookmark {
    margin-top: 19px;
  }
  .quote-form .width-half input {
    width: 48.5%;
  }
  .contact-form {
    margin-bottom: 50px;
  }
  .contact-image {
    text-align: center;
  }
  .service-menu {
    margin-top: 50px;
  }
  .cus-res-header {
    width: 30%;
    float: left;
  }
  .cus-res-header1 {
    width: 70%;
    float: left;
  }
  .about-history-content {
    margin-top: 40px;
  }
  .cus-cards .card {
    margin-bottom: 30px;
  }
  .about-history-content h3 {
    font-size: 36px;
  }
  .about-area.section-padding {
    padding-bottom: 50px;
  }
  .card-icon {
    bottom: 72px;
  }
  .about-history-content1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
/*----------------------------------
    MOBILE LAYOUT: 320px
-----------------------------------*/
@media only screen and (max-width: 767px) {
	.elementor-row {
    flex-direction: column;
}
	.home-button a {
    padding: 12px 20px;
    font-size: 20px;
}
  ul#nav {
    display: none;
  }
  .active ul#nav {
    display: block;
  }
  ul#nav {
    background: #0084CC;
  }
  ul#nav li {
    float: none;
  }
  ul#nav li a {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }
  .menu-toggle.full {
    display: block;
  }
  .slider-top-text {
    font-size: 20px;
  }
  .slider-text {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 25px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .area-title {
    margin-bottom: 50px;
  }
  .area-title h2 {
    font-size: 26px;
  }
  .padding-top {
    padding-top: 50px;
  }
  .navbar-header {
    /* border-bottom: 1px solid #f39c12; */
    margin: 0;
    padding: 15px 0;
  }
  ul#nav {
    width: 100%;
    max-height: 200px;
    overflow: scroll;
    margin: auto;
    overflow-x: hidden;
  }
  ul#nav li {
    float: none;
  }
  .navbar-brand {
    margin-top: -3px;
    padding: 8px;
  }
  .is-sticky .navbar-brand {
    margin-top: -3px;
  }
  ul#nav li a, .is-sticky ul#nav li a {
    color: #fff;
    padding: 10px 15px;
  }
  ul#nav li a::after {
    display: none;
  }
  .navbar-brand > img {
    max-width: 280px;
  }
  .is-sticky .navbar-brand > img {
    max-width: 220px;
  }
  .is-sticky .menu-toggle.full {
    top: 18px;
  }
  /*-----------------*/
  .flex-v-center {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: inherit;
  }
  .welcome-text {
    text-align: center;
  }
  .slider-text {
    text-align: left;
  }
  .welcome-text h1 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .search-and-language-bar {
    display: none;
  }
  .single-blog {
    margin-bottom: 30px;
  }
  .blog-area .row > div:last-child .single-blog {
    margin-bottom: 0;
  }
  .blog-image img {
    width: 100%;
  }
  .about-count {
    margin-top: 40px;
  }
  .quote-form-area {
    margin-bottom: 50px;
  }
  .service-content {
    margin-bottom: 50px;
  }
  .service-catalouge-content-area {
    margin-bottom: 50px;
  }
  .service-bottom-area-bg::after {
    width: 100%;
  }
  .service-icon-hexagon {
    left: 0;
  }
  .promo-top-area {
    background: inherit;
  }
  .about-left-content-area {
    margin-bottom: 50px;
  }
  .faqs-left-img {
    margin-bottom: 50px;
  }
  .faqs-left-img img {
    width: 100%;
  }
  .about-details-menu li a {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 8px;
  }
  .promo-img img {
    width: 100%;
  }
  .about-history-content img {
    width: 100%;
  }
  .annual-reports-image {
    margin-bottom: 30px;
  }
  .annual-reports-image img {
    width: 100%;
  }
  .service-area-three.section-padding {
    padding-bottom: 50px;
  }
  .about-history-content.history-list {
    margin-bottom: 0;
  }
  .footer-copyright-area {
    padding: 15px 0;
  }
  .footer-copyright-area, .footer-social-bookmark {
    text-align: center;
  }
  .footer-social-bookmark {
    margin-top: 19px;
  }
  .quote-form .width-half input {
    width: 48.5%;
  }
  .about-content h2 {
    font-size: 26px;
  }
  .service-content h2 {
    font-size: 26px;
  }
  .single-promo {
    margin-bottom: 15px;
  }
  .single-promo h3 {
    font-size: 18px;
  }
  .promo-area .row > div:last-child .single-promo {
    margin-bottom: 0;
  }
  .promo-bottom-content h2 {
    font-size: 20px;
  }
  .single-service-two {
    border: 1px solid #ddd;
    margin-bottom: -1px;
  }
  .subscribe-content h2 {
    font-size: 26px;
  }
  .subsriber-form {
    height: 40px;
  }
  .subsriber-form input {
    width: 60%;
  }
  .subsriber-form button {
    width: auto;
  }
  .home-two .welcome-area {
    padding-bottom: 0;
  }
  .home-two .blog-area .single-blog {
    margin-top: 0;
  }
  .home-two .blog-area .row > div:first-child .single-blog {
    margin-top: 50px;
  }
  .contact-form {
    margin-bottom: 50px;
  }
  .contact-image {
    text-align: center;
  }
  .comments-area ul li:nth-child(2n) {
    margin-left: 30px;
  }
  .service-menu {
    margin-top: 50px;
  }
  .about-history-content1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
/*----------------------------------
    WIDE MOBILE LAYOUT: 480px
-----------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }
  .area-title h2 {
    font-size: 40px;
  }
  ul#nav {
    width: 100%;
    max-height: 200px;
    overflow: scroll;
    overflow-x: hidden;
  }
  ul#nav li {
    float: none;
  }
  .card-icon {
    bottom: 75px;
  }
  .cus-cards .card {
    margin-bottom: 30px;
  }
  .about-history-content h3 {
    font-size: 36px;
  }
  .welcome-text h1, .about-history-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .welcome-text h1, .about-history-content h3 {
    font-size: 30px;
  }
  .service-item h4 {
    font-size: 28px;}
}