 
/* Css For Finspire */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Experience section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


:root{
  --theme-color: #ef433c;
  --secondary-color: #1c1c1c;
  --text-color: #4f5b64;
  --title-color: #1c1c1c;
  --text-font: "Plus Jakarta Sans", sans-serif;
  --title-font: "Plus Jakarta Sans", sans-serif;
}


body {
  font-size:16px;
  color:var(--text-color);
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1750px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  color: var( --theme-color );
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  font-weight: 500;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  background: var(--theme-color);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1.5s infinite linear;
  border-radius: 50%;
  height: 70px;
  margin: 0 auto;
  width: 70px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 4px solid #ffffff;
  border-top-color: transparent; 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--title-font);
  text-align: center;
  padding: 12px 25px;
  padding-top: 10px;
  border-radius: 40px;
  text-transform: capitalize;
  z-index: 1;    
  transition: all 300ms linear;
}

.theme-btn.dark-bg{
  background-color: var(--secondary-color);
  color: #fff;
}

.theme-btn.dark-bg:hover{
  color: var(--theme-color);
}

.theme-btn.dark-bg .icon-box,
.theme-btn.white-bg .icon-box{
  color: var(--theme-color);
}

.theme-btn.theme-bg{
  background-color: var(--theme-color);
  color: #fff;
}

.theme-btn.white-bg{
  background-color: #fff;
  color: var(--title-color);
}

.theme-btn.white-bg:hover{
  color: var(--theme-color);
}

.theme-btn .icon-box{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  top: 3px;
}

.theme-btn .icon-box .static-icon{
  position: relative;
  display: inline-block;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.theme-btn:hover .icon-box .static-icon{
  transform: translateX(101%);
}

.theme-btn .icon-box .overlay-icon{
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateX(-100%);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.theme-btn:hover .icon-box .overlay-icon{
  transform: translateX(0%);
}


.row{
  --bs-gutter-x: 30px;
}

.pagination{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pagination-wrapper.centred{
  justify-content: center;
}

.pagination li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
  min-width: 48px;
  background-color: #ECF1F4;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  font-weight: 600;
}

.pagination li a:hover{
  color: #fff;
  background-color: var(--theme-color);
}


.mr-0{
  margin: 0px !important;
}

.scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: 0px;
  right: 50px;
  z-index: 99;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  background-color: #292929;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transition: all 400ms linear;
}

.scroll-top:hover{
  background-color: var(--theme-color);
}

.scroll-top i{
  position: relative;
  display: inline-block;
  top: 2px;
}

.scroll-top.open {
  bottom: 50px;
  opacity: 1;
}


.sec-title{
  position: relative;
  display: block;
}

.sec-title .sub-title{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  border-radius: 30px;
  background-color: #d9e1e5;
  padding: 1px 15px 3px 35px;
  margin-bottom: 15px;
}

.sec-title .sub-title::before{
  position: absolute;
  content: '';
  background-color: var(--theme-color);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  box-shadow: 0px 0px 0px 5px #fff;
}

.sec-title.light .sub-title{
  color: #fff;
  background-color: #2a2a2a;
}

.sec-title h2{
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
}

.sec-title.light h2{
  color: #fff;
}

.sec-pad{
  padding: 120px 0px;
}

.sec-pad-2{
  padding: 120px 0px 90px 0px;
}



/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition: all 500ms linear;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.main-header .outer-box .left-column{
  display: flex;
  align-items: center;
  gap: 60px;
}

.menu-right-content{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-box .select-box{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 26px;
}

.language-box .select-box span{
  color: #a8a5a5;
}

.language-box .nice-select{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff !important;
  cursor: pointer;
  padding-right: 18px;
}

.language-box .nice-select::before{
  position: absolute;
  content: "\f101";
  font-family: "flaticon_finspire";
  font-size: 12px;
  top: 0px;
  right: 0px;
  color: #a8a5a5;
  transition: all 200ms linear;
}

.language-box .icon{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  top: 2px;
}

.language-box .nice-select .list{
  left: inherit;
  right: -20px;
  margin-top: 15px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
  background-color: #edf2f5;
}

.menu-right-content .sidebar-toggler{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.menu-right-content .sidebar-toggler i{
  position: relative;
  display: inline-block;
  top: 2px;
  transition: all 500ms ease;
}

.menu-right-content .sidebar-toggler:hover i{
  transform: scale(1.1);
}

/** sidebar-popup **/

.sidebar-popup {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 425px;
  height: 100%;
  z-index: 99999;
  transform: scaleX(0);
  transform-origin: right center;
  background: var(--secondary-color);
  opacity: 0;
  visibility: hidden;
  transition: all 400ms linear;
}

.sidebar-popup.popup-visible {
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}

.sidebar-popup .popup-inner{
  position: relative;
  display: block;
  padding: 50px;
  padding-bottom: 120px;
  height: 100%;
  overflow-y: scroll;
}

.theme-btn.secondary-bg{
  background-color: var(--secondary-color);
}

.theme-btn.secondary-bg:hover{
  background-color: var(--theme-color);
}

.sidebar-popup .message-btn .theme-btn:hover{
  background-color: #fff;
  color: var(--theme-color);
}

.sidebar-popup .message-btn .theme-btn:hover i{
  color: #fff;
  background-color: var(--theme-color);
}

.sidebar-popup .close-popup{
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 500ms ease;
}

.check-box-one input {
  display: none;
}

.check-box-one label {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--title-font);
  font-weight: 500;
  color: #fff;
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
}

.check-box-one label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #cdd5dd;
  background: transparent;
  border-radius: 2px;
}

.check-box-one label:after {
  position: absolute;
  content: '';
  left: 4px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: var(--theme-color);
  opacity: 0;
  transition: all 500ms ease;
}

.check-box-one input:checked + label:after {
  opacity: 1;
}

.sidebar-popup .logo-box{
  position: relative;
  display: block;
  margin-bottom: 30px !important;
}

.sidebar-popup .logo-box a{
  position: relative;
  display: inline-block;
}

.sidebar-popup .form-inner{
  position: relative;
  display: block;
  padding-bottom: 45px;
  border-bottom: 3px solid #cdd5dd;
  margin-bottom: 54px;
}

.sidebar-popup .form-inner::before{
  position: absolute;
  content: '';
  background-color: #cdd5dd;
  width: 70px;
  height: 1px;
  left: 0px;
  bottom: -7px;
}

.sidebar-popup .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.sidebar-popup .form-inner .form-group label{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}

.sidebar-popup .form-inner .form-group label i{
  position: relative;
  display: inline-block;
  font-size: 14px;
  top: 2px;
  color: var(--theme-color);
}

.sidebar-popup .form-inner .form-group input[type='email'],
.sidebar-popup .form-inner .form-group input{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #dbdfe3;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.70);
  padding: 10px 20px;
}

.sidebar-popup .form-inner .form-group input:focus{
  border-color: var(--theme-color);
}

.sidebar-popup .form-inner .forgot-password{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.sidebar-popup .form-inner .forgot-password button{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  border-bottom: dashed;
  border-width: 1px;
  border-color: var(--theme-color);
  transition: all 500ms ease;
}

.sidebar-popup .form-inner .forgot-password button:hover{
  color: var(--theme-color);
}

.sidebar-popup .form-inner .text-box p{
  color: #fff;
}

.sidebar-popup .form-inner .text-box p a{
  display: inline-block;
  color: var(--theme-color);
}

.sidebar-popup .form-inner .text-box p a:hover{
  text-decoration: underline;
}

.sidebar-popup .inner-box{
  position: relative;
  display: block;
  background-color: var(--theme-color);
  padding: 40px;
  overflow: hidden;
  margin-bottom: 40px;
}

.sidebar-popup .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 56px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color);
  margin-bottom: 18px;
}

.sidebar-popup .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 24px;
}

.sidebar-popup .inner-box h3 span{
  font-weight: 400;
}

.sidebar-popup .copyright p a,
.sidebar-popup .copyright p{
  display: inline-block;
  color: #fff;
}

.sidebar-popup .copyright p a:hover{
  text-decoration: underline;
}

.sidebar-popup .inner-box .light-icon{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 170px;
  color: rgba(255, 255, 255, 0.10);
}


/** main-menu **/

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  margin: 0px 20px;
  transition:all 500ms ease;
}

.header-style-one .main-menu .navigation > li{
  margin-right: 4px;
  margin-left: 0px;
  text-align: left;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:17px;
  line-height:30px;
  font-weight:600;
  font-family: var(--title-font);
  opacity:1;
  color: var(--title-color);
  z-index:1;
  text-transform: capitalize;
  padding: 25px 0px;
  transition: all 200ms linear;
}

.main-menu .navigation > li.dropdown > a{
  padding-right: 18px;
}

.main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: "\f101";
  font-family: "flaticon_finspire";
  font-size: 12px;
  color: #7f8f99;
  top: 25px;
  right: 0px;
  transition: all 200ms linear;
}

.main-menu .navigation > li.current > a::before, 
.main-menu .navigation > li:hover > a::before{
  color: var(--theme-color) !important;
}

