/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. background CSS
	03. spacing css
	04. buttons css
	05. carousel css
	06. page-title css
	07. modal css
	08. section-title css
	09. breadcrumb css
	10. animation css
	11. preloader css
	12. header css
	13. meanmenu css
	14. slider css
	15. services css
	16. about css
	17. banner css
	18. feature css
	19. projects css
	20. testimonial css
	21. team css
	22. blog css
	23. brand css
	24. process css
	25. pricing css
	26. fact css
	27. portfolio css
	28. faq css
	29. contact css
	30. sidebar css
	31. footer css
  font-family: 'Domine', serif; slider text
  font-family: 'Barlow Semi Condensed', sans-serif; stright text
font-family: 'Mukta', sans-serif;
font-family: 'Jost', sans-serif; bold font
**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Vai&display=swap');

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Jost', sans-serif;
  --tp-ff-heading: 'Jost', sans-serif;
  --tp-ff-p: 'Jost', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-common-black-2: #24292d;
  --tp-heading-primary: #343a40;
  --tp-grey-1: #c5c5c5;
  --tp-grey-2: #aeaeae;
  --tp-grey-3: #acacac;
  --tp-grey-4: #999999;
  --tp-grey-5: #f7f7f7;
  --tp-grey-6: #b7b7b7;
  --tp-grey-7: #a6aeb5;
  --tp-grey-8: #edf2f6;
  --tp-text-body: #777777;
  --tp-text-1: #000;
  --tp-theme-1: #de2021;
  --tp-theme-2: #fff1f1;
  --tp-border-1: #ededed;
  --tp-border-2: #e9e9e9;
  --tp-border-3: #999999;
  /**
  @font weight declaration
  */
  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 500;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;
  /**
  @font size declaration
  */
  --tp-fz-body: 14px;
  --tp-fz-p: 14px;
  --tp-fz-h1: 40px;
  --tp-fz-h2: 36px;
  --tp-fz-h3: 24px;
  --tp-fz-h4: 20px;
  --tp-fz-h5: 16px;
  --tp-fz-h6: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ele-btn{
  position: relative;
  z-index: 1;
}

.footer-rotateicon .mt-50 {
  margin-top: 170px;
}

.footer-rotateicon .ml-10 {
  margin-left: -23px;
}


.blog-slider { 
  position: relative;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  transition: all 0.3s;
}
/* .ele-btn{
  position: absolute;
  z-index: 9;
  top: 65%;
  left: -5%;
} */
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto; margin: 0 !important;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.ml-35{margin-left: 35px;}
.mr-35{margin-right: 35px;}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 250px;
  border-radius: 20px;
  transform: translateX(56px);
  overflow: hidden;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform:none;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-width:1366px){
  .blog-slider__img {
    height: 250px; width: 250px;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
  
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0; margin-bottom: 25px;
  }
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 10px;
}
.blog-slider__text {
  color: #4e4a67;
  font-size: 16px;
  line-height: 1.5em;
}

.sidenav {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: none;
}

#main {
  transition: margin-left .5s;
  z-index: 99;
  position: fixed;
  width: 100%;
}

.sidenav a:hover {
  color: #5ea542;
  text-decoration: none;
}

.sidenav .closebtn {
  position: fixed;
  top: 15px;
  right: 25px;
  font-size: 20px;
  margin-left: 50px;
}

.float {
  position: fixed;
  bottom: 75px;
  right: 8px;
  z-index: 100;
}

.honda-slider {
  margin-right: -350px
}
.honda-slider1 {
  margin-left: -350px
}
.float svg,
.enquiry svg {
  fill: #fff;
}

.my-float {
  margin-top: 8px;
  margin-left: 3px;
}

.sidenav1,
.sidenav2,
.sidenav3,
.sidenav4,
.sidenav5,
.sidenav6,
.sidenav7,
.sidenav8,
.sidenav9,
.sidenav10,
.sidenav11 {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: none;
}

.sidenav1 a:hover,
.sidenav3 a:hover,
.sidenav4 a:hover {
  color: #5ea542;
  text-decoration: none;
}

.sidenav1 .closebtn,
.sidenav3 .closebtn,
.sidenav4 .closebtn {
  position: fixed;
  top: 15px;
  right: 25px;
  font-size: 20px;
  margin-left: 50px;
}

.sidenav2,.sidenav5,.sidenav6, .sidenav7, .sidenav8, .sidenav9,.sidenav10,.sidenav11 {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: none;
}

.sidenav2 a:hover {
  color: #5ea542;
  text-decoration: none;
}

.sidenav2 .closebtn,.sidenav3 .closebtn,.sidenav4 .closebtn,.sidenav5 .closebtn, .sidenav6 .closebtn, .sidenav7 .closebtn, .sidenav8 .closebtn,.sidenav9 .closebtn,.sidenav10 .closebtn,.sidenav11 .closebtn {
  position: fixed;
  top: 15px;
  right: 25px;
  font-size: 20px;
  margin-left: 50px;
}
.desk-location{display: block;}
.mobile-location{display: none;}
.reno-location{margin: 0; padding: 0;}
.reno-location li{margin-bottom:8px; list-style: none;     width: 50%;
  float: left;}
.reno-location li a{color: #fff; font-size: 14px;}
/*---------------------------------
    typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: var(--tp-fz-body);
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 26px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: var(--tp-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: var(--tp-fz-h1);
}

h2 {
  font-size: var(--tp-fz-h2);
}

h3 {
  font-size: var(--tp-fz-h3);
}

h4 {
  font-size: var(--tp-fz-h4);
}

h5 {
  font-size: var(--tp-fz-h5);
}

h6 {
  font-size: var(--tp-fz-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--tp-ff-p);
  font-size: 18px;
  font-weight: var(--tp-fw-normal);
  color: #333;
  margin-bottom: 15px;
  line-height: 25px;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.mobile-menu.fix {
  overflow-y: scroll;
  height: 80vh;
  padding-right: 10px; margin-top: 30px;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.b-radius {
  border-radius: 6px;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: rgba(var(--tp-common-black), 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------
    Progress Wrap
-----------------------------------------*/
@media (max-width: 575px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1680px;
  }
}

@media (min-width: 1400px) {
  .custom-container-3 {
    max-width: 1200px;
  }
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: var(--tp-grey-1);
}

.grey-bg-5 {
  background: var(--tp-grey-5);
}

.grey-bg-8 {
  background: var(--tp-grey-8);
}

.theme-bg {
  background: var(--tp-theme-1);
}

.white-bg {
  background: var(--tp-common-white);
}

.black-bg {
  background: var(--tp-common-black);
}

.black-bg-2 {
  background: #0A1028;
}

.black-bg-3 {
  background: #0A1028;
}

/* ======= Rooms1 style ======= */
.rooms1 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.rooms1 .item .position-re{height: 450px; object-fit: cover;}
.rooms1 .item img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.rooms1 .item .con {
  bottom: 0;
}

.rooms1 .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.rooms1 .item .category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  text-orientation: mixed;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;

}

.rooms1 .item .category a {
  color: #fff;
}

.rooms1 .item .category:hover {
  color: #fff;
}

.rooms1 .item .con {
  padding: 20px;
  position: absolute;
  
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.rooms1 .item .con h6,
.rooms1 .item .con h6 a {
  position: relative;
  color: #fff;
  font-size: 15px;
  
  display: inline;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.rooms1 .item .con h6 i {
  font-size: 6px;
  margin-right: 2px;
}

.rooms1 .item .con h5,
.rooms1 .item .con h5 a {
  position: relative;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  margin-top: 5px;
  margin-bottom: 5px;
  
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rooms1 .item .con p {
  color: #fff;
  font-size: 20px;
}

.rooms1 .item .con i {
  color: #fff;
  font-size: 18px;
}

.rooms1 .item .con i:hover {
  color: #fff;
}

.rooms1 .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: #666;
  padding: 11px 30px;
}

.rooms1 .item .con .butn-light:hover {
  border-color: #aa8453;
}

/* line animation */
.rooms1 .item .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: #f6e926;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: auto 0 20px;
}

.rooms1 .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

/* facilities */
.rooms1 .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rooms1 .facilities ul li {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding-bottom: 20px;
  float: left;
}

.rooms1 .facilities ul li i {
  margin-right: 10px;
}

/* permalink */
.rooms1 .item .con .permalink {

  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline;
}

.rooms1 .item .con .permalink a {
  color: #fff;
  text-align: right;

}

.rooms1 .item .con .permalink i {
  font-size: 10px;
  text-align: right;
}

.rooms1 .item .con .permalink a:hover,
.rooms1 .item .con .permalink i:hover {
  color: #aa8453;
}
/*----------------------------------------*/
/*  00. SPACING CSS START
/*----------------------------------------*/
.pt-250 {
  padding-top: 250px;
}

.pb-205 {
  padding-bottom: 205px;
}

.tp-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #123e92;
  border-color: transparent;
  color: var(--tp-common-white);
  border-radius: 5px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  border: 2px solid #123e92;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  position: relative;
}

.tp-btn i {
  margin-left: 15px;
}

.tp-btn:hover {
  box-shadow: none;
  color: #123e92;
}

.tp-btn:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.tp-btn::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-common-white);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}

.green-btn {
  background-color: #70B333;
}

.tp-btn-2 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: var(--tp-common-white);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 46px;
  padding: 0px 40px;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
  border: 2px solid #fff;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
  letter-spacing: 2px;
}

.tp-btn-2 i {
  margin-left: 15px;
}

.tp-btn-2:hover {
  box-shadow: none;
  color: #123E92;
  border-color: var(--tp-common-white);
}

.tp-btn-2:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.tp-btn-2::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-common-white);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}

.tp-btn-ps {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tp-theme-1);
  border-color: transparent;
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  border: 1px solid transparent;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  position: relative;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.tp-btn-ps i {
  margin-left: 15px;
}

.tp-btn-ps:hover {
  box-shadow: none;
  color: var(--tp-theme-1);
}

.tp-btn-ps:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.tp-btn-ps::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-common-white);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}

.tp-btn-d {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-color: transparent;
  color: #123E92;
  border-radius: 50px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 55px;
  line-height: 50px;
  padding: 0px 25px;
  border: 2px solid var(--tp-grey-8);
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
  font-family: 'Oswald', sans-serif;
}

.tp-btn-d i {
  margin-left: 15px;
}

.tp-btn-d:hover {
  box-shadow: none;
  color: var(--tp-common-white);
}

.tp-btn-d:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.tp-btn-d::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: #123E92;
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}



/*----------------------------------------*/
/*  04. Faq CSS START
/*----------------------------------------*/
.faq__area .faq__content {
  margin-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__area .faq__content {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq__area .faq__content {
    margin-right: 0;
  }
}

.accordion-item {
  border: 0;
}

.faq__area .faq__content .accordion-button {
  border: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #113A88;
  padding-left: 0;
  font-weight: var(--tp-fw-sbold);
  position: relative;
  padding: 20px 15px;
  background-color: #DCE0E6;
  margin-bottom: 15px;
  border-radius: 15px !important;
  border-top: 0;
}

.faq__area .faq__content .accordion-button span {
  color: #7fbc47;
  margin-right: 5px;
  display: inline-block;
}

.faq__area .faq__content .accordion-button:hover {
  color: #7fbc47;
}

.faq__area .faq__content .accordion-collapse {
  border: 0;
}

.faq__area .faq__content .accordion-button:not(.collapsed) {
  background: #123E92;
  color: #fff;
  box-shadow: none;
}

.faq__area .faq__content .accordion-button:not(.collapsed) span {
  color: #fff;
}

.faq__area .faq__content .accordion-body {
  padding-left: 0;
  padding-top: 15px;
}

.faq__area .faq__content .accordion-body p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}

.faq__area .faq__content .accordion-item {
  border-left: 0;
  border-right: 0;
}

.faq__area .faq__content .accordion-button:focus {
  box-shadow: none;
}

.faq__area .faq__content .accordion-button::after {
  content: "\f067";
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  right: 10px;
  color: #c0c1c1;
  top: 35%;
}

@media (max-width: 575px) {
  .faq__area .faq__content .accordion-button::after {
    right: 5px;
  }
}

.faq__area .faq__content .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  transform: rotate(0deg);
  color: #fff;
}

.faq__left-info {
  margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq__left-info {
    margin-left: 0;
    margin-top: 55px;
  }
}

.faq__accordion-2 .sm-accordion-item {
  border-radius: 6px;
  border-bottom: 0;
}

.faq__accordion-2 .sm-accordion-item .sm-accordion-button {
  box-shadow: none;
  outline: none;
  font-size: 18px;
  font-weight: var(--tp-fw-medium);
  padding: 20px 30px;
  border-radius: 6px;
  transition: 0.3s;
}

.faq__accordion-2 .sm-accordion-item .sm-accordion-button:hover {
  color: var(--tp-theme-1);
}

