/*
@File: Idaly Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style

** - HOME PAGE STYLE - **

** - Header Area Style
** - Nav Area Style
** - hero Slider Area Style
** - Partner Area Style
** - About Area Style
** - Services Area Style
** - Choose Area Style
** - Video Area Style
** - Latest Area Style
** - Counter Area Style
** - Join Our Team Area Style
** - Testimonial Area Style
** - Get A Quote Area Style
** - Latest News Area Style
** - Footer Area Style


** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
** - Section Title Area Style
** - Nice select Area

*******************************************
/*

/*
Every Pages Style Area
======================================================*/
/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&amp;display=swap");
:root {
  --paragraph-font-family: 'Roboto', sans-serif;
  --body-font-family: 'Barlow', sans-serif;
  --body-color: #646464;
  --main-color: #db001b;
  /* --optional-color: #ffcc00; */
  /* --optional-color: #0B132B ; */
  /* --optional-color: #004AAD ; */
  /* --optional-color: #0B132B ; */
  --optional-color: #1bc7d4 ;
  --heading-color: #111111;
  --white-color: #ffffff;
  --black-color: #000000;
  --font-size: 16px;
  --transition: all ease .5s;
  --border-radius: 4px;
  --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

body {
  font-size: var(--font-size);
  font-family: var(--body-font-family);
  color: var(--body-color);
}

body.body-bg-f7f6f1 {
  background-color: #f7f6f1;
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
  /* color: var(--body-color); */
  color: #ffffff;
}

a:hover {
  text-decoration: none;
  color: #0B132B;
}

.banner-btn-1{
  font-weight: bold;
    height: 58px;
    margin: 0 10px;
    border: 2px solid #fff;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    padding: 13px 30px;
    display: inline-block;
    color: #fff;
    background-color: #1bc7d4;
    border-radius: 28px;
    line-height: 30px;
}
.banner-btn-2{
  font-weight: bold;
    height: 58px;
    margin: 0 10px;
    border: 2px solid #fff;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    padding: 13px 30px;
    display: inline-block;
    color: #fff;
    border-radius: 28px;
    line-height: 30px;
}
a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-weight: 900;
  font-family: var(--body-font-family);
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: var(--font-size);
  margin-bottom: 15px;
  line-height: 1.8;
  font-family: var(--paragraph-font-family);
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 130%;
  height: auto;
  
}

.form-control {
  height: 55px;
  color: #004AAD;
  border: 1px solid #d7d7d7;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #676a6a;
}

.form-control:-ms-input-placeholder {
  color: #676a6a;
}

.form-control::-ms-input-placeholder {
  color: #676a6a;
}

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  color: var(--black-color);
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #004AAD;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-minus-100 {
  margin-top: -100px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

/*
Bg-color Style*/
.bg-color {
  background-color: #fffdfa;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 15px 15px;
  /* background-color: #004AAD; */
  background-color: #0B132B;
  border-radius: 30px;
}

.default-btn i {
  position: relative;
  top: 2px;
  font-size: 14px !important;
  color: var(--white-color) !important;
  margin-left: 5px;
}

.default-btn.black-btn {
  background-color: var(--heading-color);
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--optional-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.default-btn:hover {
  color: var(--white-color);
}

.default-btn:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
  -webkit-animation: fadeInUp 1s linear;
          animation: fadeInUp 1s linear;
}

/*
Read More Btn Area Style*/
.read-more {
  font-size: 15px;
  color: var(--heading-color);
  font-weight: 600;
}

.read-more i {
  position: relative;
  top: 3px;
}

.read-more:hover {
  color: #004AAD;
  letter-spacing: 1px;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 700px;
  margin: -8px auto 50px;
  text-align: center;
  position: relative;
}

.section-title .top-title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #004AAD;
  padding-left: 70px;
  margin-bottom: 15px;
  display: inline-block;
}

.section-title .top-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #004AAD;
}

.section-title h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
  max-width: 600px;
  margin: auto;
}

.section-title.yellow-title .top-title {
  color: var(--optional-color);
}

.section-title.yellow-title .top-title::before {
  background-color: var(--optional-color);
}