.header-style-one .main-menu .navigation > li.current > a,
.header-style-one .main-menu .navigation > li:hover > a,
.header-style-one .main-menu .navigation > li.dropdown.current > a:before,
.header-style-one .main-menu .navigation > li:hover > a:before{
  color: #fff;
  background-color: var(--theme-color);
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  color: var(--theme-color) !important;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  min-width:250px;
  z-index:100;
  border-radius: 20px;
  margin-top: 30px;
  display:none;
  opacity: 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  visibility: hidden;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.main-menu .navigation > li > .megamenu{
  transition: all 500ms linear;
}

.main-menu .navigation > li > .megamenu{
  background: #212226;
}

.main-menu .navigation > li > .megamenu a{
  display: inline-block !important;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li:last-child{
  margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  line-height:28px;
  font-size:16px;
  font-family: var(--text-font);
  color: var(--text-color);
  text-transform: capitalize;
  background-color: #fff;
  padding: 13px 30px;
  border-bottom: 1px solid #e1e6e9;
  transition: all 300ms linear;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li:first-child > a,
.main-menu .navigation > li > ul > li > ul > li:first-child > a{
  border-radius: 20px 20px 0px 0px;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-radius: 0px 0px 20px 20px;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > ul > li > ul > li > a:hover{
  color: #fff;
  color: var(--theme-color);
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
  padding-right: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'flaticon';
  content: "\f13b";
  position:absolute;
  right:0px;
  top:14px;
  color: #a9b0b4;
  display:block;
  line-height:24px;
  font-size:10px;
  text-align:center;
  z-index:5;  
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.main-menu .navigation > li > ul > li.dropdown > a:hover:after{
  color: var(--theme-color);
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-left: 10px;
  width:270px;
  z-index:100;
  display:none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.main-menu .navigation > li > ul > li > ul:before{
  position: absolute;
  content: '';
  left: -10px;
  top: 0px;
  width: 10px;
  height: 100%;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation > li.dropdown:hover > .megamenu{
  margin-top: 0px;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  background-color: var(--theme-color);
  display: none;
  padding: 10px;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 40px 50px 10px 50px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: #fff;
}

.main-menu .navigation > li.dropdown > .megamenu ::-webkit-scrollbar {
  display: none !important;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  margin-bottom: 10px;
}

.main-menu .navigation > li > .megamenu .single-item{
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.main-menu .navigation > li > .megamenu .single-item .image-box{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > .megamenu .single-item .image-box img{
  width: 100%;
  border-radius: 10px;
}

.main-menu .navigation > li > .megamenu .single-item h4{
  position: relative;
  display: block;
  padding-top: 22px;
  font-size: 20px;
  line-height: 28px;
}

.main-menu .navigation > li > .megamenu .single-item h4 a{
  display: inline-block;
  color: var(--title-color);
}

.main-menu .navigation > li > .megamenu .single-item h4 a:hover{
  color: var(--theme-color);
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--secondary-color);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
  font-family: 'flaticon_finspire';
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  color: var(--theme-color);
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}

.nice-select{
  position: relative;
  background: transparent;
  border: none;
}

.nice-select::before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon_finspire';
  top: 0px;
  right: 25px;
  font-size: 12px;
  color: #a3a0a0;
}

.nice-select .list{
  min-width: 120px;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transform: translateY(20px);
  transition: all 400ms linear;
}

.tabs-box .tab.active-tab{
  display:block;  
  transform: translateY(0px);
}

.tabs-box-2 .tab{
  position:relative;
  display:none;
  transform: translateY(20px);
  transition: all 400ms linear;
}

.tabs-box-2 .tab.active-tab{
  display:block;  
  transform: translateY(0px);
}

.special-text{
  font-family: 'Carattere', cursive;
}

/*** Search Popup ***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 99999;
  overflow: auto;
  background: #fff;
  transform: scaleY(0%);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
  transform-origin: top center;
  transition: all 400ms linear;
}

.search-popup.popup-visible {
  transform: scaleY(100%);
}

.search-popup .popup-inner{
  position: relative;
  padding: 60px;
}

.search-popup .popup-inner .upper-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.search-popup .popup-inner .upper-box .close-search{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: var(--secondary-color);
  cursor: pointer;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.search-popup .popup-inner .upper-box .close-search:hover{
  color: var(--theme-color);
}

.search-popup .popup-inner .search-form{

}

.search-popup .popup-inner .search-form .form-group{
  position: relative;
  margin-bottom: 0px;
}

.search-popup .popup-inner .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  font-size: 20px;
  color: var(--text-color);
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 10px 30px;
  border-radius: 5px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.search-popup .popup-inner .search-form .form-group button[type='submit']{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  background-color: var(--secondary-color);
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.search-popup .popup-inner .search-form .form-group input:focus + button,
.search-popup .popup-inner .search-form .form-group button:hover{
  background-color: var(--theme-color);
}

.search-popup .popup-inner .search-form .form-group input:focus{
  border-color: var(--theme-color);
}

.swiper-initialized{
  height: 100%;
}


/** banner-section **/

.banner-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section .content-box .upper-text{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  border-radius: 30px;
  background-color: #ebf1f3;
  padding: 1px 15px 3px 35px;
  margin-bottom: 15px;
}

.banner-section .content-box .upper-text::before{
  position: absolute;
  content: '';
  background-color: var(--theme-color);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  box-shadow: 0px 0px 0px 5px #fff;
}

.banner-section .content-box h2{
  font-size: 72px;
  line-height: 82px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
}

.banner-section .content-box .lower-box .left-column{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-section .content-box .lower-box .left-column li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section .content-box .lower-box .left-column li .shape{
  position: relative;
  display: inline-block;
  width: 65px;
  height: 130px;
  background-color: var(--theme-color);
  border-radius: 100px 0px 0px 100px;
}

.banner-section .content-box .lower-box .left-column .rotate-text{
  position: relative;
  width: 130px;
  height: 130px;
  background-color: var(--theme-color);
  border-radius: 50%;
}

.banner-section .content-box .lower-box .right-column p{
  color: #a8a5a5;
  margin-bottom: 30px;
}

.banner-section .content-box .lower-box .curve-text{
  position: absolute;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  left: 65px;
  top: 5px;
}

.banner-section .content-box .lower-box .rotate-text-inner{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 130px;
  height: 130px;
}

.banner-section .image-box .inner-box{
  position: absolute;
  left: -35px;
  bottom: 210px;
  width: 170px;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
}

.banner-section .image-box .inner-box .image-inner{
  position: relative;
  display: block;
  border-radius: 15px;
}

.banner-section .image-box .inner-box .image-inner img{
  width: 100%;
  border-radius: 15px;
}

.banner-section .image-box .inner-box .rating-box{
  position: relative;
  padding-top: 12px;
}

.banner-section .image-box .inner-box .rating-box .rating{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
}

.banner-section .image-box .inner-box .rating-box i{
  font-size: 16px;
  color: #e5af14;
}

.banner-section .image-box .inner-box .rating-box p{
  font-weight: 500;
}


/** sub-banner-section **/

.sub-banner-section{
  position: relative;
}

.sub-banner-section .top-content{
  position: relative;
  padding: 17px 0px;
}

.sub-banner-section .top-content .list-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-banner-section .top-content .list-item li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--title-color);
}

.sub-banner-section .lower-content{
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.sub-banner-section .lower-content .bg-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: calc(100% - 120px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub-banner-section .lower-content .upper-box{
  position: relative;
  background-color: var(--secondary-color);
}

.te-cus-info2{
  position: relative;
  padding: 34px 40px 34px 40px;
}

.te-cus-info2 .info-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.te-cus-info2 .info-inner .inner{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.te-cus-info2 .info-inner .inner .icon-box{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.te-cus-info2 .info-inner .inner p{
  color: #c6d2da;
  margin-bottom: 6px;
}

.te-cus-info2 .info-inner .inner span{
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
}

.te-cus-info2 .info-inner .inner span a{
  display: inline-block;
  color: #fff;
}

.te-cus-info2 .info-inner .inner span a:hover{
  color: var(--theme-color);
}

.te-cus-info2 .link-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.te-cus-info2 .link-box a:hover{
  color: var(--theme-color);
}

.te-cus-info2:hover .link-box a{
  padding-right: 80px;
}

.te-cus-info2 .link-box a i{
  position: relative;
  display: inline-block;
  color: var(--theme-color);
  font-size: 18px;
  top: 2px;
}

.te-cus-info2 .link-box a span{
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: all 500ms ease;
}

.te-cus-info2:hover .link-box a span{
  opacity: 1;
  transform: scaleX(1);
}

.sub-banner-section .lower-content .lower-box{
  position: relative;
  padding: 140px 30px;
}

.sub-banner-section .lower-content .lower-box .inner-box{
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  background-color: var(--theme-color);
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
}

.sub-banner-section .lower-content .lower-box .inner-box .inner{
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

.sub-banner-section .lower-content .lower-box .inner-box .chart{
  position: relative;
  border-radius: 15px;
}

.sub-banner-section .lower-content .lower-box .inner-box .chart img{
  width: 100%;
  border-radius: 15px;
}

.sub-banner-section .lower-content .lower-box .inner-box .count-box{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 75px;
}

.sub-banner-section .lower-content .lower-box .inner-box .list-item li{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.sub-banner-section .lower-content .lower-box .inner-box .list-item li a{
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.sub-banner-section .lower-content .lower-box .inner-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** about-section **/

.about-section{
  position: relative;
}

.about-block-one{
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e1e5e9;
  border-radius: 15px;
  padding: 40px;
}

.about-block-one .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ebf1f3;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: var(--theme-color);
  margin-bottom: 35px;
}

.about-block-one h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 23px;
}

.about-block-one h3 a{
  display: inline-block;
  color: var(--title-color);
}

.about-block-one h3 a:hover{
  color: var(--theme-color);
}

.about-block-one p{
  margin-bottom: 127px;
}

.about-block-one .link a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 48px;
  line-height: 52px;
  background-color: #fff;
  text-align: center;
  border-radius: 50px;
  font-size: 24px;
  color: var(--title-color);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.about-block-one .link a:hover{
  color: #fff;
  background-color: var(--theme-color);
}

.about-block-one .decor-text{
  position: absolute;
  right: 35px;
  bottom: 60px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-transform: capitalize;
  background-color: var(--theme-color);
  border-radius: 30px;
  transform: rotate(-30deg);
  padding: 14px 20px;
}

.about-block-one .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.approach-block-one{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--secondary-color);
  border-radius: 15px;
  padding: 20px;
}

.approach-block-one h3{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
}

.approach-block-one h3 a{
  display: inline-block;
  color: #fff;
}

.approach-block-one h3 a:hover{
  color: var(--theme-color);
}

.approach-block-one p{
  color: #a8a5a5;
}

.approach-block-one .link-box a{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #2a2a2a;
  border-radius: 30px;
}

.approach-block-one .link-box a:hover{
  background-color: var(--theme-color);
}

.about-section .image-box{
  position: relative;
  display: block;
}

.about-section .image-box .image{
  position: relative;
  display: block;
  border-radius: 15px;
}

.about-section .image-box .image img{
  width: 100%;
  border-radius: 15px;
}

.about-section .image-box .rotate-text{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -85px;
  margin-top: -85px;
  width: 170px;
  height: 170px;
  line-height: 170px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color);
}

.about-section .image-box .rotate-text::before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-4.png);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-section .image-box .rotate-text h2{
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 500px;
  color: #fff;
}

.about-section .image-box .rotate-text .curve-text{
  position: absolute;
  left: 84px;
  top: 8px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.bg-color-1{
  background-color: #ebf1f3;
}

.common-link a{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
  text-align: center;
  text-transform: capitalize;
  z-index: 1;    
  transition: all 300ms linear;
}

.common-link a:hover{
  color: var(--theme-color);
}

.common-link a .icon-box{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  top: 3px;
  color: var(--theme-color);
}

.common-link a .icon-box .static-icon{
  position: relative;
  display: inline-block;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.common-link a:hover .icon-box .static-icon{
  transform: translateX(101%);
}

.common-link a .icon-box .overlay-icon{
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateX(-100%);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.common-link a:hover .icon-box .overlay-icon{
  transform: translateX(0%);
}


/** service-section **/

.service-section{
  position: relative;
}

.service-block-one{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.service-block-one .static-content{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #d9e1e5;
  border-radius: 15px;
  padding-right: 100px;
  transition: all 500ms linear;
}

.service-block-one:hover .static-content{
  transform: rotateY(180deg);
  opacity: 0;
}

.service-block-one .static-content .image-box{
  position: relative;
}

.service-block-one .static-content .image-box .image{
  position: relative;
  display: block;
  border-radius: 15px;
}

.service-block-one .static-content .image-box .image img{
  width: 100%;
  border-radius: 15px;
}

.service-block-one .static-content .image-box .link a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 48px;
  line-height: 52px;
  background-color: #fff;
  text-align: center;
  border-radius: 50px;
  font-size: 24px;
  color: var(--title-color);
}

.service-block-one .static-content .image-box .link a:hover{
  color: #fff;
  background-color: var(--theme-color);
}

.service-block-one .static-content .content-box{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100%;
  padding-top: 20px;
  text-align: center;
}

.service-block-one .static-content .content-box .count-text{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #b6bfc5;
  font-weight: 500;
  margin-bottom: 15px;
}

.service-block-one .static-content .content-box .icon-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: var(--theme-color);
  border-top: 1px solid #c4ccd2;
}

.service-block-one .static-content .content-box h3{
  position: absolute;
  left: -34px;
  bottom: 130px;
  width: 100%;
  font-size: 22px;
  line-height: 32px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.service-block-one .overlay-content{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  padding: 15px 30px 0px 30px;
  background-color: var(--secondary-color);
  transform: rotateY(180deg);
  opacity: 0;
  transition: all 500ms linear;
}

.service-block-one:hover .overlay-content{
  transform: rotateY(0deg);
  opacity: 1;
}

.service-block-one .overlay-content .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}

.service-block-one .overlay-content .count-text{
  position: relative;
  display: block;
  text-align: right;
  font-size: 120px;
  line-height: 120px;
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.20);
  margin-bottom: 95px;
}

.service-block-one .overlay-content p{
  color: #a8a5a5;
  margin-bottom: 23px;
}

.service-block-one .overlay-content h3{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 32px;
}

.service-block-one .overlay-content h3 a{
  display: inline-block;
  color: #fff;
}

.service-block-one .overlay-content h3 a:hover{
  color: var(--theme-color);
}

.service-block-one .overlay-content .btn-box{
  position: relative;
  display: block;
  padding: 25px 0px;
}

.service-block-one .overlay-content .btn-box::before{
  position: absolute;
  content: '';
  background-color: #fff;
  width: calc(100% + 60px);
  height: 1px;
  left: -30px;
  top: 0px;
  opacity: 0.2;
}

.swiper-horizontal{
  overflow: hidden;
}

.dots-style-one{
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.dots-style-one.centred{
  justify-content: center;
}

.dots-style-one .swiper-pagination-bullet{
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0px !important;
  background-color: #c3cbd1;
  opacity: 1;
  transition: all 500ms ease;
}

.dots-style-one .swiper-pagination-bullet:hover,
.dots-style-one .swiper-pagination-bullet-active{
  background-color: var(--theme-color);
}

.service-section .dots-style-one{
  margin-top: 30px;
}


/** reliable-section **/

.reliable-section{
  position: relative;
}

.reliable-section .outer-container{
  position: relative;
  background-color: var(--secondary-color);
  border-radius: 20px;
}

canvas {
  width: 100%;
  height: 290px;
}

.chart-box-one{
  position: relative;
  display: block;
  background-color: #2a2a2a;
  border-radius: 15px;
  padding: 40px 30px;
}

.chart-box-one h5{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}

.reliable-section .guided-box{
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  padding: 288px 10px 10px 10px;
}

.reliable-section .guided-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.reliable-section .guided-box .content-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background-color: #fff;
  border-radius: 15px;
  padding: 22px 20px;
}

.reliable-section .guided-box .content-box span{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  background-color: var(--theme-color);
  border-radius: 30px;
  padding: 9px 15px;
  min-width: 90px;
}

.reliable-section .guided-box .content-box h5{
  font-size: 18px;
  line-height: 28px;
}

.reliable-section .lower-content{
  position: relative;
  padding: 75px 0px;
}

.reliable-section .lower-content .list-item li{
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  gap: 10px;
}

.reliable-section .lower-content .list-item li span{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: var(--theme-color);
  font-weight: 500;
  background-color: #2a2a2a;
  border-radius: 30px;
  padding: 9px 15px;
}

.reliable-section .lower-content .list-item li span::before{
  position: absolute;
  content: '';
  background-color: #323232;
  width: 1px;
  height: 100%;
  left: -32px;
  top: 0px;
}

.reliable-section .lower-content .list-item li:first-child span::before{
  display: none;
}

.reliable-section .lower-content .list-item li h5{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

.reliable-section .lower-box{
  position: relative;
  padding: 60px 0px;
}

.reliable-section .lower-box .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.reliable-section .lower-box .inner-box h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.reliable-section .lower-box .inner-box .list-text{
  position: relative;
  display: flex;
  align-items: center;
}

.reliable-section .lower-box .inner-box .list-text li{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--theme-color);
  font-size: 16px;
  color: var(--title-color);
  background-color: #ebf1f3;
  margin-right: -10px;
}

.reliable-section .lower-box .inner-box .list-text li:last-child{
  margin: 0px;
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
}

.chooseus-section .title-box{
  align-items: flex-end;
}

.chooseus-block-one{
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  padding-left: 100px;
  transition: all 400ms linear;
}

.chooseus-block-one:hover{
  background-color: #ebf1f3;
  box-shadow: none;
}

.chooseus-block-one .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chooseus-block-one .icon-box .icon{
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--theme-color);
}

.chooseus-block-one .icon-box .shape-1{
  position: absolute;
  left: 20px;
  top: 30px;
  width: 60px;
  height: 44px;
  background-repeat: no-repeat;
}

.chooseus-block-one .icon-box .shape-2{
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: 60px;
  height: 44px;
  background-repeat: no-repeat;
}

.chooseus-block-one .text-box{
  position: relative;
  display: block;
  background-color: #ebf1f3;
  border-radius: 15px;
  padding: 19px 20px 24px 30px;
  transition: all 400ms linear;
}

.chooseus-block-one:hover .text-box{
  background-color: #fff;
}

.chooseus-block-one .text-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  padding-bottom: 27px;
  margin-bottom: 27px;
}

.chooseus-block-one .text-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.chooseus-block-one .text-box h3 a:hover{
  color: var(--theme-color);
}

.chooseus-block-one .text-box h3::before{
  position: absolute;
  content: '';
  background-color: #b5bfc5;
  width: 70px;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transition: all 400ms linear;
}

.chooseus-block-one .text-box h3::after{
  position: absolute;
  content: '';
  background-color: #b5bfc5;
  width: 10px;
  height: 15px;
  left: 60px;
  bottom: -7px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: all 400ms linear;
}

.chooseus-block-one:hover .text-box h3::before,
.chooseus-block-one:hover .text-box h3::after{
  background-color: var(--theme-color);
}

.wow {
  opacity: 0;
  transition: all 700ms linear;
}

/* Animation types */
.wow.show { transform: translateY(0); opacity: 1; }
.fade-up { transform: translateY(40px); }
.fade-down { transform: translateY(-40px); }
.fade-left { transform: translateX(-40px); }
.fade-right { transform: translateX(40px); }


.chooseus-image{
  position: relative;
  display: block;
  border-radius: 15px;
  margin-bottom: 30px;
}

.chooseus-image img{
  width: 100%;
  border-radius: 15px;
}


/** award-section **/

.award-section{
  position: relative;
}

.award-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.award-section .award-box{
  position: relative;
  width: 270px;
  height: 270px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.award-section .award-box::before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 270px;
  height: 270px;
  border-radius: 15px;
  background: -webkit-linear-gradient(135deg, #f0433c, #fffefe 100%);
  transform: rotate(45deg);
  z-index: -1;
}

.award-section .award-box::after{
  position: absolute;
  content: '';
  left: 20px;
  top: 20px;
  width: 230px;
  height: 230px;
  border-radius: 15px;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: -1;
}

.award-section .award-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--theme-color);
  margin-bottom: 18px;
}

.award-section .award-box h3{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 12px;
}

.award-section .award-box span{
  position: relative;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}


/** industries-section **/

.industries-section{
  position: relative;
}

.industries-section .title-box {
  align-items: flex-end;
}

.industries-section .title-inner{
  position: relative;
  display: flex;
  justify-content: space-between;
}

.industries-section .title-inner h3{
  font-size: 30px;
  line-height: 40px;
}

.industries-section .title-inner .icon-box{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #ebf1f3;
  text-align: center;
  border-radius: 50%;
  font-size: 50px;
  color: var(--theme-color);
}

.industries-section .image-box{
  position: relative;
  display: block;
  border-radius: 15px;
  margin-bottom: 30px;
}

.industries-section .image-box img{
  width: 100%;
  border-radius: 15px;
}

.industries-section .text-box{
  position: relative;
  display: block;
  background-color: #ebf1f3;
  border-radius: 15px;
  padding: 32px 30px 32px 40px;
  margin-bottom: 30px;
}

.industries-section .text-box p{
  margin-bottom: 67px;
}

.industries-section .tab-btns li{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: var(--title-color);
  cursor: pointer;
  margin-bottom: 22px;
  transition: all 500ms ease;
}

.industries-section .tab-btns li.active-btn{
  opacity: 0.4;
}

.industries-section .tab-btns li:last-child{
  margin-bottom: 0px;
}

.industries-section .tab-btns{
  margin-bottom: 30px;
}

.industries-section .outer-box{
  position: absolute;
  left: 0px;
  bottom: -330px;
  max-width: 370px;
}

.industries-section .outer-box .count-box{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: var(--theme-color);
  margin-bottom: 12px;
}

.industries-section .tabs-content{
  position: relative;
}

.industries-section .tabs-content::before{
  position: absolute;
  content: '';
  background-color: #d9e1e5;
  width: 1px;
  height: calc(100% + 50px);
  left: 0px;
  top: 83px;
}

.bg-color-2{
  background-color: var(--secondary-color);
}

.radius_15{
  border-radius: 15px;
}

.overflow_hidden{
  overflow: hidden;
}


/** process-section **/

.process-section{
  position: relative;
}

.process-section .tab-btn{
  position: relative;
  display: block;
  background-color: #2a2a2a;
  border-radius: 15px;
  padding: 40px 40px 32px 40px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 500ms linear;
}

.process-section .tab-btn:last-child{
  margin-bottom: 0px;
}

.process-section .tab-btn .btn-title{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
  transition: all 500ms linear;
}

.process-section .tab-btn.active-btn .btn-title{
  margin-bottom: 34px;
}

.process-section .tab-btn .btn-title .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 66px;
  min-width: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #353535;
  font-size: 26px;
  color: var(--theme-color);
}

.process-section .tab-btn .btn-title h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}

.process-section .tab-btn .btn-title span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #a8a5a5;
  font-weight: 500;
  text-transform: uppercase;
}

.process-section .tab-btn .text-box{
  position: relative;
  display: none;
  transition: all 500ms linear;
}

.process-section .tab-btn.active-btn .text-box{
  display: block;
}

.process-section .tab-btn .text-box p{
  color: #a8a5a5;
  margin-bottom: 24px;
}

.list-style-one{
  position: relative;
  display: block;
}

.list-style-one li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
}

.list-style-one li:last-child{
  margin-bottom: 0px;
}

.list-style-one li i{
  position: relative;
  display: inline-block;
  top: 1px;
  color: var(--theme-color);
}

.process-section .tab-btn .count-text{
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.process-section .tab-btn .count-text::after{
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--secondary-color);
  border: 1px solid var(--theme-color);
  left: 0px;
  top: 0px;
  border-radius: 50%;
  z-index: -1;
}

.process-section .tab-btn.active-btn .count-text{
  opacity: 1;
}

.process-section .tab-btn .count-text::before{
  position: absolute;
  content: '';
  right: -31px;
  bottom: 18px;
  width: 241px;
  height: 346px;
  background-image: url(../images/shape/shape-7.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.process-section .content-box{
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 15px;
  max-width: 370px;
  padding: 10px;
  padding-bottom: 30px;
}

.process-section .content-box .step-box{
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  padding: 295px 25px 35px 30px;
}

.process-section .content-box .step-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.process-section .content-box .step-box .bg-layer::before{
  position: absolute;
  content: '';
  background-color: var(--theme-color);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.4;
}

.process-section .content-box .step-box .inner{
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

.process-section .content-box .step-box .inner h2{
  font-size: 150px;
  line-height: 120px;
  color: #fff;
  font-weight: 400;
}

.process-section .content-box .step-box .inner h3{
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
}

.process-section .content-box .video-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
  padding-bottom: 25px;
}

.process-section .content-box .video-box h6{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.title-box.flexbox_2{
  align-items: flex-end;
}


/** project-section **/

.project-section{
  position: relative;
}

.project-block-one{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-block-one .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.project-block-one .link-box{
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

.project-block-one .link-box a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 48px;
  line-height: 52px;
  background-color: #fff;
  text-align: center;
  border-radius: 40px;
  font-size: 24px;
  color: var(--title-color);
  transform: scale(0,0);
}

.project-block-one .link-box a:hover{
  color: #fff;
  background-color: var(--theme-color);
}

.project-block-one:hover .link-box a{
  transform: scale(1,1);
}

.project-block-one .image-box img{
  width: 100%;
  border-radius: 15px;
  transition: all 500ms linear;
}

.project-block-one:hover .image-box img{
  transform: scale(1.2);
}

.project-block-one .content-box{
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 25px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-block-one .content-box h3{
  font-size: 22px;
  line-height: 32px;
  max-width: 250px;
}

.project-block-one .content-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.project-block-one .content-box h3 a:hover{
  color: var(--theme-color);
}

.project-block-one .content-box .inner-box span{
  position: relative;
  display: block;
}

.project-block-one .content-box .inner-box p{
  color: var(--title-color);
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
}

.testimonial-section .inner-container{
  position: relative;
  border: 1px solid #e1e5e9;
  border-radius: 15px;
  padding: 59px;
}

.testimonial-section .rating-box{
  position: relative;
  width: 100%;
  height: 434px;
  border-radius: 15px;
  overflow: hidden;
}

.testimonial-section .rating-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .rating-box .rating-inner{
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--theme-color);
  text-align: center;
}

.testimonial-section .rating-box .rating-inner::before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-8.png);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .content-box{
  position: relative;
  background-color: #edf5f9;
  border-radius: 15px;
}

.testimonial-section .content-box .testimonial-block-one{
  float: left;
  width: 50%;
  border-left: 1px solid #d1d9dd;
}

.testimonial-section .content-box .testimonial-block-one:first-child{
  border-left: none;
}

.testimonial-section .rating-box .rating-inner h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 6px;
}

.testimonial-section .rating-box .rating-inner p{
  color: #fff;
  margin-bottom: 10px;
}

.testimonial-section .rating-box .rating-inner .clients-list{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-section .rating-box .rating-inner .clients-list li{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: -10px;
  background-color: #fff;
}

.testimonial-section .rating-box .rating-inner .clients-list li:last-child{
  margin-right: 0px;
}

.testimonial-section .rating-box .rating-inner .clients-list li img{
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
}

.testimonial-block-one{
  position: relative;
  display: block;
  padding: 45px 35px 0px 35px;
  overflow: hidden;
}

.testimonial-block-one .icon-box{
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--theme-color);
  margin-bottom: 21px;
}

.testimonial-block-one p{
  margin-bottom: 33px;
  max-width: 380px;
}

.testimonial-block-one .author-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 40px;
}

.testimonial-block-one .author-box .thumb-box{
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-block-one .author-box .thumb-box .testimonial-thumb{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: -10px;
}

.testimonial-block-one .author-box .thumb-box .logo-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  background-color: #fff;
  text-align: center;
}

.testimonial-block-one .author-box .thumb-box .logo-box img{
  display: inline-block;
  width: auto;
}

.testimonial-block-one .author-box .inner .rating{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
}

.testimonial-block-one .author-box .inner .rating i{
  color: #e5af14;
  position: relative;
  display: inline-block;
  font-size: 14px;
}

.testimonial-block-one .author-box .inner h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 3px;
}

.testimonial-block-one .author-box .inner .designation{
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #4f5b64;
  text-transform: uppercase;
}

.testimonial-block-one .lower-text{
  position: relative;
  display: block;
  padding: 17px 0px;
}

.testimonial-block-one .lower-text::before{
  position: absolute;
  content: '';
  background-color: #d1d9dd;
  width: calc(100% + 70px);
  height: 1px;
  left: -35px;
  top: 0px;
}

.testimonial-block-one .lower-text span{
  color: var(--title-color);
}


/** news-section **/

.news-section{
  position: relative;
}

.news-block-one{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-block-one .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.news-block-one .image-box img{
  border-radius: 15px;
  transition: all 500ms linear;
}

.news-block-one:hover .image-box img{
  transform: rotateY(180deg);
}

.news-block-one .lower-content{
  position: relative;
  display: block;
  padding-top: 23px;
}

.news-block-one .lower-content .category{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid var(--theme-color);
  margin-bottom: 13px;
}

.news-block-one .lower-content .category::before{
  position: absolute;
  content: '';
  background-color: var(--theme-color);
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -3px;
}

.news-block-one .lower-content h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 24px;
}

.news-block-one .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .lower-content h3 a:hover{
  color: var(--theme-color);
}

.news-block-one .lower-content .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.news-block-one .lower-content .lower-box .inner a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #4f5b64;
  text-transform: uppercase;
}

.news-block-one .lower-content .lower-box .inner a:hover{
  color: var(--theme-color);
}

.news-block-one .lower-content .lower-box .inner span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: var(--title-color);
  text-transform: uppercase;
}