.faq__accordion-2 .sm-accordion-item .sm-accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.faq__accordion-2 .sm-accordion-item .sm-accordion-button:not(.collapsed) {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  box-shadow: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.faq__accordion-2 .sm-accordion-item .accordion-body {
  background: var(--tp-theme-1);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 30px 30px;
  padding-top: 0;
}

.faq__accordion-2 .sm-accordion-item .accordion-body p {
  color: var(--tp-common-white);
  font-size: 16px;
  margin-bottom: 0;
  line-height: 26px;
}

.faq__accordion-2 .sm-accordion-item .accordion-button::after {
  content: "\f178";
  background-image: none;
  font-family: "Font Awesome 6 Pro";
}

.faq__image {
  position: relative;
}


.blog-sidebar__widget ul li {
  list-style: none;
  margin-bottom: 15px;
}

.blog-sidebar__widget ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar__widget ul {
  margin-bottom: 25px;
}

.blog-sidebar__widget ul li {
  font-size: 18px;
  font-weight: normal;
  padding-left: 20px;
  position: relative;
  color: var(--tp-heading-primary);
}

.blog-sidebar__widget ul li::after {
  position: absolute;
  content: "\f054";
  left: 0;
  top: 0%;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #001d23;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-sidebar__widget ul li:hover::after {
  color: #7fbc47;
}

.blog-sidebar__widget ul li:hover::after {
  left: 7px;
}



/*---------------- Carousel ----------------------------*/

.ms-button {
display: none !important;
  font-size: 40px;
  color: #fff;
  border-radius: 6px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  top: 50%;
  margin: 0px;
  vertical-align: middle;
  transition: all 0.3s ease-out 0s;
  display: grid;
  opacity: .8;
}

.ms-button span {
  transform: rotate(270deg);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'SEGOEUIL';
  letter-spacing: 4px;
}

/* .ms-button span::before{
  position: absolute;
  content: "";
  width: 21px;
  height: 2px;
  background-color: #fff;
  right: -30px;
  top: 12px;} */
.ms-button::after {
  display: none;
}

.ms-button:hover {
  color: #71B433;
}

.ms-button:hover span::before {
  background-color: #71B433;
}

@media (max-width: 575px) {
  .ms-button {
    display: none;
  }
}

.swiper-button-next {
  right: 80px;
  left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-button-next {
    right: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-button-next {
    right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .swiper-button-next {
    right: 5px;
  }
}

.swiper-button-prev {
  left: 80px;
  right: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-button-prev {
    left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .swiper-button-prev {
    left: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .swiper-button-prev {
    left: 5px;
  }
}


.project__slider-arrow-wrapper {
  display: flex;
  justify-content: end;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project__slider-arrow-wrapper {
    justify-content: start;
  }
}

@media (max-width: 575px) {
  .project__slider-arrow-wrapper {
    display: none;
  }
}

.project__slider-arrow {
  width: 150px;
  display: flex;
  justify-content: space-between;
}

.related__services-arrow {
  position: absolute;
  right: 16%;
  top: 13%;
  width: 115px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .related__services-arrow {
    top: 10%;
  }
}

@media (max-width: 575px) {
  .related__services-arrow {
    top: 12%;
    right: 12%;
  }
}

.ts-pagination {
  top: 50%;
  right: 0;
  text-align: right;
}

.ts-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 20px;
  display: block;
  border-radius: 6px;
  background: #000;
  margin: 5px 0 !important;
  position: relative;
}

.ts-pagination .swiper-pagination-bullet-active {
  background: var(--tp-theme-1);
  height: 30px;
}

.ts-pagination.swiper-pagination-bullets {
  bottom: auto;
  left: auto;
  width: auto;
  position: absolute;
  right: 20px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

/*--
    - Page title
-----------------------------------------*/
/*----------------------------------------*/
/*  21. PAGE TITLE CSS START
/*----------------------------------------*/
.page__title {
  font-size: 50px;
  color: var(--tp-common-white);
  line-height: 62px;
  margin-bottom: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.shape1 {
  position: absolute;
  left: 21%;
  top: 30%;
}

.shape1 h2 {
  font-size: 150px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  letter-spacing: 15px;
  color: #ccc;
}

.about-style-five .title-box {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.about-style-five {
  position: relative;
}

.about-style-five .inner-container {
  position: relative;
  padding: 74px 0px 30px 0px;
}

.about-style-five .title-box {
  position: relative;
  width: 100%;
}

.about-style-five .title-box .top-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: #364ea2;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-style-five .title-box h1 {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 48px;
  color: #0c0d24;
  font-weight: 700;
  margin-bottom: 23px;
  padding: 0 100px;
}

.about-style-five .title-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #5d5d66;
}

.about-style-five .upper-content .content-box {
  position: relative;
  display: block;
  background: #fff;
  margin: 95px 0px 0px -150px;
  padding: 48px 30px 43px 40px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.about-style-five .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: #364ea2;
  margin-bottom: 12px;
}

.about-style-five .group-title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #0c0d24;
  margin-bottom: 10px;
}

.about-style-five .lower-content .left-column .content-box {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  padding: 48px 30px 69px 40px;
  border-radius: 10px;
  margin: -75px -30px 0px 30px;
}

.about-style-five .lower-content .right-column .content-box {
  position: relative;
  display: block;
  margin-left: 50px;
  margin-top: 50px;
}

.about-style-five p {
  position: relative;
  display: block;
}
#SelExample{
  width:200px;
}
.career-form {
  background-color: #fff;
  min-height: 400px;
  border-radius: 10px;
  box-shadow: 0 15px 20px rgb(0 0 0 / 5%);
  margin-bottom: 50px;
  padding: 50px;
  font-family: 'Jost', sans-serif;
}

.form-label {
  font-size: 16px;
  font-family: 'Jost', sans-serif;
}

.form-control {
  border-bottom: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: none;
  padding: 10px 0;
  border-radius: 0;
  font-size: 20px;
}

.form-control1 {
  border: 1px solid #ccc !important;  
  background: none !important;
  padding:10px 8px;
  border-radius: 0;
  font-size: 15px;
  width: 100% !important;
}
.form-control::placeholder {
  color: #ccc;
  font-size: 20px;
}

.counter-style-two {
  position: relative;
  padding: 45px 0px 50px 0px;
}

.content-box {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-right: 15px;
}

.content-box .top-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: #364ea2;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.content-box .text p {
  position: relative;
  display: block;
  color: #77787f;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 35px;
  margin: 0 auto;
  width: 70%;
}

.inner-box .bold-text {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #5d5d66;
  line-height: 28px;
  margin-bottom: 28px;
}

.inner-box .counter-outer {
  position: relative;
  display: block;
  min-height: 290px;
  z-index: 1;
}

.inner-box .counter-block-one {
  background: #ffd9cc;
}

.counter-block-one {
  position: relative;
  display: inline-block;
  width: 235px;
  height: 235px;
  background: #fbef55;
  text-align: center;
  border-radius: 50%;
  padding: 75px 30px 50px 30px;
  box-shadow: 0 15px 20px rgb(0 0 0 / 5%);
}

.inner-box .counter-block-one:nth-child(2) {
  position: absolute;
  left: 200px;
  top: 77px;
  background: #e3eaff;
  z-index: 1;
}

.inner-box .counter-block-one:last-child {
  background: #ffeaef;
  position: absolute;
  top: 0px;
  right: 0px;
}

.counter-block-one .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #192d66;
}

.counter-block-one .count-outer span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #192d66;
}

.inner-box .counter-block-one:last-child .count-outer span {
  color: #364ea2;
}

.inner-box .counter-block-one:nth-child(2) .count-outer span {
  color: #2d54c9;
}

.fact-counter {
  position: relative;
  display: block;
  background: #d7f0fd;
  padding-top: 210px;
}

.industries-section {
  position: static;
  display: block;
  padding: 100px 0px 100px;
  z-index: 99;
}

.industries-section .content-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.half-wid li {
  width: 32%;
  float: left;
  font-size: 17px;
}

.half-wid li small {
  color: #123E92;
  font-weight: 400;
  font-size: 13px;
}

.industries-section .content-box .top-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.industries-section .content-box .top-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 47px;
  color: #123E92;
  font-weight: 700;
  margin-bottom: 15px;
}

.industries-section .content-box .top-box h2 i {
  display: block;
  width: 50px;
  height: 6px;
  background: #70B333;
  margin-top: 12px;
}

.industries-section .content-box .top-box h4 i {
  display: block;
  width: 50px;
  height: 5px;
  background: #70B333;
  margin-top: 5px;
}

.industries-section .content-box .top-box h4 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 47px;
  color: #123E92;
  margin-bottom: 15px;
}

.industries-section .content-box .top-box .text {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.industries-section .content-box .top-box .text p {
  line-height: 30px;
  color: #5d5d66;
}

.industries-section .content-box .top-box .list-text {
  margin-bottom: 25px;
}

.industries-section .content-box .top-box .list-text li {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #5d5d66;
  padding: 0px 0px 10px 20px;
}

.industries-section .content-box .top-box .list-text li:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: #3d3d50;
  font-weight: 700;
  left: 0px;
  top: 1px;
}

.industries-section .content-box .lower-box {
  position: absolute;
  left: 0px;
  bottom: 3px;
  background: #fc9a36;
  padding: 31px 30px 45px 40px;
  min-width: 675px;
  width: 100%;
  z-index: 1;
}

.industries-section .content-box .lower-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 47px;
  color: #fff;
  font-weight: 700;
}

.industries-section .content-box .lower-box a {
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}

.industries-section .image-box {
  position: relative;
  display: block;
  margin-top: 9px;
}

.industries-section .image-box img {
  width: 100%;
}

.weare-section .content-box .title-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 33px;
  color: #454547;
  margin-bottom: 15px;
}

.text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 33px;
  color: #454547;
  margin-bottom: 15px;
}

.ttm-bg {
  position: relative;
}

.ttm-bg-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  margin-right: -500px;
  background-color: #EBEDEF;
}

.ttm-bg {
  background-color: #EBEDEF;
  padding-top: 50px;
  padding-left: 189px;
  padding-bottom: 50px;
  margin-left: -163px;
}

.layer-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.image-box::before {
  position: absolute;
  top: -30%;
  left: 0;
  width: 150%;
  height: 150%;
  background: rgba(255, 255, 255, .3);
  content: '';
  -webkit-transition: -webkit-transform .9s;
  transition: transform .9s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.image-box:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.image-box img {
  width: 100%;
}

.ttm-img {
  position: relative;
  z-index: 1;
  top: 40px;
}

.link-1 {
  padding: 10px 25px;
  display: inline-block;
  background-color: #eaeaea;
  border-radius: 50px;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
}

.link-1.active {
  background-color: #87C052;
  color: #fff;
}

.event-box {
  margin: 0 20px;
}

.event-tt {
  font-family: 'Jost', sans-serif;
}

.event-img {
  position: relative;
}

.event-img img {
  width: 100%;
}

.event-time {
  position: absolute;
  bottom: -15px;
  left: 15px;
  padding: 10px 15px;
  background: #001E5B;
  color: #fff;
  font-weight: bold;
}

.event-title {
  margin-top: 25px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 45px;
}

.event-title-big {
  margin-top: 50px;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}

.ttm-img .green-box {
  background-color: #87C052;
  width: 100%;
  height: 400px;
  text-align: center;
  display: grid;
  align-items: center;
  vertical-align: middle;
  background-image: url(../img/bg2.jpg);
  background-position: right;
  background-size: cover;
}

.image-box .green-box1 {
  background-color: #87C052;
  width: 100%;
  height: 450px;
  padding: 45px 25px;
  background-image: url(../img/bg2.jpg);
  background-position: right;
  background-size: cover;
}

.team-img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
  position: relative;
}

.view-icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-radius: 50px;
  background-color: rgb(135 192 82 / 80%);
  padding: 0 10px;
  color: #fff;
}

.view-icon:hover {
  color: #fff;
}

.team-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.team-txt {
  background: #fff;
  padding: 20px 7px 9px;
  text-align: center;
  margin-bottom: 35px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.team-txt p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  min-height: 80px;
}

.image-box .green-box1 p {
  font-size: 25px;
  color: #fff;
  font-family: 'Jost', sans-serif;
  line-height: 34px;
  font-weight: 600;
  ;
}

.image-box .green-box h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
}

.layer-content h2 {
  margin-bottom: 30px;
}

.layer-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #1A2546;
  font-family: 'Jost', sans-serif;
}

.layer-content h2::before {
  background-color: #7FBB47;
  width: 3px;
  height: 80px;
  content: "";
  float: left;
  margin-right: 15px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .page__title {
    font-size: 25px;
    line-height: 30px;
  }
}

.page__title-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page__title-wrapper .breadcrumb-menu ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.page__title-wrapper .breadcrumb-menu ul li::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  height: 15px;
  width: 2px;
  position: absolute;
  left: -3px;
  top: 5px;
}

.page__title-wrapper .breadcrumb-menu ul li:first-child::before {
  display: none;
}

.page__title-wrapper .breadcrumb-menu ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}

.page__title-wrapper .breadcrumb-menu ul li a:hover {
  color: #6CC14F;
}

.page__title-wrapper .breadcrumb-menu ul li span {
  color: var(--tp-common-white);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}

.page__title-height {
  min-height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page__title-height {
    min-height: 500px;
  }
}

@media (max-width: 575px) {
  .page__title-height {
    min-height: 450px;
  }
}

@media (max-width:1366px) {
  .page__title-height {
    min-height: 350px;
  }

  .shape1 {
    position: absolute;
    left: 15%;
    top: 30%;
  }

  .footer-rotateicon .mt-50 {
    margin-top: 125px;
  }

  .footer-rotateicon .ml-10 {
    margin-left: -10px;
  }

  .ttm-bg {
    background-color: #EBEDEF;
    padding-top: 100px;
    padding-left: 232px;
    padding-bottom: 30px;
    margin-left: -211px;
    min-height: 500px;
  }

  .layer-content h3 {
    font-size: 16px !important;
    margin-bottom: 25px !important;
  }

  .inner-box .counter-block-one:nth-child(2) {
    position: absolute;
    left: 155px;
    top: 77px;
    background: #e3eaff;
    z-index: 1;
  }

  .layer-content h3 {
    font-size: 20px;
  }
}

/* .page__title-overlay {
  position: relative;
} */
/* .page__title-overlay::after {
  background-image: -moz-linear-gradient(90deg, #343a40 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #343a40 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #343a40 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  position: absolute;
}
.page__title-overlay::before {
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #343a40 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #343a40 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #343a40 100%);
  width: 100%;
  height: 100%;
  content: "";
  bottom: 0;
  position: absolute;
} */

/*----------------------------------------*/
/*  05. Section Tilte CSS START
/*----------------------------------------*/
.section__wrapper {
  position: relative;
}