.section-title.yellow-title h2 {
  color: var(--white-color);
}

.section-title.yellow-title p {
  color: var(--white-color);
}

/*
hero Slider Area Style
================================*/
.hero-slider-area {
  position: relative;
  z-index: 1;
}

.hero-slider-area .hero-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 310px;
  z-index: 1;
}

.hero-slider-area .owl-item.active .hero-slider-content {
  overflow: hidden;
}

.hero-slider-area .owl-item.active .hero-slider-content h1 {
  -webkit-animation: .6s fadeInDownBig;
          animation: .6s fadeInDownBig;
}

.hero-slider-area .owl-item.active .hero-slider-content p {
  -webkit-animation: .9s fadeInDownBig;
          animation: .9s fadeInDownBig;
}

.hero-slider-area .owl-item.active .hero-slider-content .hero-btn {
  -webkit-animation: 1s fadeInDownBig;
          animation: 1s fadeInDownBig;
}

.hero-slider-area .owl-item.active .animation-style-two h1 {
  -webkit-animation: .6s fadeInLeftBig;
          animation: .6s fadeInLeftBig;
}

.hero-slider-area .owl-item.active .animation-style-two p {
  -webkit-animation: .9s fadeInLeftBig;
          animation: .9s fadeInLeftBig;
}

.hero-slider-area .owl-item.active .animation-style-two .hero-btn {
  -webkit-animation: 1s fadeInLeftBig;
          animation: 1s fadeInLeftBig;
}

.hero-slider-area .owl-item.active .animation-style-three h1 {
  -webkit-animation: .6s fadeInUpBig;
          animation: .6s fadeInUpBig;
}

.hero-slider-area .owl-item.active .animation-style-three p {
  -webkit-animation: .9s fadeInUpBig;
          animation: .9s fadeInUpBig;
}

.hero-slider-area .owl-item.active .animation-style-three .hero-btn {
  -webkit-animation: 1s fadeInUpBig;
          animation: 1s fadeInUpBig;
}

.hero-slider-area .owl-carousel .owl-item img {
  width: auto;
}

.hero-slider-area .owl-theme .owl-nav {
  margin-top: 0;
  max-width: 1280px;
  margin: auto;
  position: relative;
}

.hero-slider-area .owl-theme .owl-nav .owl-prev, .hero-slider-area .owl-theme .owl-nav .owl-next {
  background: transparent;
  position: absolute;
  bottom: 100px;
  right: 0;
  margin: 0;
}

.hero-slider-area .owl-theme .owl-nav .owl-prev i, .hero-slider-area .owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #004AAD;
  display: inline-block;
  color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-slider-area .owl-theme .owl-nav .owl-prev i::after, .hero-slider-area .owl-theme .owl-nav .owl-next i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--heading-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.hero-slider-area .owl-theme .owl-nav .owl-prev:hover i::after, .hero-slider-area .owl-theme .owl-nav .owl-next:hover i::after {
  height: 100%;
  bottom: auto;
  top: 0;
  -webkit-animation: fadeInUp 1s linear;
          animation: fadeInUp 1s linear;
}

.hero-slider-area .owl-theme .owl-nav .owl-prev {
  right: 60px;
}

.hero-slider-area.hero-slider-area-style-two {
  margin-top: 20px;
  overflow: hidden;
}

.hero-slider-area.hero-slider-area-style-two .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 50%;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
}

.hero-slider-area.hero-slider-area-style-two .owl-theme .owl-nav .owl-prev, .hero-slider-area.hero-slider-area-style-two .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -5px;
  bottom: 0;
}

.hero-slider-area.hero-slider-area-style-two .owl-theme .owl-nav .owl-next {
  right: -5px;
  left: auto;
}

.hero-slider-area.hero-slider-area-style-two .hero-slider-content {
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-top: 0;
}

.hero-slider-area.hero-slider-area-style-two .owl-item.active.center .hero-slider-content {
  opacity: 1;
}

.hero-slider-area.hero-slider-area-style-two .hero-slider-item {
  padding-top: 0;
}

.hero-slider-area.hero-slider-area-style-two .hero-slider-item::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}

