@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #E20935;
  --theme2: #E20935;
  --header: #16171A;
  --base: #E20935;
  --text: #5E5F63;
  --text2: #8A8C94;
  --border: #EEEFF4;
  --border2: #D7D7D7;
  --button: #1C2539;
  --button2: #030734;
  --ratting: #F09815;
  --bg: #F5F5F7;
  --bg2: #F6F6F6;
  --bg3: #F5F6FD;
  --bg4: #16171A;
  --bg5: #F8F8F8;
  --bg6: #16171A;
  --bg7: #EDEEEE;
  --color-gradient-1: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.36%, rgba(15, 116, 230, 0.55) 71.26%, #166FD3 100%);
  --color-gradient-2: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.78) 100%);
  ---box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.cormorant-infant-light {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-style: normal;
}

.cormorant-infant-regular {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-infant-medium {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-style: normal;
}

.cormorant-infant-semibold {
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
  font-style: normal;
}

.cormorant-infant-bold {
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  font-style: normal;
}

.cormorant-infant-light-italic {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-style: italic;
}

.cormorant-infant-regular-italic {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-style: italic;
}

.cormorant-infant-medium-italic {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-style: italic;
}

.cormorant-infant-semibold-italic {
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
  font-style: italic;
}

.cormorant-infant-bold-italic {
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  font-style: italic;
}




.clear{clear: both;}
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 100px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 1000;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.facilities{ width: 100%; }
.facilities p{font-size: 22px; font-weight: 600; margin-bottom: 20px;}


.eVisa_services{list-style: none; margin: 0 0 20px 0; padding: 0px;}
.eVisa_services li{
border: solid 1px #dd3d36;
    padding:2px 10px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    background: #dd3d36;
    color: #fff;
    border-radius: 4px; font-size: 20px;}


.procedure-section {
    background: #ffefc4 url(../img/visa_bg_pattern.png) top right no-repeat;
    border-radius: 150px 0px 0px 0px;
}

.procedure-section h2{ }

.procedure-section h3{  font-size: 22px; margin: 20px 0px 10px 0px; font-weight: 700;}

.about-list2{width: 100%;}
.about-list2 li{  display:flex;}

 
.about-list2 li i { content:'\f00c';  
  font-family: "Font Awesome 5 Pro"; font-size: 16px;  margin-top: 7px; position: relative;
}


.search_heading{width: 100%;}
.search_heading h2{color: #fff; font-size: 30px;}

.hero6-form:after, .hero6-form:before {
   content: '';
    position: absolute;
    top: 20px;
    width: 159px;
    height: 60px;
    background: #f1d75c;
}
.hero6-form:before { left: -199px;
    /* box-shadow: -4px 1px 0 2px #f5f5f5; */
    transform:skew(87deg, 316deg);
    top: 29px; z-index: -1;}


.hero6-form:after {
    right: -199px;
    /* box-shadow: -4px 1px 0 2px #f5f5f5; */
    transform: skew(79deg, 304deg);
    top: 29px; z-index: -1;
}

.hero6-form {
  background:#d64641;
box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
padding:15px 40px; border-radius: 10px; position: relative;
}
.hadding6 h2 {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.space30 {
    height: 30px;
}

.hero6-single-input label {
  color:#ffffff;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
padding-bottom: 16px;
}
.hero6-single-input input {
    padding: 12px;
    border: none;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    width: 100%;
}
.nice-select.wide.select6 {
    height: 52px; background: #fff;
   /* line-height: 49px;*/
    color: grey;
    border: 1px solid #d1d5db;
}

.nice-select.wide {
    width: 100%;
}

 
.space24 {
    height: 24px;
}

.hero6-form-all {
    margin-top: -50px;
    position: relative;
    z-index: 9;
}
.theme-btn16 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    background-color: #2d2f44;
    padding: 18px 22px;
    border-radius: 5px;
    display: inline-block;
    transition: all .4s;
    border: none;
    margin-top: 7px;
}


/*===== home7 hero area ==== */

.hero-area7 {
  overflow: hidden;
  min-height: 612px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-hadding7 h1 {
  color: #FFF;
font-size: 65px;
font-style: normal;
font-weight: 700;
line-height: 70px; /* 107.692% */
letter-spacing: 1.95px;
}

.main-hadding7 p {
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

.hero7-forrm-inputs input {
  border-radius: 5px;
border: 1px solid var(--neutral-300, #D1D5DB);
width: 100%;
padding: 12px;
margin-top: 16px;
}

.hero7-forrm-inputs .nice-select.wide {
  width: 100%;
  padding: 10px;
  height: 52px;
  color: #757575;
  margin-left: 4px;
  margin-top: 16px;
  font-size: 17px;
  line-height: 32px;
  border: 1px solid var(--neutral-300, #D1D5DB);
}

.hero7-form-all {
  padding: 24px;
  border-radius: 5px;
background: #FFF;
position: relative;
z-index: 9;
}


.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height:500px;
}

video {
  min-width: 100%;
  min-height: 500px;
  z-index: -3;
  position: absolute;
}

.overlay {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 3px 3px;
  z-index: -1;
}

.overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  z-index: -1;
  background: rgba(0,0,0,0.4);
/*background: linear-gradient(90deg, rgb(98 94 98 / 81%) 0%, rgba(25, 13, 30, 0.6250875350140056) 50%, rgba(7, 4, 8, 0.21332282913165268) 100%);
*/
}

/*===== home7 hero area ==== */






.logo img{max-width: 80%;}




.theme-btn {
  background-color:#dd3d36;
  font-weight: 500;
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  font-size:22px;
  padding:12px 20px;
  border-radius: 0;
  z-index: 9;
  display: inline-block;
  line-height: 1; border-radius: 30px;
}
.btn_block {
    position: relative;
    display: inline-block;
}
.btn_bottom {
    z-index: 1;
    border: 2px solid #ffffff;
    border-radius: 100px;
    position: absolute;
    top: -7px;
    left: 15px;
    right: 0px;
    transform: translate(-0.52em, 0.52em);
    width: 100%;
    height: 90%; 
}





.theme-btn i {
  margin-left: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .theme-btn i {
    margin-left: 3px;
    font-size: 12px;
  }
}

.theme-btn span {
  position: relative;
  z-index: 9;
}

.theme-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: 1;
}

.theme-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: 1;
}

.theme-btn:hover {
  color: var(--white);
}

.theme-btn:hover::before {
  height: 100%;
}

.theme-btn:hover::after {
  height: 100%;
}

.theme-btn:hover i {
  -webkit-transform: translate(5px);
          transform: translate(5px);
}

.theme-btn.hover-white::before, .theme-btn.hover-white::after {
  background-color: var(--white);
}

.theme-btn.hover-white:hover {
  color: var(--header);
}

.theme-btn.hover-white:hover i {
  -webkit-transform: translate(5px);
          transform: translate(5px);
  color: var(--header);
}

.theme-btn.bg-white {
  color: var(--header);
}

.theme-btn.bg-white:hover {
  color: var(--white);
}

.theme-btn.bg-white:hover i {
  -webkit-transform: translate(5px);
          transform: translate(5px);
  color: var(--white);
}

.theme-btn.theme-btn-2 {
  background-color: var(--theme2);
}

.theme-btn.line-height {
  line-height: 1.3;
}

@media (max-width: 767px) {
.breadcrumb_heading{width: 100%; text-align: center;}
.inner_page{height:350px!important;}
.theme-btn {padding: 22px 30px;}

}

@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
  }
  .theme-btn span {
    font-size: 14px;
  }
}

.link-btn {
  text-transform: capitalize;
    font-size:20px;
   /* color: #ffffff;*/
    font-weight: 600;
    background: #dd3d36; 
    padding: 10px 10px;
    border-radius:30px;
}

.link-btn span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(var(--theme)));
  background-image: linear-gradient(var(--theme),#dd3d36);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link-btn i {
  margin-left: 10px;
    
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size:30px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background-color: #ffffff;
    text-align: center;
    color: #dd3d36;
}

.link-btn:hover span {
  color:#dd3d36;
  background-size: 100% 1px;
}

.link-btn.link-btn-2 span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme2)), to(var(--theme2)));
  background-image: linear-gradient(var(--theme2), var(--theme2));
}

.link-btn.link-btn-2 i {
  background-color: var(--theme2);
}

.link-btn.link-btn-2:hover span {
  color: var(--theme2);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {


font-family: "Cormorant Infant", serif;


  /*font-family: "Inter", sans-serif;*/
  font-size:20px;
  font-weight: normal;
  line-height: 28px;
  color: #000;
  background-color: var(--white);
  padding: 0;
  margin: 0;
  /*overflow-x: hidden;*/
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color:#444;
  outline: none;
}

input {
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Infant", serif;
  font-weight:700;
  font-style: normal;
  margin: 0px;
  padding: 0;
  color: var(--header);
  /*text-transform: capitalize;*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 85px;
  font-weight: 600;
  line-height: 106%;
}

h2 {
  font-size: 40px;
  line-height: 115%;
  font-weight:600;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 145%;
}

@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color:#dd3d36;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em "Inter", sans-serif, "Inter", sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color:#dd3d36;
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color:#dd3d36;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  -webkit-animation: slideInUp 0.3s;
          animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--header);
  border-bottom: 2px solid var(--header);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--header);
}

input.main-search-input::-webkit-input-placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::-ms-input-placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  input.main-search-input:-ms-input-placeholder {
    font-size: 18px;
  }
  input.main-search-input::-ms-input-placeholder {
    font-size: 18px;
  }
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color:#dd3d36;
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

@media (max-width: 767px) {
  .mouse-cursor {
    display: none;
  }
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color:#dd3d36;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color:#dd3d36;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid#dd3d36;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color:#dd3d36;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke:#dd3d36;
  stroke-width: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -6px;
}

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

.section-title span {
  color:#dd3d36;
  margin-bottom: 10px;
  display: inline-block;
  font-weight:600;
  font-size:20px;
  /*text-transform: uppercase;*/
  letter-spacing: 0.11em;
}

.section-title span.color-style {
  color:#dd3d36;
}

.section-title h2 {
  /*text-transform: capitalize;*/
}

.section-title.style-2 span {
  color: var(--theme2);
  text-decoration: none;
  letter-spacing: 0;
}

.section-title.style-2 h2 {
  text-transform: uppercase;
}

.section-title.style-2 h2 span {
  color: var(--theme2);
  letter-spacing: 0;
  text-decoration: none;
}

.title-section-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .title-section-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .title-section-area {
    gap: 20px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: var(--bg5);
}

.section-bg-3 {
  background-color: var(--bg6);
}

.country-section{ background: #061a58; background-size: cover;  }



.section-bg-4 {
  background-color: var(--bg7);
}

.section-bg-5 {
  background-color: #191919;
}

.footer-bg {
  /*background-color: var(--bg4);*/
}

.section-padding {
  padding:60px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}

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

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@-webkit-keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes moveCursor2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes moveCursor2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rounded {
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes rounded {
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.animation__rotate {
  -webkit-animation: rotate 40s linear infinite;
          animation: rotate 40s linear infinite;
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.animation__rotateY {
  -webkit-animation: rotateY 40s linear infinite;
          animation: rotateY 40s linear infinite;
}

@keyframes rounded {
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

@-webkit-keyframes handed {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes handed {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes right-image-bounce {
  0% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  50% {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  100% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

@keyframes right-image-bounce {
  0% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  50% {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  100% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

@-webkit-keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@-webkit-keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.header-top-section {
  background-color: var(--bg4);
  padding: 10px 0;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .header-top-section {
    display: none;
  }
}

.header-top-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color:#dd3d36;
  z-index: -1;
  left: 73%;
}

@media (max-width: 1899px) {
  .header-top-section::before {
    display: none;
  }
}

.header-top-section-2 {
  background-color: var(--bg7);
}

@media (max-width: 1199px) {
  .header-top-section-2 {
    display: none;
  }
}

.header-top-section-3 {
  background-color: #F1F5FF;
}

@media (max-width: 1199px) {
  .header-top-section-3 {
    display: none;
  }
}

.header-top-section-3 .container-fluid {
  padding: 0 100px;
}

@media (max-width: 1399px) {
  .header-top-section-3 .container-fluid {
    padding: 0;
  }
}

.header-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-top-wrapper .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.header-top-wrapper .contact-list li {
  font-size: 15px;
  color: var(--text2);
}

.header-top-wrapper .contact-list li a {
  color: var(--text2);
}

.header-top-wrapper .contact-list li i {
  color:#dd3d36;
  margin-right: 10px;
}

.header-top-wrapper .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
}

.header-top-wrapper .top-right .social-icon {
  gap: 15px;
}

.header-top-wrapper .top-right .social-icon a {
  color: var(--text2);
}

.header-top-wrapper .top-right .social-icon a:hover {
  color:#dd3d36;
}

.header-top-wrapper .top-right .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header-top-wrapper .top-right .header-menu li a {
  color: var(--white);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(var(--white)));
  background-image: linear-gradient(var(--white), var(--white));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-top-wrapper .top-right .header-menu li a:hover {
  background-size: 100% 1px;
}

@media (max-width: 1899px) {
  .header-top-wrapper .top-right .header-menu li a {
    color: var(--text2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--text2)), to(var(--text2)));
    background-image: linear-gradient(var(--text2), var(--text2));
  }
}

.header-top-wrapper.style-2 .contact-list {
  display: initial;
}

.header-top-wrapper.style-2 .contact-list li {
  color: var(--header);
  font-weight: 500;
}

.header-top-wrapper.style-2 .contact-list li .line-none {
  text-decoration: none !important;
}

.header-top-wrapper.style-2 .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.header-top-wrapper.style-2 .flag-wrap {
  position: relative;
  width: 160px;
}

.header-top-wrapper.style-2 .flag-wrap .nice-select {
  padding: 10px 7px 10px 55px;
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}

.header-top-wrapper.style-2 .flag-wrap .nice-select span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--header);
}

.header-top-wrapper.style-2 .flag-wrap .flag {
  position: absolute;
  top: 9px;
  left: 15px;
  z-index: 1;
}

@media (max-width: 767px) {
  .header-top-wrapper.style-2 .flag-wrap .flag {
    display: none;
  }
}

.header-top-wrapper.style-2 .flag-wrap .flag img {
  width: 100%;
  height: 100%;
  border: 4px solid var(--white);
  border-radius: 50%;
}

.header-top-wrapper.style-2 .top-right {
  gap: 35px;
}

.header-top-wrapper.style-2 .top-right .header-menu {
  padding: 15px 25px;
  background-color:#dd3d36;
}

@media (max-width: 1899px) {
  .header-top-wrapper.style-2 .top-right .header-menu li a {
    color: var(--white);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(var(--white)));
    background-image: linear-gradient(var(--white), var(--white));
  }
}

.header-top-wrapper.style-2 .top-right .social-icon {
  gap: 20px;
}

.header-top-wrapper.style-2 .top-right .social-icon a {
  color: var(--header);
}

.header-top-wrapper.style-2 .top-right .social-icon a:hover {
  color:#dd3d36;
}

.header-top-wrapper.style-3 .top-left {
  display: initial;
}

.header-top-wrapper.style-3 .top-left .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

@media (max-width: 1600px) {
  .header-top-wrapper.style-3 .top-left .contact-list {
    gap: 10px;
  }
}

.header-top-wrapper.style-3 .top-left .contact-list li {
  font-size: 15px;
  color: var(--header);
  font-weight: 500;
}

@media (max-width: 1600px) {
  .header-top-wrapper.style-3 .top-left .contact-list li {
    font-size: 14px;
  }
}

.header-top-wrapper.style-3 .top-left .contact-list li:not(:last-child) {
  border-right: 1px solid var(--border2);
  padding-right: 20px;
}

@media (max-width: 1600px) {
  .header-top-wrapper.style-3 .top-left .contact-list li:not(:last-child) {
    padding-right: 10px;
  }
}

.header-top-wrapper.style-3 .top-left .contact-list li span {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme2);
  padding: 5px 10px;
  color: var(--white);
  margin-right: 10px;
}

.header-top-wrapper.style-3 .top-left .contact-list li a {
  text-decoration: underline;
  color: var(--header);
}

.header-top-wrapper.style-3 .top-left .contact-list li a:hover {
  color: var(--theme2);
}

.header-top-wrapper.style-3 .top-left .contact-list li i {
  color: var(--theme2);
  margin-right: 10px;
}

.header-top-wrapper.style-3 .top-right {
  gap: 5px;
}

.header-top-wrapper.style-3 .top-right .nice-select.style-2 {
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  padding: 0 30px;
}

.header-top-wrapper.style-3 .top-right .social-icon {
  background-color: var(--theme2);
  padding: 18px 25px;
}

.header-top-wrapper.style-3 .top-right .social-icon a {
  color: var(--white);
}

.header-top-wrapper.color-style .top-left {
  display: initial;
}

.header-top-wrapper.color-style .top-left .contact-list li span {
  background-color:#dd3d36;
}

.header-top-wrapper.color-style .top-left .contact-list li a:hover {
  color:#dd3d36;
}

.header-top-wrapper.color-style .top-left .contact-list li i {
  color:#dd3d36;
}

.header-top-wrapper.color-style .top-right .social-icon {
  background-color:#dd3d36;
}

.header-top-4 {
  position: relative;
  background-color: var(--black);
  padding:10px 0;
  z-index: 9;
}

@media (max-width: 991px) {
  .header-top-4 {
    display: none;
  }

.hero6-form:after, .hero6-form:before {
    display: none;
}

}

.header-top-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme2);
  width: 40%;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 99%, 0% 100%);
          clip-path: polygon(0 0, 96% 0, 100% 99%, 0% 100%);
}

.header-top-4 .container-fluid {
  padding: 0 50px;
}

@media (max-width: 1199px) {
  .header-top-4 .container-fluid {
    padding: 0 20px;
  }
}

.header-top-wrapper-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-top-wrapper-4 .header-top-left p {
  color: var(--white);
}

.header-top-wrapper-4 .header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.header-top-wrapper-4 .header-top-right .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.header-top-wrapper-4 .header-top-right .contact-list li a {
  color: var(--white);
}

.header-top-wrapper-4 .header-top-right .contact-list li i {
  margin-right: 5px;
  color: var(--white);
}

.header-top-wrapper-4 .header-top-right .social-icon {
  gap: 15px;
}

.header-top-wrapper-4 .header-top-right .social-icon i {
  color: var(--white);
}

.header-section-1 {
  position:relative;
  background: transparent; width: 100%;
  /*-webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);*/
  z-index: 999;
}

.header-section-1::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 110px;
  content: "";
  background-color:#dd3d36;
  z-index: -1;
}

@media (max-width: 1899px) {
  .header-section-1::before {
    display: none !important;
  }
}

.header-section-2 {
  position: relative;
}

.header-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg5);
  z-index: -1;
  top: 50%;
}

@media (max-width: 991px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .header-main {
    padding:2px 0px;
  }
}

 



.header-main .main-menu ul li {position: relative;
list-style: none;
display: inline-block; 
/*-webkit-margin-end: 30px;
margin-inline-end: 30px;*/
font-family: "Cormorant Infant", serif;
  font-weight: 300;

}

.header-main .main-menu ul li:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size:20px;
  font-weight:500;
  color: var(--header);
  padding:5px 20px;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}

.header-main .main-menu ul li a i {
  font-size: 15px;
  font-weight: 600;
  margin-left: 5px;
}

.header-main .main-menu ul li a:hover {
  color:#dd3d36 !important;
}

.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 190px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; border-radius:0px; padding:0px; height: auto;
}

.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding:5px 25px;
   
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover > a {
  background:#dd3d36;
  color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:hover > a::after {
  color:#dd3d36;
}

.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#dd3d36;
}

.header-main .main-menu ul li .has-home-menu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}

.header-main .main-menu ul li .has-home-menu .home-menu {
  position: relative;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb {
  position: relative;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
  border-radius: 0px !important;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb .demo-button .theme-btn:hover::before, .header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb .demo-button .theme-btn:hover::after {
  border-radius: 0px;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(var(--theme2)));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, var(--theme2) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb:hover.home-menu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb img {
  width: 100%;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.header-main .main-menu ul li:hover > a {
  color:#dd3d36;
}

.header-main .main-menu ul li:hover > a::after {
  color:#dd3d36;
}

.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.header-1 .container-fluid {
  padding: 0 50px;
}

@media (max-width: 470px) {
  .header-1 .container-fluid {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .header-1 .mega-menu-wrapper .header-main {
    gap: 20px;
  }
}

.header-1 .mega-menu-wrapper .header-main .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 180px;
}

@media (max-width: 1899px) {
/*  .header-1 .mega-menu-wrapper .header-main .header-left {
    gap: 100px;
  }*/
}

@media (max-width: 1399px) {
  /*.header-1 .mega-menu-wrapper .header-main .header-left {
    gap: 50px;
  }*/
}

@media (max-width: 1199px) {
 /* .header-1 .mega-menu-wrapper .header-main .header-left {
    gap: 60px;
  }*/
}

.header-1 .mega-menu-wrapper .header-main .header-right {
  gap: 90px;
}

@media (max-width: 1899px) {
  .header-1 .mega-menu-wrapper .header-main .header-right {
    gap: 30px;
  }
}

@media (max-width: 1399px) {
  .header-1 .mega-menu-wrapper .header-main .header-right {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .header-1 .mega-menu-wrapper .header-main .header-right {
    gap: 40px;
  }
}

.header-1 .mega-menu-wrapper .header-main .header-right .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 1399px) {
  /*.header-1 .mega-menu-wrapper .header-main .header-right .contact-info {
    display: none !important;
  }*/
}

.header-1 .mega-menu-wrapper .header-main .header-right .contact-info .content p {
  text-transform: uppercase;
}

.header-1 .mega-menu-wrapper .header-main .header-right .contact-info .content h6 {
  font-size: 15px;
}

@media (max-width: 1199px) {
  .header-1 .mega-menu-wrapper .header-main .header-right .header-button {
    display: none !important;
  }
}

.header-1 .mega-menu-wrapper .header-main .header-right .search-icon {
  color: var(--white);
}

@media (max-width: 1899px) {
  .header-1 .mega-menu-wrapper .header-main .header-right .search-icon {
            color: #ffffff;
        background: #0891c0;
        padding: 7px 10px;
        border-radius: 4px;
    
  }
}

@media (max-width: 991px) {
  .header-1 .mega-menu-wrapper .header-main .header-right .search-icon {
   /* display: none !important;*/
  }

.search-wrap .search-field-holder {
    width: 100%; margin: 0 auto;}


}

.header-1 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
  color:#dd3d36;
}

.header-2 .container-fluid {
  padding: 0 100px;
}

@media (max-width: 1199px) {
  .header-2 .container-fluid {
    padding: 20px 20px;
  }
}

@media (max-width: 1899px) {
  .header-2 .header-main .main-menu ul li .has-homemenu {
    left: -250px;
  }
}

@media (max-width: 1199px) {
  .header-2 .header-main .main-menu ul li a {
    padding: 12px 0;
  }
}

.header-2 .header-main .header-right {
  gap: 40px;
}

@media (max-width: 1199px) {
  .header-2 .header-main .header-right .header-button {
    display: none;
  }
}

.header-3 .container-fluid {
  padding: 0 100px;
}

@media (max-width: 1399px) {
  .header-3 .container-fluid {
    padding: 0 20px;
  }
}

.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li a:hover {
  color: var(--theme2) !important;
}

.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li .submenu li:hover > a {
  background: var(--theme2);
  color: var(--white) !important;
}

.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme2);
}

.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme2);
}

.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li:hover > a {
  color: var(--theme2);
}

.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li:hover > a::after {
  color: var(--theme2);
}

.header-3 .mega-menu-wrapper .header-main .header-right {
  gap: 30px;
}

.header-3 .mega-menu-wrapper .header-main .header-right .header-button {
  line-height: 1;
}

@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-right .header-button {
    display: none;
  }
}

.header-3 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
  color: var(--header);
}

.header-3 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle .header-bar span {
  background: var(--header);
}