/* .section__wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--tp-border-1);
  top: 0;
} */
.section__wrapper .section__title {
  font-size: 40px;
  line-height: 1.2;
  padding-top: 20px;
  margin-left: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__wrapper .section__title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .section__wrapper .section__title {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .section__wrapper .section__title {
    font-size: 26px;
    letter-spacing: 0;
  }
}

.section__wrapper-2 .section__title {
  margin-left: 0;
}

.section__wrapper-2 .sm-title-d {
  color: var(--tp-common-white);
  font-size: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__wrapper-2 .sm-title-d {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .section__wrapper-2 .sm-title-d {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .section__wrapper-2 .sm-title-d {
    font-size: 26px;
  }
}

.section__wrapper-2::before {
  display: none;
}

.section__wrapper-2 .st-meta {
  font-size: 14px;
  color: var(--tp-theme-1);
  background: var(--tp-theme-2);
  padding: 2px 10px;
  border-radius: 6px;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}

.section__wrapper-2 .st-meta-2 {
  font-size: 14px;
  color: var(--tp-theme-1);
  background: var(--tp-common-white);
  padding: 2px 10px;
  border-radius: 6px;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}

.section__wrapper-2 .st-meta-3 {
  font-size: 14px;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  padding: 2px 10px;
  border-radius: 6px;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}

.section__wrapper-3::before {
  background: #545a60;
}

.section__wrapper .r-text {
  position: absolute;
  left: -5%;
  bottom: 32%;
  transform: rotate(-90deg);
}

.section__wrapper .r-text span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-grey-1);
  letter-spacing: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section__wrapper .r-text span {
    font-size: 12px;
  }
}

.section__title {
  font-size: 40px;
  line-height: 1.3;
  padding-top: 20px;
  margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 28px;
  }
}

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

.section-2__wrapper h5 {
  color: #808080;
  font-weight: 500;
  font-family: 'Noto Sans Vai', sans-serif;
  margin: 15px 0;
  letter-spacing: 3px;
  font-size: 20px;
}

.section-2__wrapper .st-1 {
  font-size: 80px;
  font-weight: 800;
  display: inline-block;
  color: #545454;
  position: relative;
  margin-bottom: 15px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.services-area h4 {
  font-size: 50px;
  font-weight: 600;
  color: #000;
  position: relative;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.services-area h5 {
  font-size: 20px;
  font-weight: 400;
}

.section-2__wrapper h4 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  position: relative;
  margin-bottom: 35px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
}

.section-2__wrapper .section__title-sd::after {
  position: absolute;
  content: "";
  background: #70B333;
  width: 15px;
  height: 75px;
  top: 0%;
  left: 0px;
}

.section-2__wrapper .st-2 {
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  display: inline-block;
  color: var(--tp-theme-1);
  position: relative;
  margin-bottom: 5px;
}

.section-2__wrapper .st-2::before {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 70px;
  height: 2px;
  top: 50%;
  right: -80px;
}

.section-2__wrapper .st-2::after {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 70px;
  height: 2px;
  top: 50%;
  left: -80px;
}

.section-2__wrapper .section__title {
  font-size: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-2__wrapper .section__title {
    font-size: 40px;
  }

  .section-2__wrapper .st-1 {
    font-size: 40px;
  }
}

.section-2__wrapper .section__title-sd {
  font-size: 50px;
  position: relative;
  padding-left: 25px;
  text-transform: uppercase;
  color: #70B333;
  font-family: 'Oswald', sans-serif;
  line-height: 35px;
  margin: 15px 0;

}

.section-2__wrapper .section__title-sd span {
  font-size: 20px;
  color: #123E92;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-2__wrapper .section__title-sd {
    font-size: 40px;
  }
}

.section-2__wrapper .section__title-sm {
  font-size: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-2__wrapper .section__title-sm {
    font-size: 30px;
  }
}

/* 00. ========= pluse animation ========== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* 00. ========= video-ripple ========== */
@keyframes video-ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes video-ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/* 00. ========= FadeIn custom ========== */
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

/* 00. ========= modeal-video-animation ========== */
@keyframes waveAlarm {
  0% {
    transform: scale(1);
    opacity: 40%;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* 00. ========= ripple animation ========== */
@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }

  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

/* 00. ========= sticky animation ========== */
@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;

}

.preloader .spinner {
  position: relative;
  top: 40%;
}

/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
.header-area {
  position: absolute;
  z-index: 9;
  width: 100%;
}

.header__sticky {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 999;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  background: #fff;
}

.header__sticky.header__bottom-2 {
  padding: 0px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header__sticky.header__bottom-2 {
    padding: 30px 0;
  }

  .header__sticky.header__bottom-2 {
    padding: 15px 0;
    background-color: #30455E;
  }
}

.header__sticky.header__area-3 {
  background: #ffebeb;
  padding: 25px 0;
}

.logo {
  width: 180px;
  height: 100px;
  background-color: var(--tp-theme-1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.main-menu ul {text-align: left;}
.main-menu ul li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
}

.main-menu ul li.sticky-logo {
  padding: 0;
  display: none;
}

.header__sticky .main-menu ul li.sticky-logo {
  padding: 0;
  display: inline-block;
}

.header__sticky .main-menu ul li.sticky-logo a {
  padding: 5px 0;
}

.header__sticky .main-menu ul li {
  margin-right: 25px;
}

.header__sticky .main-menu ul li a {
  font-size: 16px;
  color: #30455E !important;
}

.header__sticky .main-menu-2 ul li.has-dropdown>a::after {
  color: #30455E;
  ;
}

.slide1img {
  position: absolute;
  right: 0px;
  top: 250px
}

.slide2img {
  position: absolute;
  right: 0px;
  top: 280px
}

.slide3img {
  position: absolute;
  right: 0px;
  top: 280px
}

.slide4img {
  position: absolute;
  right: -50px;
  top: 200px
}

@media (max-width:1366px) {
  .swiper-container-fade .swiper-slide .ml-200 {
    margin-left: 50px;
    margin-right: 0
  }

  .swiper-container-fade .swiper-slide .mr-150 {
    margin-left: 0;
    margin-right: 0
  }

  .slide1img {
    position: absolute;
    right: 0px;
    top: 280px
  }

  .slide2img {
    position: absolute;
    right: 50px;
    top: 230px;
    max-width: 60%;
  }

  .slide3img {
    position: absolute;
    right: 0px;
    top: 230px;
    max-width: 60%;
  }

  .slider__d-title,
  .slider__d-title span {
    font-size: 50px;
  }

  .services-area h4 {
    font-size: 40px;
  }

  .layer-content h2 {
    font-size: 30px;
  }

  .header__sticky .main-menu ul li {
    margin-right: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 22px;
  }

  .header__sticky .main-menu ul li.sticky-logo {
    display: none;
  }
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li.has-dropdown>a {
  padding-right: 14px;
}

.main-menu ul li.has-dropdown>a::after {
  position: absolute;
  content: "\f107";
  right: -4px;
  top: 42px;
  font-size: 14px;
  font-size: 14px;
  color: var(--tp-grey-2);
  font-family: "Font Awesome 6 Pro";
}

.main-menu ul li a {
  color: var(--tp-grey-2);
  font-size: 19px;
  line-height: 20px;
  padding: 40px 0;
  display: inline-block;
  transition: 0.3s;
}

.main-menu ul li .active {
  color: #6CC14F !important;
}

.main-menu ul li:hover>a {
  color: var(--tp-theme-1);
}

.main-menu ul li:hover>a::after {
  color: var(--tp-theme-1);
}

.main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 220px;
  /* background-color:rgba(97, 110, 124, 0.8); */
  background: #30455E;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 10px 0px 15px;
  transition: 0.3s;
  border-top: 4px solid #6CC14F;
  text-align: left;
}

.main-menu ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
  width: 100%;
  display: block;
}

.main-menu ul li .sub-menu li a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 10px 15px;
  transition: 0.3s;
  color: #fff !important;
  text-transform: capitalize;
}

.main-menu ul li .sub-menu li .active {
  color: var(--tp-theme-1);
}

.main-menu ul li .sub-menu li:hover>a {
  color: #6CC14F !important;
}

.main-menu ul li .sub-menu li>.sub-menu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.main-menu ul li .sub-menu li:hover>.sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.main-menu-2 ul li a {
  color: var(--tp-common-white);
  padding: 20px 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header__sticky .main-menu-2 ul li>a.active {
  color: #6CC14F !important;
}

.main-menu-2 ul li:hover>a {
  color: #6CC14F !important;
}

.main-menu-2 ul li:hover>a::after {
  color: var(--tp-theme-1);
}

.main-menu-2 ul li.has-dropdown>a {
  padding-right: 25px;
  color: #fff;
  cursor: pointer;
}

.main-menu-2 ul li.has-dropdown>a:hover {
  color: #6CC14F !important;
  cursor: pointer;
}

.main-menu-2 ul li.has-dropdown>a::after {
  position: absolute;
  content: "\f107";
  right: -4px;
  top: 22px;
  font-size: 14px;
  font-size: 14px;
  color: #fff;
  font-family: "Font Awesome 6 Pro";
}
.main-menu-2 ul li ul li.has-dropdown>a::after {
  position: absolute;
  content: "\f105";
  right: 22px;
  top: 13px;
  font-size: 14px;
  font-size: 14px;
  color: #fff;
  font-family: "Font Awesome 6 Pro";}

.main-menu-2 ul li .has-dropdown:hover>a::after {
  color: var(--tp-theme-1);
}

.main-menu-2 ul li.has-dropdown:hover>a::after {
  color: #6CC14F;
}

.menu-padding {
  padding-left: 40px;
}

.header-info {
  display: flex;
}

.header-info .info-item span {
  font-size: 12px;
  display: inline-block;
  font-weight: var(--tp-fw-sbold);
}

.header-info .info-item h5 {
  font-size: 14px;
  color: var(--tp-common-white);
}

.header-info .info-item-right {
  margin-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-info .info-item-right {
    margin-right: 20px;
  }

  .main-menu-2 ul li.has-dropdown>a {
    padding-right: 10px;
  }

  .main-menu ul li a {
    font-size: 18px;
  }

}

.header__area-3 {
  position: absolute;
  z-index: 222;
  width: 100%;
}

.header__top {
  padding: 10px 0;
}

.header__top-info {
  display: flex;
  justify-content: end;
}

.header__top-info p {
  font-size: 14px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.header__top-info p a {
  text-decoration: underline;
}

.header__top-info-text {
  margin-right: 50px;
  position: relative;
}

.header__top-info-text::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #ff7d42;
  right: -25px;
  top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__top-info-text::before {
    display: none;
  }

  .footer__widget-title img {
    max-width: 50%;
  }
}

.header__top-info-text span {
  font-weight: var(--tp-fw-sbold);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__top-info {
    display: block;
  }
}

.header__top-right {
  display: flex;
  justify-content: end;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header__top-2 {
    display: none;
  }
}

.header__sm-links {
  position: relative;
  margin-right: 60px;
}

.header__sm-links::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #ff7d42;
  right: -40px;
  top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__sm-links::before {
    right: -15px;
  }
}

.header__sm-links a {
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-white);
  margin-right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__sm-links a {
    margin-right: 15px;
  }
}

.header__sm-links a:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__sm-links {
    margin-right: 15px;
  }
}

.header__lang .nice-select {
  height: auto;
  background: transparent;
  border: 0;
  line-height: 25px;
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
}

.header__lang .nice-select::after {
  width: 7px;
  height: 7px;
  border-color: var(--tp-common-white);
}

.header__lang .option {
  color: var(--tp-heading-primary);
}

.header__lang .option:hover,
.header__lang .option.selected.focus {
  color: var(--tp-theme-1);
}

.header__smcontact {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}

.header__inner {
  padding: 10px 50px 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header__inner-2 {
    display: none;
  }

}

.header__smcontact-list {
  display: flex;
  color: var(--tp-common-white);
  position: relative;
  transition: 0.3s;
  margin-right: 50px;
  align-items: center;
}

.header__smcontact-list:last-child {
  margin-right: 0;
}

.header__smcontact-list .sm-clist__icon i {
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  margin-right: 10px;
}

.header__smcontact-list .sm-clist__icon-2 i {
  font-size: 13px;
  color: var(--tp-grey-3);
  margin-left: 30px;
}

.header__smcontact-list .sm-clist__text span {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Barlow Semi Condensed', sans-serif;
  letter-spacing: 1px;
}

.header__smcontact-list .sm-clist__text h4 {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  font-family: 'Noto Sans Vai', sans-serif;
}

.header__smcontact-list .sm-clist__text h4 a i {
  font-size: 18px;
}