.hero-slider-area.hero-slider-area-style-two .hero-slider-item .hero-slider-content {
  text-align: center;
  margin: auto;
  max-width: 990px;
}

.hero-slider-area.hero-slider-area-style-two .hero-slider-item .hero-slider-content p {
  margin: auto;
  margin-bottom: 40px;
}

.hero-slider-area.hero-slider-area-style-two .hero-slider-item .hero-slider-content .hero-btn .default-btn.active {
  margin-left: 30px;
}

.hero-slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 86px;
  padding-bottom: 0;
  height: 100vh;
  z-index: 1;
}

.hero-slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
  opacity: 0.9;
  z-index: -1;
}

.hero-slider-item.hero-bg-1 {
  background-image: url(../images/hero-bg/bg-1.jpg);
}

.hero-slider-item.hero-bg-2 {
  background-image: url(../images/hero-bg/bg-2.jpg);
}

.hero-slider-item.hero-bg-3 {
  background-image: url(../images/hero-bg/bg-3.jpg);
}

.hero-slider-item.hero-bg-4 {
  background-image: url(../images/hero-bg/bg-4.jpg);
}

.hero-slider-item.hero-bg-5 {
  background-image: url(../images/hero-bg/bg-5.jpg);
}

.hero-slider-item.hero-bg-6 {
  background-image: url(../images/hero-bg/bg-6.jpg);
}

.hero-slider-item .hero-slider-content {
  max-width: 795px;
  margin-top: 38px;
}

.hero-slider-item .hero-slider-content h1 {
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 900;
  color: var(--white-color);
}

.hero-slider-item .hero-slider-content p {
  margin-bottom: 40px;
  font-size: 16px;
  color: var(--white-color);
  max-width: 700px;
}

.banner-area {
  background-image: url(../images/banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  position: relative;
  z-index: 1;
}

.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--heading-color);
  opacity: 0.6;
  z-index: -1;
}

.banner-area .border-text {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 280px;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  text-align: center;
}

.banner-slider-content {
  max-width: 960px;
}

.banner-slider-content h1 {
  font-size: 100px;
  color: var(--white-color);
  margin-bottom: 30px;
  line-height: 1.1;
}

.banner-slider-content p {
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
  color: var(--white-color);
}

/*
About Area Style
================================*/
.about-area {
  position: relative;
  z-index: 1;
}

/* .about-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 570px;
  height: 550px;
  background-color: #f8f8f8;
  z-index: -1;
} */

.about-area.about-area-style-two {
  overflow: hidden;
  margin-left: 24px;
}

.about-area.about-area-style-two::before {
  display: none;
}

.about-area.about-area-style-two .container-fluid {
  max-width: 1598px;
  margin-left: auto !important;
  margin-right: 0;
}

.about-img {
  position: relative;
  overflow: hidden;
}

.about-img .year {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-img .year-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.about-content .top-title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  /* color: #004AAD; */
  color: #004AAD;
  padding-left: 70px;
  margin-bottom: 15px;
  display: inline-block;
}

.about-content .top-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 60px;
  height: 2px;
  /* background-color: #004AAD; */
  background-color: #004AAD;
}

.about-content h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

.about-content .default-btn {
  margin-top: 20px;
}

/*
Services Area Style
================================*/
/* .services-area {
  background-image: url(../images/services-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
} */

.services-area .services-section-shape {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
}

.services-area.style-two {
  overflow: hidden;
  background-image: unset;
}

.services-area.style-two .section-title {
  text-align: left;
  max-width: 500px;
  margin-left: 50px;
}

.services-area.style-two::before {
  display: none;
}

.services-area.style-two .owl-theme .owl-nav {
  position: absolute;
  top: auto;
  bottom: 0;
  left: -145px;
  margin: 0;
}

.services-area.style-two .owl-theme .owl-nav .owl-prev, .services-area.style-two .owl-theme .owl-nav .owl-next {
  position: unset;
}

.services-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  z-index: -1;
}

.services-area .owl-carousel .owl-item img {
  width: auto;
}

.services-area .owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin: 0;
}