.header-3 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle .header-bar span:first-child {
  background: var(--header);
}

.header-3 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle .header-bar span:nth-child(2) {
  background: var(--header);
}

.header-3 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle .header-bar span:last-child {
  background: var(--header);
}

.header-3 .mega-menu-wrapper .header-main.style-2 .header-left .main-menu ul li a:hover {
  color:#dd3d36 !important;
}

.header-3 .mega-menu-wrapper .header-main.style-2 .header-left .main-menu ul li .submenu li:hover > a {
  background:#dd3d36;
  color: var(--white) !important;
}

.header-3 .mega-menu-wrapper .header-main.style-2 .header-left .main-menu ul li .submenu li:hover > a::after {
  color:#dd3d36;
}

.header-3 .mega-menu-wrapper .header-main.style-2 .header-left .main-menu ul li .submenu li.has-dropdown > a::after {
  color:#dd3d36;
}

.header-3 .mega-menu-wrapper .header-main.style-2 .header-left .main-menu ul li:hover > a {
  color:#dd3d36;
}

.header-3 .mega-menu-wrapper .header-main.style-2 .header-left .main-menu ul li:hover > a::after {
  color:#dd3d36;
}

.header-4 {
  position: absolute;
  z-index: 99;
  overflow-x: clip;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #96969647;
}

.header-4 .container-fluid {
  padding: 0 50px;
}

@media (max-width: 470px) {
  .header-4 .container-fluid {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .header-4 .mega-menu-wrapper .header-main {
    gap: 20px;
  }
}

.header-4 .mega-menu-wrapper .header-main .header-logo-2 {
  display: none;
}

@media (max-width: 1199px) {
  .header-4 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
}

.header-4 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a {
  color: var(--white);
}

.header-4 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li .submenu li a {
  color: var(--header);
}

.header-4 .mega-menu-wrapper .header-main .header-right {
  gap: 30px;
}

.header-4 .mega-menu-wrapper .header-main .header-right .search-icon {
  color: var(--white);
}

.header-4 .mega-menu-wrapper .header-main .header-right .cart-icon {
  color: var(--white);
}

@media (max-width: 1199px) {
  .header-4 .mega-menu-wrapper .header-main .header-right .cart-icon {
    display: none;
  }
}

.header-4 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
  color: var(--white);
}

.header-section-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-section-4 .container-fluid {
  padding: 0 50px;
}

@media (max-width: 470px) {
  .header-section-4 .container-fluid {
    padding: 0 15px;
  }
}

.top-header-2 {
  padding: 15px 0;
  background-color:#dd3d36;
}

@media (max-width: 1199px) {
  .top-header-2 {
    display: none;
  }
}

.top-header-2 .top-header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-header-2 .top-header-items .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.top-header-2 .top-header-items .contact-list li {
  color: var(--white);
}

.top-header-2 .top-header-items .contact-list li a {
  color: var(--white);
}

.top-header-2 .top-header-items .contact-list li i {
  margin-right: 10px;
  color: var(--white);
}

.top-header-2 .top-header-items .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.top-header-2 .top-header-items .header-right .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.top-header-2 .top-header-items .header-right .social-icon li a {
  color: var(--white);
}

.top-header-2 .top-header-items .header-right .support-list {
  gap: 30px;
}

.top-header-2 .top-header-items .header-right .support-list li {
  color: var(--white);
}

.sidebar__toggle {
  cursor: pointer; cursor: pointer;
    border: solid 1px #686868;
    padding: 2px 10px;
}

.sidebar__toggle .header-bar {
  position: relative;
  width: 31px;
  height: 18px;
}

.sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  background: var(--white);
  overflow: hidden;
}

.sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--white);
  left: 16px;
  width: 15px;
}

.sidebar__toggle .header-bar span:nth-child(2) {
  top: 44%;
  background: var(--white);
  width: 30px;
}

.sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--white);
  width: 15px;
}

.sidebar__toggle .header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
          transform: rotate(45deg) translate(3px, 9px);
}

.sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}

.sidebar__toggle .header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
          transform: rotate(-45deg) translate(3px, -9px);
}

.sidebar__toggle .header-bar:hover {
  cursor: pointer;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 1000;
 background:#fff;
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; 
}

.sticky .header-main .main-menu ul { 
    display:block;
     padding: 0px 50px; 
     border-radius: 38px; 
    position: relative;
    /* overflow: hidden; */
   /* justify-content: center;
    align-items: center;*/
}
.sticky .header-main .main-menu ul ul {
    display:block;
    
}



.sticky .logo_outer img { 
    max-width: 70%; 
     
    
}


.sticky.header-1 .mega-menu-wrapper .header-main .header-right .search-icon {
  color:#fff;
}

.sticky.header-1 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
  color:#dd3d36;
}

.sticky.header-2 {
  background-color:#dd3d36;
}

.sticky.header-2 .mega-menu-wrapper .header-main {
  padding: 0;
}

.sticky.header-2 .mega-menu-wrapper .header-main .logo {
  display: block;
}

.sticky.header-4 {
  border-bottom: none;
}

.sticky.header-4 .mega-menu-wrapper .header-main .header-logo-2 {
  display: block;
}

.sticky.header-4 .mega-menu-wrapper .header-main .header-logo {
  display: none;
}

.sticky.header-4 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a {
  color: var(--header);
}

.sticky.header-4 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li .submenu li a {
  color: var(--header);
}

.sticky.header-4 .mega-menu-wrapper .header-main .header-right {
  gap: 30px;
}

.sticky.header-4 .mega-menu-wrapper .header-main .header-right .search-icon {
  color: var(--header);
}

.sticky.header-4 .mega-menu-wrapper .header-main .header-right .cart-icon {
  color: var(--header);
}

.sticky.header-4 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
  color: var(--header);
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid#dd3d36;
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color:#dd3d36;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 50px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color:#dd3d36;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color:#dd3d36;
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #16171A), color-stop(99.93%, rgba(22, 23, 26, 0.2)));
  background: linear-gradient(90deg, #16171A 6%, rgba(22, 23, 26, 0.2) 99.93%);
  z-index: -1;
}

.breadcrumb-wrapper .layer-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 991px) {
.layer-shape {
    display: none;
  }

.procedure-section {
     
    border-radius: 0px 0px 0px 0px;
}
.contact-wrapper-3 .contact-area .contact-box-2 {
    
    border-radius: 0px 0px 0px !important;
}

}

.layer-shape img {
  width: 100%;
  height: 100%;
}

.breadcrumb-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.breadcrumb-shape img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
.breadcrumb-shape {
    display: none;
  }
}

.page-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99;
}

@media (max-width: 991px) {
.page-heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap:0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-heading h1 {
  color:#16171a;
  font-size:40px;
  position: relative;
  z-index: 9;
  line-height: 1.3;
}

@media (max-width: 1199px) {
.page-heading h1 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
.page-heading h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
 .page-heading h1 {
    font-size: 36px;
  }
}

.page-heading .breadcrumb-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.page-heading .breadcrumb-items li {
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 575px) {
.page-heading .breadcrumb-items li {
    font-size: 16px;
  }
}

.page-heading .breadcrumb-items li a {
  color:#dd3d36;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-heading .breadcrumb-items li a:hover {
  color:#dd3d36;
}

.page-heading .breadcrumb-items li i {
  font-size: 18px;
  color:#dd3d36;
}

@media (max-width: 575px) {
.page-heading .breadcrumb-items li i {
    font-size: 16px;
  }
}

.error-content h2 {
  font-weight: 700;
  font-size: 320px;
  color:#dd3d36;
}

.error-content h2 span {
  color: var(--theme2);
}

@media (max-width: 1199px) {
  .error-content h2 {
    font-size: 300px;
  }
}

@media (max-width: 991px) {
  .error-content h2 {
    font-size: 200px;
  }
}

@media (max-width: 575px) {
  .error-content h2 {
    font-size: 110px;
  }
}

.error-content h3 {
  font-weight: 700;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav > ul .home-menu {
  position: relative;
}

.mean-container .mean-nav > ul .home-menu .home-menu-thumb {
  position: relative;
  width: 280px;
}

.mean-container .mean-nav > ul .home-menu .home-menu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav > ul .home-menu .home-menu-thumb .demo-button .theme-btn {
  padding: 10px 30px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}

.mean-container .mean-nav > ul .home-menu .home-menu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}

.mean-container .mean-nav > ul .home-menu .home-menu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#292930));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}

.mean-container .mean-nav > ul .home-menu .home-menu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.mean-container .mean-nav > ul .home-menu .home-menu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.mean-container .mean-nav > ul .home-menu .home-menu-thumb:hover .home-menu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.mean-container .mean-nav > ul .home-menu .home-menu-thumb img {
  width: 100%;
}

.mean-container .mean-nav > ul .home-menu .home-menu-content .home-menu-title {
  margin-top: 15px;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.hero-1 {
  position: relative;
}

.hero-1 .swiper-slide-active .hero-image {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.hero-1 .swiper-dot {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-1 .swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: var(--white);
  opacity: 1;
  border-radius: 10px;
}

.hero-1 .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.hero-1 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color:#dd3d36;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.hero-1 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid#dd3d36;
  content: "";
}

.shape-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  bottom: 0;
}

.shape-image img {
  width: 100%;
  height: 100%;
}

.shape-image-2 {
  position: absolute;
  top: -26%;
  right: 0;
  z-index: 9;
}

@media (max-width: 1199px) {
  .hero-1 .shape-image-2 {
    display: none;
  }
}

.hero-1 .hero-image {
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}

.hero-1 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(0.06%, #16171A), color-stop(99.93%, rgba(22, 23, 26, 0)));
  background: linear-gradient(90deg, #16171A 0.06%, rgba(22, 23, 26, 0) 99.93%);
  z-index: -1;
}

.hero-1 .hero-content {
  padding: 180px 0 180px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .hero-1 .hero-content {
    text-align: center;
    margin: 0 auto;
    padding: 130px 0 130px;
  }
}

.hero-content h6 {
  color: var(--white);
  background-color:#dd3d36;
  padding: 8px 20px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.hero-content h1 { text-transform: uppercase;
  color: var(--white);
  margin-bottom: 15px;
  font-size: 70px;
}

@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 43px;
  }
  .hero-content h1 { font-size:36px;}
.logo img{max-width: 66%;}


}

@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 34px;
  }
}

.hero-content p {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.hero-2 {
  background-color: #16171A;
  position: relative;
  z-index: 9;
}

.hero-2 .hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 1899px) {
  .hero-2 .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9 !important;
  }
  .hero-2 .hero-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(0.06%, #16171A), color-stop(99.93%, rgba(22, 23, 26, 0)));
    background: linear-gradient(90deg, #16171A 0.06%, rgba(22, 23, 26, 0) 99.93%);
  }
  .hero-2 .hero-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.hero-2 .hero-image img {
  max-width: 100%;
}

.hero-2 .dot-shape {
  position: absolute;
  top: 0;
  right: 600px;
}

.hero-2 .hero-content {
  padding: 175px 0;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .hero-2 .hero-content {
    text-align: center;
    margin: 0 auto;
    padding: 130px 0;
  }
}

.hero-2 .hero-content h1 {
  color: var(--white);
  font-size: 75px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 70px;
  }
  .hero-2 .hero-content h1 br {
    display: none;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 34px;
  }
}

.hero-2 .hero-content p {
  color: var(--white);
  font-weight: 500;
}

.hero-2 .hero-content .hero-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .hero-2 .hero-content .hero-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}

.hero-2 .hero-content .hero-button .theme-btn.bg-white::before, .hero-2 .hero-content .hero-button .theme-btn.bg-white::after {
  background-color:#dd3d36;
}

.hero-3 {
  position: relative;
}

@media (max-width: 767px) {
  .hero-3 .slider-button {
    display: none;
  }
}

.hero-3 .slider-button .hero-nav-prev {
  font-size: 28px;
  color: var(--white);
  position: absolute;
  left: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color:#dd3d36;
  opacity: .8;
}

.hero-3 .slider-button .hero-nav-prev:hover {
  background-color: var(--white);
  color: var(--header);
  opacity: 1;
}

.hero-3 .slider-button .hero-nav-next {
  font-size: 28px;
  color:#dd3d36;
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: var(--white);
  opacity: .8;
}

.hero-3 .slider-button .hero-nav-next:hover {
  background-color:#dd3d36;
  color: var(--white);
  opacity: 1;
}

.hero-3 .slide-bg {
  position: relative;
  padding: 190px 0;
  z-index: 3;
}

@media (max-width: 1199px) {
  .hero-3 .slide-bg {
    padding: 160px;
  }
}

@media (max-width: 1191px) {
  .hero-3 .slide-bg {
    padding: 120px;
  }
}

@media (max-width: 991px) {
  .hero-3 .slide-bg {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .hero-3 .slide-bg {
    padding: 100px 0px;
  }
}

.hero-3 .slide-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(0.06%, #16171A), color-stop(99.93%, rgba(22, 23, 26, 0)));
  background: linear-gradient(90deg, #16171A 0.06%, rgba(22, 23, 26, 0) 99.93%);
  z-index: -1;
}

.hero-3 .slide-bg .hero-content {
  position: relative;
  z-index: 9;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-3 .slide-bg .hero-content br {
    display: none;
  }
}

.hero-3 .slide-bg .hero-content h4 {
  color: var(--white);
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .hero-3 .slide-bg .hero-content h4 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .hero-3 .slide-bg .hero-content h4 {
    font-size: 16px;
  }
}

.hero-3 .slide-bg .hero-content h1 {
  color: var(--white);
  font-size: 100px;
}

@media (max-width: 1399px) {
  .hero-3 .slide-bg .hero-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 1199px) {
  .hero-3 .slide-bg .hero-content h1 {
    font-size: 68px;
  }
}

@media (max-width: 1191px) {
  .hero-3 .slide-bg .hero-content h1 {
    font-size: 56px;
  }
}

@media (max-width: 991px) {
  .hero-3 .slide-bg .hero-content h1 {
    font-size: 42px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .hero-3 .slide-bg .hero-content h1 {
    font-size: 32px;
  }
}

.hero-3 .slide-bg .hero-content .hero-button {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-3 .slide-bg .hero-content .hero-button {
    margin-top: 30px;
  }
}

.hero-4 {
  position: relative;
}

.hero-4 .hero-image {
  padding: 280px 0;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .hero-4 .hero-image {
    padding: 160px 0 160px;
  }
}

@media (max-width: 767px) {
  .hero-4 .hero-image {
    padding: 130px 0 130px;
  }
}

.hero-4 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(18, 19, 21, 0.5);
  z-index: -1;
}

.hero-4 .hero-image .hero-content p {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 18px;
}

.hero-4 .hero-image .hero-content h1 {
  color: var(--white);
  font-weight: 400;
  font-size: 90px;
}

@media (max-width: 1199px) {
  .hero-4 .hero-image .hero-content h1 {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .hero-4 .hero-image .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-4 .hero-image .hero-content h1 {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-image .hero-content h1 {
    font-size: 34px;
  }
}

.hero-4 .hero-image .hero-content h1 span {
  font-weight: 700;
}

.hero-4 .hero-image .hero-content .hero-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-4 .hero-image .hero-content .hero-button {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hero-4 .array-button-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: absolute;
  right: 0%;
  bottom: 0;
  z-index: 9;
}

.hero-4 .array-button-2 .array-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--white);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-4 .array-button-2 .array-prev:hover {
  background-color: var(--theme2);
  color: var(--white);
}

.hero-4 .array-button-2 .array-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme2);
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-4 .array-button-2 .array-next:hover {
  background-color: var(--white);
  color: var(--header);
}

@media (max-width: 1199px) {
  .hero-4 .array-button-2 {
    top: 70%;
  }
}

@media (max-width: 767px) {
  .hero-4 .array-button-2 {
    display: none;
  }
}

.hero-4 .swiper-dot {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}

.hero-4 .swiper-dot {
  text-align: center;
}

.hero-4 .swiper-dot .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: var(--white);
  opacity: 1;
  border-radius: 60px;
  position: relative;
}

.hero-4 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color:#dd3d36;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  width: 51px;
}

.feature-icon-box-wrapper {
  padding:40px 20px;
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  position: relative;
  z-index: 9;
   margin-top: 60px;*/
}

@media (max-width: 575px) {
  .feature-icon-box-wrapper {
    padding: 50px 30px;
  }
}

.feature-icon-box-wrapper .icon-box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
}

.feature-icon-box-wrapper .icon-box-items::before {
  position: absolute;
  bottom: -37%;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background:#dd3d36;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (max-width: 1399px) {
  .feature-icon-box-wrapper .icon-box-items::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .feature-icon-box-wrapper .icon-box-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.feature-icon-box-wrapper .icon-box-items .icon {
  font-size: 42px;
  width: 107px;
  height: 107px;
  line-height: 115px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--bg3);
  color:#dd3d36;
}

@media (max-width: 575px) {
  .feature-icon-box-wrapper .icon-box-items .icon {
    width: 80px;
    height: 80px;
    line-height: 90px;
    font-size: 32px;
  }
}

.feature-icon-box-wrapper .icon-box-items .content {
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
}
.feature-icon-box-wrapper .icon-box-items .content p{ font-weight: 500; }


@media (max-width: 1199px) {
  .feature-icon-box-wrapper .icon-box-items .content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.feature-icon-box-wrapper .icon-box-items .content h3 {
  margin-bottom: 10px; font-size: 20px;
}

.feature-icon-box-wrapper .icon-box-items:hover::before {
  opacity: 1;
}

.feature-icon-box-wrapper .icon-box-items.active::before {
  opacity: 1;
}

.feature-icon-box-area-2 {
  position: relative;
}

.feature-icon-box-area-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg5);
  top: 45%;
}

.woeking-process {
  position: relative;
}

.woeking-process .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.woeking-process .right-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.process-items {
  text-align: center;
  width: 290px;
  height: 290px;
  position: relative;
  text-align: center;
  margin: 30px auto;
}

@media (max-width: 1399px) {
  .process-items {
    width: 260px;
    height: 260px;
  }
}

@media (max-width: 767px) {
  .process-items {
    width: 240px;
    height: 240px;
  }
}

@media (max-width: 575px) {
  .process-items {
    width: 190px;
    height: 190px;
  }
}

.process-items::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px dotted rgba(255, 255, 255, 0.16);
  content: "";
  border-radius: 50%;
  position: absolute;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}

.process-items .icon {
  font-size: 60px;
  color:#dd3d36;
}

@media (max-width: 575px) {
  .process-items .icon {
    font-size: 48px;
  }
}

.process-items .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}

.process-items .content h3 {
  color: var(--white);
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .process-items .content h3 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .process-items .content h3 {
    font-size: 16px;
  }
}

.process-items .process-number {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color:#dd3d36;
  color: var(--white);
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 30px;
  z-index: 1;
}

.choose-us-wrapper {
  margin-top: -30px;
}

.choose-us-wrapper .choose-us-content .icon-box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.choose-us-wrapper .choose-us-content .icon-box-items .icon {
  color:#dd3d36;
  font-size: 55px;
}

.choose-us-wrapper .choose-us-image-items {
  margin-left: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .choose-us-wrapper .choose-us-image-items {
    margin-left: 0;
  }
}

.choose-us-wrapper .choose-us-image-items .choose-box {
  background-color:#dd3d36;
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 90px;
}

.choose-us-wrapper .choose-us-image-items .choose-box h3 {
  color: var(--white);
  margin-bottom: 20px;
}

.choose-us-wrapper .choose-us-image-items .choose-image-1 img {
  width: 100%;
  height: 100%;
  border-radius: 200px 200px 0px 0px;
}

.choose-us-wrapper .choose-us-image-items .choose-image-2 {
  height: 245px;
  margin-bottom: 25px; border-radius: 150px 150px 0px 0px;
}

.choose-us-wrapper .choose-us-image-items .choose-image-3 img {
  width: 100%;
  height: 100%;  border-radius: 0px 0px 150px 150px;
}

.process-work-wrapper {
  position: relative;
}

.process-work-wrapper .line-shape {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 880px;
}

.process-work-wrapper .line-shape img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1399px) {
  /*.process-work-wrapper .line-shape {
    display: none;
  }*/
}

.process-work-wrapper .work-process-items {
  margin-top: 30px; background: #fff; padding: 20px; border-radius: 10px;
}

.process-work-wrapper .work-process-items .icon {
  width: 100px;
  height: 100px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  position: relative;
  margin: 0 auto;
  color:#dd3d36;
  font-size: 46px;
}

.process-work-wrapper .work-process-items .icon .number {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color:#dd3d36;
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}

.process-work-wrapper .work-process-items .content {
  margin-top: 30px;
}

.process-work-wrapper .work-process-items .content h4 {
  margin-bottom: 5px;
  font-weight: 500;
}

.process-work-wrapper .work-process-items .content.style-2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.choose-us-section {
  position: relative;
}

.choose-us-section .shape-image {
  position: absolute;
  right: 0;
  top: 10%;
}

@media (max-width: 1199px) {
  .choose-us-section .shape-image {
    display: none;
  }
}

@media (max-width: 991px) {
  .choose-wrapper {
    margin-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .choose-wrapper {
    margin-bottom: -80px;
  }
}

.choose-wrapper .choose-content ul {
  margin-top: 30px;
}

.choose-wrapper .choose-content ul li {
  font-weight: 500;
  color: var(--header);
}

.choose-wrapper .choose-content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.choose-wrapper .choose-content ul li i {
  color:#dd3d36;
  margin-right: 5px;
}

.choose-wrapper .choose-content .icon-area {
  margin-top: 40px;
}

.choose-wrapper .choose-content .icon-area .icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.choose-wrapper .choose-content .icon-area .icon-items:not(:last-child) {
  margin-bottom: 30px;
}

.choose-wrapper .choose-content .icon-area .icon-items .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 42px;
  color: var(--white);
  background-color: var(--header);
  text-align: center;
  padding: 25px;
}

.choose-wrapper .choose-content .icon-area .icon-items .content {
  border-left: 2px solid var(--header);
  padding-left: 30px;
}

.choose-wrapper .choose-content .icon-area .icon-items .content h5 {
  margin-bottom: 5px;
}

.choose-wrapper .choose-content .icon-area .icon-items.style-2 .icon {
  background-color:#dd3d36;
}

.choose-wrapper .choose-content .icon-area .icon-items.style-2 .content {
  border-left: 2px solid var(--border);
}

.choose-wrapper .choose-image-items {
  position: relative;
}

.choose-wrapper .choose-image-items .choose-image {
  height: 390px;
  max-width: 370px;
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .choose-wrapper .choose-image-items .choose-image {
    max-width: 490px;
  }
}

.choose-wrapper .choose-image-items .choose-image-2 {
  max-width: 370px;
  position: absolute;
  bottom: -44%;
  right: 0;
}

@media (max-width: 991px) {
  .choose-wrapper .choose-image-items .choose-image-2 {
    bottom: -21%;
  }
}

.choose-wrapper .choose-image-items .choose-image-2 img {
  width: 100%;
}

@media (max-width: 575px) {
  .choose-wrapper .choose-image-items .choose-image-2 {
    width: 210px;
    height: 210px;
    bottom: 0;
    z-index: 99;
  }
}

.choose-wrapper .choose-image-items .circle-shape {
  position: absolute;
  left: 5%;
  bottom: -40%;
  z-index: -1;
}

.choose-wrapper .choose-image-items .circle-shape .text-circle {
  -webkit-animation: cir36 10s linear infinite;
          animation: cir36 10s linear infinite;
}

@media (max-width: 1199px) {
  .choose-wrapper .choose-image-items .circle-shape {
    display: none;
  }
}

.single-simple-process-items {
  margin-top: 30px;
  text-align: center;
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  padding: 50px 30px;
}

.single-simple-process-items .icon {
  width: 100px;
  height: 100px;
  line-height: 115px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--bg);
  font-size: 52px;
  color:#dd3d36;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-simple-process-items .content {
  margin-top: 20px;
}