.news-block-one .lower-content .lower-box .link-box a{
  position: relative;
  display: inline-block;
  height: 46px;
  line-height: 50px;
  text-align: left;
  font-size: 24px;
  color: var(--title-color);
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #d9e1e5;
  transition: all 500ms linear;
}

.news-block-one:hover .lower-content .lower-box .link-box a{
  padding-left: 28px;
  padding-right: 28px;
  color: #fff;
  background-color: var(--theme-color);
  border-right: none;
  border-radius: 40px;
}


/** main-footer **/

.main-footer{
  position: relative;
}

.main-footer .widget-section{
  position: relative;
  padding: 120px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .logo-widget .inner-box{
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 60px;
}

.main-footer .logo-widget .inner-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-footer .logo-widget .inner-box .bg-layer::before{
  position: absolute;
  content: '';
  background-color: var(--theme-color);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.main-footer .logo-widget .inner-box .award-box{
  position: relative;
  display: block;
  text-align: center;
  max-width: 180px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.main-footer .logo-widget .inner-box .award-box span{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.main-footer .logo-widget .inner-box .logo-box{
  position: relative;
  display: inline-block;
  width: 195px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  background-color: #fff;
  border-radius: 0px 15px 0px 15px;
}

.main-footer .social-links{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-footer .social-links li a{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #a8a5a5;
}

.main-footer .social-links li a:hover{
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.main-footer .widget-title,
.footer-widget h2{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.main-footer .widget-title h3,
.footer-widget h2,
.footer-widget h3{
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}

.main-footer p{
  color: #a8a5a5;
}

.main-footer .contact-widget .info-list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 3px;
}

.main-footer .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .contact-widget .info-list li a{
  display: inline-block;
  color: #fff;
}

.main-footer .contact-widget .info-list li a:hover{
  color: var(--theme-color);
}

.main-footer .links-widget .subscribe-box .form-group{
  position: relative;
  margin-bottom: 0px;
  padding-right: 90px;
}

.main-footer .links-widget .subscribe-box .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 30px 10px 45px;
  font-size: 17px;
  color: #4f5b64;
}

.main-footer .links-widget .subscribe-box .form-group .icon{
  position: absolute;
  left: 20px;
  top: 13px;
  font-size: 16px;
  color: var(--theme-color);
  z-index: 1;
}

.main-footer .links-widget .subscribe-box .form-group button[type='submit']{
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 48px;
  line-height: 52px;
  background-color: #fff;
  text-align: center;
  border-radius: 40px;
  font-size: 24px;
  color: var(--theme-color);
  transition: all 500ms ease;
}

.main-footer .links-widget .subscribe-box .form-group button:hover{
  color: #fff;
  background-color: var(--theme-color);
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  gap: 10px;
  margin-bottom: 9px;
}

.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-flex;
  gap: 10px;
  font-size: 16px;
  color: #a8a5a5;
}

.main-footer .links-widget .links-list li a:hover{
  color: var(--theme-color);
}

.main-footer .links-widget .links-list li a i{
  position: relative;
  display: inline-block;
  font-size: 14px;
  top: 2px;
  opacity: 0.5;
  transition: all 500ms ease;
}

.main-footer .links-widget .links-list li a:hover i{
  opacity: 1;
}

.footer-bottom{
  position: relative;
  padding: 26px 0px;
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .bottom-inner .footer-nav{
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-bottom .bottom-inner .footer-nav li a{
  position: relative;
  display: inline-block;
  color: #a8a5a5;
}

.footer-bottom .bottom-inner .footer-nav li a:hover{
  color: var(--theme-color);
}

.footer-bottom .nice-select .list{
  top: inherit;
  bottom: 100%;
}

.footer-bottom .nice-select .list .option{
  color: var(--text-color);
}


/** header-style-two **/

.header-style-two{
  position: absolute;
  left: 0px;
  top: 30px;
  width: 100%;
}

.header-style-two .header-lower .left-column{
  background-color: rgba(28, 28, 28, 0.65);
  border-radius: 50px;
  padding-left: 6px;
  padding-right: 40px;
  gap: 35px;
}

.header-style-two .header-lower .main-menu .navigation > li > a{
  color: #fff;
  padding-top: 9px;
  padding-bottom: 9px;
}

.header-style-two .header-lower .main-menu .navigation > li.dropdown > a:before{
  top: 9px;
  color: #fff;
}

.main-header .menu-right-content .support-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-header .menu-right-content .support-box .icon-box{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 52px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color);
}

.main-header .sticky-header .menu-right-content .support-box .icon-box{
  background-color: var(--theme-color);
  color: #fff;
}

.header-style-two .header-lower .outer-box{
  gap: 10px;
  margin-left: -40px;
  margin-right: -40px;
}

.main-header .menu-right-content .support-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

.main-header .sticky-header .menu-right-content .support-box a{
  color: var(--title-color);
}

.main-header .menu-right-content .support-box a:hover{
  color: var(--theme-color) !important;
}

.header-style-two .header-lower .main-menu .navigation > li.dropdown > a{
  padding-right: 17px;
}


/** banner-style-two **/

.banner-style-two{
  position: relative;
  padding-top: 680px;
}

.banner-style-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.banner-style-two .bg-layer::before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.65);
}

.banner-style-two .inner-box{
  position: relative;
  display: block;
}

.banner-style-two .inner-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-two .inner-box .text-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-style-two .inner-box .text-box p{
  font-size: 18px;
  line-height: 30px;
  color: #a8a5a5;
}

.banner-style-two .inner-box h2{
  font-size: 120px;
  line-height: 120px;
  color: #fff;
  font-weight: 600;
  padding: 36px 0px;
}


/** about-style-two **/

.about-style-two{
  position: relative;
}

.about-style-two .left-content{
  position: relative;
}

.about-style-two .left-content .rotate-text{
  position: relative;
  display: flex;
  width: 170px;
  height: 170px;
  line-height: 170px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.about-style-two .left-content .rotate-text h2{
  font-size: 36px;
  color: var(--theme-color);
}

.about-style-two .left-content .rotate-text .curve-text{
  position: absolute;
  left: 85px;
  top: 7px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4.5px;
}

.about-style-two .mission-box{
  position: relative;
  display: block;
  background-color: var(--theme-color);
  border-radius: 15px;
  overflow: hidden;
  padding: 30px 25px 22px 30px;
}

.about-style-two .mission-box .title-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 23px;
}

.about-style-two .mission-box .title-box .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 66px;
  background-color: var(--secondary-color);
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
}

.about-style-two .mission-box .title-box span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  background-color: #fff;
  border-radius: 30px;
  padding: 7px 20px;
}

.about-style-two .mission-box h3{
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 26px;
}

.list-style-two li{
  position: relative;
  display: flex;
  gap: 10px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 11px;
}

.list-style-two li:last-child{
  margin-bottom: 0px;
}

.list-style-two li i{
  position: relative;
  display: inline-block;
  font-size: 24px;
  top: 3px;
}

.about-style-two .mission-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-style-two .middle-content .image-box{
  position: relative;
  display: block;
  border-radius: 16px;
}

.about-style-two .middle-content .image-box img{
  width: 100%;
  border-radius: 15px;
}

.about-style-two .assets-box{
  position: relative;
  display: block;
  background-color: #ebf1f3;
  border-radius: 15px;
  padding: 10px;
  padding-top: 24px;
}

.about-style-two .assets-box h5{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 22px;
  padding-left: 20px;
}

.about-style-two .assets-box .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 15px;
  padding: 17px 20px;
}

.about-style-two .assets-box .inner-box h2{
  font-size: 30px;
  line-height: 40px;
  color: var(--theme-color);
}

.about-style-two .assets-box .inner-box h2 span{
  font-size: 16px;
  color: var(--text-color);
}

.about-style-two .assets-box .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #bec6cb;
}

.about-style-two .review-box .review-inner{
  position: relative;
  display: block;
  background-color: #ebf1f3;
  border-radius: 15px;
  padding: 10px;
  padding-top: 28px;
}

.about-style-two .review-box .author-image{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.about-style-two .review-box .author-image li{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: -10px;
}

.about-style-two .review-box .author-image li:last-child{
  margin-right: 0px;
}

.about-style-two .review-box .author-image li img{
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
}

.about-style-two .review-box .author-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.about-style-two .review-box .review-inner .author-box span{
  position: relative;
  display: inline-block;
}

.about-style-two .review-box .rating-box{
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 15px;
  padding: 9px 20px;
}

.about-style-two .review-box .rating-box a{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.about-style-two .review-box .rating-box h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 4px;
}

.about-style-two .review-box .rating-box .rating-list{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.about-style-two .review-box .rating-box .rating-list li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #e5af14;
}

.about-down .inner-container{
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  padding: 90px 0px 70px 0px;
}

.about-down .inner-container .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.about-down .inner-container .sub-text{
  position: absolute;
  left: 0px;
  top: -7px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: var(--title-color);
  z-index: 1;
}

.about-down .tab-btns{
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
  z-index: 1;
}

.about-down .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e2d2d;
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 500ms linear;
}

.about-down .tab-btns li:last-child{
  margin-bottom: 0px;
}

.about-down .tab-btns li.active-btn{
  color: #fff;
}

.about-down .tab-btns li i{
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 64px;
  background-color: var(--theme-color);
  text-align: center;
  border-radius: 50%;
  top: 11px;
  right: -80px;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  transition: all 500ms linear;
}

.about-down .tab-btns li.active-btn i{
  opacity: 1;
}

.about-down .tab-btns li:nth-child(2) i{
  right: inherit;
  left: -80px;
}

.about-down .tabs-content{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.about-down .tabs-content .image-box .image{
  position: relative;
  display: inline-block;
  border-radius: 15px;
  transform: rotate(-15deg);
}

.about-down .tabs-content .image-box .image img{
  width: 100%;
  border-radius: 15px;
}

.about-down .tabs-content .text-box{
  position: relative;
  display: block;
  background-color: #272626;
  border-radius: 15px;
  border: 1px solid #414040;
  padding: 22px 12px 20px 30px;
}

.about-down .tabs-content .text-box .common-link a{
  color: #fff;
}

.about-down .tabs-content .text-box p{
  color: #a8a5a5;
  margin-bottom: 25px;
}


/** service-style-two **/

.service-style-two{
  position: relative;
}

.service-style-two .main-content{
  position: relative;
  margin-left: -80px;
  margin-right: -80px;
  padding: 0px 80px;
}

.service-style-two .main-content::before{
  position: absolute;
  content: '';
  background-color: #ebf1f3;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-top: 1px solid #e0e5e9;
}

.service-style-two .main-content::after{
  position: absolute;
  content: '';
  background-color: #fff;
  width: 100%;
  height: 79px;
  left: 0px;
  top: 1px;
}

.service-style-two .upper-box{
  position: relative;
  padding: 22px 0px;
}

.service-style-two .upper-box .text{
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
  gap: 20px;
}

.service-style-two .upper-box h3{
  font-size: 26px;
  line-height: 36px;
}

.service-style-two .lower-box{
  position: relative;
  padding: 72px 0px 74px 0px;
}

.service-style-two .lower-box .left-content p{
  margin-bottom: 72px;
}

.service-style-two .lower-box .left-content .image-box{
  position: relative;
  display: block;
  border-radius: 15px;
}

.service-style-two .lower-box .left-content .image-box img{
  width: 100%;
  border-radius: 15px;
}

.service-style-two .lower-box .left-content{
  max-width: 240px;
}

.service-style-two .lower-box .right-content .big-icon{
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  width: 90px;
  height: 90px;
  line-height: 94px;
  background-color: #d9e1e5;
  border-radius: 50%;
  font-size: 50px;
  color: var(--theme-color);
  text-align: center;
}

.service-style-two .lower-box .right-content .single-item{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.service-style-two .lower-box .right-content .single-item:last-child{
  margin-bottom: 0px;
}

.service-style-two .lower-box .right-content .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color);
  margin-bottom: 24px;
}

.service-style-two .lower-box .right-content .single-item .icon-box::before{
  position: absolute;
  content: '';
  background-color: #d9e1e5;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 0px;
  border-radius: 50%;
  z-index: -1;
}

.service-style-two .lower-box .right-content .single-item h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 8px;
}

.service-style-two .lower-box .right-content{
  position: relative;
  padding-right: 170px;
}

.service-style-two .lower-box .right-content::before,
.service-style-two .lower-box .right-content::after{
  position: absolute;
  content: '';
  background-color: #d0d9de;
  width: 1px;
  height: calc(100% - 7px);
  top: 0px;
}

.service-style-two .lower-box .right-content::before{
  left: -80px;
}