.services-area .owl-theme .owl-nav .owl-prev, .services-area .owl-theme .owl-nav .owl-next {
  background: transparent;
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.services-area .owl-theme .owl-nav .owl-prev i, .services-area .owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #004AAD;
  display: inline-block;
  color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services-area .owl-theme .owl-nav .owl-prev i::after, .services-area .owl-theme .owl-nav .owl-next i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--optional-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.services-area .owl-theme .owl-nav .owl-prev:hover i::after, .services-area .owl-theme .owl-nav .owl-next:hover i::after {
  height: 100%;
  bottom: auto;
  top: 0;
  -webkit-animation: fadeInUp 1s linear;
          animation: fadeInUp 1s linear;
}

.services-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: auto;
  right: -50px;
}

.services-area:hover .owl-theme .owl-nav {
  opacity: 1;
}

.single-services-card {
  background-color: rgba(17, 17, 17, 0.9);
  padding: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}

.single-services-card .services-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.single-services-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--heading-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-services-card img {
  margin-bottom: 25px;
}

.single-services-card h3 {
  color: var(--white-color);
  font-size: 25px;
  margin-bottom: 13px;
}

.single-services-card h3 a {
  color: var(--white-color);
}

.single-services-card p {
  color: var(--white-color);
  /* border-bottom: 1px solid #3d3d3d; */
  padding-bottom: 18px;
}

.single-services-card .read-more {
  color: var(--white-color);
}

.single-services-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-services-card:hover h3 a {
  color: var(--optional-color);
}

.single-services-card:hover .read-more {
  color: var(--optional-color);
}

.single-services-card:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
  -webkit-animation: fadeInUp 1s linear;
          animation: fadeInUp 1s linear;
}

.single-services-card.style-two {
  margin-bottom: 0;
  background-color: #004AAD;
}

.single-services-card.style-two h3 {
  position: relative;
}

.single-services-card.style-two h3 img {
  max-width: 50px;
}

.services-bg {
  background-image: url(../images/services-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/*
Choose Area Style
================================*/
.single-choose-us {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 26px;
  position: relative;
  overflow: hidden;
}

.single-choose-us::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #004AAD;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-choose-us img {
  margin-bottom: 15px;
}

.single-choose-us h3 {
  font-size: 25px;
  margin-bottom: 11px;
}

.single-choose-us:nth-child(4) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.single-choose-us:nth-child(4)::after {
  display: none;
}

.single-choose-us:hover::after {
  width: 100%;
  left: auto;
  right: 0;
  -webkit-animation: fadeInLeft 1s linear;
          animation: fadeInLeft 1s linear;
}

/*
Video Area Style
================================*/
.video-area {
  overflow: hidden;
}

.video-area-two .video-bg .video-shape-1 {
  left: 100px;
}

.video-area-two .video-bg .video-shape-2 {
  right: 100px;
  top: -50px;
}

.video-bg {
  background-image: url(../images/video-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 200px;
}

.video-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.7);
  z-index: -1;
}

.video-bg .video-shape-1 {
  position: absolute;
  bottom: -50px;
  left: -50px;
}

.video-bg .video-shape-2 {
  position: absolute;
  top: 0;
  right: -50px;
}

.video-play {
  text-align: center;
  position: relative;
}

.video-play i {
  font-size: 50px;
  color: var(--white-color);
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #004AAD;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.video-play i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--optional-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50px;
}

.video-play h3 {
  color: var(--white-color);
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
}

.video-play:hover i::after {
  height: 100%;
  bottom: auto;
  top: 0;
  -webkit-animation: fadeInUp 1s linear;
          animation: fadeInUp 1s linear;
}

/*
Latest Area Style
================================*/
.latest-project-img {
  margin-bottom: 30px;
}

.latest-project-content {
  margin-left: 20px;
}

.latest-project-content .top-title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #004AAD;
  padding-left: 70px;
  margin-bottom: 15px;
  display: inline-block;
}

.latest-project-content .top-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #004AAD;
}

.latest-project-content h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.latest-project-content .default-btn {
  margin-top: 10px;
}

.single-latest-project {
  position: relative;
  z-index: 1;
}