.single-simple-process-items .content span {
  font-size: 16px;
  font-weight: 600;
  color:#dd3d36;
  display: inline-block;
  margin-bottom: 5px;
}

.single-simple-process-items .content h3 {
  margin-bottom: 10px;
}

.single-simple-process-items:hover .icon {
  background-color:#dd3d36;
  color: var(--white);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.choose-us-wrapper-2 .choose-us-image {
  position: relative;
}

.choose-us-wrapper-2 .choose-us-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.choose-us-wrapper-2 .choose-us-image .thumb-2 {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .choose-us-wrapper-2 .choose-us-image .thumb-2 {
    margin-top: 0;
    height: 650px;
  }
}

@media (max-width: 767px) {
  .choose-us-wrapper-2 .choose-us-image .thumb-2 {
    height: 500px;
  }
  .footer-widgets-wrapper .arrow-shape-2 {
     
    display: none;
}
}

@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-us-image .thumb-2 {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .choose-us-wrapper-2 .choose-us-image .thumb-1 {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .choose-us-wrapper-2 .choose-us-image .thumb-1 {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-us-image .thumb-1 {
    height: 420px;
  }
}

.choose-us-wrapper-2 .choose-us-image .choose-box {
  background-color:#dd3d36;
  padding: 40px;
  position: absolute;
  bottom: 130px;
  left: 180px;
  z-index: 9;
}

.choose-us-wrapper-2 .choose-us-image .choose-box h3 {
  color: var(--white);
  margin-bottom: 20px;
}

.choose-us-wrapper-2 .choose-us-content {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .choose-us-wrapper-2 .choose-us-content {
    margin-left: 25px;
  }
}

@media (max-width: 991px) {
  .choose-us-wrapper-2 .choose-us-content {
    margin-left: 0;
  }
}

.choose-us-wrapper-2 .icon-items {
  margin-top: 40px;
  display: block;
}

.choose-us-wrapper-2 .icon-items li {
  border: 1px solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 25px 30px;
}

.choose-us-wrapper-2 .icon-items li:not(:last-child) {
  margin-bottom: 15px;
}

.choose-us-wrapper-2 .icon-items li .icon {
  font-size: 50px;
  color:#dd3d36;
}

.choose-us-wrapper-2 .icon-items li .content p {
  margin-bottom: 5px;
}

.about-section {
  position: relative; background: url(../img/bg_2.jpg) no-repeat center fixed;
}

.about-section .left-shape {
  position: absolute;
  top: -34%;
  left: 0;
}

.about-section .left-shape img {
  width: 100%;
}

.about-section .line-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.about-section .line-shape img {
  width: 100%;
  height: 100%;
}

.about-section .shape {
  position: absolute;
  bottom: -15%;
  right: 0;
}

@media (max-width: 1600px) {
  .about-section .shape {
    display: none;
  }
}

.about-wrapper .about-image-items {
  position: relative;
  padding-left: 25px;
}

.about-wrapper .about-image-items::before {
  position: absolute;
  top: 100px;
  left: 0;
  content: "";
  height: 210px;
  width: 4px;
  background-color:#dd3d36;
  content: "";
}

.about-wrapper .about-image-items .border-shape {
  position: absolute;
  bottom: -30px;
  right: 22%;
  z-index: 1;
}

@media (max-width: 575px) {
  .about-wrapper .about-image-items .border-shape {
    display: none;
  }
}

.about-wrapper .about-image-items .about-image {
  width: 437px;
  height: 530px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .about-wrapper .about-image-items .about-image {
    max-width: 430px;
    width: initial;
    height: 400px;
  }
}

.about-wrapper .about-image-items .about-image .about-image-2 {
  position: absolute;
  bottom: -100px;
  right: -100px;
}

@media (max-width: 1399px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    right: -50px;
  }
}

@media (max-width: 1199px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    right: 0;
  }
}

@media (max-width: 991px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    bottom: 0;
    right: 0;
    width: 250px;
  }
  .about-wrapper .about-image-items .about-image .about-image-2 img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    width: 200px;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1399px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    margin-top: 40px;
    gap: 70px;
  }
}

@media (max-width: 991px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .content br {
    display: block;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 30px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}

@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
    font-size: 24px;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
  background-color: var(--bg) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color:#dd3d36 !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: var(--bg) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color:#dd3d36 !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .content br {
    display: block;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 30px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}