.service-style-two .lower-box .right-content::after{
  right: 170px;
}

.service-style-two .fact-counter{
  position: relative;
  padding: 75px 80px;
  background-color: var(--secondary-color);
  margin-left: -80px;
  margin-right: -80px;
  border-radius: 0px 0px 15px 15px;
}

.service-style-two .fact-counter .list-item li{
  position: relative;
  float: left;
  width: 33.333%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-style-two .fact-counter .list-item li span{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: var(--theme-color);
  font-weight: 500;
  background-color: #2a2a2a;
  border-radius: 30px;
  padding: 9px 15px;
}

.service-style-two .fact-counter .list-item li span::before{
  position: absolute;
  content: '';
  background-color: #323232;
  width: 1px;
  height: 100%;
  left: -32px;
  top: 0px;
}

.service-style-two .fact-counter .list-item li:first-child span::before{
  display: none;
}

.service-style-two .fact-counter .list-item li h5{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

.service-style-two .main-content .nav-btn-bg .bg-1{
  position: absolute;
  left: -295px;
  top: 0px;
  width: 295px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-style-two .main-content .nav-btn-bg .bg-1::before,
.service-style-two .main-content .nav-btn-bg .bg-2::before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-90deg, var(--secondary-color), var(--theme-color) 100%);
  opacity: 0.9;
}

.service-style-two .main-content .nav-btn-bg .bg-2{
  position: absolute;
  right: -295px;
  top: 0px;
  width: 295px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-style-two .swiper-nav{
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: 10px;
  width: 100%;
}

.service-style-two .swiper-nav .swiper-prev,
.service-style-two .swiper-nav .swiper-next{
  position: absolute;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(28, 28, 28, 0.30);
  font-size: 22px;
  color: #fff;
  transition: all 500ms linear;
}

.service-style-two .swiper-nav .swiper-prev:hover,
.service-style-two .swiper-nav .swiper-next:hover{
  background-color: var(--theme-color);
}

.service-style-two .swiper-nav .swiper-prev{
  left: -255px;
}

.service-style-two .swiper-nav .swiper-prev i{
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
  top: -3px;
}

.service-style-two .swiper-nav .swiper-next{
  right: -100px;
}

.service-style-two .swiper-nav h3{
  position: absolute;
  left: 0px;
  top: -85px;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  text-align: left;
}

.service-style-two .pagination-box{
  position: absolute;
  right: 62px;
  bottom: 105px;
  padding-right: 32px;
  width: 60px;
}

.service-style-two .single-column-pagination{
  position: absolute;
  right: 0px;
  bottom: 0px;
  counter-reset: slides-num;
  z-index: 1;
}

.service-style-two .pagination-box .text{
  position: absolute;
  display: inline-block;
  right: 17px;
  bottom: -30px;
  font-size: 16px;
  color: var(--text-color);
}

.service-style-two .single-column-pagination .swiper-pagination-bullet{
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  counter-increment: slides-num;
  font-size: 30px;
  color: var(--title-color);
  background-color: transparent;
  opacity: 0;
  transition: all 500ms ease;
}

.service-style-two .single-column-pagination .swiper-pagination-bullet-active{
  opacity: 1;
}

.service-style-two .single-column-pagination .swiper-pagination-bullet:after{
  position: absolute;
  content: "0" counter(slides-num);
  top: 0;
  right: 0
}


/** project-style-two **/

.project-style-two{
  position: relative;
}

.project-block-two{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-block-two .image-box{
  position: relative;
}

.project-block-two .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.project-block-two .image-box .image img{
  width: 100%;
  border-radius: 15px;
  transition: all 500ms linear;
}

.project-block-two:hover .image-box .image img{
  transform: scale(1.1);
}

.project-block-two .image-box .link{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

.project-block-two .image-box .link a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 48px;
  line-height: 52px;
  background-color: #fff;
  text-align: center;
  border-radius: 40px;
  font-size: 24px;
  color: var(--title-color);
  transition: all 500ms ease;
}

.project-block-two .image-box .link a:hover{
  color: #fff;
  background-color: var(--theme-color);
}

.project-block-two .lower-content{
  position: relative;
  display: block;
}

.project-block-two .lower-content p{
  position: relative;
  display: block;
  padding: 12px 0px;
  border-bottom: 1px solid #e0e5e9;
  margin-bottom: 18px;
}

.project-block-two .lower-content p span{
  color: var(--title-color);
}

.project-block-two .lower-content h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
}

.project-block-two .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.project-block-two .lower-content h3 a:hover{
  color: var(--theme-color);
}

/** process-style-two **/

.process-style-two{
  position: relative;
}

.process-block-one{
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 30px;
}

.process-block-one .inner-box{
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 30px 20px 25px;
}

.process-block-one .inner-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.process-block-one .inner-box .bg-layer::before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.4;
}

.process-block-one .inner-box h2{
  display: block;
  font-size: 120px;
  line-height: 120px;
  color: #fff;
  font-weight: 400;
}

.process-block-one .inner-box h2 span{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.process-block-one .lower-box{
  position: relative;
  display: block;
  padding: 22px 10px 24px 20px;
}

.process-block-one .lower-box h3{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 12px;
}

.process-block-one .decore{
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ebf1f3;
  box-shadow: 0px 0px 0px 5px #fff;
  z-index: 1;
  transition: all 500ms linear;
}

.process-block-one:hover .decore{
  background-color: var(--theme-color);
}

.process-block-one .shape{
  position: absolute;
  left: 50%;
  top: -75px;
  width: 402px;
  height: 163px;
  background-repeat: no-repeat;
}

.process-style-two .video-box{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.process-style-two .video-box a{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 52px;
  background-color: var(--secondary-color);
  font-size: 24px;
  color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
}

.process-style-two .video-box a:hover{
  color: #fff;
  background-color: var(--theme-color);
}

.process-style-two .video-box h6{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.process-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** chooseus-style-two **/

.chooseus-style-two{
  position: relative;
}

.chooseus-block-two{
  position: relative;
  display: block;
  border: 1px solid #e1e5e9;
  border-radius: 15px;
  padding: 108px 30px 32px 30px;
  overflow: hidden;
  margin-bottom: 30px;
}

.chooseus-block-two .count-text{
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
  color: #ecf1f4;
}

.chooseus-block-two .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #ebf1f3;
  text-align: center;
  font-size: 40px;
  color: var(--theme-color);
}

.chooseus-block-two .icon-box::before{
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 15px;
  height: 15px;
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
}

.chooseus-block-two h3{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

.chooseus-block-two h3 a{
  display: inline-block;
  color: var(--title-color);
}

.chooseus-block-two h3 a:hover{
  color: var(--theme-color);
}

.chooseus-style-two .clients-box{
  position: relative;
  display: block;
  border-radius: 15px;
  padding: 10px;
  padding-top: 40px;
  background-color: #ebf1f3;
  overflow: hidden;
  margin-bottom: 30px;
}

.chooseus-style-two .clients-box .clients-list{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0px 20px;
}

.chooseus-style-two .clients-box .clients-list li{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.chooseus-style-two .clients-box .clients-list li img{
  width: 100%;
  border-radius: 50%;
}

.chooseus-style-two .clients-box .text-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #fff;
  border-radius: 15px;
  padding: 22px 20px;
}

.chooseus-style-two .clients-box .text-box span{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  background-color: var(--theme-color);
  border-radius: 30px;
  padding: 9px 15px;
}

.chooseus-style-two .clients-box .text-box h5{
  font-size: 18px;
  line-height: 28px;
}

.chooseus-style-two .chart-content{
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px;
  padding-top: 32px;
  margin-bottom: 30px;
}

.chooseus-style-two .chart-content .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.chooseus-style-two .chart-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 24px;
}

.chooseus-style-two .chart-content .chart-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 25px 17px 25px;
}

.chooseus-style-two .chart-content .chart-inner::before{
  position: absolute;
  content: '';
  background-color: #e1e5e9;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0px;
}

.chooseus-style-two .chart-content .circle {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(#e65a4f 0deg, #f8f0ee 0deg);
}

.chooseus-style-two .chart-content .circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at center,
      rgba(255,255,255,0.3) 0%,
      rgba(255,255,255,0) 60%
  );
}

.chooseus-style-two .chart-content .chart-box p{
  font-weight: 500;
  color: var(--title-color);
  text-align: center;
  margin-top: 13px;
}

.pt_220{
  padding-top: 220px !important;
}

.chooseus-style-two .clients-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** pricing-section **/

.pricing-section{
  position: relative;
}

.pricing-section .tab-btns{
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 5px;
}

.pricing-section .tab-btns .tab-btn{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-color);
  background-color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 15px;
  transition: all 500ms linear;
}

.pricing-section .tab-btns .tab-btn.active-btn{
  background-color: #ebf1f3;
  color: var(--title-color);
}

.pricing-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 557px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.pricing-block-one{
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 15px;
  padding: 33px 20px 20px 20px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.pricing-block-one .table-header{
  padding-bottom: 16px;
}

.pricing-block-one .table-header h3{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 7px;
}

.pricing-block-one .table-header p{
  margin-bottom: 8px;
}

.pricing-block-one .table-header h2{
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--theme-color);
}

.pricing-block-one .table-header h2 span{
  font-size: 16px;
  font-weight: 500;
  color: #a9a3a3;
}

.pricing-block-one .table-content{
  position: relative;
  display: block;
  background-color: #ebf1f3;
  border-radius: 15px;
  padding: 33px 30px;
  padding-right: 20px;
  margin-bottom: 10px;
}

.pricing-block-one.recommend-block .table-content{
  background-color: var(--secondary-color);
}

.pricing-block-one .table-content h6{
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--title-color);
  margin-bottom: 13px;
}

.pricing-block-one.recommend-block .table-content h6{
  color: #fff;
}

.pricing-block-one .table-content .feature-list li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.pricing-block-one.recommend-block .table-content .feature-list li{
  color: #a8a5a5;
}

.pricing-block-one .table-content .feature-list li:last-child{
  margin-bottom: 0px;
}

.pricing-block-one .table-content .feature-list li i{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #b9bfc3;
  top: 2px;
}

.pricing-block-one.recommend-block .table-content .feature-list li i{
  color: #464545;
}

.pricing-block-one .table-footer .theme-btn{
  width: 100%;
  justify-content: center;
}

.theme-btn.light-bg{
  background-color: #ebf1f3;
  color: var(--title-color);
}

.theme-btn.light-bg i{
  color: var(--theme-color);
}

.theme-btn.light-bg:hover{
  color: #fff;
  background-color: var(--theme-color);
}

.theme-btn.light-bg:hover i{
  color: #fff;
}


/** news-style-two **/

.news-style-two{
  position: relative;
}

.news-block-two{
  position: relative;
  display: block;
  border-radius: 15px;
  border: 1px solid #e1e5e9;
  padding: 19px;
  margin-bottom: 40px;
}

.news-block-two .content-box .category{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid var(--theme-color);
  margin-bottom: 13px;
}

.news-block-two .content-box .category::before{
  position: absolute;
  content: '';
  background-color: var(--theme-color);
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -3px;
}

.news-block-two .content-box h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 38px;
}

.news-block-two .content-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-two .content-box h3 a:hover{
  color: var(--theme-color);
}

.news-block-two .content-box .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.news-block-two .content-box .lower-box .author-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-block-two .content-box .lower-box .author-box .author-image{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.news-block-two .content-box .lower-box .author-box .author-image img{
  width: 100%;
  border-radius: 50%;
}

.news-block-two .content-box .lower-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.news-block-two .content-box .lower-box .author-box .date{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--title-color);
}

.news-block-two .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.news-block-two .image-box .image img{
  width: 100%;
  border-radius: 15px;
  transition: all 500ms linear;
}

.news-block-two:hover .image-box .image img{
  transform: scale(1.1);
}

.news-style-two .more-text{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.news-style-two .more-text .common-link a{
  gap: 5px;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
}

.testimonial-style-two .outer-container{
  position: relative;
  background-color: var(--secondary-color);
  border-radius: 15px;
  overflow: hidden;
}

.testimonial-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-two .left-content{
  position: relative;
  display: block;
}

.testimonial-style-two .left-content .image-box{
  position: relative;
  display: block;
  max-width: 320px;
  border-radius: 15px;
  margin-bottom: 43px;
}

.testimonial-style-two .left-content .image-box img{
  width: 100%;
  border-radius: 10px;
}

.testimonial-style-two .left-content p{
  color: #a8a5a5;
  margin-bottom: 24px;
}

.testimonial-style-two .left-content p a{
  color: #a8a5a5;
}

.testimonial-style-two .left-content p a:hover{
  text-decoration: underline;
}

.testimonial-style-two .left-content .info-list li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.testimonial-style-two .left-content .info-list li:last-child{
  margin-bottom: 0px;
}

.testimonial-style-two .left-content .info-list li .icon-box{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 52px;
  min-width: 48px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color);
}

.testimonial-style-two .left-content .info-list li span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #a8a5a5;
  margin-bottom: 4px;
}

.testimonial-style-two .left-content .info-list li p{
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.testimonial-style-two .left-content .info-list li p a{
  display: inline-block;
  color: #fff;
}

.testimonial-style-two .left-content .info-list li p a:hover{
  color: var(--theme-color);
}

.testimonial-style-two .testimonial-block-one{
  position: relative;
  display: block;
  background-color: #2a2a2a;
  border-radius: 15px;
  margin-bottom: 30px;
}

.testimonial-style-two .testimonial-block-one .icon-box{
  color: #504e4e;
}

.testimonial-style-two .testimonial-block-one p{
  color: #a8a5a5;
  font-size: 18px;
  line-height: 28px;
}

.testimonial-style-two .testimonial-block-one .author-box .thumb-box .testimonial-thumb{
  margin-right: 0px;
  width: 70px;
  height: 70px;
}

.testimonial-style-two .testimonial-block-one .author-box .inner .rating,
.testimonial-style-two .testimonial-block-one .author-box .inner h5{
  color: #fff;
}

.testimonial-style-two .testimonial-block-one .author-box .inner .designation{
  color: #a8a5a5;
}

.testimonial-style-two .testimonial-block-one .author-box{
  padding-bottom: 33px;
}

.testimonial-style-two .testimonial-block-one{
  padding-top: 37px;
}

.contact-form-box{
  position: relative;
  display: block;
  background-color: #2a2a2a;
  border-radius: 15px;
  padding: 33px 30px 40px 30px;
}

.contact-form-box h3{
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 32px;
}

.contact-form .row{
  --bs-gutter-x: 20px;
}

.contact-form .form-group{
  position: relative;
  margin-bottom: 20px;
}

.contact-form .form-group .select-box{
  min-height: 60px;
}

.contact-form .form-group input[type='text'],
.contact-form .form-group input[type='email'],
.contact-form .form-group textarea,
.contact-form .form-group .nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #323131;
  border: 1px solid #454343;
  border-radius: 10px;
  font-size: 16px;
  color: #a8a5a5;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-form .form-group textarea{
  resize: none;
  height: 150px;
  padding-top: 15px;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus{
  border-color: var(--theme-color);
}

.contact-form .form-group .nice-select{
  padding: 0px 20px;
  line-height: 60px;
  cursor: pointer;
}

.testimonial-style-two .bg-color{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 120px;
}


/** footer-style-two **/

.footer-style-two{
  position: relative;
}

.footer-style-two .widget-section{
  position: relative;
  padding: 120px 0px 80px 0px;
}

.footer-style-two .logo-widget{
  position: relative;
  padding-left: 125px;
}

.footer-style-two .logo-widget .footer-logo{
  position: absolute;
  left: 0px;
  top: 8px;
}

.footer-style-two .logo-widget h2{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 8px;
}

.footer-style-two .logo-widget h3{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
}

.footer-style-two .logo-widget .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
}

.footer-style-two .logo-widget h3 span{
  color: var(--theme-color);
}

.footer-style-two .logo-widget .support-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-style-two .logo-widget .support-box .icon-box{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 52px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color);
}

.footer-style-two .logo-widget .support-box .icon-box{
  background-color: var(--theme-color);
  color: #fff;
}

.footer-style-two .logo-widget .support-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--title-color);
}

.footer-style-two .logo-widget .support-box a:hover{
  color: var(--theme-color);
}

.footer-style-two .logo-widget .social-box h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 14px;
}

.footer-style-two .logo-widget .social-links{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-style-two .logo-widget .social-links li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  background-color: #d9e1e5;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: var(--title-color);
}

.footer-style-two .logo-widget .social-links li a:hover{
  color: #fff;
  background-color: var(--theme-color);
}

.footer-style-two .widget-title h3{
  font-size: 22px;
  line-height: 32px;
}

.footer-style-two .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.footer-style-two .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-style-two .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #4f5b64;
}

.footer-style-two .links-widget .links-list li a:hover{
  color: var(--theme-color);
  padding-left: 14px;
}

.footer-style-two .links-widget .links-list li a i{
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 12px;
  color: var(--theme-color);
  opacity: 0;
  transition: all 500ms linear;
}

.footer-style-two .links-widget .links-list li a:hover i{
  opacity: 1;
}

.footer-style-two .footer-lower h2{
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  color: #d8dee2;
}

