t@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;900&family=Nunito:wght@300;400;500;700;800&display=swap");
@import url("icons.css");
html, body {
  font-family: "Nunito", sans-serif;
  color: #343434;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
a {
  color: #7a838b;
}
a, a:hover, a:focus, a:visited {
  text-decoration: none;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
ul,li{
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
  color: #161619;
  font-family: "Nunito", sans-serif;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
#nav-transparent .nav-menu > li > a {
  font-size: 18px;
  font-weight: bold;
}
.nav-dropdown > li > a {
  font-size: 16px;
}
.nav-dropdown > li > a:hover {
  background: #666;
  color: #fff;
}
.hero-section {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.hero-section.inner-page {
  min-height: 50%;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 50px;
}
.hero-section.inner-page .center-holder h1 {
  margin-bottom: 5px;
}
.hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner-overlay.png);
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0.5;
  z-index: 0;
}
.hero-section .bgimg {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: auto;
  z-index: 9;
}
.hero-section .center-holder {
  text-align: left !important;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
  padding-top: 200px;
  padding-bottom: 100px;
}
.hero-section .center-holder h1 {
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
.hero-section .center-holder p {
  color: #fff;
  font-weight: 300;
  font-size: 1.18rem;
  margin: 0;
}
.hero-section .center-holder p {
  color: #fff;
  font-weight: 300;
  font-size: 1.18rem;
  margin: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 786px) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-section .center-holder h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 50px;
  }
}
.order_three {
  order: 3;
}
@media (min-width: 991px) {
  #nav-transparent .navigation {
    display: flex;
    justify-content: space-between;
  }
}
.btn_block {
  display: flex;
  margin: 20px 0;
  column-gap: 10px;
  padding: 0;
}
.btn_block li {
  display: block;
  list-style: none;
}
.btn_block li a {
  display: block;
  padding: 4px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #fff;
  transition: all 0.2s ease;
}
.btn_block li a:hover {
  box-shadow: rgba(255, 255, 255, 1) 0px 1px 2px, rgb(255, 255, 255) 0px 0px 0px 1px;
}
.get_quote {
  display: inline-block;
  padding: 8px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #fff;
  width: max-content;
  transition: all 0.2s ease;
  margin-top: 20px;
  text-transform: uppercase;
}
.get_quote:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .btn_block {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
.fixed.nav-white-bg .btn_block li a {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.fixed.nav-white-bg .btn_block li a:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(0, 0, 0, 0.5) 0px 0px 0px 1px;
}
/*--------------------------------------------------------------

# Main Slider

--------------------------------------------------------------*/
.main-slider {
  overflow: hidden;
  position: relative;
}
.main-slider .swiper-slide {
  position: relative;
  background-color: #002442;
	overflow: hidden;
}
.main-slider .container {
  position: relative;
  padding-top: 260px;
  padding-bottom: 180px;
  z-index: 30;
}
.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  opacity: 0.3;
  background-color: #002442;
  background-blend-mode: luminosity;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  z-index: 1;
}
/*.main-slider .swiper-slide-active .image-layer {

  transform: scale(1.15);

}*/
.main-slider .swiper-slide-active .image-layer {
  opacity: 0.4;
}
.main-slider-shape-1 {
  position: absolute;
  top: 215px;
  left: 345px;
  z-index: 3;
}
.main-slider-shape-1 img {
  opacity: 0;
  transform: translateX(-100%);
}
.swiper-slide-active .main-slider-shape-1 img {
  opacity: 1;
  transform: translateY(0) translateX(0);
  transition: all 1000ms ease;
}
.main-slider-shape-2 {
  position: absolute;
  bottom: 270px;
  right: 170px;
  z-index: 4;
}
.main-slider-shape-2 img {
  opacity: 0;
  transform: translateX(100%);
}
.swiper-slide-active .main-slider-shape-2 img {
  opacity: 1;
  transform: translateY(0) translateX(0);
  transition: all 1000ms ease;
  transition-delay: 3000ms;
}
.main-slider-shape-3 {
  position: absolute;
  bottom: -75px;
  right: 85px;
  z-index: 3;
}
.main-slider-shape-3 img {
  opacity: 0;
  transform: translateX(100%);
}
.swiper-slide-active .main-slider-shape-3 img {
  opacity: 1;
  transform: translateY(0) translateX(0);
  transition: all 1000ms ease;
  transition-delay: 1500ms;
}
.main-slider__content {
  position: relative;
  display: block;
}
.main-slider h2 {
  margin: 0;
  margin-bottom: 24px;
  color: #ffffff;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  font-size: 50px;
  line-height: 1;
}
.main-slider p {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  margin-bottom: 37px;
  opacity: 0;
  transform: translateY(-120px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}
.main-slider .thm-btn {
  opacity: 0;
  transform: translateY(100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}
.main-slider .swiper-slide-active .thm-btn, .main-slider .swiper-slide-active p, .main-slider .swiper-slide-active h2, .main-slider .swiper-slide-active p {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}
.main-slider__nav {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 54%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.main-slider__nav .swiper-button-next, .main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0.3;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}
.main-slider__nav .swiper-button-next:hover, .main-slider__nav .swiper-button-prev:hover {
  opacity: 1;
  border: 2px solid rgba(255, 255, 255, 1);
}
.main-slider__nav .swiper-button-next::after, .main-slider__nav .swiper-button-prev::after {
  display: none;
}
.main-slider__nav .swiper-button-prev {
  margin-bottom: 10px;
}
.main-slider__nav .swiper-button-prev .icon-left-arrow {
  position: relative;
  transform: rotate(180deg);
}
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #007aff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 30px;
  transition: all 0.3s linear;
  overflow: hidden;
  letter-spacing: 0.1em;
  z-index: 1;
}
.thm-btn:hover {
  color: #fff;
}
.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -2px;
  bottom: 0;
  background-color: #000;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1;
}
.thm-btn:hover:after {
  transform: scale(1, 1);
  transform-origin: right center;
}
.slideOver-area {
  padding-bottom: 80px;
}
.slideOverInner-area {
  margin: 0 auto;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px 60px;
  text-align: center;
  border-radius: 30px;
}