@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div span {
    font-size: 24px;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .background {
  background-color: var(--bg) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .rotate {
  background-color: var(--theme2) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: var(--bg) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .right {
  background-color: var(--theme2) !important;
}

.about-wrapper .about-content .about-list {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .about-wrapper .about-content .about-list {
    margin-top: 0;
  }
}

.about-wrapper .about-content .about-list li {
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 991px) {
  .about-wrapper .about-content .about-list li {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .about-wrapper .about-content .about-list li {
    font-size: 15px;
  }
}

.about-wrapper .about-content .about-list li:not(:last-child) {
  margin-bottom: 10px;
}

.about-wrapper .about-content .about-list li i {
  color:#dd3d36;
}

.about-wrapper .about-content .about-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-top: 40px;
}

@media (max-width: 1399px) {
  .about-wrapper .about-content .about-author {
    gap: 40px;
  }
}

@media (max-width: 1199px) {
  .about-wrapper .about-content .about-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about-wrapper .about-content .about-author .author-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.about-wrapper .about-content .about-author .author-image .content p {
  font-size: 14px;
  color:#dd3d36;
  font-weight: 500;
  margin-top: -10px;
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items .about-image {
    max-width: 525px;
  }
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area {
  position: absolute;
  top: 50px;
  left: -25%;
  padding: 35px 45px;
  background-color:#dd3d36;
  width: 320px;
}

@media (max-width: 1399px) {
  .about-wrapper.style-2 .about-image-items .about-image .experience-text-area {
    /*top: 0px;
    left: 0;*/
  }
}

@media (max-width: 991px) {
  .about-wrapper.style-2 .about-image-items .about-image .experience-text-area {
    padding: 30px 20px;
    width: 264px;
  }
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area h2 {
  font-size: 65px;
  color: var(--white);
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items .about-image .experience-text-area h2 {
    font-size: 32px;
  }
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area h6 {
  font-size: 16px;
  color: var(--white);
  position: relative;
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area h6::before {
  position: absolute;
  bottom: -5px;
  left: 34%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 147px;
  height: 5px;
  background-image: url(../img/about/bar.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area .star {
  margin-top: 15px;
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area .star span {
  font-size: 15px;
  color: var(--white);
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area .ratting {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 15px 20px;
  text-align: center;
  background-color: var(--white);
  z-index: 9;
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items .about-image .experience-text-area .ratting {
    padding: 15px;
  }
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area .ratting span {
  font-size: 18px;
  font-weight: 600;
  color:#dd3d36;
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items .about-image .experience-text-area .ratting span {
    font-size: 15px;
  }
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area .ratting::after {
  position: absolute;
  right: 4px;
  top: 0px;
  font-family: "Font Awesome 5 Pro";
  content: "\f005";
  font-size: 14px;
  color:#dd3d36;
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area .ratting::before {
  position: absolute;
  top: 8px;
  left: -8px;
  right: 0px;
  width: 94%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  z-index: -1;
}

.about-wrapper.style-2 .about-image-items .about-image .about-image-2 {
  bottom: -140px;
}

@media (max-width: 1399px) {
  .about-wrapper.style-2 .about-image-items .about-image .about-image-2 {
   /* bottom: initial;
    top: 0;*/
  }
}

@media (max-width: 1199px) {
  .about-wrapper.style-2 .about-content {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .about-wrapper.style-2 .about-content {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .about-wrapper.style-2 .about-content .section-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-content .section-title h2 {
    font-size: 24px;
  }
}

.about-wrapper.style-2 .about-content .icon-area {
  margin-top: 30px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--border);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

@media (max-width: 470px) {
  .about-wrapper.style-2 .about-content .icon-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about-wrapper.style-2 .about-content .icon-area .icon-items .icon {
  font-size: 52px;
  color:#dd3d36;
  margin-bottom: 20px;
}

.about-wrapper.style-2 .about-content .icon-area .icon-items .content h5 {
  margin-bottom: 10px;
}

.about-wrapper.style-2 .about-content .about-author {
  gap: 30px;
}

.about-wrapper.style-2 .about-content .about-author .author-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.about-wrapper.style-2 .about-content .about-author .author-image .content p {
  font-weight: 600;
  color: var(--text);
  margin-top: 10px;
  position: relative;
}

.about-wrapper.style-2 .about-content .about-author .author-image .content p::before {
  position: absolute;
  bottom: -5px;
  left: 34%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 124px;
  height: 5px;
  background-image: url(../img/about/bar-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-wrapper-2 .about-image-items {
  position: relative;
}

.about-wrapper-2 .about-image-items .circle-shape {
  position: absolute;
  bottom: -80px;
  left: 60px;
  z-index: 2;
  width: 200px;
}

@media (max-width: 991px) {
  .about-wrapper-2 .about-image-items .circle-shape {
    right: 20%;
    top: 0;
    bottom: initial;
    left: initial;
  }
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .circle-shape {
    right: 0;
    width: 140px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .circle-shape {
    display: none;
  }
}

.about-wrapper-2 .about-image-items .circle-shape img {
  width: 100%;
}

.about-wrapper-2 .about-image-items .circle-shape .text-circle {
  -webkit-animation: cir36 10s linear infinite;
          animation: cir36 10s linear infinite;
}

.about-wrapper-2 .about-image-items .circle-shape .about-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.about-wrapper-2 .about-image-items .circle-shape .about-title h2 {
  font-size: 57px;
  color: var(--white);
}

@media (max-width: 991px) {
  .about-wrapper-2 .about-image-items .circle-shape .about-title h2 {
    font-size: 36px;
  }
}

.about-wrapper-2 .about-image-items .circle-shape .about-title p {
  font-size: 14px;
  color: var(--white);
  line-height: 1.5;
}

.about-wrapper-2 .about-image-items .about-image-1 {
  max-width: 387px;
  height: 467px;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .about-image-1 {
    max-width: 550px;
  }
}

.about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
  height: 489px;
  max-width: 376px;
  position: absolute;
  right: -45%;
  bottom: -32%;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    right: -30%;
    height: 400px;
  }
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    height: 390px;
    right: -10%;
  }
}

@media (max-width: 991px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: -40px;
    right: -50%;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: 0;
    right: -30%;
    height: 350px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    height: 280px;
    right: 0;
  }
}

.about-wrapper-2 .about-image-items .about-image-1 .about-image-2 img {
  width: 100%;
  height: 100%;
}

.about-wrapper-2 .about-content .about-tabs-area {
  margin-top: 40px;
}

.about-wrapper-2 .about-content .about-tabs-area .about-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .about-tabs-area .about-list-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.about-wrapper-2 .about-content .about-tabs-area .about-list-items .video-image {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}

.about-wrapper-2 .about-content .about-tabs-area .about-list-items .video-image .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-wrapper-2 .about-content .about-tabs-area .about-list-items .video-image .video-box .video-btn {
  background-color: var(--theme2);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.about-wrapper-2 .about-content .about-tabs-area .about-list-items ul li:not(:last-child) {
  margin-bottom: 5px;
}

.about-wrapper-2 .about-content .about-tabs-area .about-list-items ul li i {
  color: var(--theme2);
  margin-right: 5px;
}

.about-wrapper-2 .about-content .about-tabs-area .about-author {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .about-tabs-area .about-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
}

.about-wrapper-2 .about-content .about-tabs-area .about-author .author-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.about-wrapper-2 .about-content .about-tabs-area .about-author .author-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.about-wrapper-2 .about-content .about-tabs-area .about-author .author-contact .content p {
  text-transform: uppercase;
  font-size: 14px;
}

.about-wrapper-2 .about-content .about-tabs-area .about-author .author-contact .content h6 {
  font-size: 16px;
}

.about-wrapper-2 .about-content .single-tab-items {
  margin-top: 40px;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .single-tab-items {
    margin-top: 30px;
  }
}

.about-wrapper-2 .about-content .single-tab-items .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-bottom: 1px solid#dd3d36;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .single-tab-items .nav {
    gap: 0;
  }
}

.about-wrapper-2 .about-content .single-tab-items .nav .nav-link {
  text-align: center;
  padding: 10px 40px;
  background-color: transparent;
  border-radius: 4px 4px 0px 0px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--header);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  letter-spacing: 0.05em;
  font-size: 14px;
}

@media (max-width: 991px) {
  .about-wrapper-2 .about-content .single-tab-items .nav .nav-link {
    padding: 14px 45px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .single-tab-items .nav .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.about-wrapper-2 .about-content .single-tab-items .nav .nav-link.active {
  position: relative;
  background-color: var(--theme2);
  color: var(--white);
}

.single-about-wrapper-2 {
  /*margin-top: 60px;*/
}

.single-about-wrapper-2 .about-image-item {
  z-index: 9;
}

.single-about-wrapper-2 .about-image-item .about-image-1 {
  max-width: 300px;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .single-about-wrapper-2 .about-image-item .about-image-1 {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .single-about-wrapper-2 .about-image-item .about-image-1 {
    margin: 0 auto 30px;
    text-align: center;
  }
}

.single-about-wrapper-2 .about-image-item .about-image-1 img {
  width: 100%;
  height: 100%; border-radius: 150px 150px 0px 0px;
}

.single-about-wrapper-2 .about-image-item .about-image-2 {
  max-width: 300px;
}

@media (max-width: 575px) {
  .single-about-wrapper-2 .about-image-item .about-image-2 {
    margin: 0 auto;
    text-align: center;
  }
}

.single-about-wrapper-2 .about-image-item .about-image-2 img {
  width: 100%;
  height: 100%; border-radius: 150px 150px 0px 0px;
}

.single-about-wrapper-2 .about-image-item .circle-shape {
  position: absolute;
  top: 25%;
  left: 15%;
  z-index: -1;
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
}

@media (max-width: 1199px) {
  .single-about-wrapper-2 .about-image-item .circle-shape {
    display: none;
  }
}

.single-about-wrapper-2 .about-image-item .bg-shape {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .single-about-wrapper-2 .about-image-item .bg-shape {
    display: none;
  }
}

.single-about-wrapper-2 .about-content {
  margin-left: 40px;
}

@media (max-width: 1600px) {
  .single-about-wrapper-2 .about-content {
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .single-about-wrapper-2 .about-content {
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .single-about-wrapper-2 .about-content {
    margin-left: 0;
  }
}

.single-about-wrapper-2 .about-content .text {
  color: var(--header);
  font-weight: 500;
  margin-bottom: 40px; text-align: justify;
}

@media (max-width: 575px) {
  /*.single-about-wrapper-2 .about-content .text {
    text-align: center;
  }*/
}

.single-about-wrapper-2 .about-content .text a {
  color:#dd3d36;
  /*-webkit-text-decoration-line: underline;
          text-decoration-line: underline;*/
  font-weight: 600;
}

.single-about-wrapper-2 .about-content .single-system-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
          box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  padding:20px 20px;
  margin-bottom: 15px;
}

.single-about-wrapper-2 .about-content .single-system-item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .single-about-wrapper-2 .about-content .single-system-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  .single-about-wrapper-2 .about-content .single-system-item .content {
    text-align: center;
    margin: 0 auto;
  }
}

.single-about-wrapper-2 .about-content .single-system-item .content h4 {
  margin-bottom: 10px; font-weight: 500; font-size: 18px;
}

.single-about-wrapper-2 .about-content .single-system-item .icon {
  font-size: 60px;
  color:#dd3d36;
}

.service-wrapper {
  padding: 0 130px;
}

@media (max-width: 1399px) {
  .service-wrapper {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .service-wrapper {
    padding: 0 30px;
  }
}

.service-wrapper .service-card-items {
  margin-top: 30px;
  padding: 30px;
  background-color: var(--bg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-wrapper .service-card-items h3 {
  margin-bottom: 15px;
}

.service-wrapper .service-card-items .service-thumb {
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.service-wrapper .service-card-items .service-thumb::after {
  background: linear-gradient(90deg, rgba(var(--white-rgb, 255, 255, 255), 0.13) 0px, rgba(var(--white-rgb, 255, 255, 255), 0.13) 77%, rgba(var(--white-rgb, 255, 255, 255), 0.3) 92%, rgba(var(--white-rgb, 255, 255, 255), 0));
  content: "";
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 200%;
}

.service-wrapper .service-card-items .service-thumb img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-wrapper .service-card-items:hover {
  background-color:#dd3d36;
}

.service-wrapper .service-card-items:hover h3 a {
  color: var(--white);
}

.service-wrapper .service-card-items:hover p {
  color: var(--white);
}

.service-wrapper .service-card-items:hover .link-btn {
  color: var(--white);
  -webkit-transition: initial !important;
  transition: initial !important;
}

.service-wrapper .service-card-items:hover .link-btn i {
  background-color: var(--white);
  color:#dd3d36;
}

.service-wrapper .service-card-items:hover .link-btn span {
  color: var(--white);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(var(--white)));
  background-image: linear-gradient(var(--white), var(--white));
}

.service-wrapper .service-card-items:hover .service-thumb::after {
  left: -30%;
  opacity: 1;
  top: -20%;
  -webkit-transition-duration: 0.5s, 0.5s, 0.15s;
          transition-duration: 0.5s, 0.5s, 0.15s;
  -webkit-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.service-wrapper .service-card-items:hover .service-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.service-wrapper .service-card-items.active {
  background-color:#dd3d36;
}

.service-wrapper .service-card-items.active h3 a {
  color: var(--white);
}

.service-wrapper .service-card-items.active p {
  color: var(--white);
}

.service-wrapper .service-card-items.active .link-btn {
  color: var(--white);
  -webkit-transition: initial !important;
  transition: initial !important;
}

.service-wrapper .service-card-items.active .link-btn i {
  background-color: var(--white);
  color:#dd3d36;
}

.service-wrapper .service-card-items.active .link-btn span {
  color: var(--white);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(var(--white)));
  background-image: linear-gradient(var(--white), var(--white));
}

.service-wrapper .service-card-items.active .service-thumb::after {
  left: -30%;
  opacity: 1;
  top: -20%;
  -webkit-transition-duration: 0.5s, 0.5s, 0.15s;
          transition-duration: 0.5s, 0.5s, 0.15s;
  -webkit-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.service-wrapper .service-card-items.active .service-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.service-section {
  position: relative;
}

.service-section .shape-image {
  position: absolute;
  left: 0;
  top: 0;
}

.service-section .left-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.service-section .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-section .line-shape-2 {
  position: absolute;
  left: 0;
  bottom: 8%;
}

.service-section .bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-section .bg-shape {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .service-section .bg-shape {
    display: none;
  }
}

.service-section-2 {
  position: relative;
}

.service-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg5);
  z-index: -1;
  top: 68%;
}

.service-box-items {
  position: relative;
  margin-top: 30px;
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  padding: 35px 35px;
  z-index: 9;
  overflow: hidden;
}

@media (max-width: 575px) {
  .service-box-items {
    padding: 30px 25px;
    text-align: center;
  }
}

.service-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color:#dd3d36;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  z-index: -1;
}

.service-box-items::after {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 320px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/service/line-shape.png);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-box-items .icon {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  font-size: 60px;
  color:#dd3d36;
}

.service-box-items .icon::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(8, 106, 216, 0.08);
  content: "";
}

.service-box-items .content {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .service-box-items .content {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .service-box-items .content {
    margin-top: 20px;
  }
}

.service-box-items .content h3 {
  margin-bottom: 20px;
  font-size: 21px;
}

@media (max-width: 575px) {
  .service-box-items .content h3 {
    margin-bottom: 10px;
  }
}

.service-box-items .arrow-icon {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  display: inline-block;
  color:#dd3d36;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .service-box-items .arrow-icon {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .service-box-items .arrow-icon {
    margin-top: 20px;
  }
}

.service-box-items:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.service-box-items:hover::after {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.service-box-items:hover .icon {
  color: var(--white);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.service-box-items:hover .content h3 {
  color: var(--white);
}

.service-box-items:hover .content p {
  color: var(--white);
}

.service-box-items:hover .arrow-icon {
  color: var(--white);
  -webkit-transform: initial;
          transform: initial;
}

.service-box-items.active::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.service-box-items.active::after {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.service-box-items.active .icon {
  color: var(--white);
}

.service-box-items.active .content h3 {
  color: var(--white);
}

.service-box-items.active .content p {
  color: var(--white);
}

.service-box-items.active .arrow-icon {
  color: var(--white);
  -webkit-transform: initial;
          transform: initial;
}

.service-box-items.style-2 {
  text-align: center;
  margin: 0 auto;
  padding: 50px 20px;
  width: 100%;
}

.service-box-items.style-2::before {
  background-color: var(--theme2);
}

.service-box-items.style-2::after {
  position: absolute;
  bottom: -50px;
  left: 5px;
  width: 12px;
  height: 12px;
  content: "";
  background-repeat: initial;
  background-size: initial;
  background-image: initial;
  background: rgba(255, 255, 255, 0.23);
}

.service-box-items.style-2 .icon {
  font-size: 70px;
  color: var(--theme2);
}

.service-box-items.style-2 .content h6 {
  font-weight: bold;
}

.service-box-items.style-2:hover::after {
  bottom: 5px;
}

.service-box-items.style-2:hover .icon {
  color: var(--white);
}

.service-box-items.style-2:hover .content h6 a {
  color: var(--white);
}

.service-box-items.style-2.active::after {
  bottom: 5px;
}

.service-box-items.style-2.active .icon {
  color: var(--white);
}

.service-box-items.style-2.active .content h6 a {
  color: var(--white);
}

.service-counter-section {
  position: relative;
}

.service-counter-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg6);
  z-index: -1;
  top: 55%;
}

.service-counter-wrapper {
  background-color:#dd3d36;
  padding: 85px;
}

@media (max-width: 1199px) {
  .service-counter-wrapper {
    padding: 50px 35px;
  }
}

@media (max-width: 991px) {
  .service-counter-wrapper {
    padding: 85px;
  }
}

@media (max-width: 575px) {
  .service-counter-wrapper {
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .service-counter-wrapper .service-counter-content {
    text-align: center;
    margin: 0 auto;
  }
}

.service-counter-wrapper .service-counter-items {
  text-align: center;
  position: relative;
  z-index: 9;
  padding-bottom: 50px;
  overflow: hidden;
}

.service-counter-wrapper .service-counter-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #d41124;
  border-radius: 9px;
  z-index: -1;
  top: -50px;
  height: initial;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.service-counter-wrapper .service-counter-items .icon {
  width: 100px;
  height: 100px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white);
  font-size: 56px;
  color:#dd3d36;
  text-align: center;
  margin: 40px auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .service-counter-wrapper .service-counter-items .icon {
    font-size: 38px;
    width: 85px;
    height: 85px;
    line-height: 100px;
    margin: 30px auto;
  }
}

.service-counter-wrapper .service-counter-items .content h2 {
  font-size: 55px;
  color: var(--white);
}

@media (max-width: 1399px) {
  .service-counter-wrapper .service-counter-items .content h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .service-counter-wrapper .service-counter-items .content h2 {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .service-counter-wrapper .service-counter-items .content h2 {
    font-size: 42px;
  }
}

.service-counter-wrapper .service-counter-items .content p {
  color: var(--white);
  font-size: 18px;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .service-counter-wrapper .service-counter-items .content p {
    margin-top: 0;
  }
}

.service-counter-wrapper .service-counter-items:hover::before {
  top: 20%;
  visibility: visible;
  opacity: 1;
}

.service-counter-wrapper .service-counter-items:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.service-counter-wrapper .service-counter-items.active::before {
  top: 20%;
  visibility: visible;
  opacity: 1;
}

.service-wrapper-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 25px;
  margin-top: 30px;
}

@media (max-width: 1399px) {
  .service-wrapper-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.service-text-area .link-btn-2 span {
  color: var(--theme2);
  background-size: 100% 1px;
}

.single-it-service-provide {
  position: relative;
}

.single-it-service-provide .arrow-shape {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 11;
}

@media (max-width: 1399px) {
  .single-it-service-provide .arrow-shape {
    display: none;
  }
}

.single-it-service-provide .arrow-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}

@media (max-width: 1399px) {
  .single-it-service-provide .arrow-shape-2 {
    display: none;
  }
}

.single-it-service-provide .service-bg {
  padding: 130px 110px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .single-it-service-provide .service-bg {
    padding: 80px 80px;
  }
}

@media (max-width: 767px) {
  .single-it-service-provide .service-bg {
    padding: 60px 30px;
  }
}

.single-it-service-provide .service-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#E20935), to(rgba(226, 9, 53, 0)));
  background-image: linear-gradient(90deg, #E20935 0%, rgba(226, 9, 53, 0) 100%);
}

.single-it-service-provide .service-bg .single-provide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 180px;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .single-it-service-provide .service-bg .single-provide-content {
    gap: 100px;
  }
}

@media (max-width: 767px) {
  .single-it-service-provide .service-bg .single-provide-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single-it-service-provide .service-bg .single-provide-content .section-content {
  max-width: 550px;
}

@media (max-width: 767px) {
  .single-it-service-provide .service-bg .single-provide-content .section-content {
    text-align: center;
    margin: 0 auto;
  }
}

.single-it-service-provide .service-bg .single-provide-content .section-content .sub-cont {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
}

.single-it-service-provide .service-bg .single-provide-content .section-content h2 {
  margin-bottom: 25px;
  color: var(--white);
}

.single-it-service-provide .service-bg .single-provide-content .section-content p {
  margin-bottom: 35px;
  color: var(--white);
}

.single-it-service-provide .service-bg .single-provide-content .section-content .bg-style-3::before, .single-it-service-provide .service-bg .single-provide-content .section-content .bg-style-3::after {
  background-color:#dd3d36;
}

.single-it-service-provide .service-bg .single-provide-content .video-btn {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 2;
}

.single-it-service-provide .service-bg .single-provide-content .video-btn a {
  position: relative;
  color: var(--black);
  font-size: 16px;
  z-index: 1;
  background-color: var(--white);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-it-service-provide .service-bg .single-provide-content .video-btn a i {
  color:#dd3d36;
}

.service-provide-2 {
  position: relative;
}

.service-provide-2 .line-shape-2 {
  position: absolute;
  bottom: -85%;
  right: 0;
}

@media (max-width: 1199px) {
  .service-provide-2 .line-shape-2 {
    display: none;
  }
}

.service-provide-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #191919;
}

.single-case-study-wrapper {
  padding: 0 70px;
  position: relative;
}

.single-case-study-wrapper::before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 130%;
  content: "";
  background-color: #191919;
  top: -77%;
  z-index: -1;
}

@media (max-width: 767px) {
  .single-case-study-wrapper {
    padding: 0 0;
  }
}

.single-case-study-wrapper .it-case-study-carousel-active .slick-slide {
  margin: 0 15px;
}

.single-case-study-wrapper .it-case-study-carousel-active .slide-dots {
  text-align: center;
  border: 1px dotted#dd3d36;
  width: 145px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 30px;
}

.single-case-study-wrapper .it-case-study-carousel-active .slide-dots li {
  display: inline-block;
  margin: 13px 5px;
}

.single-case-study-wrapper .it-case-study-carousel-active .slide-dots li button {
  position: relative;
  text-indent: -9999px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--white);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 2px solid#dd3d36;
}

.single-case-study-wrapper .it-case-study-carousel-active .slide-dots li button:hover {
  background-color:#dd3d36;
}

.single-case-study-wrapper .it-case-study-carousel-active .slide-dots li.slick-active button {
  background-color:#dd3d36;
  border-color:#dd3d36;
}

.single-case-study-wrapper .it-case-study-carousel-active .slick-list {
  margin: 0 -15px;
}

.single-it-case-study .case-study-image {
  position: relative;
}

.single-it-case-study .case-study-image img {
  width: 100%;
  height: 100%;
}

.single-it-case-study .case-study-image .case-study-content {
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
  background-color: var(--white);
  padding: 40px 50px;
}

@media (max-width: 575px) {
  .single-it-case-study .case-study-image .case-study-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 25px;
  }
}

.single-it-case-study .case-study-image .case-study-content .arrow-shape {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .single-it-case-study .case-study-image .case-study-content .arrow-shape {
    display: none;
  }
}

.single-it-case-study .case-study-image .case-study-content .icon {
  margin-bottom: 20px;
}

.single-it-case-study .case-study-image .case-study-content .icon img {
  width: initial;
  height: initial;
}

.single-it-case-study .case-study-image .case-study-content h4 a:hover {
  color:#dd3d36;
}

.single-it-case-study .case-study-image .case-study-content p {
  margin-bottom: 15px;
}

.service-visa-items {
  margin-top: 30px;
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  border-radius: 10px;
}

.service-visa-items .service-visa-thumb {
  position: relative;
  overflow: hidden;
}

.service-visa-items .service-visa-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
}

.service-visa-items .service-visa-thumb img:nth-child(1) {
  -webkit-perspective: 300px;
          perspective: 300px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
          transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
}

.service-visa-items .service-visa-thumb img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: top 700ms ease, -webkit-transform 700ms ease;
  transition: top 700ms ease, -webkit-transform 700ms ease;
  transition: transform 700ms ease, top 700ms ease;
  transition: transform 700ms ease, top 700ms ease, -webkit-transform 700ms ease;
  -webkit-transform: translateX(0%) translateX(150px) scaleX(0) rotateY(90deg);
          transform: translateX(0%) translateX(150px) scaleX(0) rotateY(90deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  width: 100%;
}

.service-visa-items .service-visa-thumb .image-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 32, 61, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  border-radius: 10px 10px 0 0;
  font-size: 32px;
  color: var(--white);
}

.service-visa-items .service-visa-content {
  padding: 30px;
}

.service-visa-items .service-visa-content h3 {
  margin-bottom: 5px; font-weight: 400; font-size: 30px;
}

.service-visa-items .service-visa-content h3 a:hover {
  color:#dd3d36;
}

.service-visa-items .service-visa-content p {
  margin-bottom: 20px;
}

.service-visa-items:hover .service-visa-thumb img:nth-child(1) {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: translateX(-100%) translateX(150px) scaleX(0) rotateY(90deg);
          transform: translateX(-100%) translateX(150px) scaleX(0) rotateY(90deg);
}

.service-visa-items:hover .service-visa-thumb img:nth-child(2) {
  -webkit-transition: top 500ms ease, -webkit-transform 500ms ease;
  transition: top 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, top 500ms ease;
  transition: transform 500ms ease, top 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
          transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
}

.service-visa-items:hover .service-visa-thumb .image-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.visa-service-section-2 {
  position: relative;
  z-index: 9;
}

.visa-service-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: #09161d;
  opacity: .8;
}

.visa-service-section-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  z-index: -1;
  top: 75%;
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories {
  margin-bottom: 30px;
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories ul li {
  padding:15px 20px;
  background-color: #dd3d36;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--border);
  border-radius:6px;
  font-size: 22xpx;
  line-height: 1;
  position: relative; 
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories ul li a {
  color:#fff;
}

/*.visa-details-wrapper .visa-sidebar .visa-widget-categories ul li span {
  position: absolute;
  width: 60px;
  line-height: 55px;
  height: 100%;
  content: "";
  background-color:#dd3d36;
  right: 0;
  top: 0;
  text-align: center;
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}*/

.visa-details-wrapper .visa-sidebar .visa-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories ul li:hover {
  background-color:#dd3d36;
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories ul li:hover a {
  color: var(--white);
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories ul li:hover span {
  background-color: var(--header);
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories ul li.active {
  background-color:#dd3d36;
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories ul li.active a {
  color: var(--white);
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories ul li.active span {
  color: var(--white);
}

.visa-details-wrapper .visa-sidebar .visa-sidebar-widget {
  margin-bottom: 30px;
}

.visa-details-wrapper .visa-sidebar .visa-sidebar-widget .contact-bg {
  padding: 50px 30px;
  position: relative;
  z-index: 9;
}

.visa-details-wrapper .visa-sidebar .visa-sidebar-widget .contact-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.06%, #16171A), color-stop(99.93%, rgba(22, 23, 26, 0)));
  background: linear-gradient(90deg, #16171A 0.06%, rgba(22, 23, 26, 0) 99.93%);
}

.visa-details-wrapper .visa-sidebar .visa-sidebar-widget .contact-bg h4 {
  color: var(--white);
  margin-bottom: 10px;
}

.visa-details-wrapper .visa-sidebar .visa-sidebar-widget .contact-bg h3 {
  margin-bottom: 10px;
}

.visa-details-wrapper .visa-sidebar .visa-sidebar-widget .contact-bg h3 a {
  color: var(--white);
}

.visa-details-wrapper .visa-sidebar .visa-sidebar-widget .contact-bg p {
  color: var(--white);
  margin-bottom: 30px;
}

.visa-details-wrapper .service-details-items .details-image img {
  width: 100%;
  height: 100%; border-radius:40px;
}

.visa-details-wrapper .service-details-items .details-content {
  margin-top:0px;
}


.visa-details-wrapper .service-details-items .details-content p{text-align: justify;
   font-size: 20px;
    line-height: 28px; margin-bottom: 20px;}






.visa-details-wrapper .service-details-items .details-content h3 {
  font-size: 36px;
}

.visa-details-wrapper .service-details-items .details-content .single-icon-items {
  margin-top: 30px;
}

.visa-details-wrapper .service-details-items .details-content .single-icon-items .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border: 1px solid #e1e8e4;
  padding: 16px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.visa-details-wrapper .service-details-items .details-content .single-icon-items .icon-box:not(:last-child) {
  margin-bottom: 20px;
}

.visa-details-wrapper .service-details-items .details-content .single-icon-items .icon-box i {
  color:#dd3d36;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.visa-details-wrapper .service-details-items .details-content .single-icon-items .icon-box:hover {
  background-color:#dd3d36;
}

.visa-details-wrapper .service-details-items .details-content .single-icon-items .icon-box:hover i {
  color: var(--white);
}

.visa-details-wrapper .service-details-items .details-content .single-icon-items .icon-box:hover h6 {
  color: var(--white);
}

.coaching-card-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
  padding: 40px 30px;
}

.coaching-card-items::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(65%);
  border-radius: 14px;
  background-color: var(--white);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  z-index: -1;
}

@media (max-width: 575px) {
  .coaching-card-items::before {
    height: calc(60%);
  }
}

.coaching-card-items .coacing-image {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

.coaching-card-items .coacing-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.coaching-card-items .icon {
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  font-size: 32px;
  background-color:#dd3d36;
  color: var(--white);
  text-align: center;
  margin: -40px auto 0;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.coaching-card-items .content {
  margin-top: 20px;
}

.coaching-card-items .content h3 {
  margin-bottom: 5px;
}

.coaching-card-items .content h3 a:hover {
  color:#dd3d36;
}

.coaching-card-items:hover::before {
  height: calc(100%);
  background-color:#dd3d36;
}

.coaching-card-items:hover .icon {
  background-color: var(--white);
  color:#dd3d36;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.coaching-card-items:hover .content h3 a {
  color: var(--white);
}

.coaching-card-items:hover .content p {
  color: var(--white);
}

.coaching-card-items.active::before {
  height: calc(100%);
  background-color:#dd3d36;
}

.coaching-card-items.active .icon {
  background-color: var(--white);
  color:#dd3d36;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.coaching-card-items.active .content h3 a {
  color: var(--white);
}

.coaching-card-items.active .content p {
  color: var(--white);
}

.coaching-box-items {
  margin-top: 30px;
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  border-radius: 10px;
}

.coaching-box-items .coaching-image {
  position: relative;
  overflow: hidden;
}

.coaching-box-items .coaching-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
}

.coaching-box-items .coaching-image img:nth-child(1) {
  -webkit-perspective: 300px;
          perspective: 300px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
          transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
}

.coaching-box-items .coaching-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: top 700ms ease, -webkit-transform 700ms ease;
  transition: top 700ms ease, -webkit-transform 700ms ease;
  transition: transform 700ms ease, top 700ms ease;
  transition: transform 700ms ease, top 700ms ease, -webkit-transform 700ms ease;
  -webkit-transform: translateX(0%) translateX(150px) scaleX(0) rotateY(90deg);
          transform: translateX(0%) translateX(150px) scaleX(0) rotateY(90deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  width: 100%;
}

.coaching-box-items .coaching-image .image-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 32, 61, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  border-radius: 10px 10px 0 0;
  font-size: 32px;
  color: var(--white);
}

.coaching-box-items .coaching-image .price {
  width: 109px;
  height: 109px;
  background:#dd3d36;
  border: 2px solid var(--white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  border-radius: 50%;
  padding: 21px 0 0 16px;
  position: absolute;
  right: -35px;
  bottom: -41px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  color: var(--white);
}

.coaching-box-items .content {
  padding: 25px;
}

.coaching-box-items .content h4 {
  margin-bottom: 5px;
}

.coaching-box-items .content h4 a:hover {
  color:#dd3d36;
}

.coaching-box-items .content p {
  margin-bottom: 15px;
}

.coaching-box-items:hover .coaching-image img:nth-child(1) {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: translateX(-100%) translateX(150px) scaleX(0) rotateY(90deg);
          transform: translateX(-100%) translateX(150px) scaleX(0) rotateY(90deg);
}

.coaching-box-items:hover .coaching-image img:nth-child(2) {
  -webkit-transition: top 500ms ease, -webkit-transform 500ms ease;
  transition: top 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, top 500ms ease;
  transition: transform 500ms ease, top 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
          transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
}

.coaching-box-items:hover .coaching-image .image-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.coaching-box-items:hover .coaching-image .price {
  width: 109px;
  height: 109px;
  background: var(--white);
  border: 2px solid#dd3d36;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  border-radius: 50%;
  padding: 21px 0 0 16px;
  position: absolute;
  right: -35px;
  bottom: -41px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  color: var(--header);
}

.coaching-box-items-2 {
  margin-top: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  position: relative;
  z-index: 7;
}

@media (max-width: 767px) {
  .coaching-box-items-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.coaching-box-items-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: initial;
  width: 80%;
}

@media (max-width: 767px) {
  .coaching-box-items-2::before {
    width: 100%;
  }
}

.coaching-box-items-2 .coaching-image {
  width: 180px;
  height: 180px;
}

.coaching-box-items-2 .coaching-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.coaching-box-items-2 .coaching-content {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

@media (max-width: 767px) {
  .coaching-box-items-2 .coaching-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.coaching-box-items-2 .coaching-content h3 {
  margin-bottom: 7px;
}

.coaching-box-items-2:hover::before {
  width: 100%;
  background-color:#dd3d36;
}

.coaching-box-items-2:hover .coaching-content h3 a {
  color: var(--white);
}

.coaching-box-items-2:hover .coaching-content p {
  color: var(--white);
}

.coaching-box-items-2:hover .coaching-content .link-btn {
  color: var(--white);
}

.coaching-box-items-2:hover .coaching-content .link-btn i {
  background-color: var(--white);
  color: var(--header);
}

.coaching-details-wrapper .coaching-details-items .details-image img {
  width: 100%;
  height: 100%;
}

.coaching-details-wrapper .coaching-details-items .details-content {
  margin-top: 30px;
}

.coaching-details-wrapper .coaching-details-items .details-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.coaching-details-wrapper .coaching-details-items .details-content .details-thumb-2 img {
  width: 100%;
  height: 100%;
}

.coaching-details-wrapper .coaching-details-items .details-content .thumb-2 {
  position: relative;
}

.coaching-details-wrapper .coaching-details-items .details-content .thumb-2 img {
  width: 100%;
  height: 100%;
}

.coaching-details-wrapper .coaching-details-items .details-content .thumb-2 .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.coaching-details-wrapper .coaching-details-items .details-content .thumb-2 .video-box .video-btn {
  background-color:#dd3d36;
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
}

.coaching-details-wrapper .coaching-details-items .details-content .thumb-2 .video-box .ripple::before, .coaching-details-wrapper .coaching-details-items .details-content .thumb-2 .video-box .ripple::after {
  height: 80px;
  width: 80px;
}

.coaching-details-wrapper .coaching-details-items .details-content .content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.coaching-details-wrapper .coaching-details-items .details-content .content ul li {
  color: var(--header);
}

.coaching-details-wrapper .coaching-details-items .details-content .content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.coaching-details-wrapper .coaching-details-items .details-content .content ul li i {
  color:#dd3d36;
  margin-right: 5px;
}

.coaching-details-wrapper .country-sidebar .single-contact-form {
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  padding: 35px;
}

.coaching-details-wrapper .country-sidebar .single-contact-form .wid-title {
  margin-bottom: 20px;
}

.coaching-details-wrapper .country-sidebar .single-contact-form .single-form-input input, .coaching-details-wrapper .country-sidebar .single-contact-form .single-form-input textarea {
  border: none;
  padding: 14px 20px;
  background-color: var(--bg);
  width: 100%;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--text);
  outline: none;
}

.coaching-details-wrapper .country-sidebar .single-contact-form .single-form-input textarea {
  padding-bottom: 90px;
}

.coaching-details-wrapper .country-sidebar .single-contact-form .theme-btn {
  padding: 16px 40px;
}

.coaching-details-wrapper .country-sidebar .country-sidebar-widget {
  margin-top: 30px;
  margin-bottom: 30px;
}

.coaching-details-wrapper .country-sidebar .country-sidebar-widget .contact-bg {
  padding: 120px 40px;
  position: relative;
  z-index: 9;
}

.coaching-details-wrapper .country-sidebar .country-sidebar-widget .contact-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--black);
  opacity: .5;
  z-index: -1;
}

.coaching-details-wrapper .country-sidebar .country-sidebar-widget .contact-bg h2 {
  font-size: 60px;
  color: var(--white);
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .coaching-details-wrapper .country-sidebar .country-sidebar-widget .contact-bg h2 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .coaching-details-wrapper .country-sidebar .country-sidebar-widget .contact-bg h2 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .coaching-details-wrapper .country-sidebar .country-sidebar-widget .contact-bg h2 {
    font-size: 32px;
  }
}

.coaching-details-wrapper .country-sidebar .country-sidebar-widget .contact-bg h3 {
  color: var(--white);
  margin-bottom: 5px;
}

.counter-section {
  position: relative; background: url(../img/BTgrpM9kc.jpg) center center no-repeat fixed; background-size: 100%;
}

.counter-section .line-shape {
  position: absolute;
  top: -15%;
  left: 0;
}

@media (max-width: 1399px) {
  .counter-section .line-shape {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .counter-section .line-shape {
    display: none;
  }
}

.counter-section .line-shape img {
  width: 100%;
  height: 100%;
}

.counter-wrapper .counter-items {
  position: relative;
  padding-bottom: 45px;
}

.counter-wrapper .counter-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background:rgba(255,255,255,0.7);
  border-radius: 9px;
  top: 60px;
  height: initial;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-wrapper .counter-items .icon {
  width: 106px;
  height: 106px;
  line-height: 122px;
  background-color: var(--white);
  color:#dd3d36;
  text-align: center;
  border-radius: 50%;
  font-size: 56px;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.counter-wrapper .counter-items .icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-wrapper .counter-items .content {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

.counter-wrapper .counter-items .content h2 {
  font-size:30px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .counter-wrapper .counter-items .content h2 {
    font-size: 52px;
  }
}

@media (max-width: 575px) {
  .counter-wrapper .counter-items .content h2 {
    font-size: 48px;
  }
}

.counter-wrapper .counter-items .content p {
  font-size: 20px;
  font-weight: 500;
}

.counter-wrapper .counter-items:hover::before {
  background-color:#dd3d36;
}

.counter-wrapper .counter-items:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.counter-wrapper .counter-items:hover .content h2, .counter-wrapper .counter-items:hover .content p {
  color: var(--white);
}

.counter-section-2 {
  position: relative;
}

.counter-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg6);
  z-index: -1;
  top: 60%;
}

.counter-wrapper-2 {
  padding: 65px 105px;
  background-color: var(--theme2);
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .counter-wrapper-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 50px;
    gap: 30px;
  }
}

@media (max-width: 470px) {
  .counter-wrapper-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.counter-wrapper-2 .counter-items:not(:last-child) {
  border-right: 1px solid #ffffff1a;
  padding-right: 80px;
}

@media (max-width: 1199px) {
  .counter-wrapper-2 .counter-items:not(:last-child) {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .counter-wrapper-2 .counter-items:not(:last-child) {
    border: none;
    padding-right: 0;
  }
}

.counter-wrapper-2 .counter-items .icon {
  font-size: 52px;
  color: var(--white);
}

.counter-wrapper-2 .counter-items .content {
  margin-top: 25px;
}

@media (max-width: 575px) {
  .counter-wrapper-2 .counter-items .content {
    margin-top: 15px;
  }
}

.counter-wrapper-2 .counter-items .content h2 {
  font-size: 50px;
  color: var(--white);
  font-weight: 600;
}

@media (max-width: 575px) {
  .counter-wrapper-2 .counter-items .content h2 {
    font-size: 38px;
  }
}

.counter-wrapper-2 .counter-items .content p {
  color: var(--white);
  margin-top: 10px;
  font-size: 18px;
}

@media (max-width: 575px) {
  .counter-wrapper-2 .counter-items .content p {
    font-size: 16px; word-break: break-all;
  }
}

.countries-card-items {
  display: -webkit-box;
  display: -ms-flexbox;
 /* display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  margin-top: 30px;
  padding:10px 15px;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

 


@media (max-width: 991px) {
  .countries-card-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.countries-card-items .thumb {
  width:40px;
  height:40px;
}

.countries-card-items .thumb img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.countries-card-items .content h3 {
  margin-bottom: 5px;
  font-size:20px;
    font-weight:600;
    font-family: "Inter", sans-serif;

}

.countries-card-items .content h3 a:hover {
  color:#dd3d36;
}

.countries-card-items:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.countries-card-items:hover .thumb img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.country-box-items {
  position: relative;
  z-index: 9;
  text-align: center;
  margin-top: 30px;
  padding: 30px 15px;
}

.country-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  z-index: -1;
  border-radius: 10px;
  top: 100px;
  height: initial;
}

.country-box-items .flag-thumb img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.country-box-items .flag-content {
  margin-top: 20px;
}

.country-box-items .flag-content h3 {
  margin-bottom: 5px;
}

.country-box-items .flag-content h3 a:hover {
  color:#dd3d36;
}

.country-box-items:hover .flag-thumb img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.country-box-items.style-2 {
  margin-bottom: 30px;
}

.country-box-items.style-2::before {
  background-color: var(--white);
  top: initial;
  height: 65%;
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.country-box-items.style-2:hover::before {
  background-color:#dd3d36;
  height: 100%;
}

.country-box-items.style-2:hover .flag-content h3 a {
  color: var(--white);
}

.country-box-items.style-2:hover .flag-content p {
  color: var(--white);
}

.country-section-4 {
  margin-bottom: -30px;
}

.country-section-4 .swiper-slide.swiper-slide-active .country-box-items.style-2::before {
  background-color:#dd3d36;
  height: 100%;
}

.country-section-4 .swiper-slide.swiper-slide-active .country-box-items.style-2 .flag-thumb img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.country-section-4 .swiper-slide.swiper-slide-active .country-box-items.style-2 .flag-content h3 a {
  color: var(--white);
}

.country-section-4 .swiper-slide.swiper-slide-active .country-box-items.style-2 .flag-content p {
  color: var(--white);
}

.single-country-items {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 10px;
}

.single-country-items .country-image {
  position: relative;
}

.single-country-items .country-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}

.single-country-items .country-image .flag {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  line-height: 50px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

.single-country-items .country-image .flag img {
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-country-items .contry-content {
  text-align: center;
  padding: 30px 25px 20px;
}

.single-country-items .contry-content h3 {
  margin-bottom: 5px;
}

.single-country-items .contry-content h3 a:hover {
  color:#dd3d36;
}

.single-country-items:hover .country-image .flag img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.country-details-wrapper .country-details-items .country-content {
  margin-bottom: 40px;
}

.country-details-wrapper .country-details-items .country-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.country-details-wrapper .country-details-items .details-image {
  margin-bottom: 40px;
}

.country-details-wrapper .country-details-items .details-image img {
  width: 100%;
  height: 100%;
}

.country-details-wrapper .country-details-items .thumb-2 {
  position: relative;
}

.country-details-wrapper .country-details-items .thumb-2 img {
  width: 100%;
  height: 100%;
}

.country-details-wrapper .country-details-items .thumb-2 .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.country-details-wrapper .country-details-items .thumb-2 .video-box .video-btn {
  background-color:#dd3d36;
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
}

.country-details-wrapper .country-details-items .thumb-2 .video-box .ripple::before, .country-details-wrapper .country-details-items .thumb-2 .video-box .ripple::after {
  height: 80px;
  width: 80px;
}

.country-details-wrapper .country-details-items .content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.country-details-wrapper .country-details-items .content ul li {
  color: var(--header);
}

.country-details-wrapper .country-details-items .content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.country-details-wrapper .country-details-items .content ul li i {
  color:#dd3d36;
  margin-right: 5px;
}

.country-details-wrapper .country-sidebar .single-contact-form {
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  padding: 35px;
}

.country-details-wrapper .country-sidebar .single-contact-form .wid-title {
  margin-bottom: 20px;
}

.country-details-wrapper .country-sidebar .single-contact-form .single-form-input input, .country-details-wrapper .country-sidebar .single-contact-form .single-form-input textarea {
  border: none;
  padding: 14px 20px;
  background-color: var(--bg);
  width: 100%;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--text);
  outline: none;
}

.country-details-wrapper .country-sidebar .single-contact-form .single-form-input textarea {
  padding-bottom: 90px;
}

.country-details-wrapper .country-sidebar .single-contact-form .theme-btn {
  padding: 16px 40px;
}

.country-details-wrapper .country-sidebar .country-sidebar-widget {
  margin-top: 30px;
  margin-bottom: 30px;
}

.country-details-wrapper .country-sidebar .country-sidebar-widget .contact-bg {
  padding: 120px 40px;
  position: relative;
  z-index: 9;
}

.country-details-wrapper .country-sidebar .country-sidebar-widget .contact-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--black);
  opacity: .5;
  z-index: -1;
}

.country-details-wrapper .country-sidebar .country-sidebar-widget .contact-bg h2 {
  font-size: 60px;
  color: var(--white);
  margin-bottom: 30px;
}

.country-details-wrapper .country-sidebar .country-sidebar-widget .contact-bg h3 {
  color: var(--white);
  margin-bottom: 5px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px#dd3d36;
          box-shadow: inset 0 0 5px#dd3d36;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:#dd3d36;
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-100 {
  margin-left: 100px;
}

.video-pulse::after,
.video-pulse::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  border: 1px solid var(--white);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.video-pulse::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ripple {
  position: relative;
}

.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(214, 17, 30, 0.5);
          box-shadow: 0 0 0 0 rgba(214, 17, 30, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.mt-10 {
  margin-top: 10px;
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.nice-select {
  color: var(--text);
  background-color: transparent;
  font-size: 16px;
  width: unset;
  outline: none;
 /* padding: 18px 30px;*/
  border: none;
  border: 1px solid #E4E4E4;
  font-weight: 500;
  color: var(--text);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .nice-select {
    padding: 12px 20px;
  }
}

.nice-select span {
  color: var(--text);
  font-size: 16px;
  margin-bottom: 0 !important;
  font-weight: 500;
}

.nice-select:hover::after {
  border-bottom: 1px solid var(--text);
  border-right: 1px solid var(--text);
}

.nice-select option {
  color: var(--text);
}

.nice-select .current {
  margin-right: 12px;
}

.nice-select:after {
  right: 23px;
  border-bottom: 1px solid var(--text);
  border-right: 1px solid var(--text);
  width: 10px;
  height: 10px;
}

.nice-select.open .list {
  background: var(--bg);
  margin-top: 16px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}

.nice-select .option.selected.focus {
  background: var(--bg);
  outline: none;
  color:#dd3d36;
  text-transform: capitalize;
  font-size: 16px;
}

.nice-select .option {
  border: none;
}

.nice-select .option:hover {
  background: transparent;
}

.head-color {
  color: var(--header);
}

.theme-color-1 {
  color:#dd3d36 !important;
}

.border-none {
  border-top: none !important;
}

.mbm-10 {
  margin-bottom: -20px;
}

.ml-30 {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .ml-30 {
    margin-left: 0;
  }
}

.box-shadow {
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
}

.team-box-items {
  margin-top: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-box-items.style-2 {
  margin-top: 60px;
}

.team-box-items .team-image {
  position: relative;
  overflow: hidden;
}

.team-box-items .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-box-items .team-image::after {
  background: linear-gradient(90deg, rgba(var(--white-rgb, 255, 255, 255), 0.13) 0px, rgba(var(--white-rgb, 255, 255, 255), 0.13) 77%, rgba(var(--white-rgb, 255, 255, 255), 0.3) 92%, rgba(var(--white-rgb, 255, 255, 255), 0));
  content: "";
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 200%;
}

.team-box-items .team-image .social-icon {
  gap: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  z-index: 9;
}

.team-box-items .team-image .social-icon li {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  cursor: pointer;
  background-color:#dd3d36;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
}

.team-box-items .team-image .social-icon li:hover {
  background-color: var(--header);
}

.team-box-items .team-image .social-icon li:hover i {
  color: var(--white);
}

.team-box-items .team-image .social-icon li a i {
  color: var(--white);
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-box-items .team-content {
  margin-top: 20px;
}

.team-box-items .team-content h3 {
  margin-bottom: 5px;
}

.team-box-items .team-content h3 a:hover {
  color:#dd3d36;
}

.team-box-items:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.team-box-items:hover .team-image::after {
  left: -30%;
  opacity: 1;
  top: -20%;
  -webkit-transition-duration: 0.5s, 0.5s, 0.15s;
          transition-duration: 0.5s, 0.5s, 0.15s;
  -webkit-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.team-box-items:hover .team-image .social-icon li {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.single-team-items {
  margin-top: 30px;
}

.single-team-items .team-image {
  position: relative;
}

.single-team-items .team-image img {
  width: 100%;
  height: 100%;
}

.single-team-items .team-image .social-profile {
  position: absolute;
  right: 30px;
  top: 30px;
  content: "";
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
}

.single-team-items .team-image .social-profile ul {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.single-team-items .team-image .social-profile ul li:not(:last-child) {
  margin-bottom: 10px;
}

.single-team-items .team-image .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: block;
  background: var(--white);
  color: var(--header);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
  margin: 0 auto;
}

.single-team-items .team-image .social-profile ul li a:hover {
  background-color:#dd3d36;
  color: var(--white);
}

.single-team-items .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  background:#dd3d36;
  color: var(--white);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 10px;
}

.single-team-items .team-image .social-profile:hover ul {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-team-items .team-content {
  background-color: var(--white);
  padding: 20px;
  margin: -50px 20px 0;
  position: relative;
  z-index: 9;
}

.single-team-items .team-content h5 {
  margin-bottom: 5px;
}

.single-team-items .team-content h5 a:hover {
  color:#dd3d36;
}

.team-card-items {
  margin-top: 30px;
  border: 1px solid #ffffff1a;
}

.team-card-items .team-content {
  padding: 40px;
}

.team-card-items .team-content h4 {
  margin-bottom: 5px;
}

.team-card-items .team-content h4 a {
  color: var(--white);
}

.team-card-items .team-image {
  position: relative;
  padding: 0 20px 20px 20px;
}

.team-card-items .team-image img {
  width: 100%;
  height: 100%;
}

.team-card-items .team-image .social-profile {
  position: absolute;
  left: 20px;
  bottom: 20px;
  content: "";
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team-card-items .team-image .social-profile ul {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
}

.team-card-items .team-image .social-profile ul li a {
  padding: 8px 15px;
  text-align: center;
  font-size: 14px;
  display: block;
  background: var(--white);
  color: var(--header);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  color: var(--text);
}

.team-card-items .team-image .social-profile ul li a:hover {
  color: var(--theme2);
}

.team-card-items .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: var(--theme2);
  color: var(--white);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.team-card-items .team-image .social-profile:hover ul {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-box-items-2 {
  margin-top: 30px;
}

.team-box-items-2 .team-thumb img {
  width: 100%;
  height: 100%;
}

.team-box-items-2 .team-content {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 20%);
          clip-path: polygon(100% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 20%);
  background-color: var(--white);
  padding: 55px 0px 30px;
  margin: -80px 20px 0;
  text-align: center;
}

.team-box-items-2 .team-content h3 {
  font-size: 22px;
}

.team-box-items-2 .team-content h3 a:hover {
  color:#dd3d36;
}

.team-box-items-2 .team-content .social-icon {
  gap: 10px;
  margin-top: 15px;
}

.team-box-items-2 .team-content .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--header);
  display: inline-block;
}

.team-box-items-2 .team-content .social-icon a:hover {
  background-color:#dd3d36;
  color: var(--white);
}

.team-details-wrapper .team-image {
  height: 525px;
}

@media (max-width: 575px) {
  .team-details-wrapper .team-image {
    height: 400px;
  }
  .team-details-wrapper .team-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.team-details-wrapper .team-details-content .star a {
  font-size: 14px;
  color: var(--header);
}

.team-details-wrapper .team-details-content .star a i {
  color: var(--ratting);
}

.team-details-wrapper .team-details-content h3 {
  margin-bottom: 5px;
  font-size: 44px;
}

@media (max-width: 767px) {
  .team-details-wrapper .team-details-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .team-details-wrapper .team-details-content h3 {
    font-size: 24px;
  }
}

.team-details-wrapper .team-details-content span {
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}

.team-details-wrapper .team-details-content .social-icon {
  margin-top: 40px;
  gap: 15px;
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .team-details-wrapper .team-details-content .social-icon {
    margin-top: 20px;
  }
}

.team-details-wrapper .team-details-content .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--bg);
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
}

.team-details-wrapper .team-details-content .social-icon a:hover {
  background-color:#dd3d36;
  color: var(--white);
}

.team-skill {
  background-color:#dd3d36;
}

.team-skill-wrapper .team-skill-content h3 {
  color: var(--white);
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

@media (max-width: 1199px) {
  .team-skill-wrapper .team-skill-content h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .team-skill-wrapper .team-skill-content h3 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .team-skill-wrapper .team-skill-content h3 {
    font-size: 24px;
  }
}

.team-skill-wrapper .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}

.team-skill-wrapper .progress-wrap .pro-items .pro-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.team-skill-wrapper .progress-wrap .pro-items .pro-head .point {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}

.team-skill-wrapper .progress-wrap .pro-items .pro-head .title {
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.team-skill-wrapper .progress-wrap .pro-items .progress {
  background: var(--white);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6px;
  width: 100%;
}

.team-skill-wrapper .progress-wrap .pro-items .progress-value {
  -webkit-animation: load 3s normal forwards;
          animation: load 3s normal forwards;
  -webkit-box-shadow: 0 10px 40px -10px var(--white);
          box-shadow: 0 10px 40px -10px var(--white);
  border-radius: 0;
  background: var(--white);
  height: 6px;
  width: 0;
}

.team-skill-wrapper .progress-wrap .pro-items .style-two {
  -webkit-animation: load2 3s normal forwards;
          animation: load2 3s normal forwards;
}

@-webkit-keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 65%;
  }
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 65%;
  }
}

@-webkit-keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}

@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}

.team-contact-wrapper .get-touch-items .get-touch-title h2 {
  margin-bottom: 10px;
}

.team-contact-wrapper .get-touch-items .contact-items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}

@media (max-width: 575px) {
  .team-contact-wrapper .get-touch-items .contact-items {
    margin-top: 20px;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.team-contact-wrapper .get-touch-items .contact-items .contact-info h4 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 22px;
}

.team-contact-wrapper .get-touch-items .contact-items .contact-info h5 {
  text-transform: capitalize;
  font-size: 18px;
}

.team-contact-wrapper .get-touch-items .contact-items .contact-info .social-icon {
  gap: 15px;
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .team-contact-wrapper .get-touch-items .contact-items .contact-info .social-icon {
    margin-top: 20px;
  }
}

.team-contact-wrapper .get-touch-items .contact-items .contact-info .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--bg);
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
}

.team-contact-wrapper .get-touch-items .contact-items .contact-info .social-icon a:hover {
  background-color:#dd3d36;
  color: var(--white);
}

.team-button {
  text-align: center;
  margin-top: 30px;
}

.team-section {
  position: relative;
}

.team-section .dot-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.faq-content .accordion-item {
  border: 0;
  margin-top: 20px;
  border-radius: 10px;
  background-color: var(--white);
  border: 1px solid var(--border2);
  border-radius: 9px;
  padding: 16px 30px;
}

@media (max-width: 575px) {
  .faq-content .accordion-item {
    margin-top: 10px;
  }
}

.faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: bold;
  color: var(--header);
  letter-spacing: -.2px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 10px 0;
  font-size: 20px;
}

.faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  color: var(--header);
}

.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 30px;
  padding-left: 0;
  padding-top: 5px;
  color: var(--text);
}

@media (max-width: 1199px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 0;
  }
}

.faq-content.style-2 .accordion-item {
  background-color: var(--white);
  -webkit-box-shadow: 0px 14px 50px #E4E9F1;
          box-shadow: 0px 14px 50px #E4E9F1;
  border: 1px solid var(--border);
  border-radius: 4px;
}

.faq-content.style-2 .accordion-item .accordion-header .accordion-button::after {
  content: "\f078";
  width: 37px;
  height: 37px;
  background-color: var(--theme2);
  text-align: center;
  line-height: 37px;
  color: var(--white);
  border-radius: 4px;
}

.faq-content.style-2 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f077";
  background: #00205B;
}

.faq-content.style-2 .accordion-item .accordion-collapse .accordion-body {
  color: #5A627D;
}

.faq-content.style-color .accordion-item .accordion-header .accordion-button::after {
  background-color:#dd3d36;
}

.faq-content.style-color .accordion-item .accordion-collapse .accordion-body {
  color: #5A627D;
}

.faq-section-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F6F6F6));
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
}

.faq-wrapper .single-tab-items .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.faq-wrapper .single-tab-items .nav .nav-link {
  text-align: center;
  padding: 8px 25px;
  background-color: #EDF2F6;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--header);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 991px) {
  .faq-wrapper .single-tab-items .nav .nav-link {
    padding: 14px 45px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .faq-wrapper .single-tab-items .nav .nav-link {
    padding: 14px 30px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .faq-wrapper .single-tab-items .nav .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.faq-wrapper .single-tab-items .nav .nav-link.active {
  position: relative;
  background-color:#dd3d36;
  color: var(--white);
}

.faq-wrapper .faq-content .accordion-item {
  border-radius: 0;
  border-bottom: 1px solid var(--border2) !important;
  border: 0;
  padding: 20px 0;
  margin-top: 0;
}

.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
}

.faq-images img {
  width: 100%;
  height: 100%;
}

.cta-banner-section {
  position: relative;
  background-attachment: fixed;
}

.cta-banner-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: var(--color-gradient-2);
}

.cta-banner-wrapper .video-box {
  text-align: center;
  margin: 0 auto;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .cta-banner-wrapper .video-box {
    padding: 100px 0;
  }
}

@media (max-width: 575px) {
  .cta-banner-wrapper .video-box {
    padding: 80px 0;
  }
}

.cta-banner-wrapper .video-box .video-buttton {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color:#dd3d36;
  display: inline-block;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .cta-banner-wrapper .video-box .video-buttton {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}

@media (max-width: 767px) {
  .cta-banner-wrapper .video-box .video-buttton {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .cta-banner-wrapper .video-box .video-buttton {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.cta-banner-wrapper .video-box .ripple::before, .cta-banner-wrapper .video-box .ripple::after {
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}

@media (max-width: 1199px) {
  .cta-banner-wrapper .video-box .ripple::before, .cta-banner-wrapper .video-box .ripple::after {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .cta-banner-wrapper .video-box .ripple::before, .cta-banner-wrapper .video-box .ripple::after {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 575px) {
  .cta-banner-wrapper .video-box .ripple::before, .cta-banner-wrapper .video-box .ripple::after {
    width: 70px;
    height: 70px;
  }
}

.cta-chat-wrapper {
  background-color:#dd3d36;
  padding: 55px 40px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  .cta-chat-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .cta-chat-wrapper {
    text-align: center;
  }
}

.cta-chat-wrapper .chat-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

@media (max-width: 1199px) {
  .cta-chat-wrapper .chat-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.cta-chat-wrapper .chat-items .icon {
  font-size: 52px;
  color: var(--white);
}

.cta-chat-wrapper .chat-items .content h3 {
  font-size: 36px;
  color: var(--white);
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .cta-chat-wrapper .chat-items .content h3 {
    font-size: 28px;
  }
}

.cta-chat-wrapper .chat-items .content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.52);
}

.cta-chat-wrapper.style-2 {
  background-color: var(--theme2);
}

.cta-chat-section-2 {
  position: relative;
}

.cta-chat-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg6);
  z-index: -1;
  height: 50%;
}

.cta-banner-2 {
  background-color:#dd3d36;
  max-width: 800px;
  margin: 60px auto;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 30px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .cta-banner-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}

.cta-banner-2 .cta-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .cta-banner-2 .cta-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cta-banner-2 .cta-items .content p {
  font-weight: 600;
  color: #C5C3C3;
}

@media (max-width: 470px) {
  .cta-banner-2 .cta-items .content p {
    text-align: center;
  }
}

.cta-banner-2 .cta-items .content h6 {
  font-size: 16px;
  color: var(--white);
}

.cta-banner-2 .theme-btn {
  line-height: 1;
}

.cta-banner-style-1 {
  position: relative;
  z-index: 99;
  padding: 60px 100px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  .cta-banner-style-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 55px;
  }
}

@media (max-width: 991px) {
  .cta-banner-style-1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cta-banner-style-1 {
    padding: 50px;
  }
}

@media (max-width: 575px) {
  .cta-banner-style-1 {
    padding: 40px;
  }
}

.cta-banner-style-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color:#dd3d36;
  opacity: .9;
}

.cta-banner-section-4 {
  position: relative;
  z-index: 9;
}

.cta-banner-section-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg4);
  top: 50%;
  z-index: -1;
}

.cta-banner-contact-section {
  position: relative;
  z-index: 2;
  background-attachment: fixed; padding: 120px 0px; 
}

.cta-banner-contact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(0.06%, #16171A), color-stop(99.93%, rgba(22, 23, 26, 0)));
  background: linear-gradient(90deg, #16171A 0.06%, rgba(22, 23, 26, 0) 99.93%);
  z-index: -1;
}

.cta-banner-concat-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .cta-banner-concat-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.cta-banner-concat-wrapper h2 {
  color: var(--white);
  font-size:60px; font-weight: 700;
}

@media (max-width: 767px) {
  .cta-banner-concat-wrapper h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .cta-banner-concat-wrapper h2 {
    font-size: 32px;
  }
}

.marque-section {
  position: relative;
  background:#dd3d36 /*url(../img/banbow_bg.jpg) no-repeat*/;
  padding:20px 0;
  /*margin-bottom: 50px;*/
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.countries-section{background: url(../img/rainbow-transparent-png-6.png) center center no-repeat;}



.process-work-section{background: url(../img/rainbow.jpg) top center no-repeat; background-size: cover;}

@media (max-width: 575px) {
  .marquee-wrapper {
    margin-top: -25px;
  }
}

.text-slider {
  font-size: 114px;
  height: 110px;
  line-height: 90px;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 20px;
  color: rgba(61, 66, 92, 0.2);
}

.text-slider.style-height {
  height: 50px;
  line-height: 0;
}

@media (max-width: 575px) {
  .text-slider.style-height {
    line-height: initial;
  }
}

.text-slider.style-height-2 {
  height: 71px;
  line-height: 0;
}

@media (max-width: 575px) {
  .text-slider.style-height-2 {
    line-height: 70px;
  }
}

@media (max-width: 575px) {
  .text-slider {
    font-size: 50px;
    height: 70px;
    line-height: 65px;
    margin-bottom: -10px;
  }
}

.text-slider.style-border {
  position: relative;
  padding-left: 65px;
}

.text-slider.style-border::before {
  position: absolute;
  bottom: 30px;
  left: 0;
  content: "";
  width: 60px;
  height: 8px;
  background-color: rgba(61, 66, 92, 0.2);
}

.marquee-inner {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 200%;
}

.marquee-list {
  float: left;
  width: 50%;
}

.marquee-item {font-family: "Cormorant Infant", serif;
   
}

.marquee-item.style-2 .text-slider {
  text-transform: capitalize;
  font-size:26px;
  color: var(--white);
  margin-right: 40px;
  line-height: 0;
  height:55px;
}

@media (max-width: 767px) {
  .marquee-item.style-2 .text-slider {
    font-size:24px;
  }

.shape-image-2 {
    
    top: -80%;
    
}

}

.marque-section .container-fluid {
  padding: 0 100px;
}

@media (max-width: 1199px) {
  .marque-section .container-fluid {
    padding: 0;
  }
}

.marque-section-2 {
  background-color:#dd3d36;
}

.marquee-inner.to-left {
  -webkit-animation: marqueeLeft 25s linear infinite;
          animation: marqueeLeft 25s linear infinite;
}

@-webkit-keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.marquee-inner.to-right {
  -webkit-animation: marqueeRight 25s linear infinite;
          animation: marqueeRight 25s linear infinite;
}

@-webkit-keyframes marqueeRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}

.testimonial-card-items {
 margin-top: 30px !important;
    border: 1px solid var(--border);
    padding: 45px 35px;
    position: relative;
    background: #ffffff82;
    min-height: 464px;
}

.testimonial-card-items::before {
  position: absolute;
  right: 40px;
  top: 40px;
  content: "";
  width: 32px;
  height: 24px;
  background-image: url(../img/testimonial/quote.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-card-items .author-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}

.testimonial-card-items .author-items .author-image {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.testimonial-card-items .author-items .author-content h5 {
  margin-bottom: 5px;
}

.testimonial-card-items p {
  margin-top: 30px;
  font-size: 18px;
}

.testimonial-card-items ul {
  margin-top: 40px;
}

.testimonial-card-items ul li {
  padding: 15px;
  background-color:#dd3d36;
  color: var(--white);
  font-weight: 500;
  position: relative;
}

.testimonial-card-items ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 35px solid#dd3d36;
  position: absolute;
  top: -15px;
  left: 50px;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.testimonial-section {
  position: relative; background: url(../img/Rainbow-Clouds.jpg) no-repeat; background-size: 100%;
}

.testimonial-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 242, 237, 0)), to(#F6F2ED));
  background-image: linear-gradient(180deg, rgba(246, 242, 237, 0) 0%, #F6F2ED 100%);
  z-index: -1;
  top: 10%;
}

.testimonial-carousel-active .slick-slide {
  margin: 0 15px;
}

.testimonial-carousel-active .slide-dots {
  text-align: center;
  border: 1px dotted#dd3d36;
  width: 145px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 30px;
}

.testimonial-carousel-active .slide-dots li {
  display: inline-block;
  margin: 13px 5px;
}

.testimonial-carousel-active .slide-dots li button {
  position: relative;
  text-indent: -9999px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--white);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 2px solid#dd3d36;
}

.testimonial-carousel-active .slide-dots li button:hover {
  background-color:#dd3d36;
}

.testimonial-carousel-active .slide-dots li.slick-active button {
  background-color:#dd3d36;
  border-color:#dd3d36;
}

.testimonial-carousel-active .slick-list {
  margin: 0 -15px;
}

.testimonial-carousel-active-2 .slick-slide {
  margin: 0 15px;
}

.testimonial-carousel-active-2 .slick-list {
  margin: 0 -15px;
}

.testimonial-carousel-active-2 .slide-dots {
  margin: 40px auto;
  text-align: center;
}

.testimonial-carousel-active-2 .slide-dots li {
  display: inline-block;
  margin: 13px 8px;
}

.testimonial-carousel-active-2 .slide-dots li button {
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #D6D1D1;
  opacity: 1;
  border-radius: 10px;
  position: relative;
}

.testimonial-carousel-active-2 .slide-dots li button:hover {
  background-color:#dd3d36;
}

.testimonial-carousel-active-2 .slide-dots li.slick-active button {
  background-color:#dd3d36;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.testimonial-carousel-active-2 .slide-dots li.slick-active button::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid#dd3d36;
  content: "";
}

.testimonial-card-items-2 {
  margin-top: 30px;
  text-align: center;
  border-radius: 5px;
  padding: 35px 50px;
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .testimonial-card-items-2 {
    padding: 30px;
  }
}

.testimonial-card-items-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  z-index: -1;
  top: 20%;
  border-radius: 5px;
  height: initial;
}

.testimonial-card-items-2 .testimonial-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}

.testimonial-card-items-2 .testimonial-content {
  margin-top: 20px;
}

.testimonial-card-items-2 .testimonial-content .star {
  margin-bottom: 10px;
}

.testimonial-card-items-2 .testimonial-content .star span {
  font-size: 14px;
  color: var(--ratting);
}

.testimonial-card-items-2 .testimonial-content .star span.color-2 {
  color: #DED9D1;
}

.testimonial-card-items-2 .testimonial-content .author-name {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .testimonial-card-items-2 .testimonial-content .author-name {
    margin-top: 20px;
  }
}

.testimonial-section-3 {
  position: relative;
}

.testimonial-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg6);
  top: 70%;
}

.testimonial-section-3 .container-fluid {
  padding: 0 110px;
}

@media (max-width: 1399px) {
  .testimonial-section-3 .container-fluid {
    padding: 0 15px;
  }
}

.testimonial-wrapper-3 {
  padding: 120px 220px;
  position: relative;
  background-color: var(--bg2);
}

@media (max-width: 1399px) {
  .testimonial-wrapper-3 {
    padding: 120px 60px;
  }
}

@media (max-width: 991px) {
  .testimonial-wrapper-3 {
    padding: 80px 50px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-3 {
    padding: 50px 40px;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper-3 {
    padding: 40px 30px;
  }
}

.testimonial-wrapper-3 .testimonial-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-3 .testimonial-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 0;
  }
}

.testimonial-wrapper-3 .testimonial-items .testimonial-image-area {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.testimonial-wrapper-3 .testimonial-items .testimonial-image-area .testimonial-image {
  max-width: 300px;
  height: 300px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .testimonial-wrapper-3 .testimonial-items .testimonial-image-area .testimonial-image {
    max-width: 250px;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-3 .testimonial-items .testimonial-image-area .testimonial-image {
    max-width: 230px;
    height: 230px;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper-3 .testimonial-items .testimonial-image-area .testimonial-image {
    max-width: 140px;
    height: 140px;
  }
}

.testimonial-wrapper-3 .testimonial-items .testimonial-image-area .testimonial-image .icon {
  width: 100px;
  height: 100px;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  color: var(--theme2);
  font-size: 42px;
  position: absolute;
  top: 0;
  right: -15px;
}

@media (max-width: 991px) {
  .testimonial-wrapper-3 .testimonial-items .testimonial-image-area .testimonial-image .icon {
    font-size: 38px;
    width: 85px;
    height: 85px;
    line-height: 95px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-3 .testimonial-items .testimonial-image-area .testimonial-image .icon {
    font-size: 32px;
    width: 70px;
    height: 70px;
    line-height: 80px;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper-3 .testimonial-items .testimonial-image-area .testimonial-image .icon {
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 60px;
  }
}

.testimonial-wrapper-3 .testimonial-items .testimonial-image-area .star {
  width: 200px;
  text-align: center;
  margin: 30px auto;
  border: 1px solid var(--border2);
  border-radius: 45px;
  height: 45px;
  line-height: 45px;
  position: relative;
}

.testimonial-wrapper-3 .testimonial-items .testimonial-image-area .star::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--border2);
  background-color: transparent;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.testimonial-wrapper-3 .testimonial-items .testimonial-image-area .star span {
  color: var(--ratting);
}

.testimonial-wrapper-3 .testimonial-items .testimonial-content h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 170%;
  border-bottom: 1px solid var(--border2);
  padding-bottom: 50px;
}

@media (max-width: 1399px) {
  .testimonial-wrapper-3 .testimonial-items .testimonial-content h3 {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .testimonial-wrapper-3 .testimonial-items .testimonial-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-3 .testimonial-items .testimonial-content h3 {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper-3 .testimonial-items .testimonial-content h3 {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

.testimonial-wrapper-3 .testimonial-items .testimonial-content .athor-name {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-3 .testimonial-items .testimonial-content .athor-name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper-3 .testimonial-items .testimonial-content .athor-name {
    margin-top: 20px;
  }
}

.testimonial-wrapper-3 .testimonial-items .testimonial-content .athor-name p {
  font-size: 14px;
}

.testimonial-wrapper-3 .slider-button {
  position: absolute;
  bottom: 20%;
  right: 20%;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-3 .slider-button {
    bottom: 4%;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  .testimonial-wrapper-3 .slider-button {
    display: none;
  }
}

.testimonial-wrapper-3 .testimonial-nav-prev, .testimonial-wrapper-3 .testimonial-nav-next {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  color: var(--black);
  background-color: #F1F1F1;
  line-height: 60px;
  font-size: 18px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  font-weight: 700;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .testimonial-wrapper-3 .testimonial-nav-prev, .testimonial-wrapper-3 .testimonial-nav-next {
    width: 50px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}

.testimonial-wrapper-3 .testimonial-nav-prev.slick-disabled, .testimonial-wrapper-3 .testimonial-nav-next.slick-disabled {
  background-color: #b8b8b8 !important;
}

.testimonial-wrapper-3 .testimonial-nav-prev:hover, .testimonial-wrapper-3 .testimonial-nav-next:hover {
  background-color: var(--theme2);
  color: var(--white);
}

.testimonial-wrapper-3.style-2 {
  background-color: var(--white);
}

@media (max-width: 1199px) {
  .testimonial-wrapper-3.style-2 {
    margin-bottom: -5px;
  }
}

.testimonial-wrapper-3.style-2 .slider-button {
  position: absolute;
  bottom: 0;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-3.style-2 .slider-button {
    display: none;
  }
}

.testimonial-wrapper-3.style-2 .testimonial-nav-prev:hover, .testimonial-wrapper-3.style-2 .testimonial-nav-next:hover {
  background-color:#dd3d36;
}

.testimonial-wrapper-3.style-2 .testimonial-items .testimonial-image-area .testimonial-image .icon {
  color:#dd3d36;
}

.testimonial-section-4 {
  position: relative;
}

@media (max-width: 1199px) {
  .testimonial-section-4 {
    margin-top: -40px;
  }
}

.testimonial-section-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg5);
  z-index: -1;
  top: 30%;
}

.testimonial-section-4::after {
  position: absolute;
  bottom: 11%;
  right: 20%;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background-color: #FFB302;
  content: "";
  z-index: -1;
}

.testimonial-section-4 .client-1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40px;
  width: 90px;
  height: 90px;
  -webkit-animation: scale-up-one 3s infinite linear;
          animation: scale-up-one 3s infinite linear;
}

@media (max-width: 1399px) {
  .testimonial-section-4 .client-1 {
    display: none;
  }
}

.testimonial-section-4 .client-1 img {
  width: 100%;
  height: 100%;
}

.testimonial-section-4 .client-2 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  -webkit-animation: scale-up-one 4s infinite linear;
          animation: scale-up-one 4s infinite linear;
}

@media (max-width: 1399px) {
  .testimonial-section-4 .client-2 {
    display: none;
  }
}

.testimonial-section-4 .slider-button {
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media (max-width: 991px) {
  .testimonial-section-4 .slider-button {
    display: none;
  }
}

.testimonial-section-4 .slider-button .testimonial-nav-prev, .testimonial-section-4 .slider-button .testimonial-nav-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color:#dd3d36;
  border-radius: 50%;
  border: 1px solid#dd3d36;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--white);
}

.testimonial-section-4 .slider-button .testimonial-nav-prev:hover, .testimonial-section-4 .slider-button .testimonial-nav-next:hover {
  background-color: transparent;
  color:#dd3d36;
}

.testimonial-wrapper-4 {
  position: relative;
}

.testimonial-wrapper-4 .testimonial-items {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-4 .testimonial-items {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items {
    padding: 30px;
  }
}

.testimonial-wrapper-4 .testimonial-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  top: 40px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-4 .testimonial-items::before {
    top: 70px;
  }
}

.testimonial-wrapper-4 .testimonial-items .testimonial-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.testimonial-wrapper-4 .testimonial-items .client-info {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items .client-info {
    margin-top: 10px;
  }
}

.testimonial-wrapper-4 .testimonial-items .client-info h5 {
  font-size: 18px;
  text-transform: uppercase;
}

.testimonial-wrapper-4 .testimonial-items .client-info h6 {
  font-size: 16px;
  margin-top: 5px;
}

.testimonial-wrapper-4 .testimonial-items .client-info h6 span {
  color:#dd3d36;
}

.testimonial-wrapper-4 .testimonial-items .testimonial-content {
  max-width: 950px;
  text-align: center;
  margin: 50px auto;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content {
    margin: 30px auto;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content {
    margin: 20px auto;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content {
    margin: 10px auto;
  }
}

.testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
  font-size: 30px;
  line-height: 180%;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
    font-size: 24px;
    line-height: 170%;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
    font-size: 20px;
    line-height: 165%;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
    font-size: 18px;
    line-height: 160%;
  }
}

.testimonial-wrapper-4 .testimonial-items .testimonial-content .star {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content .star {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content .star {
    margin-top: 10px;
  }
}

.testimonial-wrapper-4 .testimonial-items .testimonial-content .star span {
  font-size: 14px;
  color: var(--ratting);
}

.testimonial-carousel-active-2 .slide-dots {
  margin-bottom: -10px !important;
}

.testimonial-carousel-active-2 .slide-dots li {
  margin: 0px 8px 0px !important;
}

.single-testimonial-style-2 .single-testimonial-items-2 {
  background-color: #F8F8F8;
  padding: 40px 55px;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .single-testimonial-style-2 .single-testimonial-items-2 {
    padding: 35px 25px;
  }
}

.single-testimonial-style-2 .single-testimonial-items-2 .ratting-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.single-testimonial-style-2 .single-testimonial-items-2 .ratting-items .client-ratting ul {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-testimonial-style-2 .single-testimonial-items-2 .ratting-items .client-ratting ul li i {
  color:#dd3d36;
}

.single-testimonial-style-2 .single-testimonial-items-2 .text {
  font-size: 20px;
  position: relative;
  margin-left: 25px;
}

.single-testimonial-style-2 .single-testimonial-items-2 .text::before {
  position: absolute;
  content: "";
  left: -25px;
  top: -10px;
  background-image: url(../img/home-4/testimonial/comma.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.single-testimonial-style-2 .single-testimonial-items-2 .client-info {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media (max-width: 575px) {
  .single-testimonial-style-2 .single-testimonial-items-2 .client-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
}

.single-testimonial-style-2 .single-testimonial-items-2 .client-info .image {
  border-radius: 50%;
  border: 1px solid#dd3d36;
  text-align: center;
  padding: 5px;
}

@media (max-width: 575px) {
  .single-testimonial-style-2 .single-testimonial-items-2 .client-info .content {
    text-align: center;
  }
}

.single-testimonial-style-2 .single-testimonial-items-2:hover {
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
          box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
}

.testimonial-section-5 {
  position: relative;
}

.testimonial-section-5 .shape {
  position: absolute;
  right: 0;
  top: 25%;
}

@media (max-width: 1600px) {
  .testimonial-section-5 .shape {
    display: none;
  }
}

.testimonial-section-5 .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}

.testimonial-section-5 .bg-shape img {
  width: 100%;
  height: 100%;
}

.testimonial-section-5 .testimonial-carousel-active-5 .slick-slide {
  margin: 30px 15px 0;
}

.testimonial-section-5 .testimonial-carousel-active-5 .slide-dots {
  text-align: center;
  border: 1px dotted#dd3d36;
  width: 145px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 30px;
}

.testimonial-section-5 .testimonial-carousel-active-5 .slide-dots li {
  display: inline-block;
  margin: 13px 5px;
}

.testimonial-section-5 .testimonial-carousel-active-5 .slide-dots li button {
  position: relative;
  text-indent: -9999px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--white);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 2px solid#dd3d36;
}

.testimonial-section-5 .testimonial-carousel-active-5 .slide-dots li button:hover {
  background-color:#dd3d36;
}

.testimonial-section-5 .testimonial-carousel-active-5 .slide-dots li.slick-active button {
  background-color:#dd3d36;
  border-color:#dd3d36;
}

.testimonial-section-5 .testimonial-carousel-active-5 .slick-list {
  margin: 0 -15px;
}

.brand-wrapper h6 {
  font-size: 14px;
  position: relative;
  margin-bottom: 50px;
}

.brand-wrapper h6::before {
  position: absolute;
  top: 10px;
  left: 35px;
  content: "";
  height: 1px;
  width: 480px;
  background-color: var(--border);
}

@media (max-width: 1399px) {
  .brand-wrapper h6::before {
    display: none;
  }
}

.brand-wrapper h6::after {
  position: absolute;
  top: 10px;
  right: 35px;
  content: "";
  height: 1px;
  width: 480px;
  background-color: var(--border);
}

@media (max-width: 1399px) {
  .brand-wrapper h6::after {
    display: none;
  }
}

.brand-wrapper .brand-image {
  text-align: center;
  /*-webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.4s ease-in-out;*/
  transition: all 0.4s ease-in-out; border: solid 1px #f1f1f1; padding:5px; margin:30px 10px; text-align: center; background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; min-height: 100px; display: flex; align-items: center; justify-content: center;
}

.brand-image img{max-width: 100%;}


.brand-wrapper .brand-image:hover {
  -webkit-filter: initial;
          filter: initial;
}

.brand-wrapper.style-2 .brand-carousel-active-2 .slick-slide {
  margin: 0 15px;
}

.brand-wrapper.style-2 .brand-carousel-active-2 .slick-list {
  margin: 0 -15px;
}

.brand-wrapper.style-2 .brand-image {
  padding: 30px 20px;
}

@media (max-width: 767px) {
  .brand-wrapper.style-2 .brand-image {
    padding: 30px 0;
  }
}

.brand-wrapper.style-2 .brand-image img {
  text-align: center;
  margin: 0 auto;
}

.brand-wrapper.style-2 .brand-image:hover {
  background-color: var(--white);
}

.brand-wrapper-3 {
  padding: 70px 0;
  border-bottom: 1px solid var(--border);
}

.brand-wrapper-3 .brand-image {
  text-align: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.brand-wrapper-3 .brand-image img {
  text-align: center;
  margin: 0 auto;
}

.brand-wrapper-3 .brand-image:hover {
  -webkit-filter: initial;
          filter: initial;
  opacity: 1;
}

.brand-section-2 {
  padding: 80px 0;
  margin-top: -68px;
}

@media (max-width: 767px) {
  .brand-section-2 {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  .brand-section-2 {
    padding: 40px 0;
  }
}

.brand-section-3 {
  position: relative;
}

.brand-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg5);
}

.news-box-items {
  margin-top: 30px;
  position: relative;
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
}

.news-box-items .news-image {
  position: relative;
  overflow: hidden;
}

.news-box-items .news-image img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-box-items .news-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-box-items .news-image .date {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.6px;
  color: var(--white);
  background-color:#dd3d36;
  text-align: center;
  z-index: 3;
}

.news-box-items .news-image .date span {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 7px 15px;
  line-height: 1em;
  color: var(--header);
  background-color: var(--white);
}

.news-box-items .news-content {
  padding: 30px;
}

.news-box-items .news-content .post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.news-box-items .news-content .post-date li {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.news-box-items .news-content .post-date li i {
  color:#dd3d36;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.news-box-items .news-content h3 {
  margin-bottom: 10px;
}

.news-box-items .news-content h3 a:hover {
  color:#dd3d36;
}

.news-box-items .news-content p {
  margin-bottom: 15px;
}

.news-box-items:hover .news-image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.news-box-items:hover .news-image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-news-items-2 {
  margin-top: 30px;
}

.single-news-items-2 .news-image {
  max-width: 408px;
  height: 270px;
  position: relative;
}

@media (max-width: 1199px) {
  .single-news-items-2 .news-image {
    max-width: 550px;
  }
}

.single-news-items-2 .news-image .post-date {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 30px;
  background-color: var(--theme2);
  text-align: center;
}

.single-news-items-2 .news-image .post-date h4 {
  color: var(--white);
}

.single-news-items-2 .news-image .post-date h4 span {
  color: var(--white);
  text-transform: uppercase;
  font-size: 15px;
}

.single-news-items-2 .news-content {
  padding-top: 25px;
}

.single-news-items-2 .news-content p {
  color: var(--theme2);
  margin-bottom: 10px;
  font-weight: 500;
}

.single-news-items-2 .news-content h4 {
  margin-bottom: 20px;
}

.single-news-items-2 .news-content h4 a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme2)), to(var(--theme2)));
  background-image: linear-gradient(var(--theme2), var(--theme2));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-news-items-2 .news-content h4 a:hover {
  color: var(--theme2);
  background-size: 100% 2px;
}

.news-section-2 {
  padding-bottom: 50px;
}

@media (max-width: 1199px) {
  .news-section-2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .news-section-2 {
    padding-bottom: 10px;
  }
}

.single-news-style-1 {
  background-color: var(--white);
  margin-top: 30px;
  -webkit-box-shadow: 0px 10px 60px rgba(149, 149, 149, 0.25);
          box-shadow: 0px 10px 60px rgba(149, 149, 149, 0.25);
}

.single-news-style-1 .news-image {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.single-news-style-1 .news-image img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-news-style-1 .news-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-news-style-1 .news-image .post-date {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color:#dd3d36;
  padding: 12px 20px;
  z-index: 1;
}

.single-news-style-1 .news-image .post-date h3, .single-news-style-1 .news-image .post-date p {
  text-align: center;
  color: var(--white);
}

.single-news-style-1 .news-image .post-date p {
  font-weight: 600;
}

.single-news-style-1 .news-image .post-cat {
  position: absolute;
  bottom: 0;
  right: 8%;
}

.single-news-style-1 .news-image .post-cat .cat-name {
  color: var(--white);
  font-weight: 500;
  padding: 10px 24px;
  background-color:#dd3d36;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}

.single-news-style-1 .news-image .post-cat .cat-name:hover {
  background-color: var(--button);
}

@media (max-width: 575px) {
  .single-news-style-1 .news-image .post-cat .cat-name {
    font-size: 14px;
    padding: 10px 12px;
  }
}

.single-news-style-1 .news-content {
  padding: 30px 35px;
}

.single-news-style-1 .news-content .author-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media (max-width: 1399px) {
  .single-news-style-1 .news-content .author-item {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .single-news-style-1 .news-content .author-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}

.single-news-style-1 .news-content .author-item .post-cat {
  padding: 8px 13px;
  background-color:#dd3d36;
  cursor: pointer;
  gap: 12px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-news-style-1 .news-content .author-item .post-cat a {
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
}

.single-news-style-1 .news-content .author-item .post-cat:hover {
  background-color: var(--header);
}

.single-news-style-1 .news-content .author-item .post-author {
  gap: 12px;
}

.single-news-style-1 .news-content .author-item .post-author p {
  font-weight: 500;
}

.single-news-style-1 .news-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.single-news-style-1 .news-content h3 a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin: 0;
  text-transform: none;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.single-news-style-1 .news-content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(var(--theme)));
  background-image: linear-gradient(var(--theme),#dd3d36);
  color:#dd3d36;
}

@media (max-width: 575px) {
  .single-news-style-1 .news-content {
    padding: 25px 30px;
  }
}

.single-news-style-1 .news-content .link-btn:hover {
  color:#dd3d36;
}

.single-news-style-1:hover .news-image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.single-news-style-1:hover .news-image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-news-items-4 {
  margin-top: 30px;
}

.single-news-items-4 .news-image {
  height: 480px;
  position: relative;
}

@media (max-width: 575px) {
  .single-news-items-4 .news-image {
    height: 400px;
  }
}

.single-news-items-4 .news-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#292930));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
}

.single-news-items-4 .news-image .post-date {
  position: absolute;
  top: 40px;
  left: 40px;
  background-color: var(--white);
  padding: 10px 24px;
}

.single-news-items-4 .news-image .post-date span {
  color: var(--header);
  font-weight: 600;
  font-size: 18px;
}

.single-news-items-4 .news-image .news-content {
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.single-news-items-4 .news-image .news-content .icon {
  margin-bottom: 20px;
}

.single-news-items-4 .news-image .news-content .icon span {
  color: var(--white);
}

.single-news-items-4 .news-image .news-content .icon i {
  color: var(--white);
  margin-right: 5px;
}

.single-news-items-4 .news-image .news-content h4 a {
  color: var(--white);
}

.single-news-items-4 .news-image .news-content h4 a:hover {
  color:#dd3d36;
}

.single-news-items-4 .news-image .news-content .post-list {
  background-color: #ffffff14;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .single-news-items-4 .news-image .news-content .post-list {
    padding: 14px 20px;
  }
}

.single-news-items-4 .news-image .news-content .post-list li {
  color: var(--white);
}

.single-news-items-4 .news-image .news-content .post-list li span {
  margin-left: 5px;
}

.single-news-items-4 .news-image .news-content .post-list li a i {
  color: var(--white);
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.blog-wrapper h1, .blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6 {
  font-weight: 600;
}

.blog-wrapper .single-blog-post {
  margin-bottom: 40px;
  position: relative;
}

.blog-wrapper .single-blog-post .video__button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.blog-wrapper .single-blog-post .video__button .video__btn__wrp {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
  position: relative;
  background: transparent;
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content {
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-wrapper .single-blog-post.post-details .post-content .single-post-image {
  width: 100%;
  height: 100%;
}

.blog-wrapper .single-blog-post.post-details .post-content h1 {
  font-size: 36px;
  line-height: 1.4;
}

.blog-wrapper .single-blog-post.post-details .post-content h1, .blog-wrapper .single-blog-post.post-details .post-content h2, .blog-wrapper .single-blog-post.post-details .post-content h3, .blog-wrapper .single-blog-post.post-details .post-content h4, .blog-wrapper .single-blog-post.post-details .post-content h5, .blog-wrapper .single-blog-post.post-details .post-content h6 {
  margin-top: 10px;
}

.blog-wrapper .single-blog-post.post-details .post-content table {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
  }
  .blog-wrapper .single-blog-post.post-details .post-content h3 {
    font-size: 20px;
  }
}

.blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
  background-color:#dd3d36;
  color: var(--white);
  font-size: 26px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding: 60px;
  text-align: center;
  margin: 40px 0px;
  position: relative;
  z-index: 1;
}

.blog-wrapper .single-blog-post.post-details blockquote a, .blog-wrapper .single-blog-post.post-details .wp-block-quote a {
  color: var(--white);
}

.blog-wrapper .single-blog-post.post-details blockquote a:hover, .blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
  color: var(--text);
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
  right: 30px;
  font-size: 110px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f10d";
  bottom: -20px;
  color: var(--white);
  z-index: -1;
  opacity: .1;
  font-weight: 900;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
  z-index: 1;
  position: relative;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: .3;
  z-index: -1;
}

.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
  position: relative;
  background-color:#dd3d36;
  border: none;
}

.blog-wrapper .single-blog-post.quote-post .post-content::before, .blog-wrapper .single-blog-post.format-quote .post-content::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/quotepost.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
  overflow: hidden;
  padding: 50px;
}

@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
    padding: 30px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
  font-size: 70px;
  line-height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
  overflow: hidden;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
  margin-top: -2px;
  font-size: 36px;
  color: var(--white);
}

.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta {
  margin-top: 10px;
}

.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span, .blog-wrapper .single-blog-post.quote-post .quote-content .post-meta i, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta i {
  color: var(--white);
}

.blog-wrapper .single-blog-post:last-child {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 450px;
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 15px 30px;
  background-color:#dd3d36;
  text-align: center;
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 {
  color: var(--white);
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 span {
  color: var(--white);
  text-transform: uppercase;
  font-size: 15px;
}

@media (max-width: 991px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 230px;
  }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}

.blog-wrapper .single-blog-post .post-content {
  padding-top: 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 575px) {
  .blog-wrapper .single-blog-post .post-content {
    padding-top: 20px;
  }
}

.blog-wrapper .single-blog-post .post-content h2 {
  line-height: 1.4;
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 28px;
  }
}

.blog-wrapper .single-blog-post .post-content h2 a:hover {
  color:#dd3d36;
}

.blog-wrapper .single-blog-post .post-content p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content {
    padding: 30px 10px;
  }
}

@media (max-width: 414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
  color: var(--white);
  display: inline-block;
  background-color:#dd3d36;
  padding: 14px 18px 12px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: 'Inter', sans-serif;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 12px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  background-color: var(--header);
}

.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 0;
  list-style-type: disc;
  margin-top: 30px;
}

.blog-wrapper .single-blog-post .post-content ul ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
  color: var(--text);
  position: relative;
  font-size: 18px;
  padding-left: 30px;
}

.blog-wrapper .single-blog-post .post-content ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color:#dd3d36;
}

.blog-wrapper .single-blog-post .post-content ol {
  margin-bottom: 0;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content ol ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content p {
  margin-top: 15px;
}

.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-bottom: 10px;
}

.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: var(--text);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-meta span {
    font-size: 15px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
  margin-right: 5px;
  color:#dd3d36;
  font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content .author-info {
  overflow: hidden;
}

.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px;
  }
}

.blog-wrapper .single-blog-post .post-content .author-info h5 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 9px;
}

.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
  color:#dd3d36;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-link a {
  font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content .post-link a:hover {
  color:#dd3d36;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 14px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-link a i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 3px;
  }
}

@media (min-width: 991px) {
  .news-area .main-sidebar {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .news-area .main-sidebar {
    margin-top: 40px;
  }
}

.news-area .main-sidebar .single-sidebar-widget {
  border: 2px solid #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
}

.news-area .main-sidebar .single-sidebar-widget ul {
  padding-left: 0;
}

.news-area .main-sidebar .single-sidebar-widget ul > li {
  margin-bottom: 10px;
}

.news-area .main-sidebar .single-sidebar-widget ul > li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.news-area .main-sidebar .single-sidebar-widget ul > li a:hover {
  color:#dd3d36;
}

.news-area .main-sidebar .single-sidebar-widget ul ul {
  padding-left: 20px;
}

.news-area .main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px;
}

.news-area .main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  padding-left: 45px;
  position: relative;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title::before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 18px;
  border-radius: 5px;
  position: absolute;
  background-color:#dd3d36;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title::after {
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  background-color:#dd3d36;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title h4 {
  font-size: 24px;
  font-weight: 600;
}

.news-area .main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--bg);
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.news-area .main-sidebar .single-sidebar-widget .social-link a:hover {
  background-color:#dd3d36;
  color: var(--white);
}

.search_widget form {
  width: 100%;
  position: relative;
}

.search_widget form input {
  background-color: var(--bg);
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  text-transform: capitalize;
  color: var(--header);
}

.search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color:#dd3d36;
  color: var(--white);
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.search_widget form button:hover {
  background-color: var(--header);
}

.popular-posts .single-post-item, .popular_posts .single-post-item {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
  height: 95px;
  width: 95px;
  background-color: #f2f2f2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
  overflow: hidden;
}

.popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}