.footer-style-two .footer-lower h5{
  font-size: 18px;
  line-height: 28px;
}

.footer-style-two .footer-lower h5 span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--text-color);
}

.footer-style-two .footer-lower .download-list{
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}

.footer-style-two .footer-lower .download-list li a{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 52px;
  background-color: #d9e1e5;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: var(--title-color);
}

.footer-style-two .footer-lower .download-list li a:hover{
  color: #fff;
  background-color: var(--theme-color);
}

.footer-style-two .footer-bottom{
  position: relative;
  padding: 43px 0px;
}

.footer-style-two .footer-bottom .footer-nav{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.footer-style-two .footer-bottom .footer-nav li a{
  position: relative;
  display: inline-block;
  color: #4f5b64;
}

.footer-style-two .footer-bottom .footer-nav li a:hover{
  color: var(--theme-color);
}

.title-color{
  color: var(--title-color);
}


/** header-style-three **/

.header-style-three{
  position: relative;
}

.header-top{
  position: relative;
  width: 100%;
  padding: 12px 0px;
}

.header-top .outer-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 60px;
}

.header-top .info-list{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top .info-list li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top .info-list li a{
  position: relative;
  display: inline-block;
  color: var(--text-color);
}

.header-top .info-list li a:hover{
  color: var(--theme-color);
}

.header-top .right-column{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-top .right-column .social-links{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
}

.header-top .right-column .social-links::before{
  position: absolute;
  content: '';
  background-color: #94c7e1;
  width: 1px;
  height: 20px;
  left: 0px;
  top: 3px;
}

.header-top .right-column .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #515d66;
}

.header-top .right-column .social-links li a:hover{
  color: var(--theme-color);
}

.header-style-three .header-lower-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 30px;
}

.header-style-three .header-lower{
  position: relative;
  width: 100%;
  padding: 10px 30px;
  border-radius: 15px 15px 0px 0px;
  background: -webkit-linear-gradient(0deg, rgba(251,232,231,0.20), rgba(229,85,79,0.20) 100%);
}

.header-style-three .header-lower .main-menu .navigation > li > a,
.header-style-three .header-lower .main-menu .navigation > li.dropdown > a:before{
  color: #fff;
}

.header-style-three .header-lower .menu-right-content .sidebar-toggler{
  background-color: rgba(255, 255, 255, 0.15);
}

.header-style-three .header-lower .menu-right-content .sidebar-toggler:hover{
  background-color: var(--theme-color);
}

.sidebar-popup .close-popup:hover{
  color: var(--theme-color);
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  padding: 0px 30px;
  background-color: #fff;
}

.banner-style-three .outer-container{
  position: relative;
  padding: 170px 60px 60px 60px;
  border-radius: 15px;
  overflow: hidden;
}

.banner-style-three .outer-container .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-three .content-box{
  position: relative;
  display: block;
  padding: 52px 60px 60px 60px;
}

.banner-style-three .content-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.banner-style-three .content-box .rating{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.banner-style-three .content-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #e5af14;
}

.banner-style-three .content-box h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  margin-bottom: 32px;
}

.banner-style-three .content-box h2{
  font-size: 60px;
  line-height: 75px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 38px;
}

.banner-style-three .content-box .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 75px;
  margin-bottom: 20px;
}

.banner-style-three .content-box .text-box{
  position: relative;
  padding: 26px 30px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 10px;
  max-width: 370px;
  min-width: 370px;
}

.banner-style-three .content-box .text-box p{
  color: #fff;
}

.banner-style-three .content-box .inner-box .clients-box{
  position: relative;
  display: flex;
  gap: 20px;
}

.banner-style-three .content-box .inner-box .clients-box .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 64px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  color: var(--theme-color);
  min-width: 60px;
}

.banner-style-three .content-box .inner-box .clients-box .count-box{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 4px;
}

.banner-style-three .content-box .inner-box .clients-box h5{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.banner-style-three .content-box .btn-box{
  max-width: 370px;
  width: 100%;
}

.banner-style-three .content-box .btn-box .theme-btn{
  width: 100%;
  justify-content: center;
}

.banner-style-three .image-box .image{
  position: relative;
  display: block;
  border-radius: 15px;
}

.banner-style-three .image-box .image img{
  width: 100%;
  border-radius: 15px;
}

.banner-style-three .swiper-nav{
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 350px;
  margin-left: -365px;
  background-color: rgba(255, 255, 255, 0.10);
  border-radius: 15px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 19px;
}

.banner-style-three .swiper-nav .swiper-prev,
.banner-style-three .swiper-nav .swiper-next{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  transition: all 500ms linear;
}

.banner-style-three .swiper-nav .swiper-prev:hover,
.banner-style-three .swiper-nav .swiper-next:hover{
  color: var(--theme-color);
}

.banner-style-three .swiper-nav .swiper-prev i,
.banner-style-three .swiper-nav .swiper-next i{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.20);
  font-size: 24px;
  color: #fff;
  transition: all 500ms linear;
}

.banner-style-three .swiper-nav .swiper-prev:hover i,
.banner-style-three .swiper-nav .swiper-next:hover i{
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.banner-style-three .swiper-nav .swiper-prev i{
  transform: rotate(180deg);
}

.banner-style-three .swiper-nav::before{
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.20);
  width: 1px;
  height: 30px;
  left: 50%;
  top: 32px;
}


/** service-style-three **/

.service-style-three{
  position: relative;
}

.service-block-two{
  position: relative;
  display: block;
  background-color: var(--secondary-color);
  border-radius: 15px;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 30px;
}

.service-block-two .image-box{
  position: relative;
  display: block;
}

.service-block-two .image-box .image{
  position: relative;
  display: block;
  border-radius: 15px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='340' height='335' viewBox='0 0 340 335'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVQAAAFPCAYAAAASgzbtAAAQAElEQVR4AezcW3IT1xYGYItS3jkzIDMgIwgZQcgIUAqo4i3OCIAROHlLVUJhRhAyApjBYQZkBod3XOWz2naDLEuy1OrLvnwptXXtffmW/bvZO3DnaMf/nj59+v2TJ09O4nj3+PHjj3F/7njC4AmDXH4Orn5u38V4T5qf5x1/9H1sD4GtgbpYLO4G/vM4/nd+fv4+2j2O48FsNrsX924ECGQkcPVz+yCGfNz8PF8F7PNnz575eQ6UPm4bAzWwH87n84/RyYs47sbhRoBAQQJXAfvi8+fP7+KKdVHQ1CabyrVAbUcRV6Qngf13PBekgeBGoGSB+Fm/F1esr+Pn/nnJ8xxjbjcCNa5MX0fHzR/t486NAIGKBF5EqJ5WNN/ep3otUAPzefy2cunfO7MGCWQj8Chy4CSb0SY20C+BGlemj2JszXpp3B0dHflKgECtAseRBw9rnfwh874I1KtdPmF6iKRzCRQkEH9Sfb1YLOyh7FnTi0A9Ozt7FID+14k98XycQMECd+fz+S8Fz2+QqV0EauzwLba37l0CBCoUOHaVul/V78QC9I+uTvdD82kClQg0V6n3K5lrL9NsrlAf9NKSRggQKFHgxxInNdScmkDd9zfQUGPRLgEC6Qm44NqjJgJ1DywfJVChgM3qPYreBKr/NWIPMB8lUJmAfNij4E2g7vHxmx/1CgECBAhcCgjUSwdfCRAgcLCAQD2YUAMECBC4FOg3UC/b9JUAAQJVCgjUKstu0gQIDCEgUIdQ1SYBAlUKDBioVXqaNAECFQsI1IqLb+oECPQrIFD79dQaAQIVC4wVqBUTmzoBArUICNRaKm2eBAgMLiBQByfWAQECtQhMEqi14JonAQJ1CQjUuupttgQIDCggUAfE1TQBAnUJTB+odXmbLQECBQsI1IKLa2oECIwrIFDH9dYbAQIFCyQWqAVLmxoBAsULCNTiS2yCBAiMJSBQx5LWDwECxQukHKjF45sgAQJlCQjUsuppNgQITCggUCfE1zUBAmUJZBOoZbGbDQECJQoI1BKrak4ECEwiIFAnYdcpAQIlCuQZqCVWwpwIEMheQKBmX0ITIEAgFQGBmkoljIMAgewFCgjU7GtgAgQIFCIgUAsppGkQIDC9gECdvgZGQIBAIQKlBWohZTENAgRyFBCoOVbNmAkQSFJAoCZZFoMiQCBHgaIDNceCGDMBAvkKCNR8a2fkBAgkJiBQEyuI4RAgkK9APYGab42MnACBTAQEaiaFMkwCBNIXEKjp18gICRDIRKDSQM2kOoZJgEBWAgI1q3IZLAECKQsI1JSrY2wECGQlIFCPjrIqmMESIJCugEBNtzZGRiAJgcVicTeJgWQwCIGaQZEMkcCUAt988829KfvPqW+BulItTwkQuCHw/Y1XvLBWQKCuZfEiAQKtwPn5+cP2sfvtAgJ1u493CRA4Orq/sI56tMt/AnWbkvcIEGgE7s7n81+aB47tAgJ1u493CRC4FDh2lXoJse2rQN2m4z0CBFqB5ir1efvE/XoBgbreZc2rXiJQvcDx06dPF9UrbAEQqFtwvEWAwHWB2PF//fjx44fXX/WsFRCorYR7AgR2EpjNZn8/efLkeKcPV/Yhgdqt4M4iULvASYTqybNnz/wtqqXvBIG6hOEhAQJ7CRx//vz5XbOuulgs/H3/oBOogeBGgEA3gfjj/71mXXU+n3+MtdXXTbjGcb9ba/mfJVB7qKEmCBA4uhvhumjCNY7/xnLAec5H/HL4GON/F8dJ/ILY+d8yEKhH/iNAgMB1gfjl0KwNP4hXj+MXxPsmYCNYf7ltzVighpgbAQIEtgk0ARvB+lu7ZrzpswJ1k0zX151HgECxAlfB+jqWAtb+rTGBWmzpTYwAgQEFXkSonq62L1BXRTwnQIDAbgKPIlRPlj8qUJc1en+sQQIEChc4jg2rh+0cBWor4Z4AAQIdBGJd9fXi6i82CNQOgE4hQIDAkkDzTxte/APcAnVJZeCHmidAoFyB4+YqVaCWW2AzI0BgPIHmKvW+QB0PXE8ECJQt8KNAnajAuiVAoDiBBwK1uJqaEAECEwncE6gTyeuWAIHiBO4K1BRqagwECBQhIFCLKKNJECCQgoBATaEKxkCAQBECAjW5MhoQAQK5CgjUXCtn3AQIJCcgUJMriQERIJCrgEBNu3JGR4BARgICNaNiGSoBAmkLCNS062N0BAhkJCBQMyqWoRIgkLaAQE27PkZHgEBGAgI1o2IZKgECaQsI1LTrs3l03iFAIDkBgZpcSQyIAIFcBQRqrpUzbgIEkhMQqMmVpMuAnEOAQAoCAjWFKhgDAQJFCAjUIspoEgQIpCAgUFOoQr9j0BoBAhMJCNSJ4HVLgEB5AgK1vJqaEQECEwkI1Ingx+pWPwQIjCcgUMez1hMBAoULCNTCC2x6BAiMJyBQx7OevicjIEBgUAGBOiivxgkQqElAoNZUbXMlQGBQAYE6KG/KjRsbAQJ9CwjUvkW1R4BAtQICtdrSmzgBAn0LCNS+RfNsz6gJEOhBQKD2gKgJAgQINAICtVFwECBAoAcBgdoDYmlNmA8BAt0EBGo3N2cRIEDghoBAvUHiBQIECHQTEKjd3Oo5y0wJENhZQKDuTOWDBAgQ2C4gULf7eJcAAQI7CwjUnal88OiIAQEC2wQE6jYd7xEgQGAPAYG6B5aPEiBAYJuAQN2m471tAt4jQGBFQKCugHhKgACBrgICtauc8wgQILAiIFBXQDztJuAsAgSOjgSq7wICBAj0JCBQe4LUDAECBASq74H+BbRIoFIBgVpp4U2bAIH+BQRq/6ZaJECgUgGBWmnhx5u2ngjUIyBQ66m1mRIgMLCAQB0YWPMECNQjIFDrqXUKMzUGAkULCNSiy2tyBAiMKSBQx9TWFwECRQsI1KLLm/bkjI5AaQICtbSKmg8BApMJCNTJ6HVMgEBpAgK1tIrmOh/jJlCAgEAtoIimQIBAGgICNY06GAUBAgUICNQCiljeFMyIQJ4CAjXPuhk1AQIJCgjUBItiSAQI5CkgUPOsW02jNlcC2QgI1GxKZaAECKQuIFBTr5DxESCQjYBAzaZUBtoIOAikLCBQU66OsREgkJWAQM2qXAZLgEDKAgI15eoY23YB7xJITECgJlYQwyFAIF8BgZpv7YycAIHEBARqYgUxnK4CziMwvYBAnb4GRkCAQCECArWQQpoGAQLTCwjU6WtgBP0LaJHAJAICdRJ2nRIgUKKAQC2xquZEgMAkAgJ1EnadjimgLwJjCQjUsaT1Q4BA8QICtfgSmyABAmMJCNSxpPWThoBREBhQQKAOiKtpAgTqEhCoddXbbAkQGFBAoA6Iq+nUBYyPQL8CArVfT60RIFCxgECtuPimToBAvwICtV9PreUrYOQEDhYQqAcTaoAAAQKXAgL10sFXAgQIHCwgUA8m1ECJAuZEoIuAQO2i5hwCBAisERCoa1C8RIAAgS4CArWLmnPqEjBbAjsKCNQdoXyMAAECtwkI1NuEvE+AAIEdBQTqjlA+RuBSwFcCmwUE6mYb7xAgQGAvAYG6F5cPEyBAYLOAQN1s4x0Ctwl4n8A1AYF6jcMTAgQIdBcQqN3tnEmAAIFrAgL1GocnBLoLOJOAQPU9QIAAgZ4EBGpPkJohQICAQPU9QGAIAW1WKSBQqyy7SRMgMISAQB1CVZsECFQpIFCrLLtJjyugt1oEBGotlTZPAgQGFxCogxPrgACBWgQEai2VNs9UBIyjYAGBWnBxTY0AgXEFBOq43nojQKBgAYFacHFNLX0BIyxLQKCWVU+zIUBgQgGBOiG+rgkQKEtAoJZVT7PJWcDYsxcQqNmX0AQIEEhFQKCmUgnjIEAgewGBmn0JTaBMAbPKUUCg5lg1YyZAIEkBgZpkWQyKAIEcBQRqjlUz5toEzDcTAYGaSaEMkwCB9AUEavo1MkICBDIREKiZFMowCbQC7tMVEKjp1sbICBDITECgZlYwwyVAIF0BgZpubYyMwO0CPpGUgEBNqhwGQ4BAzgICNefqGTsBAkkJCNSkymEwBA4RcO7UAgJ16gronwCBYgQEajGlNBECBKYWEKhTV0D/BIYR0OoEAgJ1AnRdEiBQpsCd8/Pzf8ucmlkRIEBgXIE7s9lMoI5rrjcCowvocByB5o/8H8bpSi8ECBAoW6AJ1H/KnqLZESBAYByBO3/99df76OpTHG4ECNQgYI6DCTRXqE3jvzVfHAQIECDQXeAiUOMq9aXd/u6IziRAgEAjcBGozYPY7f+5uXcQIFCTgLn2KfAlUOMqtVlL/bXPxrVFgACBmgS+BGoz6QjVZi31ZfPYQYAAAQL7CVwL1ObUCNUXcS9UA8GNQGUCpnugwI1AbdprQnU+n39ro6rRcBAgQGA3gbWB2pz6xx9//Pvq1asmVBfxvFlfjTs3AgQIENgksDFQ2xMiVN/EFesPV1eswrWFcU+gcAHT21/g1kBtm7y6Yr0I17Ozs//EcsBPcZzG4R9XaZHcEyBQtcDOgbqsdHp6+imuXN/G8XMc385ms+9ms9lxfMbSQCC4ESBQp0CnQF2l+vPPPz/E8fvy0kAE7Nv43Kc43AgQyF3A+HcS6CVQl3tqlwYiYH+KgP1PvPdDHM3/3+qfCQwINwIEyhXoPVBXqSJU38fxaxzf2dha1fGcAIGSBAYP1GWs9uo1wvUHG1vLMh4TyEnAWDcJjBqoy4M4tbG1zOExAQIFCEwWqKt2seZqY2sVxXMCBLISSCZQl9XapYEIWRtbyzAeE0hPwIiWBJIM1KXxXTyMNVcbWxcSvhAgkLJAFoG6DNhevUbI2thahvGYAIHJBbIL1GUxG1vLGh4TmF6g9hFkHairxYs1VxtbqyieEyAwmkBRgbqs1i4NRMja2FqG8ZgAgcEEig3UVbFYc7WxtYriOYEhBSpsu5pAXa5te/UaIWtjaxnGYwIEDhKoMlCXxWxsLWt4TIDAIQLVB+oqXqy52thaRfGcwMECdTQgULfUuV0aiJC1sbXFyVsECFwKCNRLh52+xpqrja2dpHyIQJ0CArVj3dur1whZG1sdDZ1WrUCxExeoPZTWxlYPiJogUICAQB2giLHmamNrAFdNEkhdQKAOXKF2aSBC1sbWwNaaz1OgpFEL1JGrGWuuNrZGNtcdgbEEBOpY0mv6aa9eI2RtbK3x8RKB3AQEaiIVs7GVSCEMY1qBzHsXqIkWMNZcbWwlWhvDIrBJQKBukkno9XZpIELWxlZCdTEUAqsCAnVVJIPnseZqYyuDOhnioQL5nS9Q86vZtRG3V68Rsja2rsl4QmB8AYE6vvlgPdrYGoxWwwR2EhCoOzHl+aFYc7WxlWfpjPqmQBavCNQsynT4INulgQhZG1uHc2qBwFoBgbqWpfwXY83Vxlb5ZTbDkQUE6sjgKXbXXr1GyNrYSrFAxnRDINUXBGqqlZloXDa2JoLXbRECArWIMg43iVhztbE1HK+WCxMQqIUVdMjptEsDdVA0pwAABC1JREFUEbI2toaE1vZ+Agl9WqAmVIzchhJrrja2ciua8Q4qIFAH5a2n8fbqNULWxlY9ZTfTFQGBugLi6eECNrYON9RCV4FpzxOo0/pX0XusudrYqqLSJilQfQ+MKtAuDUTI2tgaVV5nYwgI1DGU9bFRINZcbWxt1PHGgQKjny5QRyfX4SaB9uo1QtbG1iYkryctIFCTLk+9g7OxVW/tc565QM25ehWNPdZcbWxVVO8hpjpGmwJ1DGV99CrQLg1EyNrY6lVWY4cKCNRDBZ0/uUCsudrYmrwKBtAICNRGwVGMQHv1GiFrY6uYqg4wkYGaFKgDwWp2egEbW9PXoLYRCNTaKl7xfGPN1cZWxfUfY+oCdQxlfSQn0C4NRMja2EquOmMPqL/+BGp/llrKWCDWXG1sZVy/VIYuUFOphHEkI9BevUbI2thKpip5DESg5lEno5xIwMbWRPDTdXtQzwL1ID4n1yYQa642tmor+h7zFah7YPkogWWBdmkgQtbG1jJMxY8FasXFN/V+BWLN1cZWv6STt7bvAATqvmI+T2AHgfbqNULWxtYOXqV8RKCWUknzSFbAxlaypel9YAK1d1INEtguEGuuNra2E6X57g6jEqg7IPkIgaEE2qWBCFkbW0Mhj9iuQB0RW1cEbhOINVcbW7chJfy+QE24OIZWt0B79Roha2MruW+F9QMSqOtdvEogKQEbW0mVY+NgBOpGGm8QSFcg1lxtbCVYHoGaYFEMicA+Au3SQISsja194Pr77JeWBOoXCg8IlCEQa642tiYqpUCdCF63BMYQaK9eI2RtbI0ALlBHQNYFgRQEbGwNX4UmUIfvRQ8ECCQnEGuuNrZ6ropA7RlUcwRyFGiXBiJkbWwdUECBegCeUwmUKhBrrja2OhT3RqB2aMMpBAgULNBevUbI2ti6pc4C9RYgbxMg8FXAxtZXi3WPBOo6Fa8RILCTQKy52tj6KvVpe6B+/aBHBAgQ2CrQLg1EyNa6sfVBoG79FvEmAQJdBWLNtaqNrfPz838FatfvFucRILCzQHv1GiFb8sbWP3sE6s52PkiAAIGNAiVubDVXp69evXorUDeW3RsECIwhEGuu2W9szWazN42VQG0UHAQIJCHQLg1EyGazsdVcnc7n89MGsGugNuc6CBAgMKhArLkmv7F1586dl80vggZCoDYKDgIEkhdoQivWKd9EyCazsRVXp7/H1fTF1WkDKFAbBQcBAlkJJLKx9SYC/ngZrpdAXW7QYwIECIwtEFeJo25sNVemcaW8WJ2nQF0V8ZwAgawF2qWBCNkhNrY+RZj+tHpl2oIJ1FbCPQECRQrElWQfG1ufAufl2dnZtxGmb+Px2lv/gbq2Gy8SIEBgeoH26jVC9svGVozqtzjex9GEZtxd3JrHH+JR817z2W/jnBenp6ef4rWNt/8DAAD//+NFSygAAAAGSURBVAMAsBE4RNDa1cEAAAAASUVORK5CYII=' x='0' y='0' width='340' height='335'/%3E%3C/svg%3E");
  overflow: hidden;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 1;
}