.single-latest-project .project-slider-content {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: rgba(17, 17, 17, 0.8);
  padding: 30px;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-latest-project .project-slider-content h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin-bottom: 0;
}

.single-latest-project .project-slider-content h3 a {
  color: var(--white-color);
  font-size: 20px;
}

.single-latest-project .project-slider-content i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #004AAD;
  font-size: 20px;
  display: inline-block;
  color: var(--white-color);
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  overflow: hidden;
}

.single-latest-project .project-slider-content i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--optional-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-latest-project:hover .project-slider-content {
  opacity: 1;
}

.single-latest-project:hover .project-slider-content i::after {
  height: 100%;
  bottom: auto;
  top: 0;
  -webkit-animation: fadeInUp 1s linear;
          animation: fadeInUp 1s linear;
}

.single-latest-project:hover .project-slider-content h3 a {
  color: var(--optional-color);
}

.latest-project-slider-area .owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  top: -50px;
  right: 0;
}

.latest-project-slider-area .owl-theme .owl-nav .owl-prev, .latest-project-slider-area .owl-theme .owl-nav .owl-next {
  background: transparent;
  margin: 0 4px;
}

.latest-project-slider-area .owl-theme .owl-nav .owl-prev i, .latest-project-slider-area .owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #004AAD;
  display: inline-block;
  color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 20px;
}

.latest-project-slider-area.style-two .single-latest-project {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-top: 30px;
  margin-bottom: 30px;
}

.latest-project-slider-area.style-two .owl-item.center .single-latest-project {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.latest-project-slider-area.style-two .owl-theme .owl-nav {
  position: initial;
}

.latest-project-slider-area.style-two .owl-theme .owl-nav .owl-prev, .latest-project-slider-area.style-two .owl-theme .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  top: 50%;
  left: -24px;
}

.latest-project-slider-area.style-two .owl-theme .owl-nav .owl-prev i, .latest-project-slider-area.style-two .owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
}

.latest-project-slider-area.style-two .owl-theme .owl-nav .owl-next {
  bottom: auto;
  right: -24px;
  left: auto;
}

.latest-project-style-three {
  overflow: hidden;
}

.latest-project-style-three .owl-theme .owl-dots {
  margin-top: 30px !important;
  line-height: 1;
}

.latest-project-style-three .owl-theme .owl-dots .owl-dot {
  line-height: 1;
}

.latest-project-style-three .owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  background-color: #bebebe;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.latest-project-style-three .owl-theme .owl-dots .owl-dot.active span {
  background-color: #004AAD;
}

/*
Counter Area Style
================================*/
.counter-area {
  background-image: url(../images/counter-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.counter-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.single-counter {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -22px;
}

.single-counter h2 {
  color: var(--white-color);
  font-weight: 900;
  font-size: 70px;
  line-height: 1;
}

.single-counter h2 .target {
  position: relative;
  top: 5px;
  left: -12px;
}

.single-counter h4 {
  font-weight: normal;
  font-size: 18px;
  color: var(--optional-color);
  margin-bottom: -5px;
}

/*
Join Our Team Area Style
================================*/
.join-our-team-area {
  background-image: url(../images/join-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.join-our-team-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.join-our-team-content {
  background-color: rgba(219, 0, 27, 0.9);
  padding: 100px;
  display: inline-block;
  max-width: 750px;
  position: relative;
}

.join-our-team-content .top-title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--optional-color);
  padding-left: 70px;
  margin-bottom: 15px;
  display: inline-block;
}

.join-our-team-content .top-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--optional-color);
}

.join-our-team-content h2 {
  font-size: 42px;
  margin-bottom: 20px;
  color: var(--white-color);
}

.join-our-team-content .default-btn {
  margin-top: 10px;
  background-color: var(--heading-color);
}