.popular-posts .single-post-item .post-content h5 a:hover, .popular_posts .single-post-item .post-content h5 a:hover {
  color:#dd3d36;
}

.popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
  margin-top: 10px;
  color:#dd3d36;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
}

.popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
  margin-right: 7px;
}

.widget_categories ul li {
  display: block;
}

.widget_categories ul li:last-child a {
  margin-bottom: 0;
}

.widget_categories ul li a {
  position: relative;
  background: var(--bg);
  padding: 17px 20px;
  line-height: 1;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.widget_categories ul li a:hover {
  color:#dd3d36;
}

.widget_categories ul li a i {
  margin-right: 10px;
}

.widget_categories ul li a span {
  position: absolute;
  width: 60px;
  line-height: 55px;
  height: 100%;
  content: "";
  background-color:#dd3d36;
  right: 0;
  top: 0;
  text-align: center;
  color: var(--white);
}

.tagcloud a {
  display: inline-block;
  padding: 12px 22px;
  line-height: 1;
  font-weight: 600;
  background: var(--bg);
  margin-right: 10px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.tagcloud a:last-child {
  margin-right: 0;
}

.tagcloud a:hover {
  background-color:#dd3d36;
  color: var(--white);
}

.widget_categories ul li {
  display: block;
  margin-bottom: 10px;
}

p.sticky-label {
  position: absolute;
  right: 0;
  background:#dd3d36;
  color: var(--white);
  padding: 10px 40px;
  z-index: -1;
  top: 0;
  font-weight: 700;
}

.page-nav-wrap ul li {
  display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #f6f6f6;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}

.page-nav-wrap ul li .page-numbers.current {
  background-color:#dd3d36;
  color: var(--white);
}

@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
  background-color:#dd3d36;
  color: var(--white);
}

.social-share a {
  margin-left: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.social-share a:hover {
  color:#dd3d36;
}

.tag-share-wrap {
  padding-bottom: 50px;
}

.tag-share-wrap h4 {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .tag-share-wrap h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .tag-share-wrap .tagcloud {
    margin-bottom: 20px;
  }
}

.comments-section-wrap {
  overflow: hidden;
}

.comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
    font-size: 20px;
  }
}

.comments-item-list .single-comment-item {
  margin-top: 30px;
}

.comments-item-list .single-comment-item ul {
  margin-bottom: 15px;
}

.comments-item-list .single-comment-item p, .comments-item-list .single-comment-item span {
  font-size: 16px;
}

.comments-item-list .single-comment-item .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .comments-item-list .single-comment-item .author-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}