.service-block-two .image-box .image img{
  width: 100%;
  transition: all 500ms linear;
}

.service-block-two:hover .image-box .image img{
  transform: scale(1.1);
}

.service-block-two .image-box .link{
  position: absolute;
  top: 0px;
  right: 0px;
}

.service-block-two .image-box .link a{
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  z-index: 1;
}

.service-block-two .image-box .link a:hover{
  color: var(--theme-color);
}

.service-block-two .image-box .icon-box{
  position: absolute;
  left: 25px;
  bottom: 30px;
  width: 90px;
  height: 90px;
  line-height: 96px;
  text-align: center;
  border-radius: 15px;
  background-color: #fff;
  font-size: 50px;
  color: var(--theme-color);
  z-index: 1;
  transition: all 500ms linear;
}

.service-block-two:hover .image-box .icon-box{
  border-radius: 50%;
  color: #fff;
  background: -webkit-linear-gradient(-90deg, var(--secondary-color), var(--theme-color) 100%);
}

.service-block-two .lower-content{
  position: relative;
  display: block;
  padding: 2px 20px 19px 25px;
}

.service-block-two .lower-content h3{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

.service-block-two .lower-content h3 a{
  display: inline-block;
  color: #fff;
}

.service-block-two .lower-content h3 a:hover{
  color: var(--theme-color);
}

.service-block-two .lower-content p{
  color: #a8a5a5;
}


/** about-style-three **/

.about-style-three{
  position: relative;
}

.about-style-three .outer-container .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.about-style-three .left-content{
  max-width: 470px;
}

.about-style-three .left-content .chart-box{
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 30px 36px 30px;
}

.about-style-three .left-content .chart-box .bar{
  position:relative;
  width:100%;
  height:60px;
  background: #fff;
  border-right: 1px solid #ebf1f3;
}
  
.about-style-three .left-content .chart-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:60px;
  background: #ebf1f3;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.about-style-three .left-content .chart-box .bar-inner::before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-21.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.about-style-three .left-content .single-progress-box{
  position: relative;
  display: block;
  border-bottom: 1px solid #ebf1f3;
  padding-left: 34px;
  padding-right: 60px;
}

.about-style-three .left-content .single-progress-box:first-child{
  border-top: 1px solid #ebf1f3;
}

.about-style-three .left-content .single-progress-box .year{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--text-color);
  writing-mode: vertical-lr;
  height: 100%;
  text-align: center;
  transform: rotate(180deg);
}

.about-style-three .left-content .single-progress-box .count-text{
  position: absolute;
  top: 16px;
  right: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--title-color);
}

.about-style-three .left-content .chart-box .inner-box{
  position: relative;
  display: flex;
  gap: 25px;
}

.about-style-three .left-content .chart-box .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 64px;
  background-color: var(--theme-color);
  border-radius: 15px;
  text-align: center;
  font-size: 40px;
  color: #fff;
}

.about-style-three .left-content .chart-box .inner-box h2{
  display: block;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 3px;
}

.about-style-three .right-content{
  position: relative;
  display: block;
}

.about-style-three .right-content .image-box{
  position: relative;
  display: block;
  border-radius: 15px;
  margin-bottom: -70px;
}

.about-style-three .right-content .image-box img{
  width: 100%;
  border-radius: 15px;
}

.about-style-three .right-content .inner-container{
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.about-style-three .inspiring-content .inner-box{
  position: relative;
  z-index: 1;
}

.about-style-three .right-content .inner-box{
  position: relative;
  display: block;
  padding: 32px 40px 40px 40px;
  max-width: 500px;
}

.about-style-three .right-content .inner-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.about-style-three .right-content .inner-box p{
  color: #a8a5a5;
  margin-bottom: 32px;
}

.about-style-three .right-content .inner-box .icon{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  border-radius: 15px;
  background-color: var(--theme-color);
  font-size: 34px;
  color: #fff;
  margin-bottom: 23px;
}

.about-style-three .right-content .inner-box h3{
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 8px;
}

.about-style-three .right-content .inner-box .count-box{
  position: absolute;
  right: 23px;
  bottom: 135px;
  transform: rotate(-90deg);
}

.about-style-three .right-content .inner-box .count-box h2{
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
}

.about-style-three .right-content .inner-box .count-box h6{
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}

.about-style-three .right-content .inner-box .list-style-two{
  max-width: 220px;
  margin-bottom: 32px;
}

.about-style-three .right-content .vision-content .inner-box .list-style-two{
  max-width: 100%;
}

.about-style-three .right-content .inner-box .list-style-two li i{
  color: var(--theme-color);
}

.about-style-three .right-content .inner-box .light-icon{
  position: absolute;
  right: 40px;
  bottom: 130px;
  font-size: 110px;
  color: rgba(255, 255, 255, 0.25);
}

.about-style-three .right-content .inner-box .title-text{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.about-style-three .right-content .inner-box .title-text h3{
  color: var(--title-color);
  margin-bottom: 0px;
}


/** team-section **/

.team-section{
  position: relative;
}

.team-block-one{
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e1e6e9;
  border-radius: 15px;
  padding-top: 29px;
  margin-bottom: 30px;
}

.team-block-one .link{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.team-block-one .link a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  color: #a2abb0;
}

.team-block-one .link a:hover{
  color: var(--theme-color);
}

.team-block-one .link a:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-23.png);
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
}

.team-block-one .image-box{
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-block-one .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: -webkit-linear-gradient(-90deg, #F0433C, #ffffff 100%);
}

.team-block-one .image-box .image img{
  width: 100%;
  border-radius: 50%;
  transition: all 500ms linear;
}

.team-block-one:hover .image-box .image img{
  transform: scale(1.1);
}

.team-block-one .image-box .social-links{
  position: absolute;
  left: 0px;
  bottom: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  opacity: 0;
  z-index: 1;
  transition: all .5s cubic-bezier(.25,.8,.25,1);
}

.team-block-one:hover .image-box .social-links{
  opacity: 1;
  bottom: 30px;
}

.team-block-one .image-box .social-links li a{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 49px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: var(--title-color);
}

.team-block-one .image-box .social-links li a:hover{
  color: #fff;
  background-color: var(--theme-color);
}

.team-block-one .lower-content{
  position: relative;
  display: block;
  padding: 17px 19px 24px 19px;
  border-top: 1px solid #e1e5e9;
  border-radius: 15px;
}

.team-block-one .lower-content .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
}

.team-block-one .lower-content h5 a{
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
  background-color: #ebf1f3;
  border-radius: 40px;
  padding: 10px 20px;
}

.team-block-one .lower-content h5 a:hover{
  color: #fff;
  background-color: var(--theme-color);
}

.team-section .dots-style-one .four-column-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 20px;
}

.team-section .lower-text{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 30px;
}


/** project-style-three **/

.project-style-three{
  position: relative;
}

.project-style-three .title-box .title-text p{
  color: #a8a5a5;
}

.project-style-three .title-box .title-text .common-link a{
  color: #fff;
}

.project-style-three .title-box .title-text .common-link a:hover{
  color: var(--theme-color);
}

.project-block-three{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.project-block-three .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.project-block-three .left-content{
  position: relative;
  display: block;
  background-color: #fff;
  max-width: 300px;
  width: 100%;
  padding: 40px 40px 20px 40px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 500ms linear;
}

.swiper-slide-active .project-block-three .left-content{
  transform: scaleX(1);
}

.project-block-three .left-content .client-logo{
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.project-block-three .left-content h3{
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 144px;
}

.project-block-three .left-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.project-block-three .left-content h3 a:hover{
  color: var(--theme-color);
}

.project-block-three .left-content .list-item li{
  position: relative;
  display: block;
  padding: 13px 0px;
  border-top: 1px solid #e1e5e9;
}

.project-block-three .left-content .list-item li span{
  position: relative;
  display: block;
  margin-bottom: ;
}

.project-block-three .left-content .list-item li p{
  color: var(--title-color);
}

.project-block-three .right-content{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: all 500ms linear;
}

.swiper-slide-active .project-block-three .right-content{
  opacity: 1;
}

.project-block-three .right-content .link-box a{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  padding: 43px 30px;
  border: 1px solid #e1e5e9;
  text-align: center;
  border-radius: 50%;
  color: var(--title-color);
}

.project-block-three .right-content .link-box a:hover{
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.project-block-three .right-content .link-box a i{
  position: relative;
  display: block;
  font-size: 24px;
  margin-bottom: 3px;
}

.project-block-three .right-content .link-box a span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.project-style-three .swiper-nav{
  position: absolute;
  right: 0px;
  bottom: 30px;
  width: 300px;
  border-radius: 15px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}

.project-style-three .swiper-nav .swiper-prev,
.project-style-three .swiper-nav .swiper-next{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--text-color);
  text-transform: capitalize;
  transition: all 500ms linear;
}

.project-style-three .swiper-nav .swiper-prev:hover,
.project-style-three .swiper-nav .swiper-next:hover{
  color: var(--theme-color);
}

.project-style-three .swiper-nav .swiper-prev i,
.project-style-three .swiper-nav .swiper-next i{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: #ecf1f4;
  font-size: 24px;
  color: var(--title-color);
  transition: all 500ms linear;
}

.project-style-three .swiper-nav .swiper-prev:hover i,
.project-style-three .swiper-nav .swiper-next:hover i{
  background-color: var(--theme-color);
  color: #fff;
}

.project-style-three .swiper-nav .swiper-prev i{
  transform: rotate(180deg);
}

.project-style-three .swiper-nav::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 9px;
  width: 1px;
  height: 30px;
  background-color: #e1e6e9;
}

.project-style-three .pagination-box{
  position: absolute;
  right: 173px;
  top: 38px;
  padding-right: 32px;
  width: 60px;
  z-index: 5;
}

.project-style-three .single-column-pagination{
  position: absolute;
  right: 0px;
  bottom: 0px;
  counter-reset: slides-num;
}

.project-style-three .pagination-box .text{
  position: absolute;
  display: inline-block;
  right: 17px;
  bottom: -30px;
  font-size: 16px;
  color: var(--text-color);
}

.project-style-three .single-column-pagination .swiper-pagination-bullet{
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  counter-increment: slides-num;
  font-size: 30px;
  color: var(--title-color);
  background-color: transparent;
  opacity: 0;
  transition: all 500ms ease;
}

.project-style-three .single-column-pagination .swiper-pagination-bullet-active{
  opacity: 1;
}

.project-style-three .single-column-pagination .swiper-pagination-bullet:after{
  position: absolute;
  content: "0" counter(slides-num);
  top: 0;
  right: 0
}

.project-style-three .swiper-horizontal{
  overflow: visible;
}


/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
}

.testimonial-style-three .tabs-content{
  padding-right: 220px;
}

.testimonial-style-three .swiper-horizontal{
  overflow: visible;
}

.testimonial-style-three .swiper-slide{
  opacity: 0;
}

.testimonial-style-three .swiper-slide.swiper-slide-active{
  opacity: 1;
}

.testimonial-style-three .swiper-slide.swiper-slide-next{
  opacity: 0.5;
  text-indent: -1;
}

.testimonial-style-three .outer-container{
  border-radius: 15px;
  overflow: hidden;
  max-width: 1720px;
  margin: 0 auto;
}

.testimonial-style-three .left-content{
  position: relative;
  display: block;
}

.testimonial-block-two .thumb-box{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  width: 370px;
  left: -400px;
  top: 0px;
  opacity: 0;
}

.testimonial-block-two .thumb-box .thumb-image{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 85px;
  height: 85px;
}

.testimonial-style-three .swiper-slide.swiper-slide-active .testimonial-block-two .thumb-box{
  opacity: 1;
}

.testimonial-block-two .thumb-box .thumb-image img{
  border-radius: 50%;
  border: 2px solid var(--theme-color);
  width: 100%;
}

.testimonial-block-two .thumb-box .thumb-list{
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-block-two .thumb-box .thumb-list li{
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  margin-right: -20px;
}

.testimonial-block-two .thumb-box .thumb-list li:last-child{
  margin-right: 0px;
}

.testimonial-block-two .thumb-box .thumb-list li img{
  width: 100%;
  border-radius: 50%;
  opacity: 0.35;
}

.testimonial-style-three .tab-btns li{
  position: relative;
  display: block;
  padding: 18px 0px;
  border-bottom: 1px solid #d1d9dd;
  cursor: pointer;
  z-index: 9;
}

.testimonial-style-three .tab-btns li h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 6px;
}

.testimonial-style-three .tab-btns li.active-btn h3{
  color: var(--theme-color);
}

.testimonial-style-three .tab-btns li .designation{
  position: relative;
  display: block;
}