/*
Testimonial Area Style
================================*/
.testimonial-area {
  background-image: url(../images/testimonial/bg-shape.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.testimonial-area .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-area.style-two .single-testimonial {
  padding-left: 70px;
}

.testimonial-area.style-two .single-testimonial img {
  top: 7px;
}

.testimonial-area.style-two .testimonial-bg::before {
  background-color: #004AAD;
  opacity: 0.9;
}

.testimonial-area.style-two .testimonial-bg .owl-theme .owl-nav {
  position: initial;
}

.testimonial-area.style-two .testimonial-bg .owl-theme .owl-nav .owl-prev, .testimonial-area.style-two .testimonial-bg .owl-theme .owl-nav .owl-next {
  background: transparent;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  margin: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  left: -70px;
}

.testimonial-area.style-two .testimonial-bg .owl-theme .owl-nav .owl-prev i, .testimonial-area.style-two .testimonial-bg .owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--heading-color);
  font-size: 20px;
}

.testimonial-area.style-two .testimonial-bg .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -70px;
  left: auto;
}

.testimonial-bg {
  /* background-image: url(../images/testimonial/testimonial-bg.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 100px 50px;
  position: relative;
}

.testimonial-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;
  opacity: 0.9;
}

.testimonial-bg .owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  bottom: -141px;
  right: -600px;
}

.testimonial-bg .owl-theme .owl-nav .owl-prev, .testimonial-bg .owl-theme .owl-nav .owl-next {
  background: transparent;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
  margin: 0;
}

.testimonial-bg .owl-theme .owl-nav .owl-prev i, .testimonial-bg .owl-theme .owl-nav .owl-next i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #004AAD;
  display: inline-block;
  color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 50px;
}

.testimonial-bg .owl-theme .owl-nav .owl-prev i::after, .testimonial-bg .owl-theme .owl-nav .owl-next i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--optional-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.testimonial-bg .owl-theme .owl-nav .owl-prev:hover i::after, .testimonial-bg .owl-theme .owl-nav .owl-next:hover i::after {
  height: 100%;
  bottom: auto;
  top: 0;
  -webkit-animation: fadeInUp 1s linear;
          animation: fadeInUp 1s linear;
}

.testimonial-bg .owl-theme .owl-nav .owl-next {
  position: absolute;
  bottom: 100px;
  left: 0;
}

.single-testimonial {
  position: relative;
  /* padding-left: 40px; */
  text-align: justify;
  border-right: 2px solid;
  padding-right: 10px;
}

.single-testimonial img {
  position: absolute;
  top: 0;
  left: 0;
}

.single-testimonial p {
  font-style: italic;
  color: var(--white-color);
}

.single-testimonial h3 {
  color: var(--optional-color);
  font-size: 20px;
  margin-bottom: 5px;
}

.single-testimonial span {
  color: var(--white-color);
}

.testimonial-content {
  margin-left: 50px;
}

.testimonial-content .top-title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #004AAD;
  padding-left: 70px;
  margin-bottom: 15px;
  display: inline-block;
}

.testimonial-content .top-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #004AAD;
}

.testimonial-content h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

.testimonial-content .circle-wrap {
  position: relative;
  display: inline-block;
}

.testimonial-content .circle-wrap .circle-1 {
  max-width: 150px;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
}

.testimonial-content .circle-wrap .circle-2 {
  position: absolute;
  bottom: -80px;
  left: 0;
  max-width: 80px;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
}

.testimonial-content .circle-wrap .circle-3 {
  position: absolute;
  bottom: -50px;
  right: -30px;
  max-width: 80px;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
}

/*
Get A Quote Area Style
================================*/
.get-quote-area {
  /* background-image: url(../images/get-quote-bg.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.get-quote-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--heading-color);
  opacity: 0.7;
  z-index: -1;
}

.get-quote-from {
  max-width: 700px;
  margin-left: auto;
  /* background-color: #004AAD ; */
  padding: 100px;
  margin: auto;
}

.get-quote-from .top-title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--optional-color);
  padding-left: 70px;
  margin-bottom: 15px;
  display: inline-block;
}

.get-quote-from .top-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--optional-color);
}

.get-quote-from h2 {
  font-size: 42px;
  margin-bottom: 30px;
  color: var(--white-color);
}

.get-quote-from .form-group {
  margin-bottom: 30px;
}

.get-quote-from .form-group .form-control {
  background-color: var(--white-color);
  border-color: var(--white-color);
  border: 0px solid;
}

.get-quote-from .form-group .form-control:focus {
  border: 0px solid;
}