.slideOver-area.inner_page .slideOverInner-area{
  padding: 50px;
  max-width: 960px !important;
}




.slideOver-section-inner h2 {
  font-size: 26px;
  margin-bottom: 0;
}
.slideOver-section-inner h2::before, .slideOver-section-inner h2::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  html, body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .main-slider__nav {
    display: none;
  }
  .main-slider h2 br {
    display: none;
  }
  .main-slider h2 {
    font-size: 30px;
    line-height: 1;
  }
  .main-slider p {
    font-size: 18px;
  }
  .main-slider-shape-1, .main-slider-shape-2, .main-slider-shape-3 {
    display: none;
  }
  .main-slider .container {
    padding-top: 180px;
  }
  .slideOver-section-inner h2 {
    font-size: 22px;
  }
  .slideOverInner-area {
    padding: 30px 40px;
  }
  .nav-dropdown {
    border-radius: 0;
  }
  .nav-dropdown > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.home_about_content {
  display: block;
  margin-bottom: 30px;
}
.home_about_content h2 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}
h2 {
  position: relative;
}
h2:before, h2:after {
  position: absolute;
  bottom: -15px;
  content: "";
  height: 4px;
  background-color: #007aff;
}
h2:before {
  left: 0;
  width: 25px;
}
h2:after {
  left: 30px;
  width: 25px;
}
.defaultPaading {
  padding: 80px 0;
}
.bg-image:after, .bg-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.section-one {
  position: relative;
  z-index: 0;
  padding: 110px 0px;
}
.section-two {
  position: relative;
  z-index: 0;
  padding: 110px 0px;
}
.section-two.bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-two.bg-image:after {
  width: 50%;
  height: 100%;
  background-image: url(../images/04.png);
}
.section-two.bg-image:before {
  width: 50%;
  height: 100%;
  right: 0;
  left: auto;
  background: #222 url(../images/05.png);
  background-size: cover;
}
.section-two .section-title {
  display: flex;
  height: 100%;
  align-items: center;
}
.section-two-right {
  padding-left: 110px;
}
.section-two-right .title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.section-two-right p {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
}
.section-title.white .title {
  color: #fff;
}
.section-title h2::before, .section-title h2::after {
  display: none;
}
.section-title h2 {
  margin-bottom: 0;
}
.section-title .title {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}
.section-title .title span {
  color: #fc0841;
}
.verti_block {
  margin: 0 auto;
  margin-top: -80px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.verti_block {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  flex-wrap: wrap;
  flex-basis: 100%;
  flex: 1;
}
.verti_block .verti_block_col {
  background-color: #fff;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  padding: 26px;
  margin-bottom: 15px;
  border-radius: 10px;
  text-align: left;
  flex: 40%;
  display: flex;
  align-items: center;
}
.verti_block .verti_block_col .icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  margin-right: 20px;
}
.verti_block .verti_block_col .content {
  flex: 1;
}
.verti_block .verti_block_col h3 {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 5px;
}
.verti_block .verti_block_col p {
  color: #000;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .section-two.bg-image::before {
    width: 100%;
  }
  .section-two.bg-image::after {
    display: none;
  }
  .section-two .section-title {
    text-align: left;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .section-two-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 667px) {
  .verti_block {
    flex-direction: column;
  }
  .verti_block .verti_block_col {
    flex: 100%;
    flex-direction: column;
    text-align: center;
  }
  .verti_block .verti_block_col .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/*Company approch*/
.tw-company-approch-section {
  position: relative;
  margin-top: 100px;
  margin-bottom: 90px;
}
@media (max-width: 575px) {
  .tw-company-approch-section {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.tw-company-approch-section:before {
  position: absolute;
  content: '';
  top: -60px;
  bottom: -60px;
  left: 0px;
  border-style: solid;
  border-color: #007aff;
  border-width: 60px 0px 60px 60px;
  width: 300px;
  z-index: 0;
}
@media (max-width: 575px) {
  .tw-company-approch-section:before {
    top: -20px;
    bottom: -20px;
    left: 0px;
    border-width: 20px 0px 20px 20px;
    width: 200px;
  }
}
.tw-company-approch-section .tw-company-approch-inner {
  position: relative;
  padding: 50px;
  margin-left: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(30, 143, 208, 0.5);
  z-index: 1;
  /*background-image: url(../images/background/waves.png);*/
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .tw-company-approch-section .tw-company-approch-inner {
    margin-left: 20px;
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .tw-company-approch-section .tw-company-approch-inner .row [class*='col-']:last-child .counter-outer-two {
    margin-bottom: 0px;
  }
}
/*Counter*/
.counter-outer-two {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-direction: row !important;
}
@media (max-width: 991px) {
  .counter-outer-two {
    margin-bottom: 30px;
  }
}
.counter-outer-two .tw-counter-media {
  /*position: absolute;
  bottom: 0px;
  left: 0px;*/
}
.counter-outer-two .tw-counter-media img {
  height: 70px;
  width: 70px;
}
@media (max-width: 991px) {
  .counter-outer-two .tw-counter-media img {
    height: 46px;
    width: 46px;
  }
}
@media (max-width: 991px) {
  .counter-outer-two .tw-counter-media img {
    height: 46px;
	    width: 46px;
  
  }
}
.counter-outer-two .tw-count-number {
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .counter-outer-two .tw-count-number {
    font-size: 30px;
    line-height: 30px;
  }
}
.counter-outer-two .counter {
  font-size: 46px;
  line-height: 50px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .counter-outer-two .counter {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .counter-outer-two .counter {
    font-size: 24px;
  }
  .tw-company-info h2 {
    font-size: 22px;
  }
  .counter-outer-two .icon-content-info {
    font-size: 17px;
  }
}
.counter-outer-two .icon-content {
  overflow: hidden;
  /*padding-left: 100px;*/
}
@media (max-width: 991px) {
  .counter-outer-two .icon-content {
    /*    padding-left: 80px;*/
  }
}
.counter-outer-two .icon-content-info {
  font-weight: 600;
  color: #0b2f44;
  margin-bottom: 0px;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .one-column1 .wt-media, .one-column2 .wt-media {
    margin-bottom: 20px;
  }
}
.one-column1 .wt-media img, .one-column2 .wt-media img {
  width: 100%;
}
/*  ===============================================
     Footer
       - FirstFooter
       - SecondFooter
------------------------*/
.footer {
  background-image: url(../images/footer-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.first-footer .widget-area {
  position: relative;
}
.footer .first-footer {
  padding: 50px 0 55px;
}
.footer-logo {
  margin-bottom: 25px;
}
.footer-logo img {
  max-height: 50px;
}
.footer .widget .widget-title, .widget .widget-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
  position: relative;
  background-color: transparent;
  color: #fff;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .social-icons li > a {
  font-size: 19px;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.first-footer ul li, .first-footer a, .widget-area .widget p, .copyright span, .copyright a {
  color: #ccccccd9;
}
.footer .first-footer {
  border-bottom: 1px solid rgb(255, 255, 255, .07);
}
.first-footer .widget_contact_wrapper li {
  padding: 0 0 10px 30px;
  margin-bottom: 15px;
}
.first-footer .widget_contact_wrapper i:before {
  margin-left: -30px;
  left: 0;
  top: 0px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  position: relative;
}
.first-footer .widget-area:not(:first-child):after {
  width: 1px;
  height: 100%;
  content: '';
  position: absolute;
  left: -12px;
  background-color: rgba(255, 255, 255, .07);
  top: 0;
}
ul.widget_contact_wrapper li:first-child {
  margin-top: 30px;
  margin-right: 50px;
}
ul.widget_contact_wrapper li {
  margin-left: 33px;
}
.footer .widget ul > li {
  padding: 0 0 12px 0;
}
.widget .social-icons {
  margin-left: 20px;
}
.widget .social-icons li {
  margin: 0 5px;
}
.bottom-footer-text {
  padding-top: 30px;
  padding-bottom: 25px;
  font-size: 14px;
}
.footer-nav-menu {
  margin: 0;
  padding: 0;
}
.bottom-footer-text .footer-nav-menu li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 14px;
  font-size: 15px;
  padding-bottom: 0;
}
ul.widget_contact_wrapper li:first-child i:before {
  top: 10px;
  position: relative;
}
.footer .social-icons li > a {
  text-align: center;
  background-color: transparent;
  font-size: 18px;
  color: rgb(204, 204, 204, .85);
}
/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label {
  display: block;
}
.newsletter-form input[type="email"] {
  background-color: #f8f8f8;
  width: 100%;
  height: 46px;
  font-size: 15px;
  padding-left: 15px;
  outline: none;
  border: none;
  padding-right: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsletter-form .cmt-btn[type="submit"] {
  /* position: absolute;*/
  color: #fff;
  right: 0;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  height: 46px;
  padding: 8px 20px 7px;
  top: 0;
  background-color: #007aff;
}
.cmt-btn {
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  padding: 12px 33px 12px 33px;
  background: transparent;
  border: 1px solid transparent;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  z-index: 2;
  vertical-align: middle;
  text-transform: capitalize;
  -webkit-transition: all .4s;
  transition: all .4s;
}
span.list-item-label {
  margin-left: 5px;
}
span.list-item {
  padding-bottom: 10px;
}
.portfolio-section {
  padding: 50px 0 50px;
}
.portfolio-section .slick-slide {
  padding: 0 15px;
}
/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox, .featured-imagebox .featured-thumbnail {
  position: relative;
  overflow: hidden;
}
.featured-imagebox .featured-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
	margin: 0 auto;
}
.featured-imagebox:hover .featured-thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-imagebox {
  margin: 15px 0;
}
.featured-imagebox .featured-content .featured-title h3 {
  position: relative;
  overflow: hidden;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.featured-imagebox .featured-content .category, .featured-imagebox .featured-content .category a {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 0;
  transition: all .3s;
  display: inline-block;
}
.cmt-box-view-overlay:before, .cmt-box-view-content-inner:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
div:hover > .cmt-box-view-overlay:before, div:hover > .cmt-box-view-content-inner:before {
  opacity: .7;
}
.cmt-box-view-overlay, .cmt-box-view-content-inner {
  position: relative;
}
.cmt-box-view-overlay:before, .cmt-box-view-content-inner:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(2, 13, 38, .4);
}
/*style2*/
.featured-imagebox-portfolio.style2 .featured-thumbnail:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  text-align: left;
  opacity: .87;
  -webkit-transition: opacity .5s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20.6%, rgba(0, 0, 0, .8) 77%);
  z-index: 1;
}
.featured-imagebox-portfolio.style2 .featured-content {
  padding: 0 35px 0 40px;
  margin-top: -150px;
  z-index: 1;
  position: absolute;
	bottom: 0;
}
.featured-imagebox-portfolio.style2 .featured-content h3 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 28px;
}
.featured-imagebox-portfolio.style2 .featured-content h3 a {
  color: #fff;
}
.featured-imagebox-portfolio.style2 .post-desc p {
  color: #c1c1c1;
}
.slick_slider .slick-arrow {
  width: 37px;
  height: 37px;
  z-index: 1;
  border-radius: 50%;
  color: #fff;
  background-color: transparent;
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.slick_slider .slick-prev.slick-arrow:hover, .slick_slider .slick-next.slick-arrow:hover {
  border: 0;
}
.slick_slider .slick-prev:before, .slick_slider .slick-next:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  position: relative;
  color: #dbdae4;
  opacity: 1;
}
.slick_slider .slick-prev:before {
  content: '\f060';
}
.slick_slider .slick-next:before {
  content: '\f061';
}
.slick_slider .slick-prev, .slick_slider .slick-next {
  font-size: 0;
}
/*style2*/
.slick_slider.slick-arrows-style2 .slick-prev, .slick_slider.slick-arrows-style2 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  margin: -5px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick_slider.slick-arrows-style2:hover .slick-prev {
  left: -35px;
}
.slick_slider.slick-arrows-style2:hover .slick-next {
  right: -35px;
}
.slick_slider.slick-arrows-style2:hover .slick-arrow {
  opacity: 1;
}
.slick_slider.slick-arrows-style2 .slick-next {
  right: 0;
}
.slick_slider.slick-arrows-style2 .slick-prev {
  left: 0;
}
.slick_slider.slick-arrows-style2 .slick-arrow {
  padding: 0;
  color: #dbdae4;
  margin: 0 3px;
  z-index: 1;
  background: transparent;
  width: 37px;
  height: 37px;
  border: 2px solid #dbdae4;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  margin: -5px;
}


ul.mylist{
	display: block;
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

ul.mylist li{	
	padding: 5px 5px 5px 18px;
	list-style: none;
	position: relative;	
}

ul.mylist li:before{
	position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    top: 10px;
    left: 0;
    border-top: 2px solid #000;
    border-left: 2px solid #007aff;
    transform: rotate(135deg);	
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 270px 0 118px;
  background-color: #00294b;
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #00294b;
  background-blend-mode: luminosity;
  opacity: 0.2;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.page-header__inner h3 {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 7px;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:before {
  position: absolute;
  top: 12px;
  left: -20px;
  content: "";
  background-color: #cfd4da;
  height: 1px;
  width: 7px;
}

.thm-breadcrumb li:first-child:before {
  display: none;
}

.thm-breadcrumb li+li {
  margin-left: 29px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--conult-white);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--conult-base);
}


/*-------------------------------------------------------------------------------------
    counter-area
---------------------------------------------------------------------------------------*/
.counter{
    padding: 135px 0 67px;
}
.counter-img{
    position: relative;
}
.counter-img img{
    width: 100%;
    height: 100%;
}
.counter-img img.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* -----------------------------------
        06. Skill
 -------------------------------------*/

.rid-skill.sec-space {
    margin-top: 20px;
}

.rid-skill {
    background-color: #141414;
}

.skill-info p {
    font-size: 16px;
}

.bg-bike {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-bike1 {    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.skill-info {
    padding: 111px 20% 111px 50px;
}

.skill-info h2 {
    margin-bottom: 30px;
}

.rid-progressbar {
    margin-top: 66px;
}

.rid-progressbar .circlechart {
    margin-right: 48px;
}

text.circle-chart__percent {
    fill: white;
}

text.circle-chart__subline {
    text-transform: uppercase;
    font-weight: var(--font-weight-bold);
}

/* ==========================================================================
    6. CUSTOM SECTION BACKGROUNDS
    ========================================================================= */
.page-content.custom-bkg{
    padding-top: 70px;
}

.page-content.column-img-bkg{
    padding: 0;
}

.page-content.column-img-bkg .row{
    margin-bottom: 0;
}

.custom-col-padding-both{
    padding: 120px 70px;
}

.custom-col-padding-bottom{
    padding-bottom: 120px;
}


*[class*="img-bkg"]{
    background-size: cover;
}

.custom-bkg.bkg-grey{
    background-color: #f6f6f6;
}

.custom-bkg.bkg-light-blue{
    background-color: #f4fcfc;
}

.custom-bkg.bkg-dark-blue{
    background-color: #2c3741;
}

.custom-bkg.bkg-dark-blue.transparent01{
    background-color: rgba(37, 39, 46, 0.7);
}

.custom-bkg.bkg-dark-blue.transparent02{
    background-color: rgba(37, 39, 46, 0.8);
}

.custom-bkg.bkg-dark-blue.transparent03{
    background-color: rgba(37, 39, 46, 0.9);
}

.page-title-style01 + .page-content.custom-bkg,
.page-title-style02 + .page-content.custom-bkg{
    margin-top: -70px;
}

.page-content.parallax{
    padding-top: 100px;
    padding-bottom: 30px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}



.page-content.dark h1,
.page-content.dark h2,
.page-content.dark h3,
.page-content.dark h4,
.page-content.dark h5,
.page-content.dark h6{
    color: #fff;
}


.page-content.dark p,
.page-content.dark span,
.page-content.dark li,
.page-content.dark a{
    color: #eee;
}

*[class^="col-"].custom-bkg{
    padding: 30px;
}

*[class^="col-"].custom-bkg.dark h1,
*[class^="col-"].custom-bkg.dark h2,
*[class^="col-"].custom-bkg.dark h3,
*[class^="col-"].custom-bkg.dark h4,
*[class^="col-"].custom-bkg.dark h5,
*[class^="col-"].custom-bkg.dark h6{
    color: #fff;
}

*[class^="col-"].custom-bkg.dark p,
*[class^="col-"].custom-bkg.dark a,
*[class^="col-"].custom-bkg.dark span,
*[class^="col-"].custom-bkg.dark li,
*[class^="col-"].custom-bkg.dark label{
    color: #eee;
}

.bg-grey{
	background: #eee;
}

/*Button */

.btn-centered {
    float: none;
    display: table;
    margin: 0 auto;
}
.btn-yellow {
    background-color: #007aff !important;
	color: #fff;
}
.btn-big {
    padding: 12px 60px;
    font-size: 12px;
}
.btn {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
    backface-visibility: hidden;
    float: right;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}


/*--------------------------------------------------------------
# Contact Page Google Map
--------------------------------------------------------------*/
.contact-page-google-map {
  position: relative;
  display: block;
  padding: 120px 0 41px;
}

.contact-page-google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 430px;
  width: 100%;
}

/*--------------------------------------------------------------
# Contact Page Details
--------------------------------------------------------------*/
.contact-page-details {
  position: relative;
  display: block;
	padding: 0px 0 100px;
}

.contact-page-details__left {
  position: relative;
  display: block;
}

.contact-page-details__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

.contact-page-details__content {
  position: relative;
  display: flex;
}

.contact-page-details__content-text-box {
  margin-left: 60px;
  margin-top: -11px;
}

.contact-page-details__content-text-1 {
  margin: 0;
  padding-bottom: 34px;
}

.contact-page-details__content-text-2 {
  margin: 0;
}

.contact-page-details__sign {
  font-size: 24px;
  color: var(--conult-base);
  font-family: var(--conult-reey-font);
  line-height: 34px;
  margin-top: 36px;
}

.contact-page-details__right {
  position: relative;
  display: block;
  margin-right: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
  padding: 38px 50px 50px;
  margin-top: -84px;
}

.contact-page-details__right:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 4px;
  background-color: var(--conult-base);
}

.contact-page-details__list {
  position: relative;
  display: block;
}

.contact-page-details__list li+li {
  margin-top: 27px;
}

.contact-page-details__list li span {
  font-size: 16px;
}

.contact-page-details__list li p {
  font-weight: 700;
  color: var(--conult-black);
  margin: 0;
  line-height: 25px;
}

.contact-page-details__list li p a {
  color: var(--conult-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page-details__list li p a:hover {
  color: var(--conult-base);
}

.contact-page-details__list li:last-child p {
  line-height: 30px;
}

.contact-page-details__social {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid #c9d5db;
  padding-top: 30px;
  margin-top: 21px;
}

.contact-page-details__social a {
  position: relative;
  height: 47px;
  width: 47px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--conult-black);
  font-size: 15px;
  background-color: #edf3f6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.contact-page-details__social a:hover {
  color: var(--conult-white);
}

.contact-page-details__social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--conult-base);
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1;
}

.contact-page-details__social a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.contact-page-details__social a+a {
  margin-left: 15px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 10px 0 10px;
}

.contact-page .container {
  max-width: 768px;
  width: 100%;
}

.contact-page .section-title__tagline:before {
  left: 52%;
  transform: translateX(-50%);
}

.contact-page .section-title__tagline:after {
  right: 52%;
  left: inherit;
  transform: translateX(-50%);
}

.contact-page__form .comment-form__btn {
  margin: 20px auto 0;
  display: block;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--conult-black);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 52px;
}

.comment-one__single {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #c9d5db;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 45px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--conult-black);
  margin-bottom: 25px;
  font-weight: 700;
}

.comment-one__content p {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}

.comment-one__btn {
  font-size: 12px;
  padding: 5px 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.comment-one__btn:hover {
  color: var(--conult-black);
}

.comment-one__btn:after {
  background-color: #edf3f6;
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -8px;
}

.comment-form__input-box {
  position: relative;
  display: block;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 63px;
  width: 100%;
  border: none;
  background-color: #edf3f6;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  color: var(--conult-gray);
  font-weight: 500;
  display: block;
}

.comment-form__input-box textarea {
  font-size: 14px;
  color: var(--conult-gray);
  height: 180px;
  width: 100%;
  background-color: #edf3f6;
  padding: 18px 30px 30px;
  border: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: 0px;
  border-radius: 0;
  font-weight: 500;
}

.comment-form__btn {
  border: none;
  margin-top: 20px;
}


/*-------------------------------------
	2. icon box Section 
-------------------------------------*/

.sx-icon-bx-1 {
	position: relative;
	z-index: 1;
	transition: all 0.5s linear;
	overflow: hidden;
}

.sx-icon-bx-1{
	margin-bottom: 30px;
	padding:30px;
	background: var(--white);
	border: 2px solid #F6F6F6;
}
.sx-icon-bx-1 .sx-icon-bx-icon{
	text-align: left;
	margin-bottom: 30px;
}
.sx-icon-bx-1 .sx-icon-bx-icon span{
	font-size: 64px;
	line-height: 64px;
	display: inline-flex;
}
.sx-icon-bx-1 .sx-tilte{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 14px;
}
@media only screen and (max-width:991px){
	.sx-icon-bx-1 .sx-tilte{
		font-size: 18px;
	}
}
@media only screen and (max-width:575px){
	.sx-icon-bx-1{
		padding:35px;
	}
}
.sx-icon-bx-1 p {
	margin-bottom: 45px;
}
.sx-icon-bx-1 .icon-content{
	overflow: inherit;
}


.sx-icon-bx-1:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	/* transition: all 0.8s cubic-bezier(1, -0.99, 0.14, 1.8); */
	transition: var(--transition);
    outline: solid 0px var(--white);
}

.sx-icon-bx-1:hover:after{
	outline: solid 20px var(--white);
    outline-offset: -20px;
   background-color: var(--primary);
}




.sx-icon-bx-1:hover{
	color: var(--white);
	z-index: 1;
	position: relative;
}
.sx-icon-bx-1:hover .sx-tilte{
	color: var(--white);
}
.sx-icon-bx-1:hover .sx-text-primary{
	color: var(--white);
}

.sx-icon-bx-1 .pdes-2{
    font-family: "Nunito", sans-serif;
    line-height:21px;
}



.img-bkg02{
	width: 100%;
	height: 100%;
	
}

.img-bkg02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media only screen and (max-width: 1366px) and (min-width: 1200px){
    .img-bkg02 {
           
    }
}

.fullscection_padding{
    padding: 70px 70px;
}

@media (max-width:767px){
	.fullscection_padding{
		padding: 35px;
	}
}

.wpcf7-not-valid-tip {
    background: #dc3232;
    font-size: 13px;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
    color: #fff;
    padding: 1px 10px;
}

.wpb_wrapper h3{
	    color: #000;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 5px;
}

.text-white h2{
    color:#fff!important;
}