.testimonial-block-two .right-content{
  position: relative;
  display: block;
  background-color: #d9e1e5;
  border-radius: 15px;
  padding: 30px;
}

.testimonial-block-two .right-content .clients-logo{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.testimonial-block-two .right-content .rating{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 11px;
}

.testimonial-block-two .right-content .rating li i{
  font-size: 14px;
  color: #e5af14;
}

.testimonial-block-two .right-content .rating li span{
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  padding-right: 5px;
}

.testimonial-block-two .right-content h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 33px;
}

.testimonial-block-two .right-content .text-box{
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 15px;
  padding: 21.5px 30px;
}

.testimonial-block-two .right-content .text-box p{
  font-size: 18px;
  line-height: 30px;
}

.testimonial-block-two.hidden-content{
  position: absolute;
  right: -110px;
  bottom: 120px;
  text-indent: -1;
  opacity: 0.5;
}

.testimonial-block-two.hidden-content .right-content{
  width: 555px;
}

.news-style-three .news-block-two{
  margin-bottom: 30px;
}

.news-style-three .more-text{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 23px;
}

.sec-title.light p{
  color: #a8a5a5;
}


/** faq-section **/

.faq-section{
  position: relative;
}

.faq-section .outer-container{
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}

.faq-section .outer-container .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

.faq-section .left-content{
  position: relative;
  max-width: 370px;
}

.faq-section .left-content .info-box{
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 15px;
}

.faq-section .left-content .info-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  background-color: var(--theme-color);
  padding: 19px 30px;
  border-radius: 15px 15px 0px 0px;
}

.faq-section .left-content .info-box .info-list{
  position: relative;
  display: block;
  padding: 24px 30px 28px 30px;
}

.faq-section .left-content .info-box .info-list li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 13px;
}

.faq-section .left-content .info-box .info-list li:last-child{
  margin-bottom: 0px;
}

.faq-section .left-content .info-box .info-list li .icon-box{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 52px;
  background-color: #ebf1f3;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color);
  min-width: 48px;
}

.faq-section .left-content .info-box .info-list li span{
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.faq-section .left-content .info-box .info-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
}

.faq-section .left-content .info-box .info-list li a:hover{
  color: var(--theme-color);
}

.accordion-box .block .acc-content{
  display:none;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion{
  position: relative;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 15px;
}

.accordion:last-child{
  margin-bottom: 0px;
}

.accordion .acc-btn{
  position: relative;
  background-color: #ebf1f3;
  padding: 21px 30px;
  cursor: pointer;
}

.accordion .acc-btn .icon-box{
  position: absolute;
  top: 20px;
  right: 30px;
}

.accordion .acc-btn .icon-box img{
  filter: grayscale(100%);
}

.accordion .acc-btn.active .icon-box img{
  filter: grayscale(0%);
  transform: rotate(45deg);
}

.accordion .acc-btn h5{
  font-size: 18px;
  line-height: 28px;
}

.accordion .acc-content{
  position: relative;
  padding: 23.5px 30px;
  border-top: 1px solid #e1e5e9;
}


/** footer-style-three **/

.footer-style-three{
  position: relative;
}

.footer-style-three .logo-widget .footer-logo{
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.footer-style-three .logo-widget h5{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
}

.footer-style-three .logo-widget p{
  color: #a8a5a5;
  margin-bottom: 33px;
}

.footer-style-three .widget-title h3{
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}

.footer-style-three .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.footer-style-three .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-style-three .links-widget .links-list li a{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a8a5a5;
}

.footer-style-three .links-widget .links-list li a:hover{
  color: var(--theme-color);
}

.footer-style-three .links-widget::before{
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.10);
  width: 1px;
  height: calc(100% - 14px);
  left: 0px;
  top: 7px;
}

.footer-style-three .links-widget .links-list li a i{
  position: relative;
  display: inline-block;
  font-size: 14px;
  top: 1px;
}

.footer-style-three .newsletter-widget{
  position: relative;
  background-color: var(--theme-color);
  border-radius: 15px;
  padding: 33px 40px 40px 40px;
  overflow: hidden;
}

.footer-style-three .newsletter-widget .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-style-three .newsletter-widget h3{
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 6px;
}

.footer-style-three .newsletter-widget p{
  color: #fdcecc;
  margin-bottom: 32px;
}

.footer-style-three .newsletter-widget form .form-group{
  position: relative;
  margin-bottom: 20px;
}

.footer-style-three .newsletter-widget form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 17px;
  color: #616664;
}

.footer-style-three .newsletter-widget form .check-box-one label:before{
  border-color: #fdcecc;
}

.footer-style-three .newsletter-widget form .check-box-one label::after{
  background-color: #fdcecc;
}

.footer-style-three .newsletter-widget form .theme-btn{
  width: 100%;
  justify-content: center;
}

.footer-style-three .big-text-list{
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: nowrap;
  width: fit-content;
}

.footer-style-three .big-text-list li{
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  gap: 25px;
  font-size: 85px;
  line-height: 90px;
  color: #272727;
  font-weight: 600;
  padding-right: 25px;
}

.footer-style-three .big-text-list li:hover{
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2b2b2b;
}

.footer-style-three .big-text-list li i{
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: #323232;
  top: 14px;
}

.footer-style-three .footer-lower{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 50px 0px 40px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-style-three .footer-lower .social-links{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-style-three .footer-lower .social-links li a{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: #272727;
  color: #a8a5a5;
}

.footer-style-three .footer-lower .social-links li a:hover{
  color: #fff;
  background-color: var(--theme-color);
}


.footer-style-three .footer-lower .download-list{
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}

.footer-style-three .footer-lower .download-list li a{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 52px;
  background-color: #272727;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #a8a5a5;
}

.footer-style-three .footer-lower .download-list li a:hover{
  color: #fff;
  background-color: var(--theme-color);
}

.footer-style-three .footer-lower .download-list li h5{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding-right: 13px;
}

.footer-style-three .footer-bottom{
  position: relative;
  padding: 40px 0px;
}

.footer-style-three .footer-bottom .footer-nav{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.footer-style-three .footer-bottom .footer-nav li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #a8a5a5;
}

.footer-style-three .footer-bottom .footer-nav li a:hover{
  color: var(--theme-color);
}


/** header-style-four **/

.header-style-four{
  position: relative;
}

.header-top-two{
  position: relative;
  width: 100%;
  padding: 20px 0px;
}

.header-top-two .outer-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 100px;
}

.header-top-two .right-column{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-top-two .right-column .info-list{
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}

.te-cus-info{
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.te-cus-info i{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background-color: #ebf1f3;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--title-color);
}

.te-cus-info p,
.te-cus-info a{
  color: var(--title-color);
}

.te-cus-info span{
  color: var(--text-color);
}

.te-cus-info a:hover{
  color: var(--theme-color);
}

.header-top-two .language-box .icon{
  color: var(--title-color);
}

.header-top-two .language-box .select-box span{
  color: var(--text-color);
}

.header-top-two .language-box .nice-select{
  color: var(--title-color) !important;
  font-weight: 500;
}

.header-top-two .language-box{
  position: relative;
  border-left: 1px solid #e1e5e9;
  padding: 7px 0px 7px 20px;
}

.header-style-four .header-lower .outer-box{
  border: 1px solid #e1e5e9;
  border-radius: 15px 15px 0px 0px;
  padding: 0px 0px 0px 40px;
}

.header-style-four .header-lower .main-menu .navigation > li > a{
  padding-top: 19px;
  padding-bottom: 19px;
}

.header-style-four .header-lower .main-menu .navigation > li.dropdown > a:before{
  top: 19px;
}

.header-style-four .menu-right-content{
  gap: 40px;
}

.main-header .menu-right-content .search-toggler{
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 22px;
  color: var(--title-color);
  transition: all 500ms linear;
}

.main-header .menu-right-content .search-toggler:hover{
  color: var(--theme-color);
}

.main-header .menu-right-content .social-links{
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}

.main-header .menu-right-content .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #a2abb0;
}

.main-header .menu-right-content .social-links li a:hover{
  color: var(--theme-color);
}

.main-header .menu-right-content .social-links::before{
  position: absolute;
  content: '';
  background-color: #e1e5e9;
  width: 1px;
  height: 30px;
  left: -20px;
  top: -2px;
}

.header-style-four .header-lower .menu-right-content .theme-btn{
  border-radius: 0px 15px 0px 0px;
  padding-top: 21px;
  padding-bottom: 21px;
}


/** banner-style-four **/

.banner-style-four{
  position: relative;
}

.banner-style-four .outer-container{
  position: relative;
  padding: 39px;
  border: 1px solid #e1e5e9;
  border-top: none;
  border-radius: 0px 0px 15px 15px;
}

.banner-style-four .slide-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  padding: 490px 100px 60px 50px;
}

.banner-style-four .slide-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.5);
  transition: all 10s linear;
}

.banner-style-four .swiper-slide-active .slide-box .bg-layer{
  transform: scale(1);
}

.banner-style-four .slide-box .bg-layer::before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-90deg, rgba(27,27,27,0.0) 10%, #1b1b1b 90%);
}

.banner-style-four .slider-content{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  z-index: 5;
}

.banner-style-four .slider-content h2{
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1000ms linear;
}

.banner-style-four .slider-content h2 span{
  color: var(--theme-color);
}

.banner-style-four .swiper-slide-active .slider-content h2{
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 1200ms;
}

.banner-style-four .slider-content .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1000ms linear;
}

.banner-style-four .swiper-slide-active .slider-content .inner-box{
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 1500ms;
}