.get-quote-from .form-group .form-control selected {
  color: #ffcc00;
}

.get-quote-from .default-btn {
  background-color: var(--black-color);
}

/*
Latest News Area Style
================================*/
.latest-news-area .owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  top: 37px;
  left: 3px;
}

.latest-news-area .owl-theme .owl-nav .owl-prev, .latest-news-area .owl-theme .owl-nav .owl-next {
  background: transparent;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
  margin: 0 2px 0 0;
}

.latest-news-area .owl-theme .owl-nav .owl-prev i, .latest-news-area .owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #004AAD;
  display: inline-block;
  color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 20px;
}

.latest-news-area .owl-theme .owl-nav .owl-prev i::after, .latest-news-area .owl-theme .owl-nav .owl-next i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--optional-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.latest-news-area .owl-theme .owl-nav .owl-prev:hover i::after, .latest-news-area .owl-theme .owl-nav .owl-next:hover i::after {
  height: 100%;
  bottom: auto;
  top: 0;
  -webkit-animation: fadeInUp 1s linear;
          animation: fadeInUp 1s linear;
}

.latest-news-area.blog-page .single-blog {
  margin-bottom: 30px;
}

.blog-title-content .top-title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #004AAD;
  padding-left: 70px;
  margin-bottom: 15px;
  display: inline-block;
}

.blog-title-content .top-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #004AAD;
}

.blog-title-content h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

.blog-title-content .default-btn {
  margin-top: 15px;
}

.single-blog .blog-img {
  position: relative;
}