@media (max-width: 585px) {
  .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px;
  }
}

.comments-item-list .single-comment-item .author-info-comment {
  overflow: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}

.comments-item-list .single-comment-item .author-info-comment .info {
  position: relative;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
  padding: 10px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--text);
  border: 1px solid #ebebeb;
  background: transparent;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
    font-size: 12px;
  }
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn i {
  margin-right: 10px;
  margin-left: 0px !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::before, .comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::after {
  background-color: initial;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover {
  background-color:#dd3d36;
  color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover a {
  color: var(--white) !important;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover i {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.comments-item-list .single-comment-item .author-info-comment .info h5 {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
  }
}

.comments-item-list .single-comment-item .author-info-comment span {
  color:#dd3d36;
  font-weight: 500;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn {
  padding: 7px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    font-size: 12px;
  }
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
  margin-right: 5px;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
  color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .comment-text {
  margin-top: 15px;
}

.comment-form {
  background-color: var(--white);
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .comment-form {
    padding: 30px;
  }
}

@media (max-width: 585px) {
  .comment-form {
    padding: 30px 15px;
  }
}

.comment-form label {
  margin-bottom: 4px;
}

.comment-form input, .comment-form textarea {
  margin-bottom: 20px;
  outline: none;
  padding: 20px 30px;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  border: none;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--header);
  background-color: var(--bg);
}

@media (max-width: 585px) {
  .comment-form input, .comment-form textarea {
    padding: 15px;
  }
}

.comment-form textarea {
  height: 200px;
  line-height: 1.3;
  border: none;
}

@media (max-width: 767px) {
  .comment-form textarea {
    height: 120px;
  }
}

.comment-form .theme-btn {
  display: inline-block;
  line-height: 1.2;
  padding: 24px 60px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 0;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .comment-form .theme-btn {
    padding: 20px 40px;
  }
}

@media (max-width: 585px) {
  .comment-form .theme-btn {
    padding: 15px 40px;
    font-size: 14px;
  }
}

.comment-form .theme-btn i {
  margin-right: 10px;
}

.comment-form .theme-btn:hover i {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.comment ul {
  list-style-type: disc;
}

.comment ul ol {
  margin-bottom: 0;
}

.comment ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}

.comment ol ul {
  margin-bottom: 0;
}

.comment ol ol {
  margin-bottom: 0;
}

.comment ol li {
  line-height: 1.5;
  margin-top: 10px;
}

.site_info_widget .single-contact-info {
  overflow: auto;
  margin-bottom: 20px;
}

.site_info_widget .single-contact-info span {
  display: block;
  color:#dd3d36;
}

.site_info_widget .single-contact-info .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--white);
  background-color:#dd3d36;
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin-right: 20px;
}

.site_info_widget .single-contact-info:nth-child(2n) .icon {
  background-color:#dd3d36;
}

.site_info_widget .single-contact-info:nth-child(3n) .icon {
  background-color:#dd3d36;
}

.site_info_widget .social-link {
  margin-top: 35px;
}

.site_info_widget .social-link a {
  margin-right: 8px !important;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.contact-section {
  position: relative;
}

.contact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg3);
  left: 20%;
}

@media (max-width: 1399px) {
  .contact-section::before {
    left: 0;
  }
}

.contact-wrapper {
  position: relative;
  margin-top: 3px;
}

.contact-wrapper .contact-left {
  position: relative;
  display: block;
  margin-right: 70px;
  padding-top: 120px;
  z-index: 1;
}

@media (max-width: 991px) {
  .contact-wrapper .contact-left {
    margin-right: 0;
  }
}

.contact-wrapper .contact-left .contact-bg {
  position: absolute;
  top: 0;
  left: -375px;
  right: -433px;
  bottom: -120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);
  z-index: -1;
}