.banner-style-four .slider-content .inner-box .link-box a{
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  padding: 28px 20px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.banner-style-four .slider-content .inner-box .link-box a:hover{
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.banner-style-four .slider-content .inner-box .link-box a i{
  position: relative;
  display: block;
  font-size: 24px;
  margin-bottom: 3px;
  color: var(--theme-color);
}

.banner-style-four .slider-content .inner-box .link-box a span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.banner-style-four .slider-content .inner-box p{
  color: #fff;
  margin-bottom: 20px;
}

.banner-style-four .slider-content .inner-box .clients-list{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-style-four .slider-content .inner-box .clients-list li{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: -10px;
  background-color: #fff;
}

.banner-style-four .slider-content .inner-box .clients-list li:last-child{
  margin-right: 0px;
}

.banner-style-four .slider-content .inner-box .clients-list li img{
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
}

.banner-style-four .slider-content .inner-box .author-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-style-four .slider-content .inner-box .author-box p{
  color: #a8a5a5;
  margin-bottom: 0px;
}

.banner-style-four .slider-content .inner-box .author-box p span{
  color: #fff;
  font-weight: 500;
}

.banner-style-four .swiper-nav{
  position: absolute;
  top: 50%;
  right: 40px;
  height: 160px;
  margin-top: -80px;
  z-index: 9;
}

.banner-style-four .swiper-nav .swiper-prev,
.banner-style-four .swiper-nav .swiper-next{
  position: relative;
  display: block;
  width: 48px;
  height: 70px;
  line-height: 74px;
  background-color: rgba(255, 255, 255, 0.20);
  border-radius: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  transition: all 500ms linear;
}

.banner-style-four .swiper-nav .swiper-prev:hover,
.banner-style-four .swiper-nav .swiper-next:hover{
  background-color: var(--theme-color);
}

.banner-style-four .swiper-nav .swiper-prev{
  margin-bottom: 20px;
}

.banner-style-four .swiper-nav .swiper-prev i{
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
  top: -2px;
}

.service-style-two.home-4 .fact-counter{
  border-radius: 15px;
}


.slide-text .text-list{
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  white-space: norwap;
  gap: 10px;
}

.slide-text .text-list li{
  position: relative;
  float: left;
  font-size: 85px;
  line-height: 95px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme-color);
  transition: all 500ms linear;
}

.slide-text .text-list li:hover{
  color: var(--theme-color);
}


/** clients-section **/

.clients-section{
  position: relative;
}

.clients-section .row{
  --bs-gutter-x: 0px;
}

.clients-block-one{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-block-one .image{
  position: relative;
  overflow: hidden;
}

.clients-block-one img{
  transition: all 500ms linear;
}

.clients-block-one:hover img{
  transform: scale(1.1);
}

.clients-section .clients-block{
  position: relative;
}

.clients-section .clients-block::before,
.clients-section .clients-block::after{
  position: absolute;
  content: '';
  background-color: #e1e5e9;
  width: 30px;
  height: 1px;
  left: -20px;
}

.clients-section .clients-block::before{
  top: 0px;
}

.clients-section .clients-block::after{
  bottom: 1px;
}

.clients-section .clients-block:first-child::before,
.clients-section .clients-block:first-child::after{
  display: none;
}

.clients-section .more-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-top: 52px;
}


/** footer-style-four **/

.footer-style-four{
  position: relative;
}

.footer-style-four .footer-top{
  position: relative;
  padding: 47px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-style-four .footer-top .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-style-four .footer-top h3{
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  padding-right: 50px;
}

.footer-style-four .footer-top h3 span{
  opacity: 0.5;
}

.footer-style-four .footer-top h3 a{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 40px;
  color: #fff;
}

.footer-style-four .footer-top h3 a:hover{
  color: var(--theme-color);
}

.footer-style-four .widget-section{
  position: relative;
  padding: 85px 0px 95px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-style-four .address-widget h5{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 12px;
}

.footer-style-four .address-widget p{
  font-size: 18px;
  line-height: 30px;
  color: #a8a5a5;
  margin-bottom: 32px;
  max-width: 250px;
}

.footer-style-four .contact-widget .info-list li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.footer-style-four .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.footer-style-four .contact-widget .info-list li .icon-box{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #2a2a2a;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}

.footer-style-four .contact-widget .info-list li span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #a8a5a5;
  margin-bottom: 4px;
}

.footer-style-four .contact-widget .info-list li p,
.footer-style-four .contact-widget .info-list li p a{
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.footer-style-four .contact-widget .info-list li p a:hover{
  color: var(--theme-color);
}

.footer-style-four .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.footer-style-four .links-widget .links-list li::before{
  position: absolute;
  content: '';
  background-color: #313131;
  width: calc(100% - 5px);
  height: 1px;
  left: 5px;
  bottom: 6px;
}

.footer-style-four .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-style-four .links-widget .links-list li a{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.footer-style-four .links-widget .links-list li a:hover{
  color: var(--theme-color);
}

.footer-style-four .links-widget .links-list li a i{
  position: relative;
  display: inline-block;
  font-size: 16px;
  top: 1px;
  color: #575757;
}

.footer-style-four .footer-bottom{
  position: relative;
  padding: 36px 0px;
}

.footer-style-four .footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-style-four .footer-bottom .bottom-inner .social-links{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-style-four .footer-bottom .bottom-inner .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #a8a5a5;
}

.footer-style-four .footer-bottom .bottom-inner .social-links li a:hover{
  color: var(--theme-color);
}

.footer-style-four .footer-bottom .bottom-inner .social-links li h6{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
}

.footer-style-four .footer-bottom .bottom-inner .right-column{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-style-four .footer-bottom .bottom-inner .right-column p{
  color: #a8a5a5;
}

.footer-style-four .footer-bottom .bottom-inner .right-column p a{
  display: inline-block;
  color: #fff;
}

.footer-style-four .footer-bottom .bottom-inner .right-column p a:hover{
  color: var(--theme-color);
}


/** page-title **/

.page-title{
  position: relative;
  padding: 160px 0px 170px 0px;
  background-color: #1c1c1c;
}

.page-title .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .bg-layer::before{
  position: absolute;
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.page-title h1{
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
}

.page-title .bread-crumb{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.page-title .bread-crumb li,
.page-title .bread-crumb li a{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.page-title .bread-crumb li a:hover{
  color: var(--theme-color);
}

.page-title .bread-crumb li span{
  border-bottom: 1px solid #fff;
}

.page-title .bread-crumb li i{
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  top: 2px;
}


.history-page-section .process-block-one .inner-box h2{
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
}

.history-page-section .process-block-one .inner-box .bg-layer::before{
  opacity: 0.5;
  background-color: #910C06;
}

.history-page-section .process-block-one .inner-box{
  padding-top: 122px;
}

.service-style-two.team-page{
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}


/** pricing-style-two **/

.pricing-section.style-two .tab-btns{
  box-shadow: 0px 0px 11.83px 0px #0000001A;
}

.pricing-block-two{
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 11.83px 0px #0000001A;
  margin-bottom: 30px;
}

.pricing-block-two .inner-box{
  position: relative;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.pricing-block-two .inner-box::before{
  position: absolute;
  content: '';
  background-color: #ECF1F4;
  width: calc(100% - 250px);
  height: 100%;
  left: 0px;
  top: 0px;
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.pricing-block-two .title-box h3{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 4px;
}

.pricing-block-two .title-box p{
  margin-bottom: 10px;
}

.pricing-block-two .title-box h2{
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: var(--theme-color);
}

.pricing-block-two .title-box h2 span{
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  opacity: 0.5;
}

.pricing-block-two .feature-list{
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}

.pricing-block-two .feature-list li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-block-two .feature-list li i{
  position: relative;
  display: inline-block;
  font-size: 14px;
  opacity: 0.5;
  top: 1px;
}

.pricing-block-two.active-block .inner-box::before{
  background-color: var(--secondary-color);
}

.pricing-block-two.active-block .title-box h3{
  color: #fff;
}

.pricing-block-two.active-block .title-box p{
  color: #A8A5A5;
}

.pricing-block-two.active-block .title-box h2 span{
  color: #fff;
}

.pricing-block-two.active-block .feature-list li{
  color: #A8A5A5;
}


.project-fullwidth{
  position: relative;
}

.project-fullwidth .row{
  --bs-gutter-x: 0px;
}

.project-fullwidth .project-block-one{
  margin-bottom: 0px;
}

.project-fullwidth .project-block-one .image-box,
.project-fullwidth .project-block-one .image-box img{
  border-radius: 0px;
}

.project-fullwidth .project-block-one .content-box{
  width: calc(100% - 40px);
  left: 20px;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms linear;
}

.project-fullwidth .project-block-one:hover .content-box{
  opacity: 1;
  bottom: 20px;
}


/** sidebar-page-container **/

.sidebar-page-container{
  position: relative;
}

.blog-sidebar{
  position: relative;
  display: block;
}

.blog-sidebar .widget-title,
.widget h2,
.widget .wp-block-search__label{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.blog-sidebar .widget-title h3,
.widget h2,
.widget .wp-block-search__label{
  font-size: 22px;
  line-height: 32px;
  font-family: var(--title-font);
  font-weight: 500;
  color: var(--title-color);
}

.search-widget .search-form .form-group,
.wp-block-search__inside-wrapper{
  position: relative;
  margin-bottom: 0px;
}

.search-widget .search-form .form-group input[type='search'],
.wp-block-search__inside-wrapper input{
  position: relative;
  display: block;
  width: 100%;
  height: 66px;
  border: 1px solid #E1E6E9;
  border-radius: 15px;
  font-size: 16px;
  color: var(--text-color);
  padding: 10px 50px 10px 20px;
  transition: all 500ms linear;
}

.footer-widget .search-widget .search-form .form-group input[type="search"] {
  background-color: #fff;
}

.wp-block-search__inside-wrapper input {
  padding-right: 100px;
}

.search-widget .search-form .form-group button[type='submit'],
.wp-block-search__inside-wrapper button{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  color: #94989A;
  cursor: pointer;
  top: 23px;
  right: 20px;
  transition: all 500ms linear;
}

.wp-block-search__inside-wrapper button{
  top: 0px;
  right: 0px;
  height: 66px;
  min-width: 66px;
  padding: 0px 20px 0 0;
  font-size: 14px;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.search-widget .search-form .form-group input:focus,
.wp-block-search__inside-wrapper input:focus{
  border-color: var(--theme-color);
}

.search-widget .search-form .form-group input:focus + button,
.search-widget .search-form .form-group button:hover,
.wp-block-search__inside-wrapper button:hover{
  color: var(--theme-color);
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.blog-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #4F5B64;
}

.blog-sidebar .category-widget .category-list li a:hover{
  color: var(--theme-color);
}

.blog-sidebar .post-widget .post{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.blog-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .post-thumb{
  position: relative;
  display: block;
  border-radius: 15px;
  width: 100px;
  height: 100px;
  min-width: 100px;
  overflow: hidden;
}

.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 15px;
  transition: all 500ms linear;
}

.blog-sidebar .post-widget .post:hover .post-thumb img{
  transform: scale(1.1);
}

.blog-sidebar .post-widget .post h5{
  font-size: 18px;
  line-height: 28px;
}

.blog-sidebar .post-widget .post h5 a{
  display: inline-block;
  color: var(--title-color);
}

.blog-sidebar .post-widget .post h5 a:hover{
  color: var(--theme-color);
}

.blog-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-flex;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.blog-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--text-color);
  padding: 10px 14px;
  border-radius: 15px;
  border: 1px solid #E1E6E9;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.blog-list-content .news-block-one .lower-content h3{
  margin-bottom: 11px;
}

.blog-list-content .news-block-one{
  border: 1px solid #E1E6E9;
  border-radius: 15px;
  padding: 25px;
}

.blog-list-content .news-block-one .lower-content{
  padding: 40px 15px 15px 15px;
}


.blog-details-content{
  position: relative;
  display: block;
}

.blog-details-content .image-box{
  position: relative;
  display: block;
  border-radius: 15px;
}

.blog-details-content .image-box img{
  width: 100%;
  border-radius: 15px;
}

blockquote{
  position: relative;
  display: block;
  border: 1px solid #E1E6E9;
  border-left: 7px solid var(--theme-color);
  border-radius: 15px;
  padding: 32px 40px;
  margin-bottom: 25px;
}

.blog-details-content blockquote h5{
  font-size: 18px;
  line-height: 28px;
  color: var(--theme-color);
}

.blog-details-content .post-tags{
  position: relative;
  display: block;
  padding-top: 30px;
  border-top: 1px solid #E1E6E9;
}

.blog-details-content .post-tags .tags-list li{
  position: relative;
  display: inline-block;
}

.blog-details-content .post-tags .tags-list li span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--text-color);
}

.blog-details-content .post-tags .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--title-color);
}

.blog-details-content .post-tags .tags-list li a:hover{
  color: var(--theme-color);
}

.group-title h2{
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  margin-bottom: 20px;
}

.blog-details-content .comment-form-area .form-inner .row{
  --bs-gutter-x: 20px;
}

.blog-details-content .comment-form-area .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.blog-details-content .comment-form-area .form-inner .form-group input[type='text'],
.blog-details-content .comment-form-area .form-inner .form-group input[type='email'],
.blog-details-content .comment-form-area .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #E1E6E9;
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 16px;
  color: var(--text-color);
  transition: all 500ms linear;
}

.blog-details-content .comment-form-area .form-inner .form-group textarea{
  height: 144px;
  resize: none;
  padding-top: 15px;
}

.blog-details-content .comment-form-area .form-inner .form-group input:focus,
.blog-details-content .comment-form-area .form-inner .form-group textarea:focus{
  border-color: var(--theme-color);
}

.blog-details-content .comment-form-area .form-inner .check-box-one label{
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
}

.blog-details-content .comment-box .comment{
  position: relative;
  display: flex;
  gap: 30px;
  padding: 25px 0px 30px 0px;
  border-top: 1px solid #E1E6E9;
}

.blog-details-content .comment-box .comment-inner > .finspire-comment-item:last-child .comment{
  border-bottom: none;
  padding-bottom: 0;
}

.blog-details-content .comment-box .comment .comment-image{
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 15px;
  flex-shrink: 0;
}

.blog-details-content .comment-box .comment .comment-image img{
  width: 100%;
  border-radius: 15px;
}

.blog-details-content .comment-box .comment .comment-content {
  width: calc(100% - 95px);
}

.blog-details-content .comment-box .comment .title-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.blog-details-content .comment-box .comment p{
  margin-bottom: 15px;
}

.blog-details-content .comment-box .comment button{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--title-color);
  transition: all 500ms linear;
}

.blog-details-content .comment-box .comment button:hover{
  color: var(--theme-color);
}


.related-post{
  position: relative;
  border-top: 1px solid #E1E6E9;
}

.project-details-content{
  position: relative;
  display: block;
}

.project-details-content .image-box{
  position: relative;
  display: block;
  border-radius: 15px;
}

.project-details-content .image-box img{
  width: 100%;
  border-radius: 15px;
}

.project-details-content .content-one .text-box span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color);
}

.project-details-content h2{
  font-size: 48px;
  line-height: 58px;
}

.project-details-content h3{
  font-size: 36px;
  line-height: 46px;
}

.project-details-content .list-item .list li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 15px;
}

.project-details-content .list-item .list li:last-child{
  margin-bottom: 0px;
}

.project-details-content .nav-btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 15px;
}

.project-details-content .nav-btn .prev-btn a,
.project-details-content .nav-btn .next-btn a{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ccc;
}

.project-details-content .nav-btn .prev-btn a:hover,
.project-details-content .nav-btn .next-btn a:hover{
  color: var(--title-color);
}

.project-details-content .nav-btn .prev-btn a:hover i,
.project-details-content .nav-btn .next-btn a:hover i{
  color: var(--theme-color);
}

.project-details-content .nav-btn .prev-btn a i,
.project-details-content .nav-btn .next-btn a i{
  position: relative;
  display: inline-block;
  font-size: 22px;
  top: 2px;
  transition: all 500ms linear;
}

.project-details-content .nav-btn .prev-btn a i{
  transform: rotate(180deg);
  top: 0px;
}

.project-details-content .nav-btn .icon-box{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #ccc;
}


/** service-details **/

.service-details{
  position: relative;
}

.service-details .image-box{
  position: relative;
  display: block;
  border-radius: 15px;
}

.service-details .image-box img{
  width: 100%;
  border-radius: 15px;
}

.service-details .accordion .acc-content{
  border: 1px solid rgba(225, 230, 233, 1);
  border-radius: 0px 0px 15px 15px;
}

.service-details .accordion .acc-btn{
  background-color: transparent;
  border: 1px solid rgba(225, 230, 233, 1);
  border-radius: 15px;
}

.service-details .accordion .acc-btn.active{
  background-color: #ebf1f3;
  border-radius: 15px 15px 0px 0px;
  border-color: #ebf1f3;
}

.service-details .content-two .upper-box{
  border-bottom: 1px solid rgba(225, 230, 233, 1)
}

.service-details .feature-box .row{
  --bs-gutter-x: 15px;
}

.service-details .single-feature{
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 13px 25px;
  border-radius: 30px;
  border: 1px solid rgba(225, 230, 233, 1)
}

.service-details .single-feature i{
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--theme-color);
}

.service-details .single-feature h6{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.service-details .content-three .content-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--theme-color);
  border-radius: 15px;
  padding: 40px;
}

.service-details .content-three .content-box .sec-title .sub-title{
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.40);
}

.service-details .content-three .content-box p{
  color: #fff;
}

.service-details .content-three .content-box .icon-box{
  position: absolute;
  top: 40px;
  right: 40px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 80px;
  background-color: var(--secondary-color);
  font-size: 40px;
  color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
}

.service-details .content-three .content-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** shop-page-section **/

.shop-page-section{
  position: relative;
}

.range-slider .ui-widget.ui-widget-content{
  height:4px;
  border:none;
  margin-bottom:25px;
  background: rgba(225, 230, 233, 1); 
  border-radius: 20px;
}

.range-slider .ui-slider .ui-slider-range{
  top:0px;
  height:4px;
  background-color: var(--theme-color);
}

.range-slider .ui-widget-content .ui-state-default{
  top:-9px;
  width:20px;
  height:20px;
  border: none;
  border-radius:50%;
  cursor:pointer; 
  margin-left: 0px;
  background-color: var(--theme-color);
}

.price-filter-widget .filter-content{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-filter-widget .filter-content .price-box{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
}

.price-filter-widget .filter-content .price-box input{
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
}

.shop-block-one{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.shop-block-one .image-box{
  position: relative;
  display: block;
  border: 1px solid rgba(225, 230, 233, 1);
  border-radius: 15px;
  background-color: transparent;
  overflow: hidden;
  transition: all 500ms linear;
}

.shop-block-one .image-box img{
  width: 100%;
  border-radius: 15px;
  transition: all 500ms linear;
}

.shop-block-one:hover .image-box{
  border-color: rgba(236, 241, 244, 1);
  background: rgba(236, 241, 244, 1);
}

.shop-block-one:hover .image-box img{
  transform: scale(1.1);
}

.shop-block-one .image-box .product-tags{
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 30px;
  border-radius: 30px;
  background-color: var(--theme-color);
  padding: 4px 14px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  z-index: 1;
}

.shop-block-one .image-box .product-tags.sale{
  background-color: rgba(0, 219, 15, 1);
}

.shop-block-one .lower-content{
  position: relative;
  padding-top: 30px;
}

.shop-block-one .lower-content h3{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

.shop-block-one .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.shop-block-one .lower-content h3 a:hover{
  color: var(--theme-color);
}

.shop-block-one .lower-content button{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--title-color);
  transition: all 500ms linear;
}

.shop-block-one .lower-content button i{
  position: relative;
  display: inline-block;
  font-size: 20px;
  top: 3px;
  color: var(--theme-color);
}

.shop-block-one .lower-content button:hover{
  color: var(--theme-color);
}

.product-price{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--theme-color);
}

.product-price del{
  color: var(--text-color);
  padding-right: 5px;
}

.blog-sidebar .post-widget .post .rating{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 17px;
  color: rgba(255, 204, 0, 1);
}

.shop-page-section .blog-sidebar .post-widget .post{
  justify-content: space-between;
}

.shop-page-section .short-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-page-section .short-box p{
  color: var(--title-color);
}

.shop-page-section .short-box .select-box{
  min-height: 50px;
}

.shop-page-section .short-box .select-box .nice-select{
  position: relative;
  width: 220px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(225, 230, 233, 1);
  border-radius: 10px;
  padding: 0px 20px;
  font-size: 14px;
  color: var(--title-color);
}

.shop-page-section .short-box .select-box .nice-select::before{
  color: var(--title-color);
}


.testimonial-style-two.contact-page .left-content p,
.testimonial-style-two.contact-page .left-content p a,
.testimonial-style-two.contact-page .left-content .info-list li p,
.testimonial-style-two.contact-page .left-content .info-list li p a{
  color: var(--text-color);
}

.testimonial-style-two.contact-page .left-content .info-list li .icon-box{
  border: 1px solid rgba(225, 230, 233, 1);
}

.testimonial-style-two.contact-page .left-content .info-list li p{
  font-weight: 500;
}

.testimonial-style-two.contact-page .testimonial-block-one,
.testimonial-style-two.contact-page .contact-form-box{
  background-color: transparent;
  border: 1px solid rgba(225, 230, 233, 1);
}

.testimonial-style-two.contact-page .testimonial-block-one .author-box .inner .rating, 
.testimonial-style-two.contact-page .testimonial-block-one .author-box .inner h5{
  color: var(--title-color);
}

.testimonial-style-two.contact-page .contact-form-box h3{
  color: var(--title-color);
}

.testimonial-style-two.contact-page .contact-form .form-group input[type='text'], 
.testimonial-style-two.contact-page .contact-form .form-group input[type='email'], 
.testimonial-style-two.contact-page .contact-form .form-group textarea, 
.testimonial-style-two.contact-page .contact-form .form-group .nice-select{
  background-color: transparent;
  border: 1px solid rgba(225, 230, 233, 1);
  color: var(--text-color);
}

.testimonial-style-two.contact-page .contact-form .form-group input:focus,
.testimonial-style-two.contact-page .contact-form .form-group textarea:focus{
  border-color: var(--theme-color);
}


/** google-map-section **/

.google-map-section{
  position: relative;
}

.google-map-section .map-inner{
  position: relative;
  height: 580px;
}

.google-map-section .map-inner iframe{
  width: 100%;
  height: 100%;
}


/** team-details **/

.team-details{
  position: relative;
}

.team-details-content{
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
}

.team-details-content .image-box{
  position: relative;
  display: block;
  min-width: 392px;
}

.team-details-content .content-box{
  position: relative;
  display: block;
  background: rgba(236, 241, 244, 1);
  padding: 32px 45px 40px 40px;
}

.team-details-content .content-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.team-details-content .content-box .designation{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid var(--theme-color);
}

.team-details-content .content-box p{
  color: rgba(168, 165, 165, 1);
}

.team-details-content .content-box .lower-box{
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  justify-content: space-between;
}

.team-details .bar{
  position: relative;
  width: 100%;
  height: 10px;
  background-color: rgba(236, 241, 244, 1);
  border-radius: 30px;
}

.team-details .bar .count-bar{
  position: relative;
  display: block;
  width: 0px;
  height: 10px;
  background-color: var(--theme-color);
  border-radius: 30px;
  webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.team-details .bar .count-bar .count-text{
  position: absolute;
  bottom: 18px;
  right: -10px;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
}

.team-details .skills-box h2,
.team-details .award-box h2{
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  margin-bottom: 22px;
}

.team-details .skills-box p{
  color: var(--title-color);
}

.team-details .single-progress-box{
  margin-bottom: 20px;
}

.team-details .contact-box{
  position: relative;
  padding: 80px 0px 80px 80px;
}

.team-details .contact-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100% - 400px);
  height: 100%;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.team-details .contact-box .form-group{
  margin-bottom: 20px;
}

.team-details .contact-box .form-group input[type='text'],
.team-details .contact-box .form-group input[type='email'],
.team-details .contact-box .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #E1E6E9;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  color: var(--text-color);
  transition: all 500ms linear;
}

.team-details .contact-box .form-group textarea{
  height: 144px;
  resize: none;
  padding-top: 15px;
}

.team-details .contact-box .form-group input:focus,
.team-details .contact-box .form-group textarea:focus{
  border-color: var(--theme-color);
}

.team-details .contact-box .form-group .check-box-one label{
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
}

.team-details .contact-box .inner-box{
  position: relative;
  display: block;
  background-color: #fff;
  max-width: 600px;
  width: 100%;
  float: right;
  border-radius: 15px;
  padding: 60px 50px 70px 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.team-details .contact-box form .row{
  --bs-gutter-x: 20px;
}