.sm-clist__text {
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.header__smcontact-list .sm-clist__text h4 a {
  margin-right: 10px;
  margin-top: 5px;
}

.header__smcontact-list .sm-clist__text-2 h4 {
  font-size: 15px;
}

.header__smcontact-list-df {
  background: var(--tp-common-white);
  padding: 5px 20px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: -20px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}

@media (max-width:1366px) {
  .header__smcontact-list {
    margin-right: 30px;
  }

  .header__smcontact-list .sm-clist__text span {
    font-size: 11px;
  }

  .header__smcontact-list .sm-clist__text h4 {
    font-size: 12px;
  }

  .header__smcontact-list .sm-clist__icon i {
    font-size: 15px;
  }
}

@media (max-width:1024px) {
  .header__smcontact-list {
    margin-right: 10px;
  }

  .main-menu ul li a {
    font-size: 16px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__smcontact-list-df {
    margin-top: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
}

.header__smcontact-list-df:hover {
  background: var(--tp-theme-1);
}

.header__smcontact-list-df:hover .sm-clist__text-2 span,
.header__smcontact-list-df:hover h4 {
  color: var(--tp-common-white);
}

.header__smcontact-list-df:hover .sm-clist__icon-2 i {
  color: var(--tp-common-white);
}

.header__smcontact-list-3 {
  background: var(--tp-common-white);
  width: 190px;
  height: 65px;
  border-radius: 6px;
  padding: 10px 15px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .header__smcontact-list-3 {
    display: none;
  }
}

.header__smcontact-list-3:hover {
  background: var(--tp-heading-primary);
}

.header__smcontact-list-3:hover .sm-clist__text-2 span,
.header__smcontact-list-3:hover h4 {
  color: var(--tp-common-white);
}

.header__smcontact-list-3:hover .sm-clist__icon-2 i {
  color: var(--tp-common-white);
  margin-right: 0;
}

.header__inner-logo {
  padding: 20px 30px;
  background: var(--tp-common-white);
  width: 175px;
  height: 80px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  margin-top: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__inner-logo {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .header__inner-logo {
    display: none;
  }
}

.header__inner-logo::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: auto;
  right: 0;
  width: 100%;
  height: 10%;
  background: var(--tp-theme-1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  z-index: -1;
}

.header__sm-action {
  display: flex;
  justify-content: space-between;
}

.header__sm-action-item {
  margin-right: 40px;
}

.header__sm-action-item:last-child {
  margin-right: 0;
}

.header__sm-action-item i {
  font-size: 20px;
  color: #fff;
}

.header__sm-action .right-border {
  position: relative;
}

.header__sm-action .right-border::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: var(--tp-grey-3);
  right: -25px;
  top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header__bottom-2 {
    padding: 15px 0;
  }
}

.header__side {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .header__side {
    justify-content: space-between;
  }
}


.header__logo-overlay {
  position: relative;
  padding: 20px 0px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__logo-overlay {
    margin-top: 0;
  }
}

.menu-counter {
  counter-reset: count;
}

.menu-counter>nav>ul>li::before {
  color: var(--tp-grey-2);
  font-size: 14px;
  counter-increment: count;
  content: "0"counter(count);
  transition: all 500ms ease;
  display: block;
}

.menu-counter>nav>ul>li:hover::before {
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.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 a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--tp-heading-primary);
  border-top: 1px solid #ebebeb;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li a.active {
  color: #6CC14F !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: var(--tp-heading-primary);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #71B433;
  color: var(--tp-common-white);
  border-color: #ebebeb;
}

.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 {
  color: var(--tp-common-white);
}

.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);
  color: #000;
}


/*----------------------------------------*/
/*  03. SLIDER CSS START
/*----------------------------------------*/
.sliderm-height {
  height: 900px;
}

@media (max-width: 1366px) {
  .sliderm-height {
    height: 800px;
  }

  .header__logo-overlay img {
    max-width: 100%;
  }

  .header__inner {
    padding-bottom: 0;
  }

  .swiper-container-fade .swiper-slide {
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .sliderm-height {
    height: 850px;
  }
}

@media (max-width: 575px) {
  .sliderm-height {
    height: 700px;
  }
}

.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 10.5s cubic-bezier(0, 0, 0.2, 1);
  mix-blend-mode: multiply;
}

.item-slider {
  position: relative;
  display: flex;
}

/* .item-slider::after {
  background-image: -moz-linear-gradient(90deg, #343a40 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #343a40 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #343a40 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  position: absolute;
}
.item-slider::before {
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #343a40 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #343a40 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #343a40 100%);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  position: absolute;
}  */

.slider-contant {
  position: relative;
  z-index: 1;
  text-align: left;
  font-family: 'Oswald', sans-serif;
}

@media (max-width: 575px) {
  .slider-contant {
    margin-top: 105px;
  }
}

.slider-contant span {
  font-size: 23px;
  display: inline-block;
  color: var(--tp-common-white);
  background: #70B333;
  text-transform: uppercase;
  padding: 7px 10px;
  letter-spacing: 5px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .slider-contant span {
    font-size: 40px;
  }
}

.slider-contant .slider-title {
  font-size: 64px;
  color: var(--tp-common-white);
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 60px;
}