.contact-wrapper .contact-left .contact-shape {
  position: absolute;
  top: 0;
  bottom: -120px;
  left: -375px;
  right: -190px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  opacity: .80;
  z-index: -1;
}

.contact-wrapper .contact-left .form-clt input, .contact-wrapper .contact-left .form-clt textarea {
  border: none;
  outline: none;
  width: 100%;
  background-color: var(--white);
  padding: 18px 30px;
  color: var(--text);
}

.contact-wrapper .contact-left .form-clt textarea {
  padding: 18px 30px 90px;
}

.contact-wrapper .contact-left .form-clt .nice-select {
  background-color: var(--white);
  border-radius: 0;
  padding: 17px 30px;
}

.contact-wrapper .contact-left .form-clt .nice-select span {
  font-weight: 400;
}

.contact-wrapper .contact-left .theme-btn {
  background-color: var(--header);
}

.contact-wrapper .contact-left .theme-btn span {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.contact-wrapper .contact-left .theme-btn::before, .contact-wrapper .contact-left .theme-btn::after {
  background-color: var(--white);
}

.contact-wrapper .contact-left .theme-btn:hover span {
  color: var(--header);
}

.contact-wrapper .contact-right {
  position: relative;
  display: block;
  margin-left: -30px;
  margin-right: -315px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .contact-wrapper .contact-right {
    margin: 0;
  }
}

.contact-wrapper .contact-right::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 344px;
  border-bottom: 40px solid var(--header);
  border-left: 20px solid transparent;
  border-right: 30px solid transparent;
}

.contact-wrapper .contact-right .google-map-box {
  position: relative;
  display: block;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 991px) {
  .contact-wrapper .contact-right .google-map-box {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.contact-wrapper .contact-right .google-map-box iframe {
  position: relative;
  display: block;
  border: none;
  height: 730px;
  width: 100%;
  mix-blend-mode: luminosity;
}

@media (max-width: 991px) {
  .contact-wrapper .contact-right .google-map-box iframe {
    -webkit-clip-path: none;
            clip-path: none;
    mix-blend-mode: normal;
    height: 620px;
  }
}

@media (max-width: 767px) {
  .contact-wrapper .contact-right .google-map-box iframe {
    height: 520px;
  }
}

@media (max-width: 575px) {
  .contact-wrapper .contact-right .google-map-box iframe {
    height: 420px;
  }
}

.contact-form-items .form-clt input, .contact-form-items .form-clt textarea {
  padding: 18px 30px;
  border: none;
  outline: none;
  background-color: var(--white);
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  border-radius: 5px;
}

@media (max-width: 575px) {
  .contact-form-items .form-clt input, .contact-form-items .form-clt textarea {
    padding: 14px 20px;
  }
}

.contact-form-items .form-clt input::-webkit-input-placeholder, .contact-form-items .form-clt textarea::-webkit-input-placeholder {
  color: var(--header);
}

.contact-form-items .form-clt input:-ms-input-placeholder, .contact-form-items .form-clt textarea:-ms-input-placeholder {
  color: var(--header);
}

.contact-form-items .form-clt input::-ms-input-placeholder, .contact-form-items .form-clt textarea::-ms-input-placeholder {
  color: var(--header);
}

.contact-form-items .form-clt input::placeholder, .contact-form-items .form-clt textarea::placeholder {
  color: var(--header);
}

.contact-form-items .form-clt textarea {
  padding: 18px 30px 110px;
}

@media (max-width: 575px) {
  .contact-form-items .form-clt textarea {
    padding: 14px 20px 90px;
  }
}

.contact-section-2 {
  position: relative;
  z-index: 9;
}

.contact-section-2 .contact-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-animation: right-image-bounce 3s infinite ease-in-out;
          animation: right-image-bounce 3s infinite ease-in-out;
}

.contact-wrapper-2 .contact-content .contact-info-area {
  margin-top: 50px;
}

.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items .icon {
  font-size: 32px;
  color: var(--theme2);
}

.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items .content p {
  color: var(--theme2);
}

.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items .content h3 {
  font-size: 22px;
  margin-top: 5px;
  text-transform: initial;
}

.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items.style-2 .icon {
  color:#dd3d36;
}

.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items.style-2 .content p {
  color:#dd3d36;
}

.contact-box {
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  border-radius: 5px;
  padding: 60px 45px;
}

.contact-box .contact-title {
  text-align: center;
  margin-bottom: 30px;
}

.contact-box .contact-title h3 {
  font-size: 27px;
}

.contact-box .contact-title p {
  color: var(--black);
  margin-top: 5px;
}

.contact-box .contact-form-items .form-clt {
  position: relative;
}

.contact-box .contact-form-items .form-clt input, .contact-box .contact-form-items .form-clt textarea {
  border: 1px solid #E4E4E4;
  color: var(--text);
  font-weight: 500;
}

.contact-box .contact-form-items .form-clt input::-webkit-input-placeholder, .contact-box .contact-form-items .form-clt textarea::-webkit-input-placeholder {
  color: var(--text);
}

.contact-box .contact-form-items .form-clt input:-ms-input-placeholder, .contact-box .contact-form-items .form-clt textarea:-ms-input-placeholder {
  color: var(--text);
}

.contact-box .contact-form-items .form-clt input::-ms-input-placeholder, .contact-box .contact-form-items .form-clt textarea::-ms-input-placeholder {
  color: var(--text);
}

.contact-box .contact-form-items .form-clt input::placeholder, .contact-box .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}

@media (max-width: 575px) {
  .contact-box .contact-form-items .form-clt input, .contact-box .contact-form-items .form-clt textarea {
    padding: 12px 20px;
  }
}

.contact-box .contact-form-items .form-clt .icon {
  position: absolute;
  top: 18px;
  right: 30px;
}

.contact-box .contact-form-items textarea {
  padding: 18px 30px 90px;
}

@media (max-width: 575px) {
  .contact-box .contact-form-items textarea {
    padding: 12px 20px 90px !important;
  }
}

.contact-box .contact-form-items .theme-btn-2 {
  display: inherit;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
}

.contact-main-wrapper .contact-content {
  margin-right: 30px;
}

@media (max-width: 1399px) {
  .contact-main-wrapper .contact-content {
    margin-right: 0;
  }
}

.contact-main-wrapper .contact-content .info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.contact-main-wrapper .contact-content .info-items .icon {
  font-size: 22px;
  color:#dd3d36;
}

.contact-main-wrapper .contact-content .info-items .content h5 {
  margin-bottom: 5px;
}

.contact-main-wrapper .contact-content .info-items .content a {
  color: var(--text);
}

.contact-main-wrapper .contact-content .info-items .content .social-icon {
  gap: 15px;
  position: relative;
  z-index: 9;
  margin-top: 10px;
}

.contact-main-wrapper .contact-content .info-items .content .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border2);
}

.contact-main-wrapper .contact-content .info-items .content .social-icon a:hover {
  background-color:#dd3d36;
  color: var(--white);
  border: 1px solid transparent;
}

.contact-main-wrapper .contact-content .contact-image {
  margin-top: 50px;
}

.contact-main-wrapper .contact-content .contact-image img {
  width: 100%;
  height: 100%;
}

.contact-main-wrapper .contact-form-items {
  background-color: var(--bg5);
  padding: 55px 45px;
}

.contact-main-wrapper .contact-form-items .contact-title {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .contact-main-wrapper .contact-form-items .contact-title {
    margin-bottom: 20px;
  }
}

.contact-main-wrapper .contact-form-items .contact-title h3 {
  font-size: 38px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .contact-main-wrapper .contact-form-items .contact-title h3 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .contact-main-wrapper .contact-form-items .contact-title h3 {
    font-size: 28px;
  }
}

.contact-main-wrapper .contact-form-items .form-clt {
  position: relative;
}

.contact-main-wrapper .contact-form-items .form-clt .icon {
  position: absolute;
  top: 18px;
  left: 0;
}

@media (max-width: 575px) {
  .contact-main-wrapper .contact-form-items .form-clt .icon {
    display: none;
  }
}

.contact-main-wrapper .contact-form-items .form-clt .icon i {
  color: var(--header);
}

.contact-main-wrapper .contact-form-items .form-clt input, .contact-main-wrapper .contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border-radius: 0;
  border: none;
  padding: 20px 30px;
  color: var(--text);
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  border-bottom: 1px solid var(--border2);
}

@media (max-width: 575px) {
  .contact-main-wrapper .contact-form-items .form-clt input, .contact-main-wrapper .contact-form-items .form-clt textarea {
    padding: 15px 20px;
  }
}

.contact-main-wrapper .contact-form-items .form-clt input::-webkit-input-placeholder, .contact-main-wrapper .contact-form-items .form-clt textarea::-webkit-input-placeholder {
  color: var(--text);
}

.contact-main-wrapper .contact-form-items .form-clt input:-ms-input-placeholder, .contact-main-wrapper .contact-form-items .form-clt textarea:-ms-input-placeholder {
  color: var(--text);
}

.contact-main-wrapper .contact-form-items .form-clt input::-ms-input-placeholder, .contact-main-wrapper .contact-form-items .form-clt textarea::-ms-input-placeholder {
  color: var(--text);
}

.contact-main-wrapper .contact-form-items .form-clt input::placeholder, .contact-main-wrapper .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}

.contact-main-wrapper .contact-form-items .form-clt textarea {
  padding: 20px 30px 110px;
}

.contact-main-wrapper .contact-form-items .theme-btn i {
  margin-right: 10px;
}

.contact-main-wrapper .contact-form-items .theme-btn:hover i {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.google-map iframe {
  width: 100%;
  height: 500px;
}

.contact-section-4 {
  position: relative;
  z-index: 8;
}

.contact-section-4 .contact-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .contact-section-4 .contact-shape {
    display: none;
  }
}

.contact-wrapper-3 .contact-left-image {
  width: 915px;
  height: 600px;
  left: -41%;
  position: relative;
}

@media (max-width: 1399px) {
  .contact-wrapper-3 .contact-left-image {
    width: 890px;
    left: -60%;
  }
}

@media (max-width: 1199px) {
  .contact-wrapper-3 .contact-left-image {
    max-width: 915px;
    left: 0;
    width: initial;
  }
}

@media (max-width: 575px) {
  .contact-wrapper-3 .contact-left-image {
    height: 500px;
  }
}

.contact-wrapper-3 .contact-left-image .counter-area {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-wrapper-3 .contact-left-image .counter-area .counter-items {
  padding: 40px 90px 40px 40px;
  background-color: var(--header);
}

@media (max-width: 767px) {
  .contact-wrapper-3 .contact-left-image .counter-area .counter-items {
    padding: 35px;
  }
}

@media (max-width: 575px) {
  .contact-wrapper-3 .contact-left-image .counter-area .counter-items {
    padding: 25px;
  }
}

.contact-wrapper-3 .contact-left-image .counter-area .counter-items h2 {
  font-size: 48px;
  color: var(--white);
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .contact-wrapper-3 .contact-left-image .counter-area .counter-items h2 {
    font-size: 42px;
  }
}

.contact-wrapper-3 .contact-left-image .counter-area .counter-items p {
  font-size: 18px;
  color: var(--white);
}

@media (max-width: 575px) {
  .contact-wrapper-3 .contact-left-image .counter-area .counter-items p {
    font-size: 16px;
  }
}

.contact-wrapper-3 .contact-left-image .counter-area .counter-items.style-2 {
  background-color:#dd3d36;
}

.contact-wrapper-3 .contact-area {
  /*margin-left: 30px;*/
}

@media (max-width: 1199px) {
  .contact-wrapper-3 .contact-area {
    margin-left: 0;
  }
}

.contact-wrapper-3 .contact-area .contact-box-2 {
  background-color: #061a58;
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
 padding: 74px 63px;
    border-radius: 0px 0px 150px;
}
.contact-box-2 p{color: #fff;}


@media (max-width: 767px) {
  .contact-wrapper-3 .contact-area .contact-box-2 {
    padding: 50px;
  }
}

@media (max-width: 575px) {
  .contact-wrapper-3 .contact-area .contact-box-2 {
    padding: 40px;
  }
}

.contact-wrapper-3 .contact-area .contact-box-2 .contact-title {
  /*margin-bottom: 40px;*/
}

@media (max-width: 575px) {
  .contact-wrapper-3 .contact-area .contact-box-2 .contact-title {
    margin-bottom: 20px;
  }
}

.contact-wrapper-3 .contact-area .contact-box-2 .contact-title span {
  color:#fff;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.contact-wrapper-3 .contact-area .contact-box-2 .contact-title h3 {
  font-size: 30px; color: #fff;
}

.contact-wrapper-3 .contact-area .contact-box-2 .form-clt input, .contact-wrapper-3 .contact-area .contact-box-2 .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  padding: 18px 30px;
  color: var(--header);
  background-color: var(--bg);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .contact-wrapper-3 .contact-area .contact-box-2 .form-clt input, .contact-wrapper-3 .contact-area .contact-box-2 .form-clt textarea {
    padding: 14px 30px;
  }
}

.contact-wrapper-3 .contact-area .contact-box-2 .form-clt textarea {
  padding: 18px 30px 110px;
}

@media (max-width: 575px) {
  .contact-wrapper-3 .contact-area .contact-box-2 .form-clt textarea {
    padding: 14px 30px 70px;
  }
}

.contact-info-area-5 {
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(56, 84, 105, 0.2);
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .contact-info-area-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    padding-top: 85px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

@media (max-width: 575px) {
  .contact-info-area-5 {
    gap: 30px;
  }
}

.contact-info-area-5 .contact-info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 1199px) {
  .contact-info-area-5 .contact-info-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contact-info-area-5 .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
  border: 2px solid#dd3d36;
  border-radius: 50%;
}

.contact-info-area-5 .contact-info-items .content p {
  color: var(--white);
  margin-bottom: 5px;
}

.contact-info-area-5 .contact-info-items .content h3 {
  font-size: 18px;
  color: var(--white);
  text-transform: initial;
}

.contact-info-area-5 .contact-info-items .content h3 a {
  color: var(--white);
}

.our-branch-wrapper {
  position: relative;
  z-index: 1;
}

.our-branch-wrapper .office-google-map-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
}

.our-branch-wrapper .office-google-map-wrapper iframe {
  width: 100%;
  height: 100%;
}