.single-blog .blog-img .read-more-icon {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 90%;
  height: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-blog .blog-img .read-more-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #004AAD;
  font-size: 20px;
  display: inline-block;
  color: var(--white-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.single-blog .blog-img .read-more-icon i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--optional-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-blog .blog-img .date {
  position: absolute;
  top: 6.5%;
  right: 6%;
  background-color: #004AAD;
  color: var(--white-color);
  padding: 40px 20px;
  padding-top: 20px;
  max-width: 60px;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
}

.single-blog .blog-img .date span {
  line-height: 1.4;
  font-weight: 600;
}

.single-blog .blog-content {
  margin-top: 15px;
}

.single-blog .blog-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.single-blog .blog-content h3 a {
  color: var(--heading-color);
}

.single-blog:hover {
  opacity: 1;
}

.single-blog:hover .read-more-icon {
  opacity: 1;
}

.single-blog:hover i::after {
  height: 100%;
  bottom: auto;
  top: 0;
  -webkit-animation: fadeInUp 1s linear;
          animation: fadeInUp 1s linear;
}

.single-blog:hover h3 a {
  color: var(--optional-color);
}

/*
Footer Area Style
================================*/
.footer-area {
  /* background-image: url(../images/footer-bg.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.footer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget img {
  margin-bottom: 30px;
  width: 200px;
}

.single-footer-widget h3 {
  font-size: 25px;
  color: var(--white-color);
  font-weight: 700;
  margin-bottom: 30px;
}

.single-footer-widget p {
  color: var(--white-color);
}

.single-footer-widget .address-link {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .address-link li {
  font-size: 16px;
  color: var(--white-color);
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}

.single-footer-widget .address-link li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .address-link li a {
  font-size: 16px;
  color: var(--white-color);
}

.single-footer-widget .address-link li i {
  position: absolute;
  top: -3px;
  left: 0;
  color: var(--optional-color);
  font-size: 20px;
}

.single-footer-widget .import-link {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .import-link li {
  margin-bottom: 15px;
}

.single-footer-widget .import-link li a {
  color: var(--white-color);
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: block;
}

.single-footer-widget .import-link li a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 20px;
  background-color: var(--optional-color);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
}

.single-footer-widget .import-link li a:hover {
  padding-left: 20px;
  color: var(--optional-color);
}

.single-footer-widget .import-link li a:hover::before {
  opacity: 1;
}

.single-footer-widget .import-link li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .newsletter-form .form-control {
  background-color: var(--white-color);
  border: none;
  color: var(--blackColor);
  border-radius: 0;
  height: 55px;
}

.single-footer-widget .newsletter-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
  color: #646464;
}

.single-footer-widget .newsletter-form .form-control:-ms-input-placeholder {
  color: #646464;
}

.single-footer-widget .newsletter-form .form-control::-ms-input-placeholder {
  color: #646464;
}

.single-footer-widget .newsletter-form .form-control::placeholder {
  color: #646464;
}

.single-footer-widget .newsletter-form .default-btn {
  width: 100%;
  margin-top: 20px;
}

.single-footer-widget #validator-newsletter {
  color: #004AAD;
  margin-top: 10px;
}

.copy-right-area {
  /* background-color: #004AAD; */
  background-color: #0B132B;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copy-right-area .copy-right-icon {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: right;
}

.copy-right-area .copy-right-icon li {
  display: inline-block;
  margin-right: 20px;
}

.copy-right-area .copy-right-icon li:last-child {
  margin-right: 0;
}

.copy-right-area .copy-right-icon li a i {
  color: var(--white-color);
  font-size: 18px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.copy-right-area .copy-right-icon li a:hover i {
  color: var(--optional-color);
}

.copy-right-area .copyright {
  color: var(--white-color);
}

.copy-right-area .copyright a {
  color: var(--optional-color);
}

.copy-right-area .copyright i {
  position: relative;
  top: 2px;
}

/*
FAQ Area CSS
======================================================*/
.faq-content {
  border-top: 1px solid #e9e4f9;
}

.faq-accordion {
  max-width: 930px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.faq-accordion .shape {
  position: absolute;
  z-index: -1;
}

.faq-accordion .shape.shape-1 {
  left: -50px;
  top: -100px;
}

.faq-accordion .shape.shape-2 {
  right: -50px;
  bottom: -50px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 30px;
  color: var(--heading-color);
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  background-color: #f7f7ff;
  z-index: 1;
  font-family: var(--heading-font-family);
  border: none;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.faq-accordion .accordion .accordion-title.active i {
  color: var(--heading-color);
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f1af";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -6px;
  padding: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fbfbfb;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-img {
  position: relative;
  z-index: 1;
}

.faq-img .faq-img-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  z-index: -1;
}

.accordion-item {
  border: none;
}

/* 
Main Contact Area Style
=====================================================*/
.main-contact-area h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.main-contact-area p {
  margin-bottom: 30px;
}

.main-contact-area .form-group {
  margin-bottom: 30px;
}

.main-contact-area .form-group label {
  font-size: 16px;
  margin-bottom: 10px;
}

.main-contact-area .form-group .form-control {
  background-color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-color: #eeeeee;
}

.main-contact-area .form-group .form-control:focus {
  border-color: #004AAD;
}

.main-contact-area .form-group .form-control::-webkit-input-placeholder {
  color: #6b7c93;
}

.main-contact-area .form-group .form-control:-ms-input-placeholder {
  color: #6b7c93;
}

.main-contact-area .form-group .form-control::-ms-input-placeholder {
  color: #6b7c93;
}

.main-contact-area .form-group .form-control::placeholder {
  color: #6b7c93;
}

.main-contact-area .form-group.checkboxs {
  position: relative;
}

.main-contact-area .form-group.checkboxs #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.main-contact-area .form-group.checkboxs p {
  padding-left: 20px;
}

.main-contact-area .form-group.checkboxs p a {
  color: #004AAD;
}

.main-contact-area .form-group.checkboxs p a:hover {
  color: var(--heading-color);
}

.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}

.hidden {
  display: none;
}

#msgSubmit {
  margin-top: 30px;
  font-size: 20px;
}

.map-area {
  overflow: hidden;
  margin-bottom: -100px;
}

.map-area iframe {
  width: 100%;
  height: 500px;
  display: block;
}

#contactForm {
  background-color: #f8f8f8;
}

.p-wrap {
  padding: 50px;
  padding-left: 26px;
  position: relative;
}

.p-wrap .contact-shape {
  position: absolute;
  top: 30px;
  right: 30px;
}



/*====================================================
OTHERS STYLE AREA
=====================================================*/
/*
Preloader Area Style*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: .3em;
}

/*# sourceMappingURL=style.css.map */