.slider-contant .slider-title span {
  color: #FFC900;
  background: none;
  margin: 0 0 20px 0;
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-contant .slider-title {
    font-size: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .slider-contant .slider-title {
    font-size: 70px;
  }
}

.swiper-slide-active .slider-contant span,
.swiper-slide-active .slider-contant .slider-title,
.swiper-slide-active .slider-button a {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.swiper-slide-active .slider-contant span {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.swiper-slide-active .slider-contant .slider-title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.swiper-slide-active .slider-button a.tp-btn {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.swiper-slide-active .slider-button a.tp-btn-2 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

/* .swiper-slide-active .slide-bg {
  transform: scale(1.2);
} */

.slider__area {
  position: relative;
}

.slider__d-info {
  text-align: right;
}

.slider__d-info .slider-title {
  font-size: 64px;
  color: var(--tp-common-white);
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 60px;
}

.slider__d-info span {
  font-size: 23px;
  display: inline-block;
  color: #C9D2DB;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 10px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .slider__d-info {
    margin-right: 0px;
  }
}

.slider__d-info p {
  font-size: 18px;
  line-height: 26px;
}

.slider__d-title span {
  color: #fff;
  background: none;
  margin: 0 0 30px 0;
  font-size: 60px;
  padding: 0;
  font-weight: bold;
  letter-spacing: 0;
}

.slider__d-title {
  font-size: 55px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

@media (max-width:1366px) {
  .swiper-button-prev {
    left: 0;
  }

  .swiper-button-next {
    right: 0;
  }

  .slider__d-title,
  .slider__d-title span {
    font-size: 50px;
  }

  .slider__d-info span {
    margin-bottom: 10px;
  }

  .mt-300 {
    margin-top: 250px;
  }
  .ele-img-holder{
    margin-top: 145px;
  }

  .slider__d-title {
    line-height: 60px;
  }

  /* .ms-button{height: 50px; width: 50px; line-height: 50px;} */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__d-title {
    font-size: 35px;
    line-height: 45px;
  }

  .slide2img {
    max-width: 70%;
  }

  .slide4img {
    max-width: 70%;
    right: 14px;
  }

  .slide1img,
  .slide2img,
  .slide3img {
    top: 300px;
  }

  .mt-300 {
    margin-top: 300px;
  }

  /* .slider__d-info img{max-width:60%;} */

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__d-title {
    font-size: 68px;
  }

}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .slider__d-title {
    font-size: 50px;
  }
}

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

.slider__circle-shape {
  height: 500px;
  width: 500px;
  position: absolute;
  right: 5%;
  z-index: 1;
  border-radius: 50%;
  top: 50%;
  transition: 1.2s;
  transform: scale(1);
  background: var(--tp-common-white);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__circle-shape {
    height: 300px;
    width: 300px;
    right: 0%;
    top: 48%;
  }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__circle-shape {
    display: none;
  }
}

@media (max-width: 575px) {
  .slider-button a {
    margin-right: 0;
    margin-top: 20px;
  }
}

.swiper-slide-active .slider__d-info p,
.swiper-slide-active .slider__d-info .slider__d-title,
.swiper-slide-active .slider__d-info img,
.swiper-slide-active .slider__d-info span {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.swiper-slide-active .slider__d-info img {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.swiper-slide-active .slider__d-info span {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.swiper-slide-active .slider__d-info .slider__d-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.swiper-slide-active .slider__d-info p {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  color: #fff;
}

.swiper-slide-active .slider__d-info img {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.main-slider-nav {
  overflow: hidden;
}

.main-slider-dot {
  margin-top: -96px;
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider-dot {
    margin-top: -96px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider-dot {
    margin-top: -115px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-slider-dot {
    margin-top: -130px;
  }
}

@media (max-width: 575px) {
  .main-slider-dot {
    margin-top: 0;
  }
}

.swiper-slide-thumb-active .sm-button {
  opacity: 1;
}

.sm-button {
  display: flex;
  width: 100%;
  color: var(--tp-common-white);
  padding-right: 30px;
  padding-bottom: 40px;
  position: relative;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .sm-button {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sm-button {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sm-button {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sm-button {
    padding-right: 0;
    padding-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .sm-button {
    display: none;
  }
}

.sm-button::before {
  border-color: var(--tp-theme-1);
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 20%;
  height: 4px;
  bottom: 2px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.sm-button:hover {
  border-color: var(--tp-theme-1);
  opacity: 1;
}

.sm-button:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.main-slider-dot .swiper-slide-thumb-active .sm-button::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.main-slider-dot .swiper-slide-thumb-active .sm-button {
  filter: grayscale(0);
}

/*----------------------------------------*/
/*  00. SERVICES CSS START
/*----------------------------------------*/
.service_tab_section {
  position: relative;
  z-index: 1;
}

.sm-services__icon {
  margin-right: 15px;
}

.sm-services__icon i {
  font-size: 50px;
  color: var(--tp-theme-1);
  transition: 0.3s;
}

.sm-services__text span {
  font-size: 14px;
  color: var(--tp-grey-3);
  display: inline-block;
}

.sm-services__text h4 {
  color: var(--tp-common-white);
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sm-services__text h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sm-services__text h4 {
    font-size: 18px;
  }
}

.single-services {
  padding: 10px;
  background: var(--tp-common-white);
  border-radius: 6px;
  height: 380px;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  background-size: cover !important;
}

.single-services h5 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.single-services .services-list ul li {
  margin-bottom: 12px;
  list-style: none;
}

.single-services .services-list ul li span {
  font-size: 16px;
  display: inline-block;
}

.single-services .sr-button {
  border-left: 2px solid #88BF54;
  position: absolute;
  bottom: 15px;
  padding-left: 10px;
  transition: all 0.3s ease 0s;
  padding-right: 10px;
}

.single-services:hover .sr-button {
  background: #88BF54;
}

.single-services .sr-button a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

/* .single-services .sr-button a:hover {
  color: var(--tp-theme-1);
} */

.services__slider {
  position: relative;
}

.tab {
  overflow: hidden;
  margin-bottom: 45px;
  text-align: left;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 0px;
  transition: 0.3s;
  font-size: 17px;
  color: #fff;
  margin: 0 45px 0 0;
}

.tab button.active {
  border-bottom: 2px solid #7fbc47;
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.tabcontent p {
  color: #fff;
  line-height: 30px;
}

.tabcontent h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .services__slider {
    margin-right: 0;
  }
}

@media (max-width:1366px) {
  .single-services {
    height: 325px
  }
}

@media (max-width:767px) {
  .single-services {
    height: 420px
  }
}

.ser__text a {
  color: var(--tp-heading-primary);
  text-decoration: underline;
  font-weight: var(--tp-fw-medium);
}

/* .sm-services__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sm-services__info {
    display: block;
  }
}

.sm-services__info h5 {
  font-size: 40px;
  color: #70B333;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}

.about__image img {
  max-width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sm-services__info h5 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sm-services__info h5 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.sm-services__more a {
  font-size: 16px;
  color: var(--tp-common-white);
  transition: 0.3s;
}

.sm-services__more a i {
  margin-left: 5px;
}

.sm-services__more a:hover {
  color: var(--tp-theme-1);
}

.services__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}


.related__services {
  position: relative;
}

.related__services-title {
  font-size: 20px;
}

.cta__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}

.cta__area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 58, 64, 0.6);
  z-index: -1;
}

.cta__title {
  font-size: 60px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .cta__title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .cta__title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .cta__button a {
    margin-right: 0;
    margin-top: 20px;
  }
}

.hide {
  display: none;
}

/* history css */
.history__area {
  position: relative;
  z-index: 1;
}

.history__right {
  position: relative;
}

.history__right-bg {
  position: absolute;
  width: 35%;
  top: 0;
  height: 100%;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .history__right-bg {
    display: none;
  }
}

.history__right-bg img {
  width: 100%;
  height: 100%;
}

.history__item .sm-item-thumb {
  position: relative;
  overflow: hidden;
}

.history__item .sm-item-thumb img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.history__item .sm-item-tag {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.history__item .sm-item-tag span {
  width: 70px;
  height: 30px;
  line-height: 30px;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: inline-block;
  text-align: center;
}

.history__item .sm-item-content {
  padding: 30px;
  background: var(--tp-common-white);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .history__item .sm-item-content {
    padding: 30px 20px;
  }
}

.history__item .sm-item-content h6 {
  font-size: 20px;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .history__item .sm-item-content h6 {
    font-size: 18px;
  }
}

.history__item .sm-item-content h6:hover {
  color: var(--tp-theme-1);
}

.history__item .sm-item-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.history__item:hover .sm-item-thumb img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.nevigation__info {
  display: flex;
  align-items: center;
}

.nevigation__info img {
  margin-right: 20px;
}

.nevigation__info-2 {
  text-align: right;
  justify-content: end;
}

.nevigation__info-2 img {
  margin-left: 20px;
  margin-right: 0;
}

.nevigation__content p {
  margin-bottom: 0;
}

.nevigation__title {
  font-size: 18px;
  transition: 0.3s;
}

.nevigation__title:hover {
  color: var(--tp-theme-1);
}

.nevigation__icon i {
  font-size: 40px;
  color: var(--tp-theme-1);
}

.joy-list li {
  padding: 10px 10px;
  list-style: none;
  margin-bottom: 15px;
  box-shadow: rgba(149, 157, 165, 0.3) 0px 0px 5px;
  width: 45%;
  float: left;
  margin-right: 15px;
}

.joy-list li:nth-child(odd) {
  background-color: #f7f7f7;
}

.joy-list li:nth-child(even) {
  background-color: #fff;
}

.joy-date {
  color: #123E92;
  font-size: 13px;
  float: left;
}

.joy-list li a.title {
  font-size: 17px;
  margin-bottom: 10px;
  color: #333;
  width: 100%;
  float: left;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
}

.tt1 {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 30px !important;
}

@media (max-width:1366px) {
  .joy-list li {
    width: 47%;
    margin-right: 20px;
  }
}

/*----------------------------------------*/
/*  03. ABout CSS START
/*----------------------------------------*/
.ab-tab-info {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .ab-tab-info {
    margin-bottom: 80px;
  }

  .joy-list li {
    width: 47%;
    margin-right: 20px;
  }
}

.ab-left-content {
  text-align: center;
}

.ab-left-content .section__wrapper {
  line-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-left-content {
    margin-left: 50px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .ab-left-content {
    margin-left: 0;
  }
}

.ab-left-content .abd-text {
  font-weight: var(--tp-fw-medium);
  color: var(--tp-heading-primary);
}

.ab-left-content .ab-author h5 {
  font-size: 16px;
  line-height: 26px;
}

.ab-left-content .ab-author h5 span {
  color: var(--tp-theme-1);
  font-weight: var(--tp-fw-regular);
}

.ab-left-content .ab-author-2 h5 {
  color: var(--tp-theme-1);
}

.absp-text {
  display: flex;
  width: 270px;
  padding: 30px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  background: var(--tp-common-white);
  border-radius: 6px;
  position: absolute;
}

@media (max-width: 575px) {
  .absp-text {
    display: none;
  }

  /* .ab-left-content .section__wrapper{display: none;} */
  .footer-rotateicon {
    display: none;
  }

}

.absp-text i {
  font-size: 50px;
  color: var(--tp-theme-1);
  margin-right: 20px;
}

.absp-text .absp-info h5 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0;
}

.absp-text .absp-info .absm-title {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  color: var(--tp-grey-4);
}

.absp-text-1 {
  top: -35px;
  left: -5px;
}

.absp-text-2 {
  bottom: -50px;
  right: -65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .absp-text-2 {
    right: -10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .absp-text-2 {
    right: -25px;
  }
}

.ab-image.w-img {
  margin-left: 80px;
}

@media (max-width: 575px) {
  .ab-image.w-img {
    margin-left: 0;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@-webkit-keyframes rotate-full {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes rotate-full {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated .infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.box1 {
  transform: rotate(0deg);
}

.box1 img {
  max-width: 100%;
}

.rotate {
  -webkit-animation: rotation-full 5s infinite linear;
  animation: rotation-full 5s infinite linear;
}

.rotate-full {
  -webkit-animation: infinite-spinning 1s infinite linear;
  animation: infinite-spinning 1s infinite linear;
}

.rotate-full-1 {
  -webkit-animation: infinite-spinning 6s infinite linear;
  animation: infinite-spinning 6s infinite linear;
}

.prev,
.next {
  position: fixed;
  top: 0;
  width: 15%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 999;
  color: rgba(255, 255, 255, .5);
  font-size: 8rem;
  font-family: monospace;
  transition: all .2s;
  display: none !important;
}

.prev:hover,
.next:hover {
  color: rgba(255, 255, 255, .8);
}

.prev {
  left: -25%;
}

.next {
  right: -25%;
}

.active .prev {
  left: 0;
}

.active .next {
  right: 0;
}

.gallery-container {
  margin: 0 auto;
  max-width: 100%;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-auto-rows: 303px;
  grid-auto-flow: dense;
}

.gallery {
  text-align: center;
  padding: 1rem 0;
  color: white;
  font-size: 3rem;
  text-transform: uppercase;
  background: rgba(0, 0, 0, .2);
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.gallery img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all .5s;
}

.gallery.show::before {
  content: '';
  display: block;
  position: fixed;
  z-index: 555;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
}

.gallery.show img {
  position: fixed;
  top: 0;
  left: 0;
  margin: 30px;
  align-self: center;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 666;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  filter: drop-shadow(0 3px 15px black);
  cursor: url(../img/close-button.png), -webkit-grab;
  cursor: url(../img/close-button.png), grab;
  /* custom cursor to signal close on click */
}

.gallery:not(.show):hover img {
  cursor: pointer;
  transform: scale(1.3);
}


.horizontal {
  grid-column: span 2;
}

.vertical {
  grid-row: span 2;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}

.active div:not(.show) img {
  filter: blur(3px);
}

.top1 {
  margin-top: -200px;
}

.tab-links {
  text-align: center;
}

.tab-links a {
  margin: 0 0px 0 0;
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.tab-links a.active {
  color: #123E92;
  font-weight: bold;
}

.tab-links a:last-child::after {
  display: none;
}

.tab-links a::after {
  content: '.';
  font-size: 30px;
  color: #999;
  margin: 0 35px;
  line-height: 0;
}

.honda-tt {
  padding-left: 50px;
  color: #fff;
}

.about__area {
  position: relative;
}

.about__info p {
  line-height: 40px;
  margin-bottom: 0;
  color: #545454;
  font-size: 18px;
  font-weight: 400;
}

.white-btn {
  background-color: #fff;
  color: #71B433;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}

.bg-text {
  font-family: 'Oswald', sans-serif;
  font-size: 200px;
  color: #193f89;
  position: absolute;
  left: 28%;
  top: 15%;
  opacity: .3;
  font-weight: bold;
  letter-spacing: 70px;
}

.sm-text {
  font-size: 18px;
  font-weight: normal;
  line-height: 35px;
  color: #1A2546;
}

.sm-text1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #1A2546;
  font-family: 'Jost', sans-serif;
}

.about__info-quote {
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-medium);
}

.about__list-item {
  display: flex;
  align-items: center;
}

.about__list-item i {
  font-size: 70px;
  color: var(--tp-theme-1);
  margin-right: 20px;
}

.about__list-item-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.about__right {
  margin-right: 60px;
}

@media (max-width:1366px) {
  .bg-text {
    font-size: 150px;
    left: 24%;
  }

  /* .sm-text{font-size: 14px; line-height: 25px;} */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__right {
    margin-right: 25px;
  }

  .rotate-full {
    animation: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about__right {
    margin-right: 0;
  }
}

.about__right-2 {
  margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__right-2 {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about__right-2 {
    margin-left: 0;
    margin-top: 55px;
  }
}

.about__image {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about__image {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about__image {
    margin-top: 40px;
    margin-bottom: 55px;
  }

  /* .rotate-full{animation: none;} */
}

.about__image-big img {
  border-radius: 6px;
}

@media (max-width: 575px) {
  .about__image-big img {
    max-width: 100%;
  }

  .about__info p {
    line-height: 32px;
    font-size: 18px;
  }
}

.about__image-small {
  position: absolute;
  right: 0;
  bottom: -28%;
}

.about__image-small img {
  width: 300px;
  height: 300px;
  border: 10px solid #000;
  border-radius: 6px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 575px) {
  .about__image-small {
    display: none;
  }

  .honda-tt {
    padding: 0;
  }
}

.about__image-small-2 {
  bottom: -15%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__image-small-2 {
    bottom: -40%;
  }
}

.about__image-small-2 img {
  width: 370px;
  height: 370px;
}

.about__image-shape {
  position: absolute;
  left: 40px;
  bottom: -25%;
}

.about__image-shape span {
  width: 50px;
  height: 50px;
  background: var(--tp-theme-1);
  display: inline-block;
  border-radius: 6px;
}

.about__image-2 {
  margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about__image-2 {
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__image-2 img {
    max-width: 100%;
  }
}

.about__area .abs__info {
  padding-left: 130px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about__area .abs__info {
    margin-bottom: 70px;
  }
}

.about__area .abs__image-2 {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}

.about__area .abs__image-2 img {
  width: 250px;
  height: 250px;
}

.about__area .abs__image-3 {
  position: absolute;
  bottom: -15px;
  left: 12%;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__area .abs__image-3 {
    bottom: -60px;
  }
}

.about__area .abs__image-3 img {
  width: 100px;
  height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__area-2 {
    padding-top: 120px;
  }
}

.about__sm-image .sm-image__item {
  position: relative;
  overflow: hidden;
}

.about__sm-image .sm-image__item img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.about__sm-image .sm-image__item:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.about__sm-image .sm-image__content {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  background-color: rgba(222, 32, 33, 0.9);
  border-radius: 6px;
  transition: 0.3s;
}

.about__sm-image .sm-image__content .sm-number {
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about__sm-image .sm-image__content .sm-number a {
  font-size: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
}

.about__sm-image .sm-image__content .sm-number a span {
  font-size: 36px;
  color: var(--tp-common-white);
}

.about__sm-image .sm-image__content .sm-number p {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 26px;
}

.about__sm-image-df {
  transform: translateY(-30px);
}

.st-right-border {
  padding-left: 20px;
  border-left: 1px solid var(--tp-border-2);
}

@media (max-width: 575px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .company__about {
    overflow: hidden;
  }
}

.company__about-tab .about-tabs {
  justify-content: space-around;
  border: 0;
  background: var(--tp-heading-primary);
  width: 100%;
}

.company__about-tab .about-tabs .abst-item {
  width: 33.33%;
  background-color: var(--tp-heading-primary);
  display: flex;
  justify-content: space-evenly;
}

.company__about-tab .about-tabs .abst-item-link {
  border: 0;
  background: inherit;
  font-size: 16px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  font-weight: var(--tp-fw-medium);
  padding: 25px 10px;
  width: 100%;
  font-family: 'Oswald', sans-serif;
}

.company__about-tab .about-tabs .abst-item-link i {
  margin-left: 15px;
  visibility: hidden;
  opacity: 0;
}

.company__about-tab .about-tabs .abst-item-link.active {
  background: #70B333;
  position: relative;
}

.company__about-tab .about-tabs .abst-item-link.active::before {
  position: absolute;
  content: "";
  left: 50%;
  right: 0;
  bottom: -8px;
  width: 15px;
  height: 8px;
  background: #70B333;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.company__about-tab .about-tabs .abst-item-link.active i {
  visibility: visible;
  opacity: 1;
}

.company__sm-about span {
  width: 120px;
  height: 120px;
  line-height: 120px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  background: var(--tp-common-white);
  display: inline-block;
  border-radius: 50%;
  font-size: 20px;
  font-weight: var(--tp-fw-medium);
  color: var(--tp-heading-primary);
  margin-bottom: 70px;
}

.company__sm-about p {
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .company__sm-about p {
    font-size: 18px;
  }
}

.sdf__item {
  padding: 40px;
  border: 1px solid var(--tp-border-2);
  display: flex;
  border-radius: 6px;
  position: relative;
  background: var(--tp-common-white);
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sdf__item {
    padding: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sdf__item {
    padding: 30px;
  }
}

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

.sdf__item::before {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  border-radius: 6px;
  height: 100%;
  bottom: 10px;
  z-index: -2;
  border: 1px solid var(--tp-border-2);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.sdf__item:hover::before {
  bottom: -10px;
  visibility: visible;
  opacity: 1;
  z-index: -1;
}

.sdf__item:hover {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.sdf__icon {
  margin-right: 20px;
}

.sdf__icon i {
  font-size: 50px;
  color: var(--tp-theme-1);
}

.sdf__text h6 {
  font-size: 20px;
  line-height: 30px;
}

.sdf__text p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.animate {
  position: relative;
}

.animate::before {
  content: "";
  display: inline-block;
  width: 125px;
  height: 125px;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid var(--tp-border-2);
  top: -2px;
  left: -2px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.animate::after {
  content: "";
  display: inline-block;
  width: 120;
  height: 120;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid var(--tp-border-2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/*----------------------------------------*/
/*  03. Banner CSS START
/*----------------------------------------*/
.banner {
  position: relative;
  z-index: 1;
}

.banner__slider {
  position: relative;
}

.banner__border {
  position: absolute;
  height: 100%;
  width: 2px;
  background: var(--tp-common-white);
  opacity: 0.3;
  left: 24.3%;
}

.banner__border-2 {
  position: absolute;
  height: 100%;
  width: 2px;
  background: var(--tp-common-white);
  opacity: 0.3;
  left: 44.4%;
  top: 0;
}

.banner__border-3 {
  position: absolute;
  height: 100%;
  width: 2px;
  background: var(--tp-common-white);
  opacity: 0.3;
  left: 64.4%;
  top: 0;
}

.banner__area-3 {
  background-image: -moz-linear-gradient(145deg, #ffebeb 0%, #f0f0f0 100%);
  background-image: -webkit-linear-gradient(145deg, #ffebeb 0%, #f0f0f0 100%);
  background-image: -ms-linear-gradient(145deg, #ffebeb 0%, #f0f0f0 100%);
  position: relative;
  z-index: 1;
}

.banner__content-meta {
  font-size: 14px;
  background: var(--tp-common-white);
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-block;
}

.banner__content-title {
  font-size: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__content-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__content-title {
    font-size: 40px;
  }
}

.banner__item-3 {
  padding-top: 190px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__item-3 {
    padding-top: 145px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__item-3 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__item-3 {
    padding-top: 80px;
  }
}

.banner__button {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .banner__button {
    display: block;
  }
}

.banner__cinfo {
  margin-left: 30px;
}

@media (max-width: 575px) {
  .banner__cinfo {
    margin-left: 0;
    margin-top: 20px;
  }
}

.banner__cinfo a {
  display: inline-block;
  font-size: 16px;
  font-weight: var(--tp-fw-medium);
  color: var(--tp-heading-primary);
}

.banner__cinfo a span {
  display: block;
  font-size: 14px;
  font-weight: var(--tp-regular);
  color: var(--tp-text-body);
}

.banner__d-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__d-image {
    display: none;
  }
}

.banner__d-image::before {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 100%;
  height: 100%;
  top: 0;
}

.banner__shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

.banner__shape-2 {
  position: absolute;
  top: 0px;
  left: 7%;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__shape-2 {
    left: -40%;
  }
}

@media (max-width: 575px) {
  .banner__shape-2 {
    display: none;
  }
}

.banner__height-3 {
  min-height: 970px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__height-3 {
    min-height: 875px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__image {
    margin-top: 50px;
  }
}

.banner-image {
  position: relative;
}

.sd-banner-area {
  position: relative;
}

.sd-banner__item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sd-content {
  background: var(--tp-theme-1);
  padding: 45px 50px;
  position: absolute;
  bottom: 0;
  width: 100.5%;
  z-index: 2;
  left: -2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sd-content {
    bottom: 50px;
    width: 90%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sd-content {
    bottom: 40px;
    width: 90%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sd-content {
    bottom: 30px;
    width: 90%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sd-content {
    bottom: 20px;
    width: 90%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.sd-content .sd-meta {
  font-size: 16px;
  line-height: 1.2;
  color: var(--tp-common-white);
}

.sd-content h5 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--tp-common-white);
}

.sd-content .project-info {
  margin-top: 100px;
}

.sd-content .project-info i {
  font-size: 15px;
  color: var(--tp-heading-primary);
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: var(--tp-common-white);
  border-radius: 6px;
  text-align: center;
  font-weight: var(--tp-fw-medium);
  margin-right: 20px;
  transition: 0.3s;
}

.sd-content .project-info i:hover {
  background: var(--tp-heading-primary);
  color: var(--tp-common-white);
}

.sd-content .project-info span {
  font-size: 16px;
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
}

.sd-content .sd-bg-icon {
  position: absolute;
  bottom: 10%;
  left: 35%;
  z-index: -1;
}

.sd-content .sd-bg-icon i {
  font-size: 230px;
  color: #e4e4e421;
}

@media (max-width: 575px) {
  .sd-content .sd-bg-icon {
    left: 4%;
  }
}

.banner-slide-height {
  height: 800px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-slide-height {
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-slide-height {
    height: 600px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-slide-height {
    height: 600px;
  }
}

@media (max-width: 575px) {
  .banner-slide-height {
    height: 550px;
  }
}

.slide-border {
  border-right: 2px solid var(--tp-common-white);
  opacity: 0.3;
  height: 100%;
}

/*----------------------------------------*/
/*  03. Feature CSS START
/*----------------------------------------*/
.feature__list ul li {
  list-style: none;
  padding: 18px 30px;
  background: var(--tp-grey-5);
  margin-bottom: 20px;
  border-radius: 6px;
  transition: 0.3s;
}

.feature__list ul li:last-child {
  margin-bottom: 0;
}

.feature__list ul li:hover {
  background: var(--tp-theme-1);
  transform: translateX(15px);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .feature__list ul li:hover {
    transform: translateX(0px);
    transform: translateY(-5px);
  }
}

.feature__list ul li:hover>a {
  color: var(--tp-common-white);
}

.feature__list ul li:hover>a i {
  color: var(--tp-common-white);
}

.feature__list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  color: var(--tp-heading-primary);
  font-size: 18px;
}

.feature__list ul li a i {
  color: var(--tp-grey-6);
}

.feature__left {
  margin-right: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .feature__left {
    margin-right: 0;
  }
}

.feature__images {
  margin-left: 10px;
  position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .feature__images {
    margin-left: 0;
  }
}

.vide-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -65px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .vide-button {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}

.vide-button a {
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-1);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 120px;
  text-align: center;
  font-size: 20px;
}

.vide-button a::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .vide-button a::before {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}

.vide-button a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.vide-button-3 {
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.vide-button-3 a::before {
  text-align: center;
  margin: 0 auto;
}

.vide-button-3 a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.video__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video__area {
    height: 600px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .video__area {
    height: 500px;
  }
}

.video__button-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}

.video__button-2 a {
  width: 120px;
  height: 120px;
  background: var(--tp-theme-1);
  border-radius: 50%;
  color: var(--tp-common-white);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 120px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
}

.video__button-2 a:hover {
  background: var(--tp-common-white);
  color: var(--tp-theme-1);
  border-color: var(--tp-common-white);
}

.video__button-2 a::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.video__button-3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}

.video__button-3 a {
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-1);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 120px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
}

.video__button-3 a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.video__button-3 a::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.appoinment-cta {
  margin-top: -40px;
}

.appoinment-cta__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  z-index: 1;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .appoinment-cta__content {
    display: block;
    text-align: center;
    padding: 25px 15px;
  }
}

.appoinment-cta__content-title {
  font-size: 24px;
  color: var(--tp-common-white);
  line-height: 1.3;
  margin-left: 40px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .appoinment-cta__content-title {
    margin-bottom: 20px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appoinment-cta-2 {
    padding-bottom: 30px;
  }
}

.appoinment-cta-2__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  z-index: 1;
  position: relative;
  padding: 15px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .appoinment-cta-2__content {
    padding: 25px 30px;
    transform: translateY(-30px);
  }
}

.appoinment-cta-2__content-title {
  font-size: 14px;
  color: var(--tp-text-body);
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: var(--tp-fw-regular);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .appoinment-cta-2__content-title {
    margin-bottom: 0;
  }
}

.appoinment-cta-2__content-title a {
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-heading-primary);
}

.appoinment-cta-2__content a {
  font-size: 14px;
  font-weight: var(--tp-fw-sbold);
}

.appoinment-cta-2__content a:hover {
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  04. PROJECTS CSS START
/*----------------------------------------*/
.project__area {
  position: relative;
}

.service-container .our-service {
  list-style: none;
  margin-top: 54px;
}

.our-service li a {
  display: block;
  padding: 8px;
  background: #8DC25B;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 300px;
}

.our-service li figure {
  overflow: hidden;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.our-service li figure {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.our-service li a:hover,
.our-service li.flex-active-slide a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.our-service li a:hover img {
  transform: scale(1.1);
  filter: grayscale();
}

.our-service li strong {
  display: block;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 21px 15px 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.our-service li i {
  display: block;
  width: 49px;
  height: 2px;
  background: #fff;
  margin-bottom: 3px;
}

.our-service li span {
  display: block;
  font-weight: 400;
}

.our-service li:first-child {
  margin: 0;
}

.our-service li {
  float: left;
  border-radius: 3px;
  margin-left: 10px;
}

.project__area p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
}

.project__area h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.project__area h2 i {
  display: block;
  width: 50px;
  height: 6px;
  background: #fff;
  margin-top: 12px;
}

.testimonial__area h2,
.process__area h2 {
  font-size: 40px;
  color: #123E92;
  font-weight: 900;
  margin-bottom: 23px;
}

.testimonial__area h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 23px;
}

.testimonial__area h2::before {
  background-color: #fff;
  width: 3px;
  height: 80px;
  content: "";
  float: left;
  margin-right: 15px;
}

.testimonial__area p {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #fff;
  font-family: 'Jost', sans-serif;
}

.testimonial__area h2 i,
.process__area h2 i {
  display: block;
  width: 50px;
  height: 6px;
  background: #70B333;
  margin-top: 12px;
}

.project__inner {
  position: relative;
  width: 100%;
  display: flex;
}

.our-project {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 200px;
  height: 190px;
  margin: -90px 0 0 -103px;
  z-index: 999;
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  padding: 0px;
  display: table;
  letter-spacing: 1px;
  border-radius: 100px;
  -webkit-transform: rotate(360deg);
  -webkit-transition-duration: .5s;
  -webkit-transition-delay: now;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.project-container .detai-box {
  padding: 44px 0 0 0;
}

.project-container .img-box {
  float: left;
  width: 50%;
}

.project-container .odd .detai-box {
  float: right;
  padding: 103px 0 0 82px;
}

.project-container .detai-box {
  position: relative;
  padding: 44px 55px 0 0;
}

.project-container .detai-box1 {
  position: relative;
  padding: 44px 55px 0 0;
  width: 50%;
  float: left;
}

.project-container .odd .img-box {
  margin-top: -50px;
  position: relative;
}

.group-txt {
  transform: rotate(270deg);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'SEGOEUIL';
  letter-spacing: 10px;
  position: absolute;
  left: -200px;
  top: 180px;
  color: #a9a9a9;
}

.project-container .img-box {
  float: left;
  width: 50%;
}

.gallery1 {
  background: url(../img/gallery1.png) no-repeat;
  height: 300px;
  overflow: hidden;
}

.gallery-img:hover,
.gallery-img1:hover,
.gallery-img2:hover {
  background-position: center -25px !important;
}

.gallery-img {
  background: url(../img/gallary2.jpg) no-repeat center top;
  min-height: 310px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: cover;
}

.gallery-img1 {
  background: url(../img/gallery2.jpg) no-repeat;
  min-height: 310px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-img2 {
  background: url(../img/gallery3.jpg) no-repeat center top;
  min-height: 310px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: cover;
}

.link1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  justify-content: space-between;
  width: 90%;
  font-weight: 300;
  align-items: center;
}

.link1 h4 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
}

.link1 p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.link1 a {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #fff;
  font-size: 20px;
  color: #7CB548;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
}

.link1 a i {
  font-weight: bold;
}

@media (max-width: 1366px) {

  .gallery-img,
  .gallery-img1,
  .gallery-img2 {
    min-height: 315px;
  }

  .our-service li a {
    min-height: 265px;
  }

  .project-container .detai-box1 {
    padding-top: 0;
  }

  .project-container .odd .detai-box {
    padding-top: 50px;
  }

}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project__inner {
    display: block;
  }
}

.project__info {
  position: relative;
  width: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project__info {
    width: 100%;
  }
}

.project__info-image {
  position: relative;
}

.big-text {
  font-size: 23px;
  font-family: 'Jost', sans-serif;
  line-height: 50px;
  text-align: center;
  color: #333;
}

.project__info-image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 40, 0.5);
}

.project__info:hover .project__info-image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #364ea291;
}

.project__info:hover .project__button {
  visibility: visible;
  opacity: 1;
}

.project__info:hover .project__content {
  transform: translateY(-50%);
}

.project__content {
  position: absolute;
  top: 50%;
  transform: translateY(-23%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
  padding: 0 30px;
}

.project__content span {
  font-size: 14px;
  color: var(--tp-common-white);
  margin-bottom: 10px;
}

.project__content .p-title {
  font-size: 40px;
  line-height: 1.3;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project__content .p-title {
    font-size: 30px;
  }
}

.project__button {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.project__slider {
  position: relative;

}

.project__slider-item {
  overflow: hidden;
  transition: 0.3s;
}

.project__slider-item-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  border-radius: 6px;
  position: relative;
}

.project__slider-item-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #2527287a;
  visibility: hidden;
  opacity: 0;
  border-radius: 6px;
}

.project__slider-item span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}

.project__slider-item-title {
  font-size: 24px;
  line-height: 1.3;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project__slider-item-title {
    font-size: 18px;
  }
}

.project__slider-item-title:hover {
  color: var(--tp-theme-1);
}

.project__slider-item-overlay {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-45%);
  margin: 0 auto;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.project__slider-item-overlay a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--tp-theme-1);
  line-height: 50px;
  font-size: 20px;
  border-radius: 6px;
  color: var(--tp-common-white);
  transition: 0.3s;
}

.project__slider-item-overlay a:hover {
  background: var(--tp-common-white);
  color: var(--tp-theme-1);
}

.project__slider-item:hover .project__slider-item-image::before {
  visibility: visible;
  opacity: 1;
}

.project__slider-item:hover .project__slider-item-overlay {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project__slider {
    margin-right: 0;
  }
}


/*----------------------------------------*/
/*  00. Contact CSS START
/*----------------------------------------*/
.contact__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact__area-2 {
  position: relative;
  z-index: 1;
}

.contact__item:hover .contact__icon i {
  background: #72bf49;
  color: var(--tp-common-white);
  transform: rotateY(360deg);
}

.contact__item {
  display: flex;
}

.contact__item i {
  font-size: 25px;
  margin-right: 15px;
  color: #70B333;
}

.box {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 25px;
  min-height: 190px;
}

.contact__icon i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 35px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  color: #72bf49;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  transition: 0.3s;
}

.contact__title {
  font-size: 22px;
  color: #70B333;
}

.contact__text p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.contact__social a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
  border-radius: 6px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  transition: 0.3s;
}

.contact__social a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.contact__form {
  background: var(--tp-common-white);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 30px;
  border: 1px solid #ccc;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact__form {
    padding: 80px 0;
  }
}

.contact__form .contact-filed {
  position: relative;
}

.contact__form .contact-filed::after {
  content: "\f007";
  position: absolute;
  left: 30px;
  top: 18px;
  font-family: "Font Awesome 5 Pro";
  color: var(--tp-heading-primary);
}

.contact__form .contact-filed.contact-icon-mail::after {
  content: "\f0e0";
}

.contact__form .contact-filed.contact-icon-message::after {
  content: "\f303";
}

.contact__form .contact-filed.contact-icon-phone::after {
  content: "\f095";
}

.contact__form .tp-btn {
  background-color: #70B333;
  border-color: #70B333;
}

.contact__form .contact-filed input {
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  color: var(--tp-heading-primary);
  border-radius: 6px;
  font-weight: 500;
  transition: 0.3s;
  background: #e9e9e9;
}

.contact__form .tp-btn:focus {
  border-color: #70B333;
}

.contact__form .contact-filed input::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}

.contact__form .contact-filed input::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}

.contact__form .contact-filed input:focus {
  border-color: #123e92;
}

.contact__form .contact-filed textarea {
  width: 100%;
  height: 122px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 15px;
  color: var(--tp-heading-primary);
  font-weight: 500;
  transition: 0.3s;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  background: #e9e9e9;
  resize: none;
}

.contact__form .contact-filed textarea::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}

.contact__form .contact-filed textarea::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}

.contact__form .contact-filed textarea:focus {
  border-color: #123e92;
}

.contact__form-agree {
  padding-left: 5px;
}

.contact__form-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.contact__form-agree input:checked {
  position: relative;
  background-color: #2b4eff;
  border-color: transparent;
}

.contact__form-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact__form-agree input:hover {
  cursor: pointer;
}

.contact__form-agree label {
  padding-left: 8px;
  color: #53545b;
  font-size: 16px;
}

.contact__form-agree label a {
  color: var(--tp-heading-primary);
  font-weight: 600;
  padding-left: 4px;
}

.contact__form-agree label a:hover {
  color: var(--tp-theme-1);
}

.contact__form-agree label:hover {
  cursor: pointer;
}

.contact__map {
  line-height: 0;
  position: relative;
  margin-top: -60px;
}

.contact__map-wrap iframe {
  height: 800px;
  width: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__map-wrap iframe {
    height: 600px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact__map-wrap iframe {
    height: 500px;
  }
}

.contact__map-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

.contact__map-icon i {
  font-size: 80px;
  color: var(--tp-theme-1);
  position: absolute;
  left: 48.5%;
  top: -14.5%;
}

/*----------------------------------------*/
/*  00. Sidebar CSS START
/*----------------------------------------*/
.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: var(--tp-grey-5);
  /* overflow-y: scroll; */
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}

@media (max-width: 575px) {
  .sidebar__area {
    width: 290px;
  }
}

.sidebar__area.sidebar-opened {
  right: 0px;
}

.sidebar__area-2 {
  left: -485px;
}

.sidebar__area-2.sidebar-opened {
  left: 0px;
}

.sidebar__wrapper {
  position: relative;
  padding: 45px;
  background: var(--tp-grey-5);
}

@media (max-width: 575px) {
  .sidebar__wrapper {
    padding: 10px;
  }
}

.sidebar__close {
  position: absolute;
  top: 35px;
  right: 45px;
}

@media (max-width: 575px) {
  .sidebar__close {
    top: 13px;
    right: 20px;
  }
}

.sidebar__close-btn {
  display: inline-block;
  font-size: 22px;
  height: 35px;
  width: 35px;
  line-height: 37px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
}

.sidebar__close-btn .fal {
  font-weight: bold;
}

.sidebar__close-btn:hover {
  background: var(--tp-theme-1);
}

.sidebar__close-btn-3 {
  background: #666;
}

.sidebar__close-btn-3:hover {
  background: #666;
}

/* .sidebar__logo {
  padding-bottom: 20px;
} */
.sidebar__logo img {
  max-width: 70%;
}

.mean-container .mean-bar .sticky-logo {
  display: none;
}

.sidebar__search {
  position: relative;
}

.sidebar__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  color: var(--tp-heading-primary);
}

.sidebar__search input::placeholder {
  color: var(--tp-grey-2);
}

.sidebar__search input:focus {
  border-color: var(--tp-heading-primary);
}

.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--tp-grey-2);
  transition: 0.3s;
}

.sidebar__search button:hover {
  color: var(--tp-heading-primary);
}

.sidebar__text p {
  margin-bottom: 25px;
  font-size: 16px;
}

.sidebar__contact h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
}

.sidebar__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar__contact ul li:hover i {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: #ebebeb;
}

.sidebar__contact ul li:hover a {
  color: var(--tp-theme-1);
}

.sidebar__contact-icon i {
  display: inline-block;
  color: var(--tp-heading-primary);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.sidebar__contact-text a {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-heading-primary);
}

.sidebar__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}

.sidebar__social ul li {
  display: inline-block;
}

.sidebar__social ul li:not(:last-child) {
  margin-right: 5px;
}

.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f1f1f1;
  color: var(--tp-theme-1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.sidebar__social ul li a:hover {
  background: var(--tp-heading-primary);
  color: var(--tp-common-white);
}

.side-menu-icon i {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  position: relative;
  top: 5px;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}


/*----------------------------------------*/
/*  03. Team CSS START
/*----------------------------------------*/
.team__item {
  position: relative;
}

.team__item:hover .team__image::before,
.team__item:hover .team__content,
.team__item:hover .team__social {
  visibility: visible;
  opacity: 1;
}

.team__item:hover .team__social {
  top: 40%;
}

.team__item:hover .team__content {
  bottom: 25px;
}

.team__item-box .member__info {
  background: var(--tp-heading-primary);
  padding: 30px;
  position: relative;
  transition: 0.3s;
}

.team__item-box .member__info span {
  color: #a2abb4;
  font-size: 14px;
  display: inline-block;
}

.team__item-box .member__info .m-name {
  font-size: 20px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  transition: 0.3s;
}

.team__item-box .member__info .m-name:hover {
  color: var(--tp-theme-1);
}

.team__item-box .member__info::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #e7e7e7;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  bottom: -30px;
  right: 0;
  transition: 0.5s;
}

.team__item-box:hover .member__info {
  background: var(--tp-theme-1);
}

.team__item-box:hover .member__info .m-name,
.team__item-box:hover span {
  color: var(--tp-common-white);
}

.team__item-box:hover .member__info::before {
  background: #ffc3c3;
}

.team__item-grid {
  position: relative;
}

.team__item-grid::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #474c52db;
  border-radius: 6px;
  opacity: 0;
  transition: 0.3s;
}

.team__item-grid:hover::after {
  opacity: 1;
}

.team__item-grid:hover .team__social-3 {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.team__item-grid:hover .team__info {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.team__image {
  position: relative;
}

.team__image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: var(--tp-heading-primary);
  width: 100%;
  height: 340px;
  -webkit-clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  opacity: 0;
}

.team__content {
  position: absolute;
  bottom: 0;
  left: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.team__content span {
  font-size: 14px;
  color: var(--tp-grey-7);
  display: inline-block;
}

.team__content h5 {
  font-size: 24px;
  color: var(--tp-common-white);
}

.team__content h5:hover {
  color: var(--tp-theme-1);
}

.team__social {
  position: absolute;
  top: 50%;
  left: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.team__social a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
}

.team__social a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.team__social-2 {
  padding: 20px 30px;
}

.team__social-2 a {
  font-size: 15px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.team__social-2 a:hover {
  color: var(--tp-theme-1);
}

.team__social-3 {
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  margin: 0 40px;
  left: 0;
  right: 0;
  bottom: -30px;
  background: var(--tp-common-white);
  padding: 20px 30px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  visibility: hidden;
  opacity: 0;
}

.team__social-3 a {
  font-size: 15px;
  margin-bottom: 10px;
  margin-right: 15px;
  transition: 0.3s;
}

.team__social-3 a:last-child {
  margin-right: 0;
}

.team__social-3 a:hover {
  color: var(--tp-theme-1);
}

.team__info {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}

.team__info span {
  font-size: 14px;
  font-weight: var(--tp-fw-sbold);
  color: #c5c5c5;
  text-transform: uppercase;
}

.team__info h5 {
  font-size: 24px;
  color: var(--tp-common-white);
}

.team__info h5:hover {
  color: var(--tp-theme-1);
}

.team__details-image {
  margin-right: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__details-image {
    margin-right: 0;
  }
}

.team__details-image img {
  width: 100%;
  border-radius: 6px;
}

.team__details-dtitle {
  font-size: 60px;
  line-height: 1;
}

.team__details-degination {
  font-size: 30px;
  line-height: 1;
  color: var(--tp-theme-1);
  display: block;
}

.team__details-contact-icon a {
  height: 50px;
  width: 50px;
  border: 1px solid var(--tp-border-2);
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--tp-theme-1);
  transition: 0.3s;
}

.team__details-contact-text span {
  font-size: 14px;
}

.team__details-contact-text h6 {
  font-size: 20px;
}

.team__details-contact-info ul li {
  margin-bottom: 30px;
  list-style: none;
}

.team__details-contact-wrapper {
  display: flex;
}

.team__details-contact-wrapper:hover>.team__details-contact-icon a {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}

.team__details-d-degination {
  font-size: 20px;
}

.team__details-text {
  font-size: 17px;
  line-height: 28px;
  font-family: 'Jost', sans-serif;
}

.team__details-text-2 {
  font-size: 18px;
  line-height: 26px;
}

.team__dtitle {
  font-size: 60px;
}

.team__main-info {
  margin-left: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

/*----------------------------------------*/
/*  00. Footer CSS START
/*----------------------------------------*/
.footer__copyright-2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #001E5B;
  padding: 20px 0;
}

.footer-topbar {
  background-color: #123E92
}

.contacts h5 {
  color: #70B333;
  font-size: 25px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 15px;
}

.contacts a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-right: 15px;
}

.footer-area {
  position: relative;
  z-index: 1;
}

.footer__area-2 {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__widget-title {
  font-size: 18px;
  color: #123E92;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
}

.footer__copyright-text {
  text-transform: capitalize;
}

.footer__widget-content p {
  color: #262525;
  font-weight: 400;
  font-family: jost;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}

.footer__links ul li {
  list-style: none;
  margin-bottom: 15px;
}

.footer__links ul li:last-child {
  margin-bottom: 0;
}

.footer__links ul li a {
  font-size: 17px;
  font-weight: var(--tp-fw-sbold);
  color: #262525;
  position: relative;
  font-family: 'Jost', sans-serif;
}

.footer__links ul li a::before {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 5px;
  height: 2px;
  left: -10px;
  right: 0;
  top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.footer__links ul li:hover>a {
  margin-left: 10px;
  color: #123E92;
}

.footer__links ul li:hover>a::before {
  visibility: visible;
  opacity: 1;
}

.footer__links-2 ul {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.footer__links-2 ul li {
  width: 50%;
  float: left;
}

.footer__links-d ul li a {
  font-weight: 400;
}

.footer__links-d ul li a::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  background: var(--tp-common-white);
  width: 0;
  height: 1px;
  top: 20px;
}

.footer__links-d ul li:hover>a {
  margin-left: 0;
}

.footer__subscribe-form {
  position: relative;
}

.footer__subscribe-form::before {
  content: "\f0e0";
  position: absolute;
  left: 20px;
  top: 18px;
  font-family: var(--tp-ff-fontawesome);
}

.footer__subscribe-form input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 45px;
  padding-right: 150px;
  background: var(--tp-common-white);
  border: none;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  -moz-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  -ms-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  -o-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.footer__subscribe-form input::placeholder {
  font-weight: 500;
  color: var(--tp-border-3);
}

.footer__subscribe-form input:focus {
  border: none;
  outline: none;
}

.footer__subscribe-form input:focus::placeholder {
  opacity: 0;
}

.footer__subscribe-form .s-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 35px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.footer__subscribe-form .s-button-2 {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--tp-theme-1);
  font-weight: 700;
}

.footer__subscribe-form .s-button-2-df {
  color: var(--tp-common-white);
}

.footer__subscribe-form-2 input {
  padding-right: 110px;
}

.footer__subscribe-form-df input {
  background: #2c3137;
  color: var(--tp-common-white);
  padding-right: 120px;
}

.footer__social-info {
  display: flex;
}

.footer__social-info span {
  font-size: 14px;
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-white);
  margin-right: 20px;
}

.footer__social-icon a {
  font-size: 15px;
  margin-right: 15px;
  color: #727980;
}

.footer__social-icon a:hover {
  color: var(--tp-common-white);
}

.footer__copyright {
  padding: 30px 40px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.footer__copyright-text p {
  font-size: 16px;
  margin-bottom: 0;
}

.footer__copyright-text p a {
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-theme-1);
}

@media (max-width: 575px) {
  .footer__copyright-text {
    margin-bottom: 20px;
  }
}

.footer__copyright-links a {
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-heading-primary);
  margin-right: 45px;
  transition: 0.3s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__copyright-links a {
    margin-right: 15px;
  }
}

.footer__copyright-links a:last-child {
  margin-right: 0;
}

.footer__copyright-links a:hover {
  color: var(--tp-theme-1);
}

.footer__copyright-2 .footer__copyright-text p {
  color: #fff;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
}

.footer__copyright-2 .footer__copyright-text p a {
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .footer__copyright-2 .footer__copyright-text {
    margin-bottom: 20px;
  }
}

.footer__copyright-2 .footer__copyright-links a {
  color: #9ca2a9;
  margin-right: 15px;
  transition: 0.3s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__copyright-2 .footer__copyright-links a {
    margin-right: 15px;
  }
}

.footer__copyright-2 .footer__copyright-links a:last-child {
  margin-right: 0;
}

.footer__copyright-2 .footer__copyright-links a:hover {
  color: var(--tp-theme-1);
}

.footer__col-2 {
  margin-right: 80px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__col-2 {
    margin-right: 0;
  }
}

.footer__col-3 {
  margin-left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer__col-3 {
    margin-left: 0;
  }
}

.footer__post-item {
  display: flex;
  align-items: center;
}

.footer__post-item-image img {
  border-radius: 10px;
}

.footer__post-item-content {
  margin-left: 0px;
}

.footer__post-item-content span {
  font-size: 16px;
  color: #262525;
  display: inline-block;
  margin-bottom: 10px;
}

.footer__post-item-content h5 {
  font-size: 17px;
  color: #262525;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
}

.footer__post-item-border {
  padding-top: 20px;
  border-top: 1px solid #edf2f64f;
}

.footer__shape-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

.footer__shape-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

@media (max-width: 1366px) {

  .footer__widget-content p {
    font-size: 16px;
    line-height: 25px;
  }

  .footer__post-item-content h5 {
    font-size: 16px;
  }

  .footer__links-d ul li a {
    font-size: 16px;
  }

}

@media (max-width:1024px) {
  .inner-box .counter-block-one:nth-child(2) {
    position: absolute;
    left: 134px;
    top: 147px;
    background: #e3eaff;
    z-index: 1;
  }

  .team__details-image img {
    width: 100%;
    border-radius: 6px;
  }

  .sidenav1,
  .sidenav,
  .sidenav2,
  .sidenav3,
  .sidenav4,
  .sidenav5,
  .sidenav6,.sidenav9 {
    width: 80%;
  }

  .ab-left-content {
    margin-left: 0;
  }

  .project-container .odd .detai-box {
    padding-left: 15px;
    padding-top: 0;
  }

  .link-1 {
    padding: 10px 22px;
  }

  .services-area h4 {
    font-size: 30px;
  }
}

@media (max-width:991px) {
  .header__sm-action .right-border::before {
    display: none;
  }

  .slide1img,
  .slide3img,
  .slide4img,
  .slide5img,
  .slide2img {
    display: block;
  }

  .section-2__wrapper .st-1 {
    font-size: 50px;
  }

  .slider__d-title {
    font-size: 27px;
    line-height: 34px;
  }

  .slide2img {
    position: absolute;
    right: 50px;
    top: 205px;
    max-width: 60%;
  }

  .slide4img {
    right: -23px;
  }

  .slide3img {
    top: 205px;
  }

  .tp-btn-2 {
    height: 35px;
    line-height: 30px;
    padding: 0px 15px;
  }

  .swiper-container-fade .swiper-slide .mt-300 {
    margin-top: 200px;
  }

  .slide4img,
  .slide5img,
  .slide2img {
    max-width: 60%;
  }

  .slide1img {
    max-width: 50%;
  }

  .slide3img {
    max-width: 55%;
  }

  .sliderm-height {
    height: 550px;
  }

  .slider__d-info {
    margin-left: 25px;
  }

  .rotate-full.mt-50 {
    margin-top: 0;
  }

  .shape1 h2 {
    font-size: 100px;
  }

  .ttm-bg {
    min-height: 300px;
    margin-bottom: 50px;
  }

  .top1 {
    margin-top: 0;
  }

  .team__details-image img {
    width: 50%;
    border-radius: 6px;
  }

  /* .sidenav1, .sidenav{width: 80% !important;} */
}

@media (max-width:767px) {
  .team__details-image img {
    width: 50%;
    border-radius: 6px;
  }
  .tv-st .col{flex: auto; margin-bottom: 25px;}
}

@media (max-width:567px) {
  .header__smcontact-list{margin-right: 0;}
  .sidenav1,
  .sidenav,
  .sidenav2,
  .sidenav3,
  .sidenav4,
  .sidenav5,
  .sidenav6,
  .sidenav7,
  .sidenav8,
  .sidenav9,
  .sidenav10,
  .sidenav11  {
    width: 90%;
  }
  #map-info{display: none !important;}
  .desk-location{display: none;}
  .mobile-location{display: block;}
  .team__details-image img {
    width: 50%;
    border-radius: 6px;
  }
  .honda-slider{margin-right: 0;}
  .swiper-container-fade .swiper-slide .mt-300 {
    margin-top: 250px;
  }

  .slider__d-title {
    margin-bottom: 0;
  }

  .tp-btn-2 {
    height: 35px;
    line-height: 30px;
    padding: 0px 15px;
  }

  .slider__d-info {
    margin-left: 0;
    min-height: 180px;
  }

  .slider__d-info span {
    font-size: 15px;
    font-weight: 600;
  }

  .slide3img,
  .slide1img,
  .slide2img,
  .slide4img {
    width: 100%;
    position: relative;
    top: auto;
    bottom: 0;
    right: 0;
    max-width: 100%;
  }

  .footer__widget-title img {
    max-width: 60%;
  }

  .joy-list li {
    width: 100%;
    margin-right: 20px;
  }

  .float {
    bottom: 75px;
    right: 8px;
  }

  .sliderm-height {
    height: 700px;
  }

  .services-area h4 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .page__title-height {
    padding-top: 30px;
    min-height:250px;
  }
  .page__title {
    font-size: 30px;
    line-height: 30px;
}

  .footer__copyright-2 {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .footer__area-2 {
    height: auto !important;
  }

  .footer__copyright-2 .footer__copyright-text {
    text-align: center !important;
  }

  .slide3img,
  .slide1img,
  .slide2img,
  .slide4img,
  .slide5img {
    display: block;
  }

  .slider__d-title {
    font-size: 39px;
  }

  .header__sm-action .right-border::before {
    display: none;
  }

  .header__sm-action .right-border {
    position: relative;
    right: 0px;
    top: 2px;
  }

  .about__area,
  .industries-section,
  .about-style-five {
    padding: 30px 0;
  }

  .about__info {
    margin-bottom: 15px;
    padding: 0;
  }

  .testimonial__area h2,
  .process__area h2 {
    font-size: 27px;
  }

  .ttm-bg {
    padding-left: 15px;
    margin: 0;
    padding-bottom: 20px;
    padding-right: 15px;
  }

  .project-container .detai-box {
    padding: 0;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  .our-project {
    display: none;
  }

  .testimonial__area .mt-100 {
    margin: 0;
  }

  .shape1 h2 {
    display: none;
  }

  .about-style-five .title-box h1 {
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
  }

  /* .sidenav1, .sidenav{width: 95% !important;} */
  .team__main-info {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-container .odd .detai-box {
    padding: 0;
  }

  .project-container .img-box {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 5px !important;
  }

  .link-1 {
    padding: 10px 8px;
    margin-bottom: 23px;
    font-size: 16px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .slider__d-title {
    font-size: 22px;
    line-height: 35px;
  }

  .header__sticky.header__bottom-2 {
    padding: 15px 0;
    background-color: #30455E;
  }

  .animated {
    animation: none;
  }

  .gallery-container {
    display: block;
  }

  .big-text {
    font-size: 20px;
    line-height: 40px;
  }

  .pb-100,
  .pt-100 {
    padding: 50px 0 0
  }

  .sm-text {
    margin-right: 0;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
  }

  .team__main-info h1 {
    font-size: 25px;
  }

  .pb-80 {
    padding-bottom: 30px;
  }

  .mt-100 {
    margin-top: 30px;
  }

  .contact__form {
    padding: 0 0 15px 0;
    margin-bottom: 50px;
  }

  .tab-links a::after {
    margin: 0 20px;
  }

  .inner-box .counter-block-one:nth-child(2),
  .inner-box .counter-block-one:last-child {
    position: static;
  }

  .inner-box .counter-outer {
    text-align: center;
  }
}

/*  */
.archive-title {
  padding: 30px 40px 10px;
}

.archives {
  background: #f7f7f7;
  min-height: 500px;
}

.archive-date {
  width: 40%;
  border-bottom: 1px solid #dcdcdc;
  margin-left: 40px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.archive-date a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.archive-right-heading {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.active-archieve {
  color: #123E92 !important;
}

.flaticon-whatsapp {
  color: #25D366;
  font-size: 15px;
  line-height: normal;
  margin-right: 5px;
}


.map-container {
  position: relative;
  display: inline-block;
}

.map-container img {
  width: 100%;
}

.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../img/white-icon1.png) no-repeat #fff;
  background-size: contain;
  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;
  padding: 5px;
  font-size: 15px;
}

.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 .mathyapradesh {
  top: 49%;
  left: 30%;
}

.map-container .telangana {
  top: 60%;
  left: 22%;
}

.map-container .tamilnadu {
  top: 85%;
  left: 33%;
}

.map-container .kerala {
  top: 86%;
  left: 25%;
}

.map-container .karnataka {
  top: 73%;
  left: 24%;
}

.map-container .andhra {
  top: 74%;
  left: 35%;
}

@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);
  }
}

.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 14px;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  font-weight: bold;
}

.styled-table thead tr {
  background-color: #7fbc47;
  color: #ffffff;
  text-align: left;
}

.styled-table th,
.styled-table td {
  padding: 10px 15px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #7fbc47;
}

.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #7fbc47;
}

.card-text {
  margin-bottom: 5px;
}

/* Card Themes - Start */
.basic .pricing-header {
  background-color: #0a3f66;
}
.basic .price-circle {
  border: 10px solid #0a3f66;
  transition: all 0.4s;
}
.basic:hover .price-circle {
  border-width: 5px;
}
.basic .buy-now:hover {
  background-image: none !important;
  background-color: #0a3f66 !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.echo .pricing-header {
  background-color: #bec2cb;
}
.echo .price-circle {
  border: 10px solid #bec2cb;
  transition: all 0.4s;
}
.echo:hover .price-circle {
  border-width: 5px;
}
.echo .buy-now:hover {
  background-image: none !important;
  background-color: #bec2cb !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.pro .pricing-header {
  background-color: #fdca0a;
}
.pro .price-circle {
  border: 10px solid #fdca0a;
  transition: all 0.4s;
}
.pro:hover .price-circle {
  border-width: 5px;
}
.pro .buy-now:hover {
  background-image: none !important;
  background-color: #fdca0a !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.business .pricing-header {
  background-color: #d9aacd;
}
.business .price-circle {
  border: 10px solid #d9aacd;
  transition: all 0.4s;
}
.business:hover .price-circle {
  border-width: 5px;
}
.business .buy-now:hover {
  background-image: none !important;
  background-color: #d9aacd !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}
.price-range{
  background-color: #123E92; border-radius:0px 0 30px 0; width: 100%; padding: 15px 0; text-align: center;font-weight: bold; font-size: 20px; color: #fff;
}
.ttle-range{background-color: #6CC14F; border-radius:30px 0 0 0; width: 100%; padding: 15px 0; text-align: center; font-weight: bold; font-size: 20px; color: #fff;}
.column {
  flex: 25%;
  padding: 10px;
  width: calc(33.3% - 30px);
  box-sizing: border-box;
  margin-bottom:30px;  
}
@media screen and (max-width: 980px) {
  .column {
    flex: 50%;
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .column {
    flex: 100%;
    display: block;
  }
}

.pricing-card {
  -webkit-transition: 0.4s background-color ease;
  -ms-transition: 0.4s background-color ease;
  transition: 0.4s background-color ease;
  height:500px;
  background-color: #fdfdfd;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  transition: all 0.4s;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  text-align: center;
}
.pricing-card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}
.pricing-card .popular {
  position: absolute;
  top: 0;
  right: 5%;
  width: auto;
  padding: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #eb3b5a;
  color: white;
  font-size: 12px;
  z-index: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.pricing-card .badge-box {
  padding: 0 40px;
  margin-top: 80px;
}
.pricing-card .badge-box span {
  display: inline-block;
  border: 1px solid #4b7bec;
  padding: 4px 12px;
  border-radius: 25px;
  overflow: hidden;
  color: #4b7bec;
}
.pricing-card .pricing-header {
  width: 100%;
  height: 150px;
  position: relative;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  text-align: center;
  /*border-bottom: 20px solid $primary;*/
  /*
  border-radius: $radius $radius 150px 150px;
  -webkit-border-radius: $radius $radius 150px 150px;
  -moz-border-radius: $radius $radius 150px 150px;
  */
}
.pricing-card .pricing-header .plan-title {
  font-size: 24px;
  color: white;
  position: relative;
  top: 15%;
}
.pricing-card .pricing-header .price-circle {
  width: calc(33.3% - 30px);
  width: 150px;
  height: 150px;
  border-radius: 100%;
  left: calc(50% - 71px);
  top:50%;
  background-color: white;
  position: absolute;
}
.pricing-card .pricing-header .price-circle .info {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: gray;
}
.pricing-card .pricing-header .price-circle .price-title {
  display: block;
  font-size: 28px;
  padding: 47px 0 0;
  font-weight: bold;
}
.pricing-card .pricing-header .price-circle .price-title small {
  font-size: 18px;
}
.pricing-card .pricing-header h2 {
  position: relative;
  top: 40%;
  color: #fff;
}
.pricing-card ul {
  margin: 100px 0 0 0;
  padding: 0 11px 
}
.pricing-card ul li {
  list-style-type: none;
  display: block;
  padding: 15px 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 16px;
}
.pricing-card ul li:last-child{border: 0;}
.pricing-card .buy-button-box {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.pricing-card .buy-button-box .buy-now {
  text-decoration: none;
  color: white;
  padding: 10px 30px;
  border-radius: 20px;
  background-image: linear-gradient(to left, #a55eea, #45aaf2);
  margin-top: 20px;
}
.select2-container{z-index: 9999; width: 100% !important;}
.select2-container .select2-selection--single{height: 42px !important; background-color: #fff;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  padding: 8px !important;}
  .awrad-desc{
    padding:0px 20px 20px 20px;    
  }
  .awrad-desc h1{
    padding: 10px 0px;
  }
  /*  */
  
.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}


.gm-btn2 {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.563;
  text-decoration: none;
  padding: 15px 0;
  position: relative;
  border: 0;
  background-color: transparent;
  text-decoration: none !important
}

.gm-btn2:focus-visible,.gm-btn2:hover {
  text-decoration: none
}

.gm-btn2>svg {
  transition: all .5s;
  flex: 0 0 8px;
  max-width: 8px
}

.gm-btn2>span {
  margin-right: 10px;
  width: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 13px
}

@media (hover: hover) {
  .gm-btn2:focus-visible>svg,.gm-btn2:hover>svg {
      transform:translateX(6px)
  }
}

.gm-btn2:not(.gm-btn_blue2):not(.gm-btn_orange2) {
  padding-right: 6px;
  font-size: 1rem;
  color:blue
}

.gm-btn2:not(.gm-btn_blue2):not(.gm-btn_orange2)>span {
  position: relative
}

.gm-btn2:not(.gm-btn_blue2):not(.gm-btn_orange2)>span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: darkblue;
  transition: all .5s
}

.gm-btn2:not(.gm-btn_blue2):not(.gm-btn_orange2) path,.gm-btn_orange2:not(.gm-btn_orange_im2) path {
  fill: darkblue
}

@media (hover: hover) {
  .gm-btn2:not(.gm-btn_blue2):not(.gm-btn_orange2):focus-visible>span:before,.gm-btn2:not(.gm-btn_blue2):not(.gm-btn_orange2):hover>span:before {
      right:auto;
      left: 0;
      width: 100%
  }
}

.gm-btn_blue2,.gm-btn_orange2 {
  min-width: 200px;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 14px 32px
}

.gm-btn_blue2:before,.gm-btn_orange2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  transition: all .3s;
  pointer-events: none
}

@media (hover: hover) {
  .gm-btn_blue2:focus-visible:before,.gm-btn_blue2:hover:before,.gm-btn_orange2:focus-visible:before,.gm-btn_orange2:hover:before {
      top:-10px;
      right: -10px;
      bottom: -10px;
      left: -10px;
      border: 2px solid #a5afb7
  }
}

.gm-btn_blue2 {
  background-color: #123E92;
  color: white
}

.gm-btn_blue2 path {
  fill: white
}

.gm-btn_blue2:focus-visible,.gm-btn_blue2:hover {
  color:white
}
.card1 {
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  padding: 50px 0;
}