.single-branch-card {
  padding: 40px;
  padding-top: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px #0000001a;
          box-shadow: 0px 0px 50px 0px #0000001a;
  position: relative;
  margin-top: 90px;
}

.single-branch-card .country-flag {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px #0000001a;
          box-shadow: 0px 0px 10px 0px #0000001a;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: -60px;
}

.single-branch-card .content h4 {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 5px;
  margin-bottom: 20px;
  font-size: 25px;
}

.single-branch-card .content h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 14px;
  background-color:#dd3d36;
  left: 0;
  bottom: 2px;
  z-index: -1;
  opacity: .15;
}

.single-branch-card .content p {
  margin-bottom: 10px;
}

.single-branch-card .content p a {
  font-size: inherit;
  color:#dd3d36;
}

.single-branch-card .content .branch-links {
  margin-top: 15px;
}

.single-branch-card .content .branch-links a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.single-branch-card .content .branch-links a:hover {
  padding-left: 5px;
  color:#dd3d36;
}

.single-branch-card .content .branch-links a i {
  margin-left: 5px;
}

.footer-section {
  position: relative;
}

.footer-section .arrow-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1399px) {
  /*.footer-section .arrow-shape-1 {
    display: none;
  }*/
}

.footer-top {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(230, 230, 230, 0.1);
}

@media (max-width: 991px) {
  .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .footer-top {
    padding: 40px 0;
  }
}

.footer-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
}

@media (max-width: 767px) {
  .footer-top ul {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-top ul li i {
  color:#dd3d36;
  margin-right: 5px;
}

.footer-top ul li a {
  color: var(--white);
  font-weight: 500;
}

.footer-widgets-wrapper {
  padding: 20px 0 120px;
  position: relative;
  z-index: 9; background:url(../img/footer-bg.jpg) no-repeat; background-size: cover;  z-index: 1; 
  border-radius: 0px 150px 0px 0px;

}
.footer-widgets-wrapper:before{content: ''; background: rgba(0, 0, 0, 0.8); top: 0px; bottom: 0px; left: 0; right: 0;  height: 100%;
position: absolute; z-index: -1; border-radius: 0px 150px 0px 0px;}
.footer-widgets-wrapper .arrow-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1399px) {
/*  .footer-widgets-wrapper .arrow-shape-2 {
    display: none;
  }*/
}

@media (max-width: 1199px) {
  .footer-widgets-wrapper {
    padding: 60px 0 90px;
  }
}

@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding: 50px 0 70px;
  }
}

.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}

.footer-widgets-wrapper .single-footer-widget .widget-head h5 {
  text-transform: capitalize;
  margin-top: 10px;
  color: var(--white);
  font-size: 24px;
    font-weight: 300;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-size: 32px;
  text-transform: capitalize;
  color: var(--white);
  margin-top: 10px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content p {
  color:#c5c5c5;
}

@media (max-width: 1399px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content br {
    display: none;
  }
}

.footer-widgets-wrapper .single-footer-widget .footer-content span {
  font-weight: 500;
  margin-top: 15px;
  display: inline-block;
  color: var(--text2);
}

@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content span {
    margin-top: 10px;
  }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .link {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-top: 15px;
  display: inline-block;
}

@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .link {
    margin-top: 10px;
  }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 15px;
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
  background:rgb(225 79 73);
  color:#fff;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color:#dd3d36;
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .newsletter-items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media (max-width: 1399px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .newsletter-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .newsletter-items .form-clt {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

@media (max-width: 991px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .newsletter-items .form-clt {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .newsletter-items .form-clt input {
  position: relative;
  padding: 18px 30px;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1.2px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  width: 100%;
  font-size: 16px;
  color: var(--text);
  border-radius: 5px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .newsletter-items .theme-btn {
  padding: 24px 40px;
}

@media (max-width: 991px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .newsletter-items .theme-btn {
    width: 100%;
    text-align: center;
  }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .newsletter-items .theme-btn span {
  margin-top: 0;
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .newsletter-items .theme-btn:hover span {
  color: var(--header);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .label-text {
  color: var(--text2);
  font-weight: 500;
  margin-top: 15px;
  font-size: 16px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .label-text a {
  color: var(--white);
  text-decoration: underline;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  margin-top: 30px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
  width: 100%;
  border: none;
  background-color: var(--bg);
  position: relative;
  border: 1px solid var(--border);
  padding: 16px 22px;
  color: var(--text);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .theme-btn {
  margin-top: 12px;
  width: 100%;
  line-height: 1.3;
  padding: 12px 45px;
  border-radius: 0px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .theme-btn span {
  margin: 0;
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .theme-btn::before, .footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .theme-btn::after {
  background-color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .theme-btn:hover span {
  color: var(--header);
}

.footer-widgets-wrapper .single-footer-widget .list-items li {
  text-transform: capitalize;
}

.footer-widgets-wrapper .single-footer-widget .list-items li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widgets-wrapper .single-footer-widget .list-items li a {
  font-size: 20px;
  color:#c5c5c5;
  position: relative;
}

.footer-widgets-wrapper .single-footer-widget .list-items li a i{font-size: 12px; top: -1px; position: relative;}


/*.footer-widgets-wrapper .single-footer-widget .list-items li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color:#dd3d36;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}*/

.footer-widgets-wrapper .single-footer-widget .list-items li a:hover {
  padding-left:10px;
  color:#dd3d36;
}

.footer-widgets-wrapper .single-footer-widget .list-items li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.footer-widgets-wrapper .single-footer-widget .footer-address-text p {
  color: var(--text2);
}

.footer-widgets-wrapper .single-footer-widget .footer-address-text h5 {
  padding: 20px 0;
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-address-text h5 a {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-address-text .link-mail {
  color: var(--text2);
  font-size: 16px;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
  margin-bottom: 10px;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
  position: relative;
}

@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
    width: 100px;
  }
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb img {
  width: 100%;
  height: 100%;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(226, 9, 53, 0.85);
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
  color: var(--white);
  font-size: 22px;
  z-index: 99;
  position: relative;
  margin-top: 25px;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
  opacity: 1;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
  opacity: 1;
}

.footer-bottom {
  padding: 15px 0;
  position: relative;
  z-index: 9;
  background-color: #121315;
}

@media (max-width: 991px) {
  .footer-bottom .footer-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-top: 30px;
    text-align: center;
  }
}

.footer-bottom .footer-wrapper p {
  color: var(--white); font-size: 16px;
}

.footer-bottom .footer-wrapper p a {
  color: var(--white);
}

.footer-bottom .footer-wrapper .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.footer-bottom .footer-wrapper .footer-menu li a {
  color: var(--white);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(var(--white)));
  background-image: linear-gradient(var(--white), var(--white));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-bottom .footer-wrapper .footer-menu li a:hover {
  background-size: 100% 1px;
}

.footer-bottom.style-2 {
  background-color: #101010;
  text-align: center;
  margin-top: -5px;
}

.footer-bottom.style-2 .footer-wrapper {
  display: initial !important;
}

.newsletter-area {
  position: relative;
  z-index: 9;
}

.newsletter-area .newsletter-title {
  text-align: center;
}

.newsletter-area .newsletter-title h2 {
  color: var(--white);
  margin-bottom: 10px;
}

.newsletter-area .newsletter-title p {
  color: var(--white);
}

.newsletter-area .shape-1 {
  position: absolute;
  left: -15%;
  bottom: 4%;
  -webkit-animation: rounded 6s linear infinite;
          animation: rounded 6s linear infinite;
}

@media (max-width: 1399px) {
  .newsletter-area .shape-1 {
    display: none;
  }
}

.newsletter-area .shape-2 {
  position: absolute;
  right: -15%;
  bottom: 4%;
  -webkit-animation: rounded 5s linear infinite;
          animation: rounded 5s linear infinite;
}

@media (max-width: 1399px) {
  .newsletter-area .shape-2 {
    display: none;
  }
}

.newsletter-area .newsletter-items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media (max-width: 1399px) {
  .newsletter-area .newsletter-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.newsletter-area .newsletter-items .form-clt {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

@media (max-width: 767px) {
  .newsletter-area .newsletter-items .form-clt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.newsletter-area .newsletter-items .form-clt input {
  position: relative;
  padding: 18px 30px;
  border: none;
  outline: none;
  background-color: var(--white);
  width: 100%;
  font-size: 16px;
  color: var(--text);
  border-radius: 5px;
}

@media (max-width: 767px) {
  .newsletter-area .newsletter-items .form-clt input {
    padding: 14px 30px;
  }
}

@media (max-width: 575px) {
  .newsletter-area .newsletter-items .form-clt input {
    padding: 14px 25px;
  }
}

.newsletter-area .newsletter-items .theme-btn {
  padding: 24px 50px;
}

@media (max-width: 767px) {
  .newsletter-area .newsletter-items .theme-btn {
    width: 100%;
    padding: 20px 40px;
  }
}

@media (max-width: 575px) {
  .newsletter-area .newsletter-items .theme-btn {
    padding: 18px 25px;
  }
}


/*==============slider=========*/
.slider {
  position: relative;
}

#slider {
  position: relative;
  overflow: hidden;
  width: 100% !important;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
 /* height:500px;*/
  width: 99999px;
  overflow: hidden;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height:70vh;
  text-align: center;
}
#slider ul li .slide {
  /*background-size: cover;
  height: 100vh;*/
}

button.control_prev, button.control_next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  border: none;
  width: 2em;
  height: 2em;
  line-height: 1.9em;
  /*background: rgba(255, 255, 255, 0.3);*/
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%);
}
button.control_prev:focus, button.control_next:focus {
  outline: none;
  /*border: 1px rgba(255, 255, 255, 0.5) solid;*/
}
button.control_prev:hover, button.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

button.control_prev {
  left: 2rem;
}

button.control_next {
  right: 2rem;
}

/*.progress {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  height: 0.5rem;
  width: 100%;
  top: 0;
  border-top: 1px rgba(0, 0, 0, 0.15) solid;
}
.progress .bar {
  height: 100%;
  width: 0%;
  background: #fff;
}
*/
.teaser {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
.teaser h2 {
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1.5em;
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-shadow: 0px 4px 3px rgb(0 0 0 / 11%), 0px 6px 10px rgba(0, 0, 0, 0.1), 0px 15px 20px rgba(0, 0, 0, 0.1);

}
.teaser p {
  font-size: 1.3em;
  line-height: 1.3em;
  /*border-top: 2px #fff solid;*/
  width: 55%;
  min-width: 25rem;
  margin: 0rem auto;
  padding: 1.5rem 0;
}
.teaser h3 {
  /*border-bottom: 2px #fff solid;*/
  width:50%;
  padding:10px 0px 10px 0px;
  margin:0px auto;
  min-width: 25rem;
  font-size: 40px;
}
.teaser a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.home_bg{background: url(../img/home_bg.jpg) top center no-repeat;
background-size: cover; height: 100vh;}

.logo_outer{margin:0px auto; text-align: center;}

/*.inner_page{background: url(../img/home_bg.jpg) top center no-repeat;*/
/*background-size: cover; height: 300px;}*/
.inner_page {
  background: url(../img/home_bg.jpg) top center no-repeat;
  background-size: cover;
  height: 300px;
  z-index: 10000;
  position: relative;
}

.logo_outer img{     
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    max-height: 100%;
    border-radius: 20px;
    padding: 2px 10px;
   /* background: rgb(252 236 179);*/
    /* border: 1px solid rgba(255, 255, 255, .7); */
    /*box-shadow: 0 20px 50px -10px rgba(0, 0, 0, .5);
    overflow: hidden;*/

  }


.sticky .logo_outer img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    max-height: 100%;
    border-radius:0px; 
    padding: 2px 10px;
    /*background:#fff;*/
    /* border: 1px solid rgba(255, 255, 255, .7); */
   /* box-shadow: 0 20px 50px -10px rgba(0, 0, 0, .5);
    overflow: hidden;*/
}
 

.phone_bg{ 
    border-radius:38px;
    position: relative;
  height:50px;
  /*width: 50px; */ 
   padding:13px 20px;
  background:rgb(251 230 171);
  border: 1px solid rgba(255,255,255,.7);
 /* box-shadow: 0 20px 50px -10px rgba(0,0,0,.5);*/ text-align: center;
 line-height: 24px;  
   }
.phone_bg i{ text-align: center; font-size: 20px;}

.login_bg{ 
  border-radius: 38px;
    position: relative;
   height:50px; 
  /*width: 50px;  */
  padding:13px 20px;
  background:rgb(221 61 54);
  border: 1px solid rgba(255,255,255,.7);
  /*box-shadow: 0 20px 50px -10px rgba(0,0,0,.5);*/
  text-align: center;
  line-height: 24px; color:#fff;}

.login_bg i{ text-align: center; font-size: 20px;}
 .login_bg a{color: #fff;}

.btn_bottom2 {
    z-index: -1;
    border: 1px solid #d3ad67;
    border-radius: 100px;
    position: absolute;
    top: -3px;
    left: 11px;
    right: 0px;
    transform: translate(-0.52em, 0.52em) /*rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);*/;
    width: 100%;
    height: 100%;
}




@media (max-width: 767px) {
.teaser h2 {font-size:40px; line-height: 40px; margin-bottom: 30px; }

button.control_next { display: none;}
button.control_prev { display: none;}
.teaser p {font-size:16px; padding: 0px 20px;}
.logo_mobile{text-align: left !important; margin: 5px 0px;} 
.logo_mobile img{text-align: left; max-width:40%;}

 .header-main { display: block; }
.sidebar__toggle { 
    cursor: pointer; 
    margin-top: -50px;
    position: relative;
}
}


/*working-process===================*/
.header-design {
  background-color: #a4508b;
  background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
  height: 120px;
  text-align: center;
}

.listar-map-button {
  width: 100%;
  position: absolute;
  display: table;
  right: 0;
  top: 0;
  height: 200px;
  line-height: 164px;
  white-space: nowrap;
  font-size: 0;
}

.listar-map-button {
  right: auto;
  /***
    box-shadow: 0 0 65px rgba(0,0,0,.07) inset, 0 0 35px rgba(0,0,0,.05) inset;**/
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
}

.listar-page-header-content .listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

  

.listar-feature-item-wrapper {
  margin-bottom: 60px;
  padding-left: 27px;
  padding-right: 27px; position: relative;
}

.listar-feature-item {
  height: calc(100% - 20px);
}

.listar-feature-item.listar-feature-has-link
  ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

.listar-feature-item a {
  position: absolute;
  top: -12px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item a:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}


@keyframes ripple {
  0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}



.listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(40%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}

.listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}

.listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  border: 11px solid #2f53bf;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before,
.listar-hovering-features-grey
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 11px solid #0794c3;
  border-radius: 800px;
  left: -50%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 30px;
  height: calc(100% + 100px);
}

.listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #fff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 55px;
}

.listar-feature-item img,
.listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color:#dd3d36; text-align: center; width: 100%;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}
.listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}

.listar-feature-item
  .listar-feature-item-title.listar-feature-counter-added
  > span {
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
}

.listar-feature-item .listar-feature-item-title > span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title > span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  background-color:#dd3d36; color: #fff;
}

.listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #252525;
  font-size: 18px;
}

.listar-feature-item-excerpt {
  padding: 0 20px;
}

.listar-feature-item-excerpt {
  color: #252525;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pset {
  padding-top:120px;
  
}

.listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-map-button-text span:after {
  border: 12px solid #fff;
}

.listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}

.listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -30px;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 40%;
  color: #555;
  line-height: 52px;
}

/*===============first-map=================*/
#chartdiv {width : 100%; height  : 500px;}

.map-marker {/*adjusting for the marker dimensions so that it is centered on coordinates*/
    margin-left: -8px;
    margin-top: -8px;
}
.map-marker.map-clickable {
    cursor: pointer;
}
.pulse {
    width: 10px;
    height: 10px;
    border: 5px solid #f7f14c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #716f42;
    z-index: 10;
    position: absolute;
  }
.map-marker .dot {
    border: 10px solid #fff601;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 1;
    opacity: 0;
  }
  @-moz-keyframes pulse {
   0% {
      -moz-transform: scale(0);
      opacity: 0.0;
   }
   25% {
      -moz-transform: scale(0);
      opacity: 0.1;
   }
   50% {
      -moz-transform: scale(0.1);
      opacity: 0.3;
   }
   75% {
      -moz-transform: scale(0.5);
      opacity: 0.5;
   }
   100% {
      -moz-transform: scale(1);
      opacity: 0.0;
   }
  }
  @-webkit-keyframes "pulse" {
   0% {
      -webkit-transform: scale(0);
      opacity: 0.0;
   }
   25% {
      -webkit-transform: scale(0);
      opacity: 0.1;
   }
   50% {
      -webkit-transform: scale(0.1);
      opacity: 0.3;
   }
   75% {
      -webkit-transform: scale(0.5);
      opacity: 0.5;
   }
   100% {
      -webkit-transform: scale(1);
      opacity: 0.0;
   }
  }

/*===================map=2=========================*/
.map-container {
  padding:20px 0px;
  position: relative;
  display: inline-block;
}
.map-container img {
  width: 100%;
}
.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fde000;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
  animation: pulse 3s infinite;
}
.map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.map-container .antarctica {
  top: 92%;
  left: 50%;
}
.map-container .brasil {
  top: 64%;
  left: 28%;
}
.map-container .argentina {
  top: 77%;
  left: 27%;
}
.map-container .south-america {
  top: 57%;
  left: 22%;
}
.map-container .panama {
  top: 51%;
  left: 18%;
}
.map-container .mexico {
  top: 38%;
  left: 12%;
}
.map-container .north-america {
  top: 17%;
  left: 14%;
}
.map-container .africa {
  top: 44%;
    left: 50%;
}
.map-container .europe {
  top: 24%;
    left: 50%;
}
.map-container .asia {
  top: 23%;
  left: 70%;
}
.map-container .china {
  top: 40%;
  left: 72%;
}
.map-container .japon {
  top: 34%;
  left: 86%;
}
.map-container .australia {
  top: 72%;
  left: 86%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0.5);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
  }
}


.position-fix {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}


/* Coming Soon */


.btn-readmore--text { width: 100%; display: block;
  background-color: #dd3d36;
    font-weight: 700;
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    font-size: 22px;
    padding: 12px 20px;
    border-radius: 0;
    z-index: 9;
    display: inline-block;
    line-height: 1;
    border-radius: 30px;
}
/*.btn-readmore--text:hover{background: #000;  }*/



.bg-image { border-radius:10px; margin-top: -100px; margin-bottom: 100px;
     padding: 40px; position: relative;  
    background: url(../img/bg-9.jpg) no-repeat;  
}

 .wptb-item--inner{position: relative;}

 .wptb-item--inner ::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(-9deg);
    width: 100%;
    height: 90%;
    background:#dd3d36;
    border-radius: 30px;
   transform: translate(-50%, -50%) rotate(8deg);   
}
 



.wptb-credential {
    padding-top:50px;
}

.wptb-credential .wptb-item--inner {
    padding: 0px 0px;
    transition: var(--transition-base);  
}
.wptb-credential .wptb-heading .wptb-item--subtitle {
    font-size: 16px;
    line-height: 28px;
    color: var(--color-white);
}
.wptb-credential .wptb-heading .wptb-item--title {
    font-size:50px;
    line-height:50px;
    text-transform: uppercase;
    color:#fff; margin-bottom: 30px;
}

.wptb-credential .wptb-heading .wptb-item--title span{color: #dd3d36;}



.wptb-credential .wptb-heading .wptb-item--description {
    font-size: 16px;
    line-height: 28px;
    color: var(--color-white);
}

.wptb-credential.error-404 .wptb-heading .wptb-item--subtitle {
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: var(--color-white);
    margin-top: 30px;
    margin-bottom: 20px;
}
.wptb-credential.error-404 .wptb-heading .wptb-item--title {
    font-size: 226px;
    line-height: 200px;
    text-transform: uppercase;
    color: var(--color-one);
}
.wptb-credential.error-404 .wptb-heading .wptb-item--description {
    font-size: 20px;
    line-height: 30px;
    color: var(--color-white);
}

.credential-form {
    position: relative;
    transition: var(--transition-base);
}
.credential-form .form-control {
    
    color:#333;
    background:#fff;
    border-radius: 100px;
    height:40px;
    padding: 6px 20px; border: solid 1px #275bab;
}
.credential-form .form-control:focus {
    color:#333;
    border-color:#275bab;
}

.credential-form .form-group label{ color: #fff; margin-top: 5px; margin-bottom:2px; 
  font-size: 14x; font-weight: 600; }



.credential-form .btn-readmore {
    padding: 0;
    justify-content: space-between;
    border: 0;
    width: auto;
    min-width: auto;
    height: auto;
    position: absolute;
    top: 4px;
    right: 4px;
    transition: var(--transition-base);
}

.credential-form .btn-readmore .btn-readmore--icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    background-color: transparent;
    color: var(--color-white);
    transform: rotate(0deg);
    transition: var(--transition-base);
}

.credential-form .btn-readmore:hover .btn-readmore--icon {
    transform: rotate(10deg);
}

.credential-form ::-webkit-input-placeholder {
    color: var(--color-white);
}
.credential-form ::-moz-placeholder {
    color: var(--color-white);
}
.credential-form :-ms-input-placeholder {
    color: var(--color-white);
}
.credential-form :-moz-placeholder {
    color: var(--color-white);
}
.credential-form ::placeholder {
    color: var(--color-white);
}

.wptb-credential .btn .btn-wrap .text-second {
    font-size: 48px;
}

.wptb-credential #countdown ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    padding: 0px;
    margin: 0px;
}

.wptb-credential #countdown ul li {
    position: relative;
    display: inline-block;
    font-family: var(--font-family-base);
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-white);
}

.wptb-credential #countdown ul li span {
    position: relative;
    display: block;
    font-family: var(--font-family-heading);
    font-size: 53px;
    line-height: 60px;
    color: var(--color-white);
    margin-top: 0px;
    margin-bottom: 15px;
}
.wptb-credential #countdown ul li:not(:last-child) {
    padding-right: 25px;
    margin-right: 25px;
}

.wptb-credential #countdown ul li:not(:last-child)::after {
    content: ':';
    position: absolute;
    top: 10%;
    left: calc(100% - 10px);
    font-size: 36px;
    line-height: 36px;
    color: var(--color-light);
    font-weight: 700;
}

@media screen and (max-width: 1199px) {
    .wptb-credential .wptb-heading .wptb-item--title {
        font-size: 48px;
        line-height: 1.3em;
    }

    .wptb-credential.error-404 .wptb-heading .wptb-item--subtitle {
        font-size: 36px;
        line-height: 1.2em;
    }

    .wptb-credential.error-404 .wptb-heading .wptb-item--title {
        font-size: 120px;
        line-height: 120px;
    }

    .wptb-credential.error-404 .wptb-heading .wptb-item--description {
        font-size: 18px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 991px) {
    .wptb-credential .wptb-item--inner {
        padding: 0px 30px;
    }

    .wptb-credential .wptb-heading .wptb-item--title {
        font-size: 40px;
        line-height: 1.3em;
    }

    .wptb-credential.error-404 .wptb-heading .wptb-item--subtitle {
        font-size: 24px;
        line-height: 1.2em;
    }

    .wptb-credential.error-404 .wptb-heading .wptb-item--title {
        font-size: 80px;
        line-height: 80px;
    }

    .wptb-credential.error-404 .wptb-heading .wptb-item--description {
        font-size: 16px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 767px) {
    .wptb-credential .wptb-item--inner {
        padding: 0px 0px;
    }
}

@media screen and (min-width: 576px) {
    .wptb-credential .btn {
        min-width:100%; padding: 0px; margin-top: 10px;
    }
.btn-readmore--text{width: 100%;}

}

/* vijay css */

.parsley-errors-list { margin: 0px!important; padding: 0px!important; list-style: none!important; }
.parsley-errors-list li { font-size: 11px; height: 20px; margin: 0px; padding:0px; color: #ff4a4a; }
