 
/* Css For BitFix */

/************ 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. Testimonial 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
====================================================================

 ***/
 
:root {
	--primary-red:#DF1F26;
	--primary:#0E173B;
	--secondary:#000000;
	    --shadow-color: 286deg 36% 56%;
	
}

 
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/
 
 
 @font-face {
	font-family: 'Poppins Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins Regular'), url('../fonts/poppins/Poppins-Regular.woff') format('woff');
}


@font-face {
	font-family: 'Poppins Thin';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins Thin'), url('../fonts/poppins/Poppins-Thin.woff') format('woff');
}


@font-face {
	font-family: 'Poppins ExtraLight';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins ExtraLight'), url('../fonts/poppins/Poppins-ExtraLight.woff') format('woff');
}


@font-face {
	font-family: 'Poppins Light';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins Light'), url('../fonts/poppins/Poppins-Light.woff') format('woff');
}


@font-face {
	font-family: 'Poppins Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins Medium'), url('../fonts/poppins/Poppins-Medium.woff') format('woff');
}


@font-face {
	font-family: 'Poppins SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins SemiBold'), url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
}


@font-face {
	font-family: 'Poppins Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins Bold'), url('../fonts/poppins/Poppins-Bold.woff') format('woff');
}


@font-face {
	font-family: 'Poppins ExtraBold';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins ExtraBold'), url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff');
}


@font-face {
	font-family: 'Poppins Black';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins Black'), url('../fonts/poppins/Poppins-Black.woff') format('woff');
}
 


body {
  color: #677289;
  background:#ffffff;
  font-family: 'Poppins Regular';
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}
span.required {
    color: var(--primary-red);
}
.large-container{
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}
.ma5MobileMenu {
    display: flex;
    align-items: center;
}
.ma5MobileMenu h3 {
    font-size: 22px;
    margin-left: 0.85rem;
    font-family: 'Poppins Medium';
    color: var(--primary);
}
.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.auto-container26{
  position: static;
    max-width: 1100px;
    padding: 36px 40px;
    border-radius: 100px;
    margin: 0 auto;
    background: linear-gradient(270deg, #BED73E -22.92%, #FF9360 56.63%);
}


.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
}


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:inherit;
}

a:hover{
  text-decoration:none;
  outline:none;
  color:var(--primary-red);
}

input,button,select,textarea{
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 16px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

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-family: 'Poppins Regular';
  letter-spacing: 0.6px;
  margin-bottom: 1rem;
  transition: all 500ms ease;
}
p:last-child {margin-bottom:0;}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Poppins Regular';
  color: #1E1E1E;
  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;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.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: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.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{
  color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* 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: 40px; 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-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #000;
    text-align: center;
    padding: 12px 32px;
    border-radius: 40px;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn i{
  position: relative;
  font-size: 18px;
  margin-right: 10px;
  top: -1px;
  font-weight: 400;
}

.theme-btn.white-bg {
    background-color: #fff;
}
.theme-btn.white-bg:hover {
    background-color: var(--primary);
	color:#fff;
}
.theme-btn.dark-bg {
    background-color: var(--primary);
    color: #fff;
}
.theme-btn.dark-bg:hover {
    background-color: var(--primary-red);
    color: #fff;
}

.theme-btn.btn-one:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn.btn-one:hover:before{
  width: 100%;
}

.theme-btn.btn-two{
  padding: 29px 45px;
}

.theme-btn.btn-two:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn.btn-two:hover:before{
  width: 100%;
}

.theme-btn.btn-three:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #1E1E1E;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn.btn-three:hover:before{
  width: 100%;
}

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.pagination li:last-child{
  margin: 0px !important;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #f5f5f5;
  text-align: center;
  color: #141417;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
}

.sec-pad{
  padding: 115px 0px 120px 0px;
}

.mr-0{
  margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top{
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible!important;
  opacity: 1!important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
  -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
  transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: .3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}

.scroll-to-top .scroll-bar-text{
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover{
  transform: scale(1.1);
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 64px;
}

.sec-title h5{
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  line-height: 34px;
  margin-bottom: 11px;
}

.sec-title h5 i{
  position: relative;
  margin-right: 15px;
  font-weight: 400;
  top: 1px;
}

.sec-title h2{
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
}

.sec-title p{
  font-size: 20px;
  line-height: 34px;
  margin-top: 8px;
}





/*** 

====================================================================
                        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 ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.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;
}


/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  padding: 0px 109px;
  overflow: hidden;
}

.header-top:before{
  position: absolute;
  content: '';
  width: calc(50% - 60px);
  height: 100%;
  left: 0px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%, 0% 0%);
}

.header-top:after{
     position: absolute;
    content: '';
    background: #fff;
    width: 3px;
    height: 100px;
    top: -11px;
    left: calc(50% - 92px);
    transform: rotate(36deg);
}

.header-top .top-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px;
}

.header-top .top-inner p{
  position: relative;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}

.header-top .right-column{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .right-column .info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 80px;
  padding-left: 30px;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}

.header-top .right-column .info li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 2px;
  height: 100%;
  top: 0px;
  right: -40px;
}

.header-top .right-column .info li:last-child:before{
  display: none;
}

.header-top .right-column .info li i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
  color: #fff;
}

.header-top .right-column .info li a{
  color: #fff;
}

.header-top .right-column .info li a:hover{
  text-decoration: underline;
}

.header-top .right-column .social-links li{
  position: relative;
  display: inline-block;
  float: left;
}

.header-top .right-column .social-links li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.header-top .right-column .social-links li a:before{
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.header-top .right-column .social-links li a:hover:before{
  transform: scale(1,1);
}


/** header-lower **/

.header-lower {
    position: relative;
    /*max-width: 1320px;*/
	max-width:100%;
    margin: 0 auto;
}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.4rem 1rem;
    /*background-color: #fff;
    border-radius: 100px;*/
}

.main-header .logo-box {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    position: absolute;
    left: 50%;
    top: auto;
}

.main-header .logo-box .logo{
  max-width: 185px;
  height:auto;
}

.main-header .nav-right{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .nav-right .support-box{
  position: relative;
  margin-right: 40px;
}

.main-header .nav-right .support-box h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-left: 30px;
}

.main-header .nav-right .support-box h6 i{
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 20px;
}

.main-header .nav-right .support-box h6 a{
  display: inline-block;
  color: #141417;
}

.main-header .nav-right .search-box-outer{
  position: relative;
  margin-right: 40px;
  font-size: 24px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}
header.main-header.fixed-header .outer-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 2;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
}
.main-header .outer-box .header-btn .theme-btn {
    padding: 15px 25px;
    font-size: 14px;
}
header.main-header.fixed-header .outer-box .header-btn .theme-btn {
    background-color: var(--primary);
    color: #fff;
}
header.main-header.fixed-header .outer-box .header-btn .theme-btn:hover {
    background-color: var(--secondary);
    color: #fff;
}
.main-header .outer-box .header-btn .theme-btn i {
    margin: 0;
    font-size: 13px;
}
.recognised-logo img {
    max-width: 100px;
}

.userMember {
    font-size: 1.2rem;
    font-weight: 500;
}

@media (min-width:992px) {
}

@media (min-width:1400px) {
}


/*** Search Popup ***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.80);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .popup-inner{
  width: 100%;
  height: 100%;
  background: #fff;
}

.search-popup .upper-box{
  position: relative;
  padding: 70px 70px;
}

.search-popup .upper-box .logo-box{
  max-width: 250px;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: relative;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  z-index: 5;
  top: 11px;
  transition: all 500ms ease;
}

.search-popup .close-search:hover {
  color: red;
}

.search-popup .search-form {
  position: relative;
  width: 100%;
  padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group{
  position: relative;
  margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 90px;
  padding: 20px 0px;
  background: #ffffff;
  line-height: 30px;
  font-size: 20px;
  color: #808080;
  font-family: 'Poppins Regular';
  border: none;
  font-weight: 400;
  border-radius: 0px;
  padding-right: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .search-form fieldset input[type="search"]:focus{
  border-color: #141417;
}

.search-popup .form-control:focus{
  box-shadow: none !important;
}


/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 24px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.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:16px;
	line-height:22px;
    font-family: 'Poppins Medium';
    letter-spacing: 0.6px;
	opacity:1;
	color: var(--secondary);
	text-transform: capitalize;
	z-index:1;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
header.main-header:not(.fixed-header) .main-menu .navigation > li > a {
    color: #fff;
}

.main-menu .navigation > li.dropdown > a{
  padding-right: 20px;
}

.main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: '+';
  top: 48px;
  right: 0px;
}

.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li:hover > a:after{
  transform: scale(1,1);
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  margin-top: 15px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  background-color: #000;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.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 > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding: 10px 30px;
  line-height:24px;
  font-weight:500;
  font-size:16px;
  text-transform:capitalize;
  font-family: 'Poppins Regular';
  color:#fff;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a{
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 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: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:10px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-top: 15px;
  width:230px;
  z-index:100;
  display:none;
  border-radius: 0px;
  background-color: #000;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 30px;
  line-height:24px;
  font-weight:500;
  font-size:16px;
  text-transform:capitalize;
  font-family: 'Poppins Regular';
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.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 > 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.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;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #222;
  -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;
}

.main-header .sticky-header .logo-box .logo{
  width: 150px;
}

.main-header .sticky-header .main-menu .navigation > li.dropdown > a:before{
  top: 28px;
}

.main-header .sticky-header .btn-box .theme-btn{
  padding: 19px 35px;
}

.main-header .sticky-header .main-menu .navigation > li > a:after{
  display: none;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  margin-bottom: 10px;
}


/** 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: #141417;
  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;
}

.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; 
}

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:last-child{
  margin-bottom: 0px;
}

/* Banner Search */

section.banner-search {
    width: 100%;
    height: 70vh;
    position: relative;
	padding-bottom:50px;
}
section.banner-search::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, rgba(0,0,0,1) 15%, rgba(255,255,255,0) 80%);*/
    opacity: 0.70;
}
.search-table {
    width: 100%;
    height: 100%;
    display: table;
}
.search-table-cell {
    display: table-cell;
    vertical-align: bottom;
}
section.banner-search .search-content .entry-title {
    color: #fff;
    line-height: 1;
	text-shadow: 0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.36), 0.8px 1.6px 2px hsl(var(--shadow-color) / 0.36), 2.1px 4.1px 5.2px hsl(var(--shadow-color) / 0.36), 5px 10px 12.6px hsl(var(--shadow-color) / 0.36);
}
section.banner-search .search-content p {
    color: #fff;
    margin-bottom: 20px;
}
.quick-search {
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
	/*background: rgba(0, 0, 0, 0.75);*/
    border-radius: 5px;
}
.quick-search button.theme-btn {
    line-height: 1;
}


/** banner-section **/


section.banner-carousel .banner-item {
    width: 100%;
    height: 100vh;
	position:relative;
}
section.banner-carousel .banner-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.65;
}
.background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-table {
    width: 100%;
    height: 100%;
    display: table;
}
.slider-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.entry-title {
    font-family: 'Poppins Bold';
    font-size: 45px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

section.banner-carousel .banner-item .slider-content .entry-title {
	color:#fff;
	margin-bottom: 40px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}
section.banner-carousel .active .banner-item .slider-content .entry-title {
	opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1000ms;
}


section.banner-carousel .banner-item .slider-content p {
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins Regular';
    letter-spacing: 0.6px;
    margin-bottom: 40px;
	opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}
section.banner-carousel .active .banner-item .slider-content p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1000ms;
}
section.banner-carousel .banner-item .slider-content .banner-btn {
    opacity: 0;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
section.banner-carousel .active .banner-item .slider-content .banner-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1500ms;
}

section.banner-carousel .owl-nav, 
.three-item-carousel .owl-nav, 
.single-item-carousel .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    transform: translateY(-50%);
}
section.banner-carousel .owl-nav [class*="owl-"], 
.three-item-carousel .owl-nav [class*="owl-"], 
.single-item-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}
section.banner-carousel .owl-nav .owl-prev, 
.three-item-carousel .owl-nav .owl-prev,
.single-item-carousel .owl-nav .owl-prev {
    left: 30px;
}
section.banner-carousel .owl-nav .owl-next, 
.three-item-carousel .owl-nav .owl-next,
.single-item-carousel .owl-nav .owl-next {
    right: 30px;
}
section.banner-carousel .owl-nav [class*="owl-"], 
.three-item-carousel .owl-nav [class*="owl-"],
.single-item-carousel .owl-nav [class*="owl-"], 
.four-item-carousel .owl-nav [class*="owl-"] {
    background: var(--primary);
}
section.banner-carousel .owl-nav [class*="owl-"]:hover, 
.three-item-carousel .owl-nav [class*="owl-"]:hover,
.single-item-carousel .owl-nav [class*="owl-"]:hover, 
.four-item-carousel .owl-nav [class*="owl-"]:hover {
    background: var(--secondary);
}





.banner-section{
  position: relative;
}

.banner-section .slide-item{
  position: relative;
  padding: 258px 0px 174px 0px;
  overflow: hidden;
}

.banner-section .vector-shape img{
  display: inline-block !important;
}

.banner-section .outer-container{
  position: relative;
  padding: 0px 150px;
}

.banner-section .content-box{
  position: relative;
  display: block;
  margin-right: -60px;
  max-width: 850px;
}

.banner-section .content-box h3{
  display: block;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 7px;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .banner-carousel .active .content-box h3{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-section .content-box h2{
  display: block;
  font-size: 80px;
  line-height: 96.82px;
  font-weight: 700;
  margin-bottom: 17px;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-section .content-box p{
  margin-bottom: 41px;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-section .content-box .btn-box{
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-section .image-layer{
  position: absolute;
  right: 150px;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .banner-carousel .active .image-layer{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-section .pattern-layer .pattern-1{
  position: absolute;
  top: 0px;
  right: -10px;
  width: 1304px;
  height: 872px;
  background-repeat: no-repeat;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 0%);
}

.banner-section .pattern-layer .pattern-2{
  position: absolute;
  bottom: 72px;
  right: 70px;
  width: 38.31px;
  height: 96.95px;
  background-repeat: no-repeat;
}

.banner-section .vector-img-1{
  position: absolute;
  top: 115px;
  right: 30px;
  width: 188px;
  height: 188px;
  line-height: 188px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #EFEFEF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.banner-section .vector-img-2{
  position: absolute;
  top: 185px;
  right: 560px;
  width: 296px;
  height: 296px;
  line-height: 296px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #EFEFEF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

.banner-section .vector-img-3{
  position: absolute;
  right: 1152px;
  top: 120px;
  width: 51.62px;
  height: 51.62px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.banner-section .vector-img-4{
  position: absolute;
  right: 1130px;
  top: 165px;
  width: 42.13px;
  height: 42.13px;
  background-repeat: no-repeat;
}

.banner-section .vector-img-5{
  position: absolute;
  right: 726px;
  bottom: 120px;
  width: 51.62px;
  height: 51.62px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.banner-section .vector-img-6{
  position: absolute;
  right: 761px;
  bottom: 160px;
  width: 42.13px;
  height: 42.13px;
  background-repeat: no-repeat;
}

.banner-section .vector-img-7{
  position: absolute;
  left: 0px;
  top: 55px;
  width: 210px;
  height: 394px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none;
}

.banner-section .content-box{
  margin-bottom: 0px !important;
}

.banner-section .owl-nav{
  position: absolute;
  left: 0px;
  top: 47%;
  width: 100%;
}

.banner-section .owl-nav button{
  position: absolute;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid rgba(0, 0, 0, 0.20);
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-section .owl-nav button.owl-prev{
  left: 50px;
}

.banner-section .owl-nav button.owl-next{
  right: 50px;
}

.banner-section .owl-nav button:hover{
  color: #fff;
}

/* CTA Section */

section.cta-section {
    background-color: #F5F5F5;
    padding-top: 70px;
    padding-bottom: 70px;
}
.cta-content h3 {
    font-family: 'Poppins Bold';
    color: var(--primary);
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.cta-content label {
    color: #000;
}

/* About Us Section */

.about-style-four .content-box .entry-title {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: var(--secondary);
    margin: 0;
}
.about-style-four .content-box .entry-title span {
    font-size: 45px;
    line-height: 1.3;
	color: var(--primary);
}

.about-style-four .image-1 img {
    height: 600px;
    object-fit: cover;
}


/** clients-section **/

.clients-section{
  position: relative;
  padding: 120px 0px 173px 0px;
}

.clients-section .inner-container{
  position: relative;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 113.5px;
  padding: 90px 85px;
  z-index: 1;
}

.clients-section .owl-stage{
  display: flex;
  align-items: center;
}

.clients-section .clients-logo{
  position: relative;
  display: block;
}

.clients-section .clients-logo img{
  position: relative;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.partner-items figure {
    border: 1px solid #ccc;
    height: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    padding: 0 15px;
}


/** about-section **/

.about-section{
  position: relative;
  padding-bottom: 120px;
}

.about-section .upper-title{
  margin-bottom: 27px;
}

.about-section .upper-title h5{
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  padding: 15px 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 69px;
  margin-bottom: 38px;
}

.about-section .upper-title h5 i{
  position: relative;
  margin-right: 15px;
  font-weight: 400;
  top: 1px;
}

.about-section .upper-title h2{
  display: block;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}

.about-section .image-box{
  position: relative;
  display: block;
  margin-right: 70px;
  margin-left: -179px;
}

.about-section .image-box .image{
  position: relative;
  display: inline-block;
  border-radius: 239.5px;
}

.about-section .image-box .image:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  border-radius: 239.5px;
}

.about-section .image-box .image:after{
  position: absolute;
  content: '';
  width: calc(100% + 54px);
  height: calc(100% + 94px);
  left: -27px;
  top: -47px;
  border: 1px dashed #AFACAC;
  border-radius: 266.5px;
}

.about-section .image-box .image img{
  width: 100%;
  border-radius: 239.5px;
}

.about-section .image-box .text{
  position: absolute;
  left: 0px;
  bottom: 70px;
  width: 100%;
  text-align: center;
  padding: 0px 30px;
}

.about-section .image-box .text h2{
  display: block;
  font-weight: 700;
  font-size: 80px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 20px;
}

.about-section .image-box .text h3{
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}

.about-section .inner-box .single-item{
  padding-left: 145px;
  min-height: 126px;
}

.about-section .inner-box .single-item .icon-box{
  width: 125px;
  height: 125px;
  line-height: 125px;
  border-radius: 50%;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  font-size: 50px;
}

.g_color{
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.about-section .inner-box .single-item h3{
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 58px;
  margin-bottom: -10px;
}

.about-section .inner-box .single-item p{
  display: block;
  font-size: 16px;
  line-height: 26px;
}

.about-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: -360px;
  width: 100%;
  height: 2075px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}


/** video-section **/

.video-section{
  position: relative;
  width: 100%;
  padding: 165px 0px 168px 0px;
  overflow: hidden;
}

.parallax-bg{
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}

.video-section:before{
  position: absolute;
  content: '';
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  left: 30px;
  top: 30px;
  opacity: 0.9;
  border-radius: 20px;
}

.video-section .inner-box{
  position: relative;
  display: block;
  z-index: 1;
}

.video-section .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 158px;
  text-align: center;
  font-size: 50px;
  background: #FFFFFF;
  border-radius: 50%;
}

.video-section .inner-box .video-btn a:before,
.video-section .inner-box .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .inner-box .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.video-section .inner-box h2{
  display: block;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 44px;
}

.video-section .inner-box h2 span{
  display: block;
  font-weight: 400;
}

.video-section .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}

.video-section .lower-box .person-box{
  display: flex;
  align-items: center;
}

.video-section .lower-box .person-box .person{
  position: relative;
  float: left;
  margin-right: 20px;
}

.video-section .lower-box .person-box .person li{
  position: relative;
  display: inline-block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  margin-left: -44px;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.video-section .lower-box .person-box .person li:first-child{
  margin-left: 0px;
}

.video-section .lower-box .person-box .person li img{
  border-radius: 50%;
}

.video-section .lower-box .person-box .person li .text{
  position: relative;
  display: inline-block;
  width: 82px;
  height: 82px;
  line-height: 82px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}

.video-section .lower-box .person-box .person li .text span{
  font-weight: 700;
  font-size: 18px;
}

.video-section .lower-box .person-box h5{
  float: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.video-section .lower-box .support-box h2{
  display: block;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 0px;
}

.video-section .lower-box .support-box h2 a{
  color: #fff;
}

.video-section .shape{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  width: 600px;
  height: 300px;
  background-repeat: no-repeat;
}

.video-section .shape-2{
  position: absolute;
  left: 116px;
  top: 125px;
  width: 96px;
  height: 106px;
  background-repeat: no-repeat;
}


/** service-section **/

.service-section{
  position: relative;
  padding: 120px 0px 112px 0px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 15px;
}

.service-block-one .inner-box .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 334px;
  padding: 19px 20px 15px 90px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .text{
  opacity: 0;
}

.service-block-one .inner-box .text .icon-box{
  position: absolute;
  left: 36px;
  top: 28px;
  font-size: 40px;
  color: #fff;
}

.service-block-one .inner-box .text span{
  display: block;
  font-size: 16px;
  line-height: 26px;
  border-top-width: 700;
  margin-bottom: 0px;
  color: #fff;
}

.service-block-one .inner-box h3{
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

.service-block-one .inner-box h3 a{
  color: #fff;
}

.service-block-one .inner-box h3 a:hover{
  text-decoration: underline;
}

.service-block-one .inner-box .overlay-content{
  position: absolute;
  left: 0px;
  top: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 22px 15px 30px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .overlay-content{
  top: 0px;
  opacity: 1;
  visibility: visible;
}

.service-block-one .inner-box .overlay-content .icon-box{
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 30px;
}

.service-block-one .inner-box .overlay-content h3{
  margin-bottom: 22px;
}

.service-block-one .inner-box .overlay-content p{
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.service-section .lower-text{
  position: relative;
  display: block;
  margin-top: 52px;
}

.service-section .lower-text h3{
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.service-section .lower-text h3 a:hover{
  text-decoration: underline;
}

.service-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 50px;
  width: 100%;
  height: 918px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/** working-section **/

.working-section{
  position: relative;
  padding-bottom: 80px;
}

.working-section .upper-title .text{
  margin-left: 25px;
}

.working-section .upper-title .text p{
  font-size: 24px;
  line-height: 34px;
}

.working-section .upper-title .sec-title{
  margin-bottom: 0px;
}

.working-section .upper-title{
  margin-bottom: 61px;
}

.working-section .inner-container{
  position: relative;
  padding-right: 60px;
  padding-left: 20px;
}

.working-section .inner-container .inner{
  position: relative;
  display: flex;
  justify-content: space-between;
}

.working-block-one .inner-box{
  position: relative;
  display: block;
}

.working-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 219px;
  height: 219px;
  line-height: 219px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
  margin-bottom: 10px;
}

.working-block-one .inner-box .count-text{
  position: absolute;
  top: 19px;
  right: 0px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
}

.working-block-one:nth-child(2) .inner-box .count-text{
  right: 95px;
  top: -17px;
}

.working-block-one:nth-child(2) .inner-box{
  margin-top: 132px;
}

.working-block-one .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  font-size: 70px;
}

.working-block-one .inner-box h3{
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}

.working-block-one .inner-box h3 a{
  display: inline-block;
  color: #1E1E1E;
}

.working-section .shape{
  position: absolute;
  left: 221px;
  top: 0px;
  width: 827px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: contain;
}

.working-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1049px;
  background-repeat: no-repeat;
  z-index: -1;
}


/** contact-section **/

.contact-section{
  position: relative;
  /*padding: 0px 0px 230px 0px;*/
}

.contact-section .content-box{
  position: relative;
}

.nice-select:after{
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #6e6e6e;
  border-right: 2px solid #6e6e6e;
  right: 30px;
}

.nice-select{
  position: relative;
  display: block;
  height: 90px;
  line-height: 90px;
  background: #EFF6FA;
  border: 1px solid #EFF6FA !important;
  padding: 0px 30px;
  border-radius: 50px;
  font-size: 18px;
  color: #1E1E1E;
}

.contact-section .inner-container{
  position: relative;
  background: #FCFAFA;
}

.contact-section .content-box{
  position: relative;
  display: block;
  margin-right: 20px;
  padding: 57px 0px 75px 70px;
}

.contact-section .content-box .form-inner{
  position: relative;
  margin: 0px 7.5px;
}

.contact-section .content-box .form-inner .form-group{
  padding: 0px 7.5px;
  margin-bottom: 15px;
}

.contact-section .content-box .form-inner .message-btn{
  padding-top: 23px;
}

.contact-section .content-box .form-inner .form-group input[type='text'],
.contact-section .content-box .form-inner .form-group input[type='email'],
.contact-section .content-box .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  background: #EFF6FA;
  border: 1px solid #EFF6FA;
  padding: 15px 20px 15px 80px;
  border-radius: 50px;
  font-size: 18px;
  color: #1E1E1E;
  transition: all 500ms ease;
}

.contact-section .content-box .form-inner .form-group i{
  position: absolute;
  left: 30px;
  top: 25px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background: #E3E3E4;
  border-radius: 50%;
  z-index: 1;
}

.contact-section .content-box .form-inner .support-box{
  position: absolute;
  right: 0px;
  bottom: 19px;
}

.contact-section .content-box .form-inner .support-box h6{
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  color: #677289;
  padding-left: 60px;
}

.contact-section .content-box .form-inner .support-box h6 a{
  display: inline-block;
  color: #677289;
}

.contact-section .content-box .form-inner .support-box h6 i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
}

.contact-section .content-box .sec-title p{
  font-size: 18px;
  line-height: 58px;
  color: #1E1E1E;
}

.contact-section .content-box .sec-title{
  margin-bottom: 10px;
}

.contact-section .image-box{
  position: relative;
  display: block;
  margin-left: -21px;
  margin-right: -10px;
}

.contact-section .image-box:before{
  position: absolute;
  content: '';
  width: 483px;
  height: 483px;
  right: -200px;
  bottom: -100px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.contact-section .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.contact-section .image-box img{
  width: 100%;
  border-radius: 15px;
}

.contact-section .shape{
  position: absolute;
  left: -280px;
  top: 150px;
  width: 416.13px;
  height: 297.07px;
  transform: rotateX(180deg) rotate(-60deg);
  opacity: 0.1;
  background-repeat: no-repeat;
  z-index: -1;
}

/** text-overlay-animation **/

.overlay-anim-black-bg,
.overlay-anim-red-bg,
.overlay-anim-white-bg {
  display: inline-block;
  overflow: hidden;
}

.overlay-anim-black-bg:after,
.overlay-anim-red-bg:after,
.overlay-anim-white-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
  -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
  transition: 1s cubic-bezier(.858, .01, .068, .99);
  z-index: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);       
}

.overlay-anim-black-bg:after{
  background: #222;
}

.overlay-anim-white-bg:after{
  background: #fff;
}

.overlay-anim-black-bg.overlay-animation:after,
.overlay-anim-red-bg.overlay-animation:after,
.overlay-anim-white-bg.overlay-animation:after {
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
}


/** project-section **/

.project-section{
  position: relative;
  padding: 100px 0px 20px 0px;
}

.project-section .owl-carousel {
  max-width: 1068px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.project-section .owl-stage-outer {
  overflow: visible;
}

.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.project-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  /*border-radius: 259.5px;*/
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover:before{
  opacity: 0;
}

.project-block-one .inner-box:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  /*border-radius: 259.5px;*/
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover:after{
  opacity: 1;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
}

.project-block-one .inner-box .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-bottom: 144px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.project-block-one .inner-box .text span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 4px;
}

.project-block-one .inner-box .text h2{
  display: block;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.project-block-one .inner-box .text h2 a{
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .text h2 a:hover{
  text-decoration: underline;
}

.project-block-one .inner-box .link{
  position: absolute;
  left: 0px;
  bottom: 42px;
  width: 100%;
  text-align: center;
}

.project-block-one .inner-box .text .link a{
  position: relative;
  display: inline-block;
  background: #fff;
  width: 74px;
  height: 74px;
  line-height: 78px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transform: scale(0,0);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.project-block-one .inner-box .text .link a:hover{
  background: #1E1E1E;
}

.project-block-one .inner-box:hover .text .link a{
  transform: scale(1,1);
}

.project-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% + 270px);
  height: 705px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 0px 352.5px 352.5px 0px;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 104px 0px 95px 0px;
}

.testimonial-section .shape .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .shape .shape-2{
  position: absolute;
  left: 20px;
  bottom: 0px;
  width: 240px;
  height: 162px;
  background-repeat: no-repeat;
}

.testimonial-section .slider-pager{
  margin-bottom: 45px;
}

.testimonial-section .slider-pager .thumb-box{
  position: relative;
  display: flex;
  max-width: 306px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 144px;
}

.testimonial-section .slider-pager .thumb-box li{
  position: relative;
  display: inline-block;
  margin-left: -20px;
}

.testimonial-section .slider-pager .thumb-box li:first-child{
  margin: 0px !important;
}

.testimonial-section .slider-pager .thumb-box li a .thumb{
  position: relative;
  display: inline-block;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.testimonial-section .slider-pager .thumb-box li a .thumb:before{
  position: absolute;
  content: '';
  border: 5px solid #FFFFFF;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .slider-pager .thumb-box li a.active .thumb:before{
  opacity: 1;
}

.testimonial-section .slider-pager .thumb-box li a .thumb:after{
  position: absolute;
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 5px;
  top: 5px;
  border-radius: 50%;
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .slider-pager .thumb-box li a.active .thumb:after{
  opacity: 0.8;
}

.testimonial-section .slider-pager .thumb-box li a.active .thumb{
  width: 144px;
  height: 144px;
  z-index: 1;
}

.testimonial-section .slider-pager .thumb-box li a .thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .slider-pager .thumb-box li a .thumb span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0,0);
  bottom: -5px;
  font-size: 96px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  transition: all 500ms ease;
}

.testimonial-section .slider-pager .thumb-box li a.active .thumb span{
  transform: translateX(-50%) scale(1,1);
}

.testimonial-section .testimonial-content{
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 44px 65px;
  margin-bottom: 40px;
}

.testimonial-section .testimonial-content .rating-box{
  margin-bottom: 22px;
}

.testimonial-section .testimonial-content .rating-box li{
  position: relative;
  display: inline-block;
  font-size: 18px;
}

.testimonial-section .testimonial-content p{
  margin-bottom: 11px;
}

.testimonial-section .testimonial-content h5{
  display: block;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}

.testimonial-section .testimonial-content h5 span{
  font-size: 14px;
  font-weight: 400;
}

.testimonial-section .bx-wrapper{
  position: relative;
}

.testimonial-section .bx-controls{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-section .bx-controls .bx-prev{
  position: absolute;
  left: -50px;
  top: 50px;
  font-size: 16px;
  color: #000;
  z-index: 99;
}

.testimonial-section .bx-controls .bx-next{
  position: absolute;
  right: -50px;
  top: 50px;
  font-size: 16px;
  color: #000;
  z-index: 99;
}


/** cta-section **/

.cta-section{
  position: relative;
}

.cta-section .inner-container{
  position: relative;
  display: block;
  border-radius: 140px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 56px 56px 55px 94px;
}

.cta-section .inner-container:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  transform: rotate(180deg);
}

.cta-section .inner-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-section .inner-box h2{
  display: block;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 3px;
}

.cta-section .inner-box p{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 58px;
  color: #fff;
}


/** news-section **/

.news-section{
  position: relative;
  padding: 113px 0px 120px 0px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.02);
}

.news-block-one .inner-box .image-box .post-date{
  position: absolute;
  left: 22px;
  top: 40px;
  width: 120px;
  text-align: center;
  padding: 25px 23px;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  border-radius: 20px;
  color: #fff;
  z-index: 1;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 29px 30px 55px 70px;
}

.news-block-one .inner-box .lower-content .author-box{
  position: relative;
  display: block;
  padding-left: 73px;
  margin-bottom: 18px;
}

.news-block-one .inner-box .lower-content .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 53px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.news-block-one .inner-box .lower-content .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.news-block-one .inner-box .lower-content .author-box .author-thumb:before{
  position: absolute;
  content: '';
  border: 3px solid #fff;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.news-block-one .inner-box .lower-content .author-box h6{
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 58px;
}

.news-block-one .inner-box .lower-content h2{
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
}

.news-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: #000;
}

.news-block-two .inner-box{
  position: relative;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  padding-left: 241px;
  border-radius: 10px 20px 20px 10px;
}

.news-block-two .inner-box .image-box{
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 241px;
  height: 175px;
  border-radius: 10px;
}

.news-block-two .inner-box .image-box img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.news-block-two .inner-box .content-box{
  position: relative;
  display: block;
  padding: 22px 30px 20px 24px;
}

.news-block-two .inner-box .content-box .post-info li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin-right: 30px;
  font-weight: 700;
  line-height: 58px;
}

.news-block-two .inner-box .content-box .post-info li:before{
  position: absolute;
  content: '';
  width: 2px;
  height: 15px;
  top: 20px;
  right: -17px;
}

.news-block-two .inner-box .content-box .post-info li:last-child:before{
  display: none;
}

.news-block-two .inner-box .content-box .post-info li:last-child{
  margin: 0px !important;
}

.news-block-two .inner-box .content-box .post-info .author-box{
  position: relative;
  display: block;
  padding-left: 73px;
}

.news-block-two .inner-box .content-box .post-info .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 53px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10);
}

.news-block-two .inner-box .content-box .post-info .author-thumb img{
  width: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
}

.news-block-two .inner-box .content-box .post-info h6{
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 58px;
}

.news-block-two .inner-box .content-box .post-info{
  margin-bottom: 19px;
}

.news-block-two .inner-box .content-box h5{
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.news-block-two .inner-box .content-box h5 a{
  display: inline-block;
  color: #000;
}

.news-section .shape{
  position: absolute;
  top: 95px;
  right: 95px;
  width: 379px;
  height: 356px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}


/** subscribe-section **/

.subscribe-section{
  position: relative;
  padding: 76px 0px 75px 0px;
}

.subscribe-section .text{
  margin-right: 70px;
}

.subscribe-section .text h2{
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  padding-left: 135px;
  min-height: 92px;
}

.subscribe-section .text h2 i{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 80px;
  font-weight: 400;
}

.subscribe-section .form-inner{
  position: relative;
  display: block;
  margin-left: -17px;
}

.subscribe-section .form-inner .form-group{
  position: relative;
  margin-bottom: 0px;
}

.subscribe-section .form-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 103px;
  background: #fff;
  border-radius: 80px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #D0D1D2;
  padding: 20px 270px 20px 55px;
}

.subscribe-section .form-inner .form-group button{
  position: absolute;
  top: 10px;
  right: 10px;
}
/* end */

/** subscribe-section **/

.subscribe-section26{
  position: relative;
  padding: 50px 0px 50px 0px;
}

.subscribe-section26 .text{
  margin-right: 70px;
}

.subscribe-section26 .text h2{
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  color: #fff;
  padding-left: 135px;
}

.subscribe-section26 .text h2 i{
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 70px;
  font-weight: 400;
}

.subscribe-section26 .form-inner{
  position: relative;
  display: block;
  margin-left: -17px;
}

.subscribe-section26 .form-inner .form-group{
  position: relative;
  margin-bottom: 0px;
}

.subscribe-section26 .form-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 80px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #D0D1D2;
  padding: 20px 270px 20px 55px;
}

.subscribe-section26 .form-inner .form-group button{
  position: absolute;
  top: 10px;
  right: 10px;
}


/** main-footer **/


/** main-footer **/

.main-footer{
  position: relative;
  background: #1E1E1E;
}

.footer-top{
  position: relative;
  padding: 60px 0px 30px 0px;
}

.footer-top:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.footer-top .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top .social-links li{
  position: relative;
  display: inline-block;
}

.footer-top .social-links li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.footer-top .social-links li a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.footer-top .social-links li a:hover:before{
  transform: scale(1,1);
}

.main-footer .widget-section{
  position: relative;
  padding: 68px 0px 51px 0px;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 27px;
  padding-bottom: 13px;
}

.main-footer .widget-title:before{
  position: absolute;
  content: '';
  background: #4D4D4D;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.main-footer .widget-title:after{
  position: absolute;
  content: '';
  width: 43px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.main-footer .widget-title h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: var(--primary-red);
    letter-spacing: 0.6px;
    font-family: 'Poppins Bold';
}

.main-footer .about-widget .widget-content p{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 5px;
}

.main-footer .about-widget .info li{
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 58px;
  color: #fff;
  padding-left: 57px;
}

.main-footer .about-widget .info li:last-child{
  line-height: 26px;
}

.main-footer .about-widget .info li:last-child i{
  top: 5px;
  background: #E0E0E0;
}

.main-footer .about-widget .info li:last-child{
  margin-bottom: 0px;
}

.main-footer .about-widget .info li a{
  color: #fff;
}

.main-footer .about-widget .info li a:hover{
  text-decoration: underline;
}

.main-footer .about-widget .info li i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  background: #BED73E;
}

.main-footer .links-widget{
  margin-left: 25px;
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  line-height: 38px;
  margin-bottom: 5px;
}

.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding-left: 20px;
}

.main-footer .links-widget .links-list li a:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  left: 0px;
  top: 0px;
}

.main-footer .gallery-widget .image-list{
  position: relative;
  margin: 0px -6px;
}

.main-footer .gallery-widget .image-list li{
  position: relative;
  display: inline-block;
  margin: 0px 6px;
  margin-bottom: 12px;
}

.main-footer .gallery-widget .image-list .image{
  position: relative;
  display: block;
  width: 114px;
  height: 83px;
  overflow: hidden;
  border-radius: 5px;
}

.main-footer .gallery-widget .image-list .image img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.main-footer .gallery-widget .image-list .image:hover img{
  opacity: 0.3;
}

.main-footer .gallery-widget .image-list .image a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0,0);
  font-size: 20px;
  color: #fff;
}

.main-footer .gallery-widget .image-list .image:hover a{
  transform: translate(-50%,-50%) scale(1,1);
}

.main-footer .footer-bottom {
    position: relative;
    padding: 0.75rem 1rem;
    background-color: #000;
}

.main-footer .footer-bottom p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.main-footer .footer-bottom p a{
  color: #fff;
}


.address-widget .media {
    margin-bottom: 1rem;
}
.address-widget .media .media-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    color: var(--primary-red);
}
.address-widget .media .media-body h5 {
    color: var(--primary-red);
    font-family: 'Poppins Medium';
    font-size: 18px;
    letter-spacing: 0.6px;
}
.address-widget .media .media-body {
    color: #fff;
    letter-spacing: 0.6px;
    font-size: 15px;
}


/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

.header-style-two{
  position: relative;
  background: #1E1E1E;
}

.header-style-two .main-menu .navigation > li > a:after{
  display: none;
}

.header-style-two .main-menu .navigation > li > a{
  color: #fff;
}

.header-style-two .sticky-header{
  background: #1E1E1E;
}

.header-style-two .menu-area{
  display: flex;
  align-items: center;
}

.header-style-two .menu-right-content{
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.header-style-two .menu-right-content .search-box-outer{
  position: relative;
  font-size: 20px;
  color: #fff;
  margin-right: 53px;
  cursor: pointer;
  transition: all 500ms ease;
}

/** banner-style-two **/

.banner-style-two{
  position: relative;
  padding-left: 150px;
}

.banner-style-two:before{
  position: absolute;
  content: '';
  background: #1E1E1E;
  width: 100%;
  height: calc(100% - 110px);
  left: 0px;
  top: 0px;
}

.banner-style-two .banner-carousel .slide-item{
  position: relative;
  padding: 94px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
}

.banner-style-two .banner-carousel .content-box{
  position: relative;
  display: block;
  margin-left: -65px;
  margin-right: -70px;
  z-index: 5;
}

.banner-style-two .banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.85);
  top: 0px;
  right: 0px;
  z-index: 1;
}

.banner-style-two .banner-carousel .slide-item .image-layer{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}

.banner-style-two .banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.25);
  -ms-transform:scale(1.25);
  transform:scale(1.25);
}

.banner-style-two .banner-carousel .content-box h3{
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-style-two .banner-carousel .active .content-box h3{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-style-two .banner-carousel .content-box h2{
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  opacity: 0;
  margin-bottom: 13px;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-style-two .banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-style-two .banner-carousel .content-box p{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  opacity: 0;
  margin-bottom: 53px;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-style-two .banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-style-two .banner-carousel .content-box .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-style-two .banner-carousel .active .content-box .lower-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-style-two .banner-carousel .content-box .btn-box{
  margin-right: 33px;
}

.banner-style-two .banner-carousel .content-box .btn-box .theme-btn{
  letter-spacing: 0px;
  text-transform: capitalize;
}

.banner-style-two .banner-carousel .content-box .btn-box .theme-btn:hover{
  color: #1E1E1E !important;
}

.banner-style-two .banner-carousel .content-box .btn-box .theme-btn:before{
  background: #fff;
}

.banner-style-two .banner-carousel .content-box .video-btn a i{
  position: relative;
  display: inline-block;
  width: 83px;
  height: 83px;
  line-height: 83px;
  background: #fff;
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  margin-right: 20px;
}

.banner-style-two .banner-carousel .content-box .video-btn a span{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

.banner-style-two .banner-carousel .content-box .video-btn a span:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.banner-style-two .banner-carousel .image-box{
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: -296px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-style-two .banner-carousel .active .image-box{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-style-two .banner-carousel .image-box img{
  width: 100%;
}

.banner-style-two .banner-carousel .image-box .image-shape{
  position: absolute;
  left: 15px;
  top: 0px;
  width: 716.75px;
  height: 805.11px;
  background-repeat: no-repeat;
}

.banner-style-two .social-links{
  position: absolute;
  left: -145px;
  bottom: 397px;
  transform: rotate(-90deg);
}

.banner-style-two .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

.banner-style-two .social-links li:last-child{
  margin: 0px !important;
}

.banner-style-two .social-links li a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.banner-style-two .vector-image .vector-1{
  position: absolute;
  left: 225px;
  top: 140px;
  width: 77px;
  height: 75px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-style-two .vector-image .vector-2{
  position: absolute;
  left: 700px;
  top: 140px;
  width: 129px;
  height: 116px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-style-two .vector-image .vector-3{
  position: absolute;
  right: 50px;
  bottom: 70px;
  width: 166px;
  height: 166px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-style-two .owl-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}

.banner-style-two .owl-theme .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.50);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-style-two .owl-theme .owl-dots .owl-dot.active span,
.banner-style-two .owl-theme .owl-dots .owl-dot span:hover{
  border-color: #fff;
  background: #fff;
}


/** weare-section **/

.weare-section{
  position: relative;
  padding: 70px 0px 70px 0px;
}

.weare-section .single-item .inner-box{
  position: relative;
  padding-left: 253px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 30px;
}

.weare-section .single-item .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 253px;
  height: 240px;
}

.weare-section .single-item .inner-box .image-box img{
  width: 100%;
}

.weare-section .single-item .inner-box .content-box{
  position: relative;
  display: block;
  padding: 3px 20px 3px 57px;
  transition: all 500ms ease;
}

/* .weare-section .single-item .inner-box:hover .content-box{
  opacity: 0;
} */

.weare-section .single-item .inner-box .content-box .icon-box{
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 81px;
  height: 81px;
  line-height: 81px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.weare-section .single-item .inner-box .content-box h5{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 5px;
}

.weare-section .single-item .inner-box .content-box p{
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.weare-section .single-item .inner-box .content-box .link a{
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.weare-section .single-item .inner-box .content-box .link a i{
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-left: 3px;
  top: 1px;
  transition: all 500ms ease;
}

.weare-section .single-item .inner-box .content-box .link a:hover i{
  margin-left: 6px;
}

.weare-section .single-item .inner-box .overlay-content{
  position: absolute;
  left: 0px;
  top: 20px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 30px 44px 51px 142px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

/* .weare-section .single-item .inner-box:hover .overlay-content{
  top: 0px;
  opacity: 0.95;
  visibility: visible;
} */

.weare-section .single-item .inner-box .overlay-content .icon-box{
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 81px;
  height: 81px;
  line-height: 81px;
  font-size: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}

.weare-section .single-item .inner-box .overlay-content .icon-box .icon{
  position: relative;
  display: inline-block;
}

.weare-section .single-item .inner-box .overlay-content h5{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 5px;
}

.weare-section .single-item .inner-box .overlay-content h5 a{
  display: inline-block;
  color: #fff;
}

.weare-section .single-item .inner-box .overlay-content h5 a:hover{
  text-decoration: underline;
}

.weare-section .single-item .inner-box .overlay-content p{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.weare-section .lower-text{
  position: relative;
  display: block;
  margin-top: 38px;
}

.weare-section .lower-text h3{
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.weare-section .lower-text h3 a:hover{
  text-decoration: underline;
}

.weare-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 918px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/** about-style-two **/

.about-style-two{
  position: relative;
  padding: 118px 0px 150px 0px;
}

.about-style-two .image-box{
  position: relative;
  display: block;
  margin-left: -220px;
  margin-right: 34px;
  padding-bottom: 119px;
}

.about-style-two .image-box .image{
  position: relative;
  display: block;
  border-radius: 40px;
}

.about-style-two .image-box .image img{
  width: 100%;
  border-radius: 40px;
}

.about-style-two .image-box .text{
  position: absolute;
  left: 46px;
  bottom: 0px;
  width: 218px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 21px 30px 37px 30px;
  text-align: center;
  z-index: 1;
}

.about-style-two .image-box .text h5{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 12px;
}

.about-style-two .image-box:before{
  position: absolute;
  content: '';
  width: 588px;
  height: 691px;
  border-radius: 294px 294px 0px 0px;
  left: -30px;
  bottom: 94px;
}

.about-style-two .image-box:after{
  position: absolute;
  content: '';
  width: 507px;
  height: 507px;
  border: 60px solid #fff;
  border-radius: 50%;
  left: -152px;
  top: -118px;
}

.about-style-two .sec-title h3{
  display: inline-block;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  padding: 5px 30px;
  border-radius: 50px;
  margin-bottom: 29px;
}

.about-style-two .sec-title p{
  margin-top: 24px;
}

.about-style-two .sec-title{
  margin-bottom: 27px;
}

.about-style-two .content-box .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.about-style-two .content-box .inner-box .image{
  margin-right: 94px;
  position: relative;
  display: inline-block;
  border: 8px solid #FFFFFF;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
}

.about-style-two .content-box .inner-box .image:before{
  position: absolute;
  content: '';
  width: 4px;
  height: calc(100% + 16px);
  top: -8px;
  right: -47px;
  background: #DADADB;
  border-radius: 10px;
}

.about-style-two .content-box .inner-box .list li{
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  color: #000;
  margin-bottom: 22px;
  padding-left: 50px;
}

.about-style-two .content-box .inner-box .list li:last-child{
  margin-bottom: 0px;
}

.about-style-two .content-box .inner-box .list li i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  line-height: 39px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background: #BED73E;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:10px;
  background: #EFEFEF;
  border-radius: 10px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:10px;
  border-radius: 10px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.progress-box .count-text{
  position: absolute;
  top: -32px;
  right: -10px;
  font-size: 10px;
  line-height: 17px;
  color: #fff;
  font-weight: 700;
  width: 25px;
  height: 17px;
  text-align: center;
}

.progress-box .count-text:before{
  position: absolute;
  content: '';
  width: 25px;
  height: 7px;
  left: 0px;
  bottom: -7px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.progress-box .single-progress-box h6{
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 6px;
}

.about-style-two .content-box .progress-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
}

.about-style-two .content-box .progress-inner .progress-box{
  max-width: 329px;
  width: 100%;
}

.about-style-two .content-box .dashboard-image{
  position: relative;
  display: block;
  background: #fff;
  border: 10px solid #FBF9F9;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.about-style-two .content-box .dashboard-image img{
  width: 100%;
}

.about-style-two .image-box .shape{
  position: absolute;
  left: -108px;
  bottom: 0px;
  width: 609px;
  height: 420px;
  background-repeat: no-repeat;
}


/** funfact-section **/

.funfact-section{
  position: relative;
  padding: 138px 30px 30px 30px;
  overflow: hidden;
}

.funfact-section:before{
  position: absolute;
  content: '';
  background: #1E1E1E;
  opacity: 0.95;
  left: 30px;
  top: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  border-radius: 20px;
}

.sec-title.light h2,
.sec-title.light p{
  color: #fff;
}

.funfact-section .sec-title p{
  margin-top: 30px;
}

.funfact-section .sec-title{
  margin-bottom: 80px;
}

.funfact-section .outer-container{
  position: relative;
  padding: 0px 100px;
}

.funfact-section .outer-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #4F4F4F;
}

.funfact-block-one .inner-box{
  position: relative;
  display: block;
  padding-left: 105px;
  padding-bottom: 89px;
  padding-top: 52px;
}

.funfact-block-one .inner-box:before{
  position: absolute;
  top: 0px;
  right: -105px;
  content: '';
  background: #4F4F4F;
  width: 1px;
  height: 100%;
}

.funfact-block-one:last-child .inner-box:before{
  display: none;
}

.funfact-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 62px;
  font-size: 70px;
}

.funfact-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 72px;
  line-height: 87px;
  color: #fff;
  margin-bottom: 2px;
}

.funfact-block-one .inner-box h5{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.funfact-section .shape{
  position: absolute;
  left: 100px;
  top: 138px;
  width: 1005px;
  height: 284px;
  background-repeat: no-repeat;
}


/** grow-section **/

.grow-section{
  position: relative;
  padding-top: 110px;
}

.grow-section .content-box{
  position: relative;
  display: block;
  margin-right: 50px;
}

.grow-section .content-box h2{
  display: block;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 19px;
}

.grow-section .content-box p{
  margin-bottom: 33px;
}

.grow-section .inner-box .single-item{
  position: relative;
  display: block;
  padding-bottom: 19px;
  margin-bottom: 30px;
}

.grow-section .inner-box .single-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.grow-section .inner-box .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 81px;
  height: 81px;
  line-height: 81px;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  background: #BED73E;
  color: #fff;
  margin-bottom: 11px;
}

.grow-section .inner-box .single-column:last-child .single-item .icon-box{
  background: #1E1E1E;
}

.grow-section .inner-box .single-item h5{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 5px;
}

.grow-section .inner-box .single-item h5 a{
  display: inline-block;
  color: #000;
}

.grow-section .inner-box .single-item p{
  font-size: 14px;
  line-height: 24px;
}


/** faq-section **/

.faq-section{
  position: relative;
  overflow: hidden;
}
.faq_content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.faq_content {
    padding: 65px 35px;
    height: 100%;
    position: relative;
}
.faq_content:not(.search-options) {
    /*background-color: var(--primary);*/
    background-color: #F5F5F5;
}
/* .faq_content:not(.search-options) .section-header span.sub-title::before, 
.faq_content:not(.search-options) .section-header span.sub-title::after {
    background: #fff;
}
.faq_content:not(.search-options) .section-header span.sub-title,
.faq_content:not(.search-options) .section-header .entry-title,
.faq_content:not(.search-options) .section-header p {
    color: #fff;
} */
.accordion .card {
    border: none;
    margin-bottom: 20px;
    border-radius: 0px;
}
.accordion .card .card-head {
    background-color: #fffefe;
    border-radius: 0px;
    overflow: hidden;
}
.accordion .card h2 {
    /* background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center; */
    /* background-size: 20px; */
    cursor: pointer;
    font-size: 18px;
    padding: 1.2rem 1.5rem;
    position: relative;
    border: 1px solid #d1caca4f;
}
.accordion .card h2::after {
    position: absolute;
    content: '';
    right: -1px;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: var(--secondary);
}
.accordion .card h2::before {
    position: absolute;
    right: -1px;
    width: 60px;
    height: 100%;
    top: 0;
    /* background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center; */
    /* background-size: 20px; */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-color: var(--primary); */
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f107";
    z-index: 1;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.accordion .card h2.collapsed::before {
    /* background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png); */
    content: "\f106";
}
.accordion .card-body {
    padding: 1.2rem;
}
.accordion .card-body {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  border: 1px solid #d1caca4f;
  border-top: medium none;
}

div#search-form label {
    font-weight: 500;
    color: var(--secondary);
    font-size: 16px;
    letter-spacing: 0.6px;
}
.form-control {
    height: 46px;
}


/** Popular Searches **/

section.popularSearch-section {
    padding-bottom: 80px;
    padding-top: 70px;
}
/*
.searchListing ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.searchListing ul li {
    margin-right: 6px;
    margin-bottom: 6px;
}
.searchListing ul li a {
    font-size: 14px;
	font-weight:500;
	letter-spacing:0.6px;
	color:#666;
    line-height: 40px;
    border-radius: 50px;
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #ccc3;
    background-color: #f1f2f7;
    transition: all 500ms ease;
}
.searchListing ul li a:hover,.searchListing ul li a:focus {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

*/
.searchListing h3 {
    font-size: 26px;
    margin-bottom: 1rem;
    font-family: 'Poppins Bold';
}
.searchListing h3 > span {
	font-size: 30px;
}
.searchListing ul {
    columns: 5;
    font-weight: 300;
    font-size: .875rem;
    margin-bottom: 2rem;
}
.searchListing ul li {
    display: list-item;
    width: 100%;
    line-height: 28px;
}
span.theme-color {
    color: var(--primary-red);
}
.search-result .process-items {
    padding-top: 100px;
}
.search-result .process-items .process-content span.explore {
    position: relative;
    color: #fff;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 37px 0px 100px 0px;
}

.testimonial-style-two .slider-content{
  padding-top: 32px;
}

.testimonial-style-two .slider-pager{
  position: relative;
  display: block;
  width: 100%;
  min-height: 467px;
}

.testimonial-style-two .slider-pager .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.testimonial-style-two .slider-pager .thumb-box li{
  position: absolute;
  border-radius: 50%;
}

.testimonial-style-two .slider-pager .thumb-box li img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-two .slider-pager .thumb-box li:first-child{
  left: 0px;
  top: 0px;
}

.testimonial-style-two .slider-pager .thumb-box li:nth-child(2){
  top: 53px;
  right: 46px;
}

.testimonial-style-two .slider-pager .thumb-box li:nth-child(3){
  left: 26px;
  bottom: 43px;
}

.testimonial-style-two .slider-pager .thumb-box li:last-child{
  bottom: 0px;
  right: 0px;
}

.testimonial-style-two .slider-pager .thumb-box li a{
  position: relative;
  display: inline-block;
}

.testimonial-style-two .slider-pager .thumb-box li a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-style-two .slider-pager .thumb-box li a.active:before{
  opacity: 0.7;
}

.testimonial-style-two .slider-pager .thumb-box li a:after{
  position: absolute;
  content: '\e921';
  font-family: 'icomoon';
  font-size: 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.testimonial-style-two .slider-pager .thumb-box li a.active:after{
  transform: scale(1,1);
}

.testimonial-style-two .bx-controls{
  display: none;
}

.testimonial-style-two .slider-pager .all-text{
  position: absolute;
  left: 51%;
  top: 45%;
  transform: translate(-50%,-50%);
  z-index: 1;
}

.testimonial-style-two .slider-pager .all-text h5{
  font-weight: 700;
  font-size: 18px;
  line-height: 58px;
}

.testimonial-style-two .slider-pager .all-text h5 a{
  position: relative;
  display: inline-block;
}

.testimonial-style-two .slider-pager .all-text h5 a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 18px;
}

.testimonial-style-two .slider-pager .shape .shape-1{
  position: absolute;
  left: 10px;
  top: -30px;
  width: 36px;
  height: 37px;
  background: #ECEBEB;
  border-radius: 50%;
}

.testimonial-style-two .slider-pager .shape .shape-2{
  position: absolute;
  left: 237px;
  top: 65px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.testimonial-style-two .slider-pager .shape .shape-3{
  position: absolute;
  left: 0px;
  top: 210px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.testimonial-style-two .slider-pager .shape .shape-4{
  position: absolute;
  right: 55px;
  bottom: 210px;
  width: 80px;
  height: 57px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.testimonial-style-two .slider-pager .shape .shape-5{
  position: absolute;
  right: 210px;
  bottom: 26px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #BED73E;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.testimonial-style-two .testimonial-content{
  position: relative;
  display: block;
  margin-left: 100px;
  margin-right: 50px;
}

.testimonial-style-two .testimonial-content h2{
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 35px;
}

.testimonial-style-two .testimonial-content h2:before{
  position: absolute;
  content: '“';
  font-size: 200px;
  line-height: 242px;
  font-weight: 400;
  background: linear-gradient(270deg, #BED73E -22.92%, #FF9360 56.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  left: -100px;
  top: -30px;
}

.testimonial-style-two .testimonial-content p{
  margin-bottom: 35px;
}

.testimonial-style-two .testimonial-content .author-info{
  position: relative;
  display: block;
  padding: 20.5px 0px 20.5px 95px;
}

.testimonial-style-two .testimonial-content .author-info .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 72px;
  border-radius: 50%;
}

.testimonial-style-two .testimonial-content .author-info .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-two .testimonial-content .author-info h5{
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
}

.testimonial-style-two .testimonial-content .author-info h5 span{
  font-size: 14px;
  font-weight: 400;
}


/** team-section **/

.team-section{
  position: relative;
  padding: 108px 0px 130px 0px;
}

.team-section .shape .shape-1{
  position: absolute;
  left: 56px;
  top: -160px;
  width: 359px;
  height: 337px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.team-section .shape .shape-2{
  position: absolute;
  top: -120px;
  right: -40px;
  width: 285px;
  height: 394px;
  background-repeat: no-repeat;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: 9px;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.team-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  transform: rotate(-4.39deg);
  z-index: -1;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover:before{
  transform: rotate(0deg);
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.team-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.team-block-one .inner-box .social-links{
  position: absolute;
  top: 12px;
  right: -30px;
  width: 29px;
  border-radius: 20px;
  padding: 14px 0px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .social-links{
  right: 12px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .social-links li{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 2px;
}

.team-block-one .inner-box .social-links li:last-child{
  margin-bottom: 0px;
}

.team-block-one .inner-box .social-links li a{
  display: inline-block;
  color: #fff;
}

.team-block-one .inner-box .social-links li a:hover{
  color: #000;
}

.team-block-one .inner-box .text{
  position: absolute;
  left: 40px;
  bottom: -80px;
  width: calc(100% - 80px);
  padding: 12px 15px 14px 15px;
  opacity: 0.9;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .text{
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .text h5{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.team-block-one .inner-box .text h5 a{
  display: inline-block;
  color: #fff;
}

.team-block-one .inner-box .text h5 a:hover{
  text-decoration: underline;
}

.team-block-one .inner-box .text .designation{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}

.subscribe-section.alternat-2{
  background: transparent;
  padding: 0px;
}

.subscribe-section.alternat-2 .inner-container{
  padding: 76px 50px;
  border-radius: 269px;
}

.subscribe-section.alternat-2 .text{
  margin-right: 0px;
}


/** news-style-two **/

.news-style-two{
  position: relative;
  padding: 145px 0px 100px 0px;
}

.news-style-two .news-block-two .inner-box{
  margin-bottom: 30px;
}

.main-footer .shape .shape-1{
  position: absolute;
  left: -60px;
  top: 30px;
  width: 252px;
  height: 199px;
  will-change: border-radius, transform, opacity;
  animation: heroShape 5s linear infinite;
  display: block;
  background: linear-gradient(97.57deg, rgba(41, 168, 223, 0.2) -5.91%, rgba(140, 198, 114, 0.2) 104.18%);
  opacity: 0.95;
}

.main-footer .shape .shape-2{
  position: absolute;
  right: -60px;
  bottom: -20px;
  width: 252px;
  height: 199px;
  will-change: border-radius, transform, opacity;
  animation: heroShapeTwo 5s linear infinite;
  display: block;
  background: linear-gradient(97.57deg, rgba(41, 168, 223, 0.2) -5.91%, rgba(140, 198, 114, 0.2) 104.18%);
  opacity: 0.95;
}

.main-footer .shape .shape-3{
  position: absolute;
  left: 0px;
  top: -80px;
  width: 408px;
  height: 372px;
  background-repeat: no-repeat;
}

.main-footer .shape .shape-4{
  position: absolute;
  right: 0px;
  bottom: -80px;
  width: 249px;
  height: 322px;
  background-repeat: no-repeat;
}


@keyframes heroShape {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    25% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-20px, 5px, 0) rotateZ(0.01deg);
    }
    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-20px, 5px, 0) rotateZ(0.01deg);
    }
    45% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-20px, 10px, 0) rotateZ(0.01deg);
    }
    55% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    75% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -5px, 0) rotateZ(0.01deg);
    }
}

@keyframes heroShapeTwo {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 10px, 0) rotateZ(0.01deg);
    }
    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    65% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -10px, 0) rotateZ(0.01deg);
    }
}



/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/


/** header-style-three **/

.header-top-two{
  position: relative;
  width: 100%;
  background: #F0F4F8;
  padding: 6px 0px;
}


.header-top-two .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-two .language{
  position: relative;
  display: block;
  padding-left: 36px;
  cursor: pointer;
  z-index: 1;
}

.header-top-two .language img{
  position: absolute;
  left: 0px;
  top: 4px;
  border-radius: 50%;
}

.header-top-two .language span{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #1E1E1E;
  padding-right: 20px;
}

.header-top-two .language span:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  top: 1px;
  right: 0px;
  font-size: 20px;
}

.header-top-two .language .language-list{
  position: absolute;
  left: 0px;
  top: 50px;
  width: 120px;
  background: #1E1E1E;
  padding: 5px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.header-top-two .language:hover .language-list{
  top: 35px;
  opacity: 1;
  visibility: visible;
}

.header-top-two .language .language-list li{
  position: relative;
  display: block;
  padding: 0px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-top-two .language .language-list li:last-child{
  border-bottom: none;
}

.header-top-two .language .language-list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 2px 0px;
  color: #fff;
}

.header-top-two .info{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top-two .info li{
  position: relative;
  margin-right: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #1E1E1E;
  padding-left: 32px;
}

.header-top-two .info li i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 22px;
}

.header-top-two .info li:last-child{
  margin: 0px !important;
}

.header-top-two .info li a{
  color: #1E1E1E;
  display: inline-block;
}

.header-top-two .social-links{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top-two .social-links li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-right: 20px;
}

.header-top-two .social-links li:last-child{
  margin: 0px !important;
}

.header-top-two .social-links li a{
  display: inline-block;
  color: #BED73E;
}

.header-upper{
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.header-upper .upper-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-upper .upper-inner .logo-box{
  padding: 15px 0px;
}

.header-upper .upper-inner .theme-btn{
  padding: 19px 40px;
}

.header-style-three .header-lower .main-box{
  position: relative;
  width: 100%;
}

.header-style-three .header-lower .outer-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 0px 0px 20px 20px;
}


.header-style-three .header-lower .main-menu .navigation > li > a{
  color: #fff;
  /*padding-top: 39px;*/
  /*padding-bottom: 39px;*/
}

.header-style-three .main-menu .navigation > li > a:after{
  display: none;
}

.header-style-three .header-lower .main-menu .navigation > li.current > a, 
.header-style-three .header-lower .main-menu .navigation > li:hover > a{
  color: #1E1E1E !important;
}

.header-style-three .header-lower .main-menu .navigation > li.dropdown > a:before{
  top: 38px;
}

.header-style-three .header-lower .nav-right .search-box-outer{
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  transition: all 500ms ease;
}

.header-style-three .header-lower .main-menu .navigation > li{
  margin: 0px 37px;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  padding: 150px 0px 150px 0px;
  overflow: hidden;
}

.banner-style-three:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.banner-style-three .content-box{
  position: relative;
  display: block;

}

.banner-style-three .content-box .person-box{
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.banner-style-three .content-box .person-box .person{
  position: relative;
  float: left;
  margin-right: 20px;
}

.banner-style-three .content-box .person-box .person li{
  position: relative;
  display: inline-block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-left: -30px;
  border: 3px solid #fff;
}

.banner-style-three .content-box .person-box .person li:last-child:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0.8;
}

.banner-style-three .content-box .person-box .person li:first-child{
  margin-left: 0px;
}

.banner-style-three .content-box .person-box .person li img{
  border-radius: 50%;
}

.banner-style-three .content-box .person-box .person li span{
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  width: 62px;
  line-height: 62px;
  font-size: 14px;
  color: #fff;
}

.banner-style-three .content-box .person-box h3{
  float: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

.banner-style-three .content-box h2{
  display: block;
  font-weight: 700;
  font-size: 50px;
  line-height: 80px;
  color: black;
  text-transform: uppercase;
  border:2px solid white;
  background-color: #BED73E;
    padding: 20px 10px;
    opacity: 0.8;
}

.banner-style-three .content-box .form-inner{
  margin-bottom: 41px;
}

.banner-style-three .content-box .form-inner .form-group{
  position: relative;
  margin-bottom: 0px;
}

.banner-style-three .content-box .form-inner .form-group input[type="email"]{
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 67px;
  border: 1px solid #fff;
  padding: 10px 240px 10px 80px;
  font-size: 24px;
  color: #677289;
}

.banner-style-three .content-box .form-inner .form-group button{
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 33px 71px;
}

.banner-style-three .content-box p{
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

.banner-style-three .big-text{
  position: absolute;
  left: -18px;
  bottom: 0px;
  font-size: 290px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 200px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  transition: all 500ms ease;
}

.banner-style-three .shape .shape-1{
  position: absolute;
  left: 0px;
  top: -37px;
  width: 62px;
  height: 439px;
  background-repeat: no-repeat;
}

.banner-style-three .shape .shape-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 199px;
  height: 439px;
  background-repeat: no-repeat;
}

.banner-style-three .shape .award-box{
  position: absolute;
  top: 172px;
  right: 195px;
}

.clients-section .text{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.clients-section .text p{
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 58px;
  color: #000;
}

.clients-section .text p span{
  font-weight: 700;
}

.clients-section .text p a{
  font-weight: 600;
  color: #000;
}

.clients-section.alternat-2{
  padding: 97px 0px 89px 0px;
}

.service-section.alternat-2{
  padding: 0px 100px;
}

.service-section .outer-container{
  position: relative;
  background: #F1F8FF;
  border-radius: 50px 50px 0px 0px;
  padding: 96px 0px 158px 0px;
}

.service-section .outer-container .service-block-one .inner-box .text{
  background: rgba(13, 125, 252, 0.90);
}

.service-section .outer-container .service-block-one .inner-box .overlay-content {
  background: linear-gradient(270deg, rgb(13 125 252 / 90%) -22.92%, rgb(255 147 96 / 90%) 56.63%);
}


.service-section .outer-container .shape .shape-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 410px;
  height: 410px;
  background-repeat: no-repeat;
}

.service-section .outer-container .shape .shape-2{
  position: absolute;
  right: -80px;
  bottom: -40px;
  width: 97px;
  height: 92px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.service-section .outer-container .sec-title{
  margin-bottom: 0px;
}

.service-section .outer-container .upper-title{
  margin-bottom: 60px;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  padding: 105px 0px 175px 0px;
}

.about-style-three .image-box{
  position: relative;
  display: block;
  margin-right: 65px;
  padding-bottom: 23px;
}

.about-style-three .image-box .image{
  position: relative;
  display: block;
}

.about-style-three .image-box .image img{
  width: 100%;
}

.about-style-three .image-box:before{
  position: absolute;
  content: '';
  background: #F5F5F5;
  border-radius: 294px 294px 0px 0px;
  width: 100%;
  height: calc(100% - 160px);
  left: 0px;
  bottom: 0px;
}

.about-style-three .image-box:after{
  position: absolute;
  content: '';
  border-radius: 294px 294px 0px 0px;
  width: 100%;
  height: calc(100% - 160px);
  left: -20px;
  bottom: 0px;
  z-index: -1;
}

.about-style-three .image-box .dashboard-image{
  position: absolute;
  left: 24px;
  bottom: -77px;
  background: #FFFFFF;
  border: 10px solid #FBF9F9;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.about-style-three .content-box{
  position: relative;
  display: block;
  margin-left: -30px;
  margin-top: 145px;
}

.about-style-three .content-box .video-btn{
  position: relative;
  margin-bottom: 46px;
}

.about-style-three .content-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 81px;
  height: 81px;
  line-height: 88px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.about-style-three .content-box .sec-title p{
  margin-top: 30px;
}

.about-style-three .content-box .sec-title{
  margin-bottom: 11px;
}

.about-style-three .content-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 15px 145px;
  margin-bottom: 27px;
  min-height: 125px;
}

.about-style-three .content-box .single-item:last-child{
  margin-bottom: 0px;
}

.about-style-three .content-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 125px;
  height: 125px;
  line-height: 125px;
  background: #fff;
  text-align: center;
  font-size: 50px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

.about-style-three .content-box .single-item .icon-box .icon{
  display: inline-block;
}

.about-style-three .content-box .single-item h3{
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 58px;
}

.about-style-three .content-box .single-item p{
  font-size: 16px;
  line-height: 26px;
}

.about-style-three .shape .shape-1{
  position: absolute;
  top: 270px;
  right: 0px;
  width: 349px;
  height: 458px;
  background-repeat: no-repeat;
}

.about-style-three .shape .shape-2{
  position: absolute;
  left: 100px;
  top: 209px;
  width: 164px;
  height: 172px;
  background-repeat: no-repeat;
}


/** funfact-style-two **/

.funfact-style-two{
  position: relative;
}

.funfact-style-two .inner-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.funfact-block-two .inner-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 105px;
}

.funfact-block-two .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 10px;
  font-size: 80px;
}

.funfact-block-two .inner-box .count-outer{
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 72px;
  line-height: 87px;
  color: #1E1E1E;
  margin-bottom: 1.5px;
}

.funfact-block-two .inner-box h5{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}


/** project-style-two **/

.project-style-two{
  position: relative;
  padding: 145px 0px 280px 0px;
}

.project-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(255, 109, 80, 1) -0.7%, rgba(35, 41, 214, 1) 112.68%);
}

.project-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.2;
}

.project-block-two .inner-box .content-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .content-box{
  bottom: 94px;
  opacity: 1;
  visibility: visible;
}

.project-block-two .inner-box .content-box .view-btn a{
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #fff;
  margin-bottom: 51px;
}

.project-block-two .inner-box .content-box span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 4px;
}

.project-block-two .inner-box .content-box h2{
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 33px;
}

.project-block-two .inner-box .content-box h2 a{
  display: inline-block;
  color: #fff;
}

.project-block-two .inner-box .content-box h2 a:hover{
  text-decoration: underline;
}

.project-block-two .inner-box .content-box .theme-btn{
  padding: 19px 40px;
}

.project-style-two .more-text{
  margin-top: 59px;
}

.project-style-two .more-text h3{
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.project-style-two .more-text h3 a{
  display: inline-block;
}

.project-style-two .more-text h3 a:hover{
  text-decoration: underline;
}

.project-style-two .owl-nav{
  position: absolute;
  left: 0px;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}

.project-style-two .owl-nav button span{
  display: none;
}

.project-style-two .owl-nav button{
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  transition: all 500ms ease;
}

.project-style-two .owl-nav button.owl-prev{
  left: 0px;
}

.project-style-two .owl-nav button.owl-next{
  right: 0px;
}

.project-style-two .owl-nav button:before{
  position: absolute;
  content: '\e914';
  font-family: 'icomoon';
  font-size: 14px;
  color: #1E1E1E;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.project-style-two .owl-nav button.owl-next:before{
  content: '\e906';
}

.project-style-two .owl-nav button:hover:before{
  color: #fff;
}




.contact-section .shape-2{
  position: absolute;
  left: -260px;
  top: -138px;
  width: 609px;
  height: 420px;
  background-repeat: no-repeat;
  z-index: -1;
}

.contact-section.alternat-2 .image-box:before{
  display: none;
}

.contact-section.alternat-2 .image-box .image{
  position: relative;
  border-radius: 20px;
}

.contact-section.alternat-2 .image-box .image:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, #BED73E -0.33%, rgba(196, 196, 196, 0) 111.6%);
  border-radius: 20px;
}

.contact-section.alternat-2 .image-box .location-box{
  position: absolute;
  left: 45px;
  bottom: 48px;
  padding-left: 28px;
  z-index: 1;
}

.contact-section.alternat-2 .image-box .location-box .icon{
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 18px;
  color: #fff;
}

.contact-section.alternat-2 .image-box .location-box span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 7px;
}

.contact-section.alternat-2 .image-box .location-box h6{
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.contact-section.alternat-2{
  padding-bottom: 120px;
}


.team-section.alternat-2{
  padding: 0px 100px;
}

.team-section .outer-container{
  position: relative;
  padding: 98px 0px 74px 0px;
  background: #F1F8FF;
  border-radius: 50px 50px 0px 0px;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.team-section .tabs-content{
  margin-left: 16px;
}

.tabs-content .team-block-one .inner-box{
  margin-bottom: 56px;
}

.tabs-content .team-block-one .inner-box:before{
  transition: all 500ms ease;
}

.tabs-content .team-block-one .inner-box:hover:before{
  transform: rotate(0deg);
}

.team-section .tab-btn-box .tab-btns{
  position: relative;
  display: block;
  padding: 56px 50px 112px 50px;
  border-radius: 25px;
}

.team-section .tab-btn-box .tab-btns li{
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 58px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.team-section .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.team-section .tab-btn-box .tab-btns li:hover:before,
.team-section .tab-btn-box .tab-btns li.active-btn:before{
  width: 100%;
}


/** weare-style-two **/

.weare-style-two{
  position: relative;
  padding: 121px 0px 115px 0px;
}

.weare-style-two .image-box{
  padding-right: 77px;
}

.weare-style-two .image-box .image{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.weare-style-two .image-box .image img{
  width: 100%;
  border-radius: 50%;
}

.weare-style-two .image-box .image:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(360deg, #FF9360 27.08%, rgba(196, 196, 196, 0) 97.3%);
}

.weare-style-two .image-box .image:after{
  position: absolute;
  content: '';
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  left: 22px;
  top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  border-radius: 50%;
}

.weare-style-two .image-box .text{
  position: absolute;
  top: 28px;
  right: 77px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 50%;
}

.weare-style-two .image-box .text h5{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.weare-style-two .image-box .support-box{
  position: absolute;
  left: 0px;
  bottom: 76px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.weare-style-two .image-box .support-box h3{
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}

.weare-style-two .image-box .support-box h6{
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 58px;
  color: #fff;
}

.weare-style-two .image-box .support-box h6 a{
  display: inline-block;
  color: #fff;
}

.weare-style-two .image-box .support-box h6 a:hover{
  text-decoration: underline;
}

.weare-style-two .image-box .image-shape{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 280px;
  height: 215px;
  background-repeat: no-repeat;
}

.weare-style-two .content-box{
  position: relative;
  display: block;
  margin-top: -6px;
}

.weare-style-two .content-box .sec-title p{
  margin-top: 16px;
}

.weare-style-two .content-box .sec-title{
  margin-bottom: 19px;
}

.weare-style-two .content-box .text{
  margin-bottom: 36px;
}

.weare-style-two .content-box .text p{
  font-size: 16px;
  line-height: 26px;
}

.weare-style-two .content-box .single-item{
  padding-bottom: 18px;
}

.weare-style-two .content-box .single-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.weare-style-two .content-box .single-item .upper-box{
  position: relative;
  display: block;
  margin-bottom: 19px;
  padding-left: 72px;
}

.weare-style-two .content-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: -10px;
  font-size: 50px;
}

.weare-style-two .content-box .single-item h5{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 19px;
}

.weare-style-two .content-box .single-item p{
  font-size: 14px;
  line-height: 24px;
}

.weare-style-two .content-box .author-box{
  position: relative;
  margin-top: -20px;
}

.weare-style-two .content-box .author-box:before{
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% - 8px);
  left: 10px;
  top: 0px;
}

.weare-style-two .content-box .author-box .author-thumb{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 11px;
}

.weare-style-two .content-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.weare-style-two .content-box .author-box .signature{
  margin-bottom: 4px;
}

.weare-style-two .content-box .author-box h5{
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
}

.weare-style-two .content-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 24px;
}

.weare-style-two .content-box .author-box .designation span{
  color: #1E1E1E;
}

.weare-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 40px;
  width: 206px;
  height: 381px;
  background-repeat: no-repeat;
}


/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
  background: #BED73E;
  padding: 50px 0px 50px 0px;
}


.testimonial-style-three .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-three .bg-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.65;
}

.testimonial-style-three .accordion-inner{
  position: relative;
  display: block;
}

.testimonial-style-three .accordion-inner .sec-title{
  margin-bottom: 10px;
}

.testimonial-style-three .accordion-box .block{
  margin-bottom: 10px;
}

.testimonial-style-three .accordion-box .block:last-child{
  margin-bottom: 0px;
}

.testimonial-style-three .testimonial-inner{
  position: relative;
  display: block;
}

.testimonial-style-three .testimonial-inner .sec-title h5,
.testimonial-style-three .testimonial-inner .sec-title h5 i{
  background: transparent;
}

.testimonial-style-three .testimonial-inner .sec-title h5{
  color: #fff;
  margin-bottom: 8px;
}

.testimonial-style-three .testimonial-inner .sec-title{
  margin-bottom: 10px;
}

.testimonial-style-three .testimonial-content{
  position: relative;
  display: block;
}

.testimonial-style-three .testimonial-content .author-box{
  position: relative;
  display: block;
  padding: 50px 0px 45px 200px;
  margin-bottom: 29px;
}

.testimonial-style-three .testimonial-content .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 26px;
  width: 120px;
  height: 120px;
  border: 5px solid #fff;
  border-radius: 50%;
}

.testimonial-style-three .testimonial-content .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-three .testimonial-content .author-box .author-thumb:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 1;
}

.testimonial-style-three .testimonial-content .author-box .author-thumb:after{
  position: absolute;
  content: '“';
  font-weight: 700;
  font-size: 96px;
  line-height: 116px;
  color: #fff;
  left: 0px;
  bottom: -50px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1;
}

.testimonial-style-three .testimonial-content .author-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
}

.testimonial-style-three .testimonial-content .author-box .rating li:last-child{
  margin: 0px !important;
}

.testimonial-style-three .testimonial-content .author-box .rating{
  margin-bottom: 12px;
}

.testimonial-style-three .testimonial-content .author-box h5{
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}

.testimonial-style-three .testimonial-content .author-box h5 span{
  font-size: 14px;
  font-weight: 400;
}

.testimonial-style-three .testimonial-content .text p{
  font-size: 20px;
  line-height: 34px;
  color: #fff;
}

.testimonial-style-three .owl-dots{
  position: relative;
  display: block;
  margin-top: 35px;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  background: transparent;
  margin-right: 20px;
  margin-left: 0px;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot:last-child span{
  margin: 0px !important;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot.active span:before{
  background: rgba(0, 0, 0, 0.10);
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot span:before{
  position: absolute;
  content: '0';
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  transition: all 500ms ease;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot:first-child span:before{
  content: '1';
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot:nth-child(2) span:before{
  content: '2';
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot:nth-child(3) span:before{
  content: '3';
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot:nth-child(4) span:before{
  content: '4';
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot:nth-child(5) span:before{
  content: '5';
}

.testimonial-style-three .owl-nav button span{
  display: none;
}



.news-section .owl-nav{
  position: absolute;
  left: 0px;
  top: 42%;
  transform: translateY(-50%);
  width: 100%;
}

.news-section .owl-nav button span{
  display: none;
}

.news-section .owl-nav button{
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
}

.news-section .owl-nav button.owl-prev{
  left: -40px;
}

.news-section .owl-nav button.owl-next{
  right: -40px;
}

.news-section .owl-nav button:before{
  position: absolute;
  content: '\e914';
  font-family: 'icomoon';
  font-size: 14px;
  color: #1E1E1E;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.news-section .owl-nav button.owl-next:before{
  content: '\e906';
}

.news-section .owl-nav button:hover:before{
  color: #fff;
}

.news-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.news-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.news-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.news-section .owl-carousel .news-block-one .inner-box{
  margin-bottom: 0px;
}


/** info-section **/

.info-section{
  position: relative;
  z-index: 1;
}

.info-block-one .inner-box{
  padding: 35px 30px 35px 100px;
  border-radius: 20px;
  transition: all 500ms ease;
}

.info-block-one .inner-box .icon-box{
  position: absolute;
  left: 42px;
  top: 47px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 50%;
}

.info-block-one .inner-box h5{
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}

.info-block-one .inner-box p{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.info-block-one .inner-box p a{
  display: inline-block;
  color: #fff;
}

.info-block-one .inner-box p a:hover{
  text-decoration: underline;
}

.info-section .inner-container{
  margin-bottom: -57px;
}


.main-footer.style-two .widget-section {
    padding: 60px 0px 30px 0px;
    padding-top: 0;
}
.main-footer .footer-column .footer-widget {
    margin-bottom: 30px;
    height: 100%;
}

.main-footer .logo-widget .footer-logo{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.main-footer .logo-widget p{
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 23px;
}

.main-footer .logo-widget .social-links li{
  position: relative;
  display: inline-block;
}

.main-footer .logo-widget .social-links li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.main-footer .logo-widget .social-links li a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.main-footer .logo-widget .social-links li a:hover:before{
  transform: scale(1,1);
}

.main-footer .map-widget{
  position: relative;
  margin-left: 70px;
  margin-right: 25px;
}

.main-footer .map-widget #contact-google-map{
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 5px;
}

.main-footer .map-widget .widget-title{
  margin-bottom: 40px;
}



/*** 

====================================================================
                        Home-Page-Four
====================================================================

***/


/** header-style-four **/

.header-style-four{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-style-four .header-lower .outer-box{
  padding: 0px;
  padding-top: 22px;
}

.header-style-four .outer-box .logo-box{
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 0px;
}

.header-style-four .outer-box .logo-box .logo{
  margin-right: 45px;
}

.header-style-four .outer-box .logo-box .search-box-outer{
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 46px;
  border-radius: 50%;
  font-size: 18px;
  background: #FFFFFF;
  text-align: center;
  margin-right: 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
}

.header-style-four .outer-box .logo-box .search-box-outer:hover{
  color: #fff;
}

.header-style-four .menu-area{
  position: relative;
  display: flex;
  align-items: center;
}

.header-style-four .menu-area .nav-btn{
  cursor: pointer;
  margin-left: 50px;
}

.header-style-four .main-menu .navigation > li > a:after{
  display: none;
}



/** xs-sidebar **/

.xs-sidebar-group .xs-overlay{
  left:0%;
  top:0;
  position:fixed;
  height:100%;
  width:20%;
  transform: scaleX(0);
  transform-origin: left center;
  cursor:url(../images/icons/cross-out.png),
  pointer; 
  z-index: 9999999;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform .65s .3s cubic-bezier(0.7, 0, 0.2, 1);
}

.xs-sidebar-group.isActive .xs-overlay{
  transform: scaleX(1);
  transition-delay: .03s;
}

.xs-sidebar-group .xs-overlay-2{
  left: 20%;
  transition-delay: .06s;
}

.xs-sidebar-group .xs-overlay-3{
  left: 40%;
  transition-delay: .09s;
}

.xs-sidebar-group .xs-overlay-4{
  left: 60%;
  transition-delay: .12s;
}

.xs-sidebar-group .xs-overlay-5{
  left: 80%;
  transition-delay: .15s;
}

.xs-sidebar-group .widget-heading{
  position:absolute;
  top: 50px;
  right: 35px;
  z-index: 1;
}

.xs-sidebar-widget{
  position:fixed;
  right:-100%;
  top:0;
  bottom:0;
  width:100%;
  max-width:460px;
  z-index:999999999;
  height: 100%;
  -webkit-overflow-scrolling:touch;
  background-color:#fff;
  transition: all 900ms ease;
  visibility:hidden;
  opacity:0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
  opacity:1;
  visibility:visible;
  right:0;
  -webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.sidebar-textwidget{
  padding: 50px 40px 50px 40px;
}

.xs-sidebar-group .close-side-widget{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #0e132d;
  color: #0e132d;
  border-radius: 50%;
  font-weight: 400;
  font-size: 20px;
}

.sidebar-widget-container{
  position:relative;
  opacity:0;
  visibility:hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container{
  opacity:1;
  visibility:visible;
}

.xs-bg-black{
  background-color:#121113;
}

.sidebar-info-contents .content-inner{
  position:relative;
}

.header-style-four .main-menu .navigation > li{
  margin: 0px 15px;
}

.sidebar-info-contents .content-inner .logo {
  padding:0px 0px 40px;
  max-width: 250px;
}

.sidebar-info-contents .content-inner .logo img{
  display:inline-block;
  max-width:100%; 
}

.sidebar-info-contents .content-inner .content-box{
  position:relative;
}

.sidebar-info-contents .content-inner .content-box h4{
  position:relative;
  font-size:20px;
  font-weight:700;
  margin-bottom:20px;
}

.sidebar-info-contents .content-inner .content-box p{
  position:relative;
  font-size:15px;
  margin-bottom:25px;
}

.sidebar-info-contents .content-inner .content-box .theme-btn-two{
  padding: 10px 50px;
}

.sidebar-info-contents .content-inner .contact-info{
  position:relative;
  margin-top:60px;
}

.sidebar-info-contents .content-inner .contact-info ul li{
  position:relative;
  display: block;
  font-size:15px;
  color: #75767b;
  margin-bottom:3px;
}

.sidebar-info-contents .content-inner .contact-info ul li a{
  color: #75767b;
}

.sidebar-info-contents .content-inner .contact-info h4{
  position:relative;
  font-size:20px;
  font-weight:700;
  margin-bottom:20px;
}

.sidebar-info-contents .content-inner .social-box{
  position:relative;
  margin-top:20px;
  margin-bottom:30px;
}

.sidebar-info-contents .content-inner .social-box li{
  position:relative;
  display:inline-block;
  margin-right:6px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a{
  position:relative;
  width:36px;
  height:36px;
  color:#75767b;
  z-index:1;
  font-size:13px;
  line-height:36px;
  text-align:center;
  border-radius:50%;
  display:inline-block;
  background: transparent;
  border: 1px solid #e5e5e5;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover{
  color: #fff;
}



/** banner-style-four **/

.banner-style-four{
  position: relative;
  padding-top: 220px;
}

.banner-style-four .content-box h2{
  display: block;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 36px;
}

.banner-style-four .content-box p{
  display: block;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 29px;
}

.banner-style-four .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1001px;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-style-four .image-box{
  position: relative;
  width: 549px;
  height: 549px;
  margin-left: 30px;
}

.banner-style-four .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}

.banner-style-four .image-box .image{
  position: absolute;
  top: -15px;
  left: 10px;
}

.banner-style-four .image-box .image img{
  width: 100%;
}

.banner-style-four .image-box .shape .shape-1{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 535px;
  height: 535px;
  background-repeat: no-repeat;
}

.banner-style-four .image-box .shape .shape-2{
  position: absolute;
  left: 25px;
  top: 25px;
  width: 76px;
  height: 114px;
  background-repeat: no-repeat;
}

.banner-style-four .image-box .shape .shape-3{
  position: absolute;
  top: 40px;
  right: 160px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.banner-style-four .image-box .shape .shape-4{
  position: absolute;
  top: 260px;
  right: -20px;
  width: 75px;
  height: 97px;
  background-repeat: no-repeat;
}

.banner-style-four .image-box .shape .shape-5{
  position: absolute;
  right: 95px;
  bottom: -55px;
  width: 89px;
  height: 221px;
  background-repeat: no-repeat;
}

.banner-style-four .image-box .shape .shape-6{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  width: 144px;
  height: 58px;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** service-style-three **/


.service-style-three .service-block-one .inner-box .text{
  background: rgba(12, 125, 252, 0.90);
}

.service-style-three .service-block-one .inner-box .overlay-content{
  background: rgba(12, 125, 252, 0.90);
}

.service-style-three .service-block:nth-child(2){
  padding-top: 75px;
}

.service-style-three .service-block:last-child{
  padding-top: 150px;
}


/** about-style-four **/


.about-style-four {
    position: relative;
    padding: 100px 0px 100px 0px;
    background: url(../images/about-1-bg-1.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.about-style-four span.big-text {
    position: absolute;
    right: 25px;
    bottom: 0;
    font-size: 140px;
    line-height: 1;
    font-family: 'Poppins Bold';
    color: #28282812;
    text-transform: uppercase;
}

.about-one__btn-call {
    position: relative;
    display: flex;
    align-items: center;
}
.about-one__call {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.about-one__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: #eeede5;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    width: 57px;
    height: 57px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-one__call-icon span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: var(--jetly-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-one__call-icon object {
    width: 25px;
	position: relative;
    display: inline-block;
    color: var(--primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-one__call-content {
    margin-left: 10px;
}
.about-one__call-sub-title {
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 20px;
    font-weight: 500;
}
.about-one__call-number {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.about-one__call-number a {
    color: var(--primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-style-four .image-box .image{
  border-radius: 10px;
}

.about-style-four .image-box img{
  width: 100%;
  border-radius: 10px;
}
.about-style-four .image-box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.about-style-four .image-box .image-2{
  position: relative;
  /*
  right: 44px;
  bottom: 0px;
  z-index: 1;*/
  overflow: hidden;
}

.about-style-four .image-box .image-1{
  position: relative;
  margin:0;
}

.about-style-four .image-box .image-2:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-style-four .image-box:hover .image-2:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-four .image-box .shape .shape-1{
  position: absolute;
  left: -25px;
  top: 125px;
  width: 135px;
  height: 151px;
  background-repeat: no-repeat;
  z-index: 1;
}

.about-style-four .image-box .shape .shape-2{
  position: absolute;
  right: -35px;
  bottom: 70px;
  width: 184px;
  height: 184px;
  background-repeat: no-repeat;
  z-index: 2;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.about-style-four .content-box{
  position: relative;
  display: block;
}

.about-style-four .content-box .sec-title h3{
  display: block;
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
}

.about-style-four .content-box .sec-title {
    margin-bottom: 20px;
}

.about-style-four .content-box .text{
  margin-bottom: 1rem;
}

.about-style-four .content-box .text p{
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 5px;
}

.about-style-four .content-box .text p:last-child{
  margin-bottom: 0px;
}

.about-style-four .content-box .funfact-block-two{
  float: left;
  margin-right: 30px;
}

.about-style-four .content-box .funfact-block-two:last-child{
  margin: 0px !important;
}

.about-style-four .funfact-block-two .inner-box .icon-box{
  font-size: 50px;
}

.about-style-four .funfact-block-two .inner-box{
  padding-left: 70px;
}

.about-style-four .funfact-block-two .inner-box .count-outer{
  font-size: 36px;
  line-height: 44px;
}

.about-style-four .funfact-block-two .inner-box h5{
  font-size: 14px;
  line-height: 17px;
}

.about-style-four .content-box .funfact-inner{
  margin-bottom: 77px;
}

.about-style-four .image-box .image .play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    transition: all .3s ease;
}
.about-style-four .image-box .image .play-now .icon {
    height: 100px;
    width: 100px;
    background-color: var(--primary);
    color: #fff;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    border-radius: 50%;
}
.play-now .icon, .play-now .ripple {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.play-now .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-box-shadow: 0 0 0 0 hsla(0,0%,100%,.6);
    -o-box-shadow: 0 0 0 0 hsla(0,0%,100%,.6);
    box-shadow: 0 0 0 0 hsl(0deg 0% 100% / 60%);
    animation: ripple 3s infinite;
}
.play-now .ripple:after, .play-now .ripple:before {
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 hsla(0,0%,100%,.6);
    -o-box-shadow: 0 0 0 0 hsla(0,0%,100%,.6);
    box-shadow: 0 0 0 0 hsl(0deg 0% 100% / 60%);
    content: "";
    position: absolute;
}
.play-now .ripple:before {
    animation: ripple 3s infinite;
    animation-delay: .9s;
}
.play-now .ripple:after {
    animation: ripple 3s infinite;
    animation-delay: .6s;
}
.about-style-four .image-box .image .play-now .icon {
    position: relative;
    text-align: center;
    line-height: 70px;
    z-index: 1;
    -ms-box-shadow: 0 0 10px 0 hsla(0,0%,100%,.3);
    -o-box-shadow: 0 0 10px 0 hsla(0,0%,100%,.3);
    box-shadow: 0 0 10px 0 hsl(0deg 0% 100% / 30%);
    transform-origin: center;
}


/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Product Section */


section.product-section {
    background-color: var(--primary);
    padding-top: 100px;
    padding-bottom: 0px;
}
.section-header .entry-title {
    font-size: 45px;
    line-height: 1.3;
}
.section-header span.sub-title {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.6px;
	color:var(--secondary);
    font-family: 'Poppins Medium';
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}
.section-header span.sub-title::before, 
.section-header span.sub-title::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 3px;
    width: 75px;
    background: var(--primary);
}
.section-header span.sub-title::before {
    left: -95px;
}
.section-header span.sub-title::after {
    right: -95px;
}
section.product-section .section-header span.sub-title::before, section.product-section .section-header span.sub-title::after {
    background-color: #fff;
}
section.product-section .section-header span.sub-title {
    color: #fff;
}
section.product-section .section-header .entry-title {
    color: #fff;
    margin-bottom: 40px;
}
section.product-section .section-header span.transparent-text.numbers {
    color: #ffffff2e;
}

.project-items {
    padding: 228px 35px 21px 35px;
    position: relative;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}
.project-items::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(360deg, rgba(0,0,0,1) 13%, rgba(255,255,255,0) 86%);
    opacity: 0.85;
}
.project-items .project-title {
    position: relative;
}
.project-items .project-title span.project-numbers {
    font-size: 70px;
    color: #fff;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Poppins Bold';
}
.project-items .project-title h3 {
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Poppins Medium';
    font-size: 22px;
    letter-spacing: 0.6px;
}
.project-items .project-title p {
    color: #fff;
    margin-bottom: 20px;
}
.project-items .project-title .project-link a {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins Bold';
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.project-items .project-title .project-link a:hover {
    color: var(--primary);
}

.three-item-carousel .owl-stage {
    display: flex;
}
.three-item-carousel .owl-item {
    float: none;
    display: flex;
    flex-direction: column;
}

@media (min-width:992px) {
	.three-item-carousel {
		bottom: -100px;
		margin-top: -100px;
	}
}

/* Process Section */

section.process-section {
    padding-top: 250px;
    padding-bottom: 70px;
    /*background-color: #f1f2f7;*/
}
section.process-section .section-header span.sub-title::before, 
section.process-section .section-header span.sub-title::after {
    background: var(--primary);
}
section.process-section .section-header {
    margin-bottom: 45px;
}

.process-items {
    position: relative;
    padding: 40px 25px 30px;
    padding-top: 150px;
    overflow: hidden;
    height: 100%;
    /* filter: grayscale(100%); */
    margin-bottom: 30px;
}
.process-items .process-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 500ms ease 0s;
}
.process-items .process-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(360deg, rgba(0,0,0,1) 13%, rgba(255,255,255,0) 86%);
    opacity: 0.85;
    transition: all 500ms ease;
}
.process-items:hover .process-image {
    transform: scale(1.2);
}
.process-items .process-content {
    /*position: inherit;
    z-index: 1;*/
    transition: all 500ms ease;
}
.process-items .process-content .process-title {
    font-size: 18px;
    font-family: 'Poppins Medium';
    color: #fff;
    margin-bottom: 15px;
    height: 40px;
}
.process-items .process-content p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
}
.process-items .process-content .btn-box .theme-btn {
    line-height: 22px;
    padding: 10px 30px;
    font-size: 14px;
}
.process-items .process-content span.tags {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #000;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.6px;
    border-radius: 0.25rem;
}
.process-items .process-content span.tags:nth-child(2) {
    right: 20px;
    left: auto;
    background: var(--primary);
}
.equal > div, .equal > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
.four-item-carousel .owl-stage {
	display:flex;
}
.four-item-carousel .owl-stage .owl-item {
	display:flex;
	flex-direction:column;
}
.four-item-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 30px;
}
.four-item-carousel .owl-nav [class*="owl-"] {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}
.four-item-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}
.owl-item.active.center .process-items .process-content {
    transform: translateY(-50px);
}
.owl-item.active.center .process-items .process-image::before {
    background: rgb(0,0,0);
    background: linear-gradient(360deg, #6d0b0e 30%, rgba(255,255,255,0) 100%);
    opacity: 0.95;
}
.owl-item.active.center .process-items .process-image {
    transform: scale(1.2);
}
.owl-item.active.center .process-items {
	filter: none;
}

/** Testimonials Section **/

section.testimonials-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
section.testimonials-section .section-header {
    margin-bottom: 50px;
}
.testimonial-items {
    text-align: center;
    position: relative;
}
.testimonial-items .text {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.testimonial-items .text p {
    color: #000;
    line-height: 32px;
}
.testimonial-items .author-box figure.author-thumb {
    margin: auto;
    display: inline-block;
    margin-bottom: 25px;
}
.testimonial-items .author-box figure.author-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid var(--primary);
}
.testimonial-items .author-box h5 {
    color: var(--primary);
    font-size: 22px;
    font-family: 'Poppins Medium';
    line-height: 30px;
    text-transform: uppercase;
}
.testimonial-items .author-box span {
    display: block;
    font-size: 17px;
    font-family: 'Poppins Medium';
    color: #000;
    letter-spacing: 0.6px;
}

/** Typewriter Section **/

section.typewriter-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
section.typewriter-section .section-header span.sub-title {
    color: #000;
    margin-bottom: 30px;
}
section.typewriter-section .section-header .typewriter {
    position: relative;
    padding-bottom: 45px;
	color: #fff;
}
section.typewriter-section .section-header .typewriter span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 25px;
    bottom: 0;
}
section.typewriter-section .section-header p {
    color: #fff;
    margin-bottom: 30px;
}
.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(360deg, rgba(0,0,0,1) 13%, rgba(255,255,255,0) 86%);
    opacity: 0.85;
    transition: all 500ms ease 0s;
}

span.transparent-text {
	position: absolute;
	color: #FFFFFF13;
	font-size: 300px;
	font-family: 'Poppins Bold';
	left: -120px;
	top: -50px;
	display:none;
}
span.transparent-text.numbers {
    color: #28282812;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    font-size: 200px;
}

@media (min-width:1024px) {
	span.transparent-text {
		display:block;
	}
}
 
/** Blog-section **/

section.blogs-section {
    padding-top: 100px;
    padding-bottom: 130px;
    /*background-color: #f1f2f7;*/
}
.blog-items {
    position: relative;
    background-color: #fff;
    padding: 1rem 1rem;
}
.blog-items .image-box figure.image {
    margin-bottom: 1rem;
}
.blog-items .blog-content span.blog-post-date {
    display: block;
    margin-bottom: 0.75rem;
    font-family: 'Poppins Medium';
    color: var(--primary-red);
    text-transform: capitalize;
    letter-spacing: 0.6px;
}
.blog-items .blog-content h5 {
    margin-bottom: 0.75rem;
    font-family: 'Poppins Bold';
    font-size: 20px;
    line-height: 32px;
}
.blog-items .blog-content p {
    color: #000;
    font-size: 15px;
    margin-bottom: 1rem;
    line-height: 24px;
}
.blog-items .blog-content .btn-box .theme-btn {
    padding: 10px 25px;
}


/** wedo-section **/


.wedo-section{
  position: relative;
  background: #F6F7FC;
  padding: 110px 0px 120px 0px;
}

.wedo-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  padding: 47px 30px 30px 30px;
  transition: all 500ms ease;
}

.wedo-block-one .inner-box:hover{
  transform: translateY(-10px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.wedo-block-one .inner-box .count-text{
  position: absolute;
  top: 12px;
  right: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #E6E6E6;
}

.wedo-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 81px;
  height: 81px;
  line-height: 81px;
  text-align: center;
  font-size: 50px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 21px;
}

.wedo-block:nth-child(2) .wedo-block-one .inner-box .icon-box{
  background: #F2C94C;
}

.wedo-block:nth-child(4) .wedo-block-one .inner-box .icon-box{
  background: #BED73E;
}

.wedo-block-one .inner-box h5{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 7px;
}

.wedo-block-one .inner-box h5 a{
  display: inline-block;
  color: #1E1E1E;
}

.wedo-block-one .inner-box p{
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16.5px;
}

.wedo-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.wedo-block-one .inner-box .link a i{
  position: relative;
  top: 1px;
  margin-left: 8px;
}

.wedo-block-one .inner-box .link a:hover{
  letter-spacing: 0.5px;
}


/** progress-section **/

.progress-section{
  position: relative;
  padding-top: 109px;
}

.progress-section .content-box{
  position: relative;
  display: block;
}

.progress-section .content-box .sec-title{
  margin-bottom: 23px;
}

.progress-section .content-box .text{
  margin-bottom: 33px;
}

.progress-section .content-box .progress-inner{
  max-width: 330px;
}

.progress-section .image-box{
  position: relative;
  display: block;
  padding-left: 41px;
  padding-bottom: 35px;
}

.progress-section .image-box:before{
  position: absolute;
  content: '';
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  left: 6px;
  bottom: 0px;
  border-radius: 294px 294px 0px 0px;
}

.progress-section .image-box .image{
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}

.progress-section .image-box .image img{
  width: 100%;
  border-radius: 40px;
}


/** project-style-three **/

.project-style-three{
  position: relative;
  padding: 109px 0px 120px 0px;
}

.project-block-three .inner-box{
  position: relative;
  display: block;
  width: 75%;
  padding-bottom: 42px;
  margin-bottom: 50px;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover{
  width: 100%;
}

.project-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.project-block-three .inner-box .image-box img{
  width: 100%;
  border-radius: 10px;
  min-height: 450px;
  max-height: 450px;
}

.project-block-three .inner-box .content-box{
  position: absolute;
  right: -70px;
  bottom: 0px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 39px 15px 33px 15px;
  width: 240px;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover .content-box{
  width: calc(100% - 40px);
  right: 20px;
}

.project-block-three .inner-box .content-box span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
}

.project-block-three .inner-box .content-box h5{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.project-block-three .inner-box .content-box h5 a{
  display: inline-block;
  color: #1E1E1E;
}

/** pricing-section **/

.pricing-section{
  position: relative;
  padding: 0px 100px;
}

.pricing-section .outer-container{
  position: relative;
  padding: 113px 0px 120px 0px;
  background: #F1F8FF;
  border-radius: 50px 50px 0px 0px;
}

.pricing-section .sec-title{
  margin-bottom: 0px;
}

.pricing-section .upper-title{
  margin-bottom: 58px;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 55px 40px 60px 40px;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover{
  transform: translateY(-10px);
  box-shadow: none;
}

.pricing-block-one .pricing-table .table-header h3{
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
}

.pricing-block-one .pricing-table .table-header span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 25px;
}

.pricing-block-one .pricing-table .table-header .icon-box{
  position: relative;
  display: inline-block;
  width: 81px;
  height: 81px;
  line-height: 85px;
  border-radius: 10px;
  text-align: center;
  font-size: 50px;
  color: #fff;
}

.pricing-block-one .pricing-table .table-header{
  margin-bottom: 30px;
}

.pricing-block-one .pricing-table .feature-list li{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 46px;
  color: #000;
}

.pricing-block-one .pricing-table .feature-list li.cancel i{
  color: #219653;
}

.pricing-block-one .pricing-table .feature-list li i{
  position: absolute;
  top: 15px;
  right: 0px;
  color: #828282;
  font-size: 16px;
}

.pricing-block-one .pricing-table .table-footer .theme-btn{
  padding: 21px 45px;
}

.pricing-block-one .pricing-table .table-content{
  margin-bottom: 40px;
}

.pt_100{
  padding-top: 100px !important;
}


/** news-style-three **/

.news-style-three{
  position: relative;
  padding: 70px 0px 70px 0px;
}

.news-block-three .inner-box{
  position: relative;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.news-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-three .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.news-block-three .inner-box .lower-content{
  position: relative;
  padding: 22px 30px 30px 30px;
}

.news-block-three .inner-box .lower-content:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover .lower-content:before{
  height: 100%;
}

.news-block-three .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 58px;
  margin-right: 30px;
  transition: all 500ms ease;
}

.news-block-three .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.news-block-three .inner-box .lower-content .post-info li.author-box{
  padding-left: 63px;
}

.news-block-three .inner-box:hover .lower-content .post-info li.author-box{
  color: #fff;
}

.news-block-three .inner-box .lower-content .post-info li.author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.news-block-three .inner-box .lower-content .post-info li.author-box .author-thumb:before{
  position: absolute;
  content: '';
  border: 3px solid #fff;
  border-radius: 50%;
  left: 0px;
  top: 3px;
  width: 100%;
  height: 54px;
  z-index: 1;
}

.news-block-three .inner-box .lower-content .post-info li.author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.news-block-three .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '';
  width: 2px;
  height: 14px;
  top: 21px;
  right: -15px;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover .lower-content .post-info li:before{
  background: #fff;
}

.news-block-three .inner-box .lower-content .post-info{
  margin-bottom: 22px;
}

.news-block-three .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}

.news-block-three .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
}

.news-block-three .inner-box .lower-content h5 a{
  display: inline-block;
  color: #000;
}

.news-block-three .inner-box:hover .lower-content .post-info li.post-date{
  background: linear-gradient(270deg, #fff -22.92%, #fff 56.63%);
}

.news-block-three .inner-box:hover .lower-content h5 a{
  color: #fff;
}


section.partner-section {
    padding: 65px;
    padding-bottom: 130px;
}

/** footer-style-three **/

section.main-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background-image: url(../images/testimonial-shape-4-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
	    opacity: 0.01;*/
}

.main-footer.style-three .widget-section{
  padding-top: 111px;
}

.main-footer .newsletter-widget .widget-content p{
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
  color: #fff;
}

.main-footer .newsletter-widget .widget-content form .form-group{
  position: relative;
  margin-bottom: 0px;
}

.main-footer .newsletter-widget .widget-content form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  font-size: 12px;
  font-weight: 600;
  color: #D0D1D2;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 80px;
  padding: 10px 150px 10px 30px;
  transition: all 500ms ease;
}

.main-footer .newsletter-widget .widget-content form .form-group button{
  position: absolute;
  top: 5.5px;
  right: 5px;
  padding: 13.5px 18px;
  font-size: 14px;
  line-height: 17px;
}


.newsletter-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
}
.newsletter-form .entry-title {
    font-size: 20px;
    color: var(--primary);
    margin: 0;
    letter-spacing: 0.6px;
}
.newsletter-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 100px;
    border: 1px solid #fdf4f4;
    box-shadow: 2px 2px 8px rgba(0,0,0,.08);
    margin-top: -50px;
    margin-bottom: 70px;
	    -webkit-box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
    box-shadow: 17px 20px 40px rgb(0 0 0 / 21%);
}
.subscribe-form-inner input[type="email"] {
    display: block;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 52px;
	    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 3;
  opacity:0.5;
}
.border-rad {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 0 20px;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}


/*** 

====================================================================
                        About-Page
====================================================================

***/


/** page-title **/

.page-title{
  position: relative;
  padding: 0px 150px;
}

.page-title .outer-container{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 152px 0px 162px 0px;
}

.page-title .outer-container:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}

.page-title .content-box h1{
  display: block;
  font-weight: 700;
  font-size: 80px;
  line-height: 110px;
  color: #fff;
  text-transform: uppercase;
}

.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  padding-right: 14px;
  margin-right: 5px;
}

.page-title .content-box .bread-crumb li a{
  color: #fff;
}

.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 6px;
  height: 2px;
  top: 14px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before{
  display: none;
}


/** about-style-five **/

.about-style-five{
  position: relative;
  padding: 120px 0px;
}

.about-style-five .image-box{
  position: relative;
  display: block;
  margin-left: -220px;
  padding-bottom: 25px;
  margin-right: 34px;
}

.about-style-five .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% - 25px);
  left: -30px;
  bottom: 0px;
  border-radius: 294px 294px 0px 0px;
}

.about-style-five .image-box .image{
  position: relative;
  display: block;
  border-radius: 40px;
  overflow: hidden;
}

.about-style-five .image-box .image:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-style-five .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-five .image-box .image img{
  width: 100%;
  border-radius: 40px;
}

.about-style-five .image-box .image-shape .shape-1{
  position: absolute;
  top: -85px;
  right: -35px;
  width: 137px;
  height: 182px;
  background-repeat: no-repeat;
  z-index: 1;
}

.about-style-five .image-box .image-shape .shape-2{
  position: absolute;
  left: -85px;
  bottom: 55px;
  width: 184px;
  height: 184px;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.about-style-five .image-box .image-shape .shape-3{
  position: absolute;
  left: -110px;
  bottom: -120px;
  width: 609px;
  height: 424px;
  background-repeat: no-repeat;
  z-index: -1;
}

.about-style-five .content-box .sec-title p{
  margin-top: 20px;
}

.about-style-five .content-box .sec-title{
  margin-bottom: 27px;
}

.about-style-five .content-box .content-inner{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}

.about-style-five .content-box .content-inner .image{
  margin-right: 94px;
  position: relative;
  display: inline-block;
  border: 8px solid #FFFFFF;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
}

.about-style-five .content-box .content-inner .image:before{
  position: absolute;
  content: '';
  width: 4px;
  height: calc(100% + 16px);
  top: -8px;
  right: -47px;
  background: #DADADB;
  border-radius: 10px;
}

.about-style-five .content-box .content-inner .list li{
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  color: #000;
  margin-bottom: 22px;
  padding-left: 50px;
}

.about-style-five .content-box .content-inner .list li:last-child{
  margin-bottom: 0px;
}

.about-style-five .content-box .content-inner .list li i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  line-height: 39px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background: #BED73E;
}

.about-style-five .content-box .funfact-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-style-five .content-box .funfact-block-two:last-child{
  margin: 0px !important;
}

.about-style-five .funfact-block-two .inner-box .icon-box{
  font-size: 50px;
}

.about-style-five .funfact-block-two .inner-box{
  padding-left: 70px;
}

.about-style-five .funfact-block-two .inner-box .count-outer{
  font-size: 36px;
  line-height: 44px;
}

.about-style-five .funfact-block-two .inner-box h5{
  display: block;
  font-size: 14px;
  line-height: 17px;
}

.about-style-five .shape{
  position: absolute;
  top: 70px;
  right: 0px;
  width: 349px;
  height: 458px;
  background-repeat: no-repeat;
}

.working-section.alternat-2{
  padding-top: 70px;
}

.faq-section.alternat-2{
  padding-top: 140px;
}


.video-section.alternat-2{
  padding-top: 230px;
  padding-bottom: 186px;
}

.video-section.alternat-2:before{
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 0px;
  background: #000;
  opacity: 0.5;
}

.video-section .pattern-layer .pattern-1{
  position: absolute;
  left: 115px;
  top: 75px;
  width: 96px;
  height: 106px;
  background-repeat: no-repeat;
}

.video-section .pattern-layer .pattern-2{
  position: absolute;
  right: 60px;
  bottom: 47px;
  width: 154px;
  height: 193px;
  background-repeat: no-repeat;
}


/** page-title-two **/

.page-title-two{
  position: relative;
  padding: 170px 0px 0px 0px;
}

.page-title-two h1{
  display: block;
  font-weight: 700;
  font-size: 80px;
  line-height: 110px;
  text-transform: uppercase;
}

.page-title-two .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #1E1E1E;
  padding-right: 14px;
  margin-right: 5px;
}

.page-title-two .content-box .bread-crumb li a{
  color: #1E1E1E;
}

.page-title-two .content-box .bread-crumb li:before{
  position: absolute;
  content: '';
  background: #1E1E1E;
  width: 6px;
  height: 2px;
  top: 14px;
  right: 0px;
}

.page-title-two .content-box .bread-crumb li:last-child:before{
  display: none;
}

.testimonial-section.about-page-2{
  padding-top: 90px;
}


/*** 

====================================================================
                        Team-Page
====================================================================

***/



.team-section.team-page-1{
  padding: 120px 0px 90px 0px;
}

.team-section.team-page-1 .team-block-one .inner-box{
  margin-bottom: 30px;
}


.team-section.team-page-2{
  padding: 120px 0px 90px 0px;
}


/** team-details **/

.team-details{
  position: relative;
  padding: 120px 0px;
}

.team-details .left-content{
  position: relative;
  display: block;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.team-details .left-content .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 48px;
}

.team-details .left-content .image-box img{
  width: 100%;
}

.team-details .left-content .progress-inner{
  position: relative;
  padding: 0px 80px 45px 50px;
}

.team-details .left-content .progress-inner h3{
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}

.team-details .right-content{
  position: relative;
  display: block;
}

.team-details .right-content .upper-box{
  margin-bottom: 15px;
}

.team-details .right-content .upper-box h3{
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.team-details .right-content .upper-box span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.team-details .right-content .info li{
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 58px;
  color: #1E1E1E;
  float: left;
  margin-right: 22px;
  padding-left: 57px;
}

.team-details .right-content .info li i {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  background: #BED73E;
}

.team-details .right-content .info li:last-child{
  line-height: 26px;
  margin: 0px !important;
}

.team-details .right-content .info li:last-child i{
  top: 5px;
  background: #E0E0E0;
}

.team-details .right-content .info li:last-child{
  margin-bottom: 0px;
}

.team-details .right-content .info li a{
  color: #1E1E1E;
}

.team-details .right-content .info li a:hover{
  text-decoration: underline;
}

.team-details .right-content .info{
  margin-bottom: 30px;
}

.team-details .right-content .text{
  margin-bottom: 9px;
}

.team-details .right-content .text p{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

.team-details .right-content .text p:last-child{
  margin-bottom: 0px;
}

.team-details .right-content .text p span{
  font-size: 60px;
}

.team-details .right-content .form-inner h5{
  font-size: 18px;
  line-height: 58px;
}

.team-details .right-content .form-inner form{
  margin: 0px 7.5px;
}

.team-details .right-content .form-inner .form-group{
  padding: 0px 7.5px;
  margin-bottom: 15px;
}

.team-details .right-content .form-inner .message-btn{
  padding-top: 23px;
}

.team-details .right-content .form-inner .form-group input[type='text'],
.team-details .right-content .form-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  background: #EFF6FA;
  border: 1px solid #EFF6FA;
  padding: 15px 20px 15px 80px;
  border-radius: 50px;
  font-size: 18px;
  color: #1E1E1E;
  transition: all 500ms ease;
}

.team-details .right-content .form-inner .form-group i{
  position: absolute;
  left: 30px;
  top: 25px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background: #E3E3E4;
  border-radius: 50%;
  z-index: 1;
}


.project-page-section{
  position: relative;
  padding: 118px 0px 120px 0px;
}

.project-page-section .masonry-item{
  padding: 0px;
}

.project-page-section .outer-container{
  margin: 0px 15px;
}

.project-page-section .filter-tabs li{
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0px 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section.pricing-page{
  padding-top: 120px;
  padding-bottom: 120px;
}


/** faq-page-section **/

.faq-page-section{
  position: relative;
  padding: 120px 0px;
}

.faq-sidebar{
  position: relative;
  display: block;
}

.faq-sidebar .widget-content{
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 45px 30px 40px 30px;
}

.faq-sidebar h5{
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  padding-bottom: 5px;
  margin-bottom: 9px;
}

.faq-sidebar h5:before{
  position: absolute;
  content: '';
  background: #E0E0E0;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.faq-sidebar h5:after{
  position: absolute;
  content: '';
  width: 43px;
  height: 2px;
  left: 0px;
  bottom: -2px;
}

.faq-sidebar p{
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 16px;
}

.faq-sidebar form .form-group{
  position: relative;
  margin-bottom: 29px;
}

.faq-sidebar form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: #F2F2F2;
  border-radius: 80px;
  border: 1px solid #F2F2F2;
  font-size: 12px;
  color: #D0D1D2;
  padding: 10px 150px 10px 25px;
  transition: all 500ms ease;
}

.faq-sidebar form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 11.5px 20px;
}

.faq-sidebar .text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
}

.faq-sidebar .text a{
  position: relative;
  text-decoration: underline;
}

.faq-sidebar .text a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}



.comingsoon-section{
  position: relative;
  padding: 146px 0px 304px 0px;
  overflow: hidden;
}

.comingsoon-section:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.comingsoon-section .inner-box{
  position: relative;
  display: block;
  z-index: 1;
}

.comingsoon-section .inner-box h2{
  display: block;
  font-weight: 700;
  font-size: 144px;
  line-height: 174px;
  letter-spacing: 0.06em;
  margin-bottom: 11px;
  color: #fff;
}

.comingsoon-section .inner-box p{
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 40px;
}


.comingsoon-section .cs-countdown .count-col{
  position: relative;
  display: inline-block;
  text-align: center;
  width: 203px;
  height: 203px;
  margin: 0px 13px;
  border-radius: 50%;
  padding: 45px 0px 0px 0px;
}

.comingsoon-section .cs-countdown .count-col span{
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  font-family: 'Poppins Regular';
  text-align: center;
  margin-bottom: 0px;
}

.comingsoon-section .cs-countdown .count-col h6{
  position: relative;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins Regular';
  text-transform: capitalize;
}


/** error-section **/

.error-section{
  position: relative;
  padding: 167px 0px 122px 0px;
}

.error-section .inner-box{
  padding: 0px 37px;
}

.error-section .inner-box .error-image{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.error-section .inner-box .error-image img{
  width: 100%;
}

.error-section .inner-box h2{
  display: block;
  font-weight: 700;
  font-size: 96px;
  line-height: 116px;
}

.error-section .inner-box h1{
  display: inline-block;
  font-weight: 700;
  font-size: 288px;
  line-height: 300px;
}

.error-section .inner-box h3{
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 4px;
}

.error-section .inner-box p{
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 33px;
}


/** progress-style-two **/

.progress-style-two{
  position: relative;
  padding: 180px 0px;
  overflow: hidden;
}

.progress-style-two .content-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 70px 50px 70px 70px;
}

.progress-style-two .content-box .sec-title h2{
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
}

.progress-style-two .content-box .sec-title h2 span{
  font-weight: 400;
}

.progress-style-two .content-box .sec-title h5{
  margin-bottom: 0px;
}

.progress-style-two .content-box .sec-title{
  margin-bottom: 13px;
}

.progress-style-two .content-box .progress-inner{
  max-width: 330px;
}


.testimonial-style-two.service-page-1{
  padding: 0px;
}

.clients-section.service-page-1{
  padding-bottom: 120px;
}


.wedo-section.service-page-2 .wedo-block-one .inner-box{
  margin-bottom: 30px;
}

.wedo-block:nth-child(5) .wedo-block-one .inner-box .icon-box {
  background: #BED73E;
}

.wedo-block:nth-child(6) .wedo-block-one .inner-box .icon-box {
  background: #219653;
}

.wedo-section.service-page-2{
  padding-bottom: 90px;
}


/** service-details **/

.service-details{
  position: relative;
  padding: 120px 0px;
}

.service-sidebar{
  position: relative;
  display: block;
}

.service-sidebar .category-widget{
  position: relative;
  display: block;
  padding: 56px 50px 60px 50px;
  border-radius: 25px;
}

.service-sidebar .category-widget h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 29px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.service-sidebar .category-widget .service-list li{
  position: relative;
  display: block;
}

.service-sidebar .category-widget .service-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 56px;
  color: #fff;
}

.service-sidebar .category-widget .service-list li a:hover,
.service-sidebar .category-widget .service-list li a.current{
  padding-left: 20px;
}

.service-sidebar .category-widget .service-list li a:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.10);
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.service-sidebar .category-widget .service-list li a:hover:before,
.service-sidebar .category-widget .service-list li a.current:before{
  width: 100%;
}

.service-details-content{
  position: relative;
  display: block;
}

.service-details-content .upper-box{
  margin-bottom: 32px;
}

.service-details-content .upper-box h2{
  display: block;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 8px;
}

.service-details-content .upper-box h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #677289;
  margin-bottom: 13px;
}

.service-details-content p{
  font-size: 14px;
  line-height: 24px;
}

.service-details-content .two-column{
  margin-bottom: 32px;
}

.service-details-content .two-column .image{
  position: relative;
  display: block;
  border-radius: 20px;
}

.service-details-content .two-column .image img{
  width: 100%;
  border-radius: 20px;
}

.service-details-content .text{
  margin-bottom: 23px;
}

.service-details-content .image-box{
  position: relative;
  display: block;
  border-radius: 20px;
}

.service-details-content .image-box img{
  width: 100%;
  border-radius: 20px;
}



/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid{
  padding: 120px 0px 90px 0px;
}

.blog-grid .news-block-three .inner-box{
  margin-bottom: 30px;
}


/** blog-details **/

.blog-details{
  position: relative;
  padding: 120px 0px;
}

.blog-details-content{
  position: relative;
  display: block;
}

.blog-details-content .content-one .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 58px;
  margin-right: 30px;
  transition: all 500ms ease;
}

.blog-details-content .content-one .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.blog-details-content .content-one .lower-content .post-info li.author-box{
  padding-left: 63px;
  margin-bottom: 0px;
}

.blog-details-content .content-one .lower-content .post-info li.author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.blog-details-content .content-one .lower-content .post-info li.author-box .author-thumb:before{
  position: absolute;
  content: '';
  border: 3px solid #fff;
  border-radius: 50%;
  left: 0px;
  top: 3px;
  width: 100%;
  height: 54px;
  z-index: 1;
}

.blog-details-content .content-one .lower-content .post-info li.author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .content-one .lower-content .post-info li:before{
  position: absolute;
  content: '';
  width: 2px;
  height: 14px;
  top: 21px;
  right: -15px;
  transition: all 500ms ease;
}

.blog-details-content .content-one .lower-content .post-info li:last-child:before{
  display: none;
}

.blog-details-content .content-one .lower-content .post-info{
  margin-bottom: 18px;
}

.blog-details-content .content-one .image-box{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.blog-details-content .content-one .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.blog-details-content .content-one .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.blog-details-content .content-one h2{
  display: block;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 40px;
}

.blog-details-content .content-one .text{
  margin-bottom: 47px;
}

.blog-details-content .content-one .text p{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 33px;
}

.blog-details-content .content-one .text p:last-child{
  margin-bottom: 0px;
}

.blog-details-content .owl-nav{
  position: absolute;
  left: 0px;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}

.blog-details-content .owl-nav button span{
  display: none;
}

.blog-details-content .owl-nav button{
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}

.blog-details-content .owl-nav button.owl-prev{
  left: -25px;
}

.blog-details-content .owl-nav button.owl-next{
  right: -25px;
}

.blog-details-content .owl-nav button:before{
  position: absolute;
  content: '\e914';
  font-family: 'icomoon';
  font-size: 12px;
  color: #1E1E1E;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.blog-details-content .owl-nav button.owl-next:before{
  content: '\e906';
}

.blog-details-content .owl-nav button:hover:before{
  color: #fff;
}

.blog-details-content .content-two{
  margin-bottom: 50px;
}

.blog-details-content .content-three h3{
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 58px;
  margin-bottom: 28px;
}

.blog-details-content .content-three .single-item{
  position: relative;
  display: block;
  padding-left: 150px;
  margin-bottom: 29px;
}

.blog-details-content .content-three .single-item:last-child{
  margin-bottom: 0px;
}

.blog-details-content .content-three .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 125px;
  height: 125px;
  line-height: 125px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  font-size: 50px;
}

.blog-details-content .content-three .single-item h3{
  line-height: 36px;
  margin-bottom: 5px;
}

.blog-details-content .content-three .single-item p{
  font-size: 16px;
  line-height: 26px;
}

.blog-details-content .content-three .inner-box{
  margin-bottom: 43px;
}

.blog-details-content .content-three blockquote{
  position: relative;
  display: block;
  border-radius: 106.5px;
  padding: 58px 70px 43px 70px;
}

.blog-details-content .content-three blockquote .quote{
  position: absolute;
  right: 68px;
  bottom: -40px;
  font-weight: 700;
  font-size: 96px;
  line-height: 116px;
  color: rgba(255, 255, 255, 0.2);
}

.blog-details-content .content-three blockquote h3{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 6px;
}

.blog-details-content .content-three blockquote span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

.blog-details-content .content-three blockquote span i{
  position: relative;
  font-size: 10px;
  margin-right: 5px;
  top: 0px;
  font-weight: 400;
}

.blog-details-content .content-three{
  margin-bottom: 40px;
}

.blog-details-content .content-four h2{
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 58px;
  margin-bottom: 14px;
}

.blog-details-content .content-four p{
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.blog-details-content .content-four .list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 47px;
}

.blog-details-content .content-four .list li:last-child{
  margin-bottom: 0px;
}

.blog-details-content .content-four .list li:before{
  position: absolute;
  content: '';
  width: 21px;
  height: 13px;
  left: 0px;
  top: 7px;
  border-radius: 20px;
}

.blog-details-content .content-four .list li:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 3px;
  top: 10px;
}

.blog-details-content .content-four{
  margin-bottom: 60px;
}

.blog-details-content .nav-btn .single-btn{
  position: relative;
  display: block;
  background: #F7F3F4;
  border-radius: 20px;
  padding: 33px 30px 26px 43px;
}

.blog-details-content .nav-btn .single-btn a{
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #BED73E;
  margin-bottom: 18px;
}

.blog-details-content .nav-btn .single-btn h5{
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.blog-details-content .nav-btn .single-btn a i{
  position: relative;
  font-size: 12px;
  top: 0px;
}

.blog-details-content .nav-btn .single-btn.prev-btn a i{
  margin-right: 5px;
}

.blog-details-content .nav-btn .single-btn.next-btn a i{
  margin-left: 5px;
}

.blog-details-content .nav-btn{
  margin-bottom: 30px;
}

.group-title{
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.group-title h3{
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 58px;
}

.blog-details-content .author-box .inner{
  position: relative;
  display: block;
  padding-left: 180px;
}

.blog-details-content .author-box .inner .author-thumb{
  position: absolute;
  left: 0px;
  top: -6px;
  width: 149px;
  height: 149px;
  border-radius: 50%;
}

.blog-details-content .author-box .inner .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .author-box .inner h5{
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}

.blog-details-content .author-box .inner p{
  font-size: 16px;
  line-height: 26px;
}

.blog-details-content .author-box{
  margin-bottom: 55px;
}

.blog-details-content .comment-box .group-title{
  margin-bottom: 25px;
}

.blog-details-content .comment-box .comment{
  position: relative;
  display: block;
  padding: 0px 0px 50px 120px;
  margin-bottom: 27px;
  border-bottom: 1px solid #F2F2F2;
}

.blog-details-content .comment-box .comment.replay-comment{
  padding-left: 220px;
}

.blog-details-content .comment-box .comment.replay-comment .thumb-box{
  left: 115px;
  width: 85px;
  height: 85px;
  top: 0px;
}

.blog-details-content .comment-box .comment:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: -8px;
  width: 104px;
  height: 104px;
  border-radius: 15px;
}

.blog-details-content .comment-box .comment .thumb-box img{
  width: 100%;
  border-radius: 15px;
}

.blog-details-content .comment-box .comment .comment-info h6{
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.blog-details-content .comment-box .comment .comment-info h6 span{
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  color: #677289;
  margin-left: 22px;
}

.blog-details-content .comment-box .comment .comment-info{
  margin-bottom: 7px;
}

.blog-details-content .comment-box .comment p{
  font-size: 16px;
  line-height: 26px;
}

.blog-details-content .comment-box .comment .reply-btn{
  position: absolute;
  top: -2px;
  right: 0px;
  font-size: 16px;
  color: #BED73E;
  z-index: 1;
}

.blog-details-content .comment-box{
  margin-bottom: 70px;
}

.blog-details-content .comments-form-area{
  position: relative;
  display: block;
  background: #F7F3F4;
  padding: 39px 50px 50px 50px;
  border-radius: 20px;
}

.blog-details-content .comments-form-area .form-group{
  position: relative;
  margin-bottom: 30px;
}

.blog-details-content .comments-form-area .form-group input[type='text'],
.blog-details-content .comments-form-area .form-group input[type='email'],
.blog-details-content .comments-form-area .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 30px 10px 76px;
  font-size: 18px;
  color: #677289;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .form-group i{
  position: absolute;
  left: 31px;
  top: 12.5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background: #E3E3E4;
  color: #BED73E;
  border-radius: 50%;
  z-index: 1;
}

.blog-details-content .comments-form-area .form-group textarea{
  height: 150px;
  resize: none;
  border-radius: 75px;
  padding-left: 56px;
  padding-top: 30px;
}

.blog-details-content .comments-form-area .form-group input:focus,
.blog-details-content .comments-form-area .form-group textarea:focus{
  border: 1px solid #BED73E !important;
}

.blog-sidebar{
  position: relative;
  display: block;
}

.blog-sidebar .search-widget .form-group{
  position: relative;
  margin-bottom: 0px;
}

.blog-sidebar .search-widget .form-group input[type="search"]{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  font-size: 12px;
  color: #D0D1D2;
  padding: 10px 100px 10px 25px;
  border-radius: 80px;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 11.5px 25px;
}

.blog-sidebar .sidebar-widget{
  position: relative;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 25px 30px;
}

.blog-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .widget-title{
  position: relative;
  display: block;
  padding-bottom: 17px;
  margin-bottom: 22px;
}

.blog-sidebar .widget-title:before{
  position: absolute;
  content: '';
  background: #E0E0E0;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.blog-sidebar .widget-title:after{
  position: absolute;
  content: '';
  width: 43px;
  height: 2px;
  left: 0px;
  bottom: -1px;
}

.blog-sidebar .widget-title h5{
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  color: #1E1E1E;
}

.blog-sidebar .category-widget{
  padding-top: 38px;
  padding-bottom: 40px;
}

.blog-sidebar .archives-widget .category-list li a{
  display: block;
}

.blog-sidebar .archives-widget .category-list li a span{
  float: right;
}

.blog-sidebar .post-inner .post{
  position: relative;
  display: block;
  padding-left: 108px;
  margin-bottom: 30px;
}

.blog-sidebar .post-inner .post:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .post-inner .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 88px;
  height: 64px;
  border-radius: 10px;
}

.blog-sidebar .post-inner .post .post-thumb img{
  width: 100%;
  border-radius: 10px;
}

.blog-sidebar .post-inner .post .post-info li{
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  margin-right: 25px;
}

.blog-sidebar .post-inner .post .post-info li:last-child{
  margin: 0px !important;
}

.blog-sidebar .post-inner .post .post-info li:before{
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  top: 4px;
  right: -13px;
}

.blog-sidebar .post-inner .post .post-info li:last-child:before{
  display: none;
}

.blog-sidebar .post-inner .post .post-info{
  margin-bottom: 0px;
}

.blog-sidebar .post-inner .post h6{
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.blog-sidebar .post-inner .post h6 a{
  display: inline-block;
  color: #1E1E1E;
}

.blog-sidebar .post-widget{
  padding-top: 38px;
  padding-bottom: 45px;
}

.blog-sidebar .gallery-widget .image-list{
  position: relative;
  margin: 0px 0px;
}

.blog-sidebar .gallery-widget .image-list li{
  position: relative;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.blog-sidebar .gallery-widget .image-list li:last-child{
  margin: 0px !important;
}

.blog-sidebar .gallery-widget .image-list li .image{
  position: relative;
  display: block;
  width: 88px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
}

.blog-sidebar .gallery-widget .image-list li .image img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.blog-sidebar .gallery-widget .image-list li .image:hover img{
  opacity: 0.2;
}

.blog-sidebar .gallery-widget{
  padding-top: 38px;
}



.contact-section.contact-page{
  padding: 120px 0px;
}

.contact-section.contact-page .inner-container{
  border-radius: 20px;
}

.contact-section.contact-page .content-box .sec-title{
  margin-bottom: 28px;
}

.contact-section.contact-page .content-box .form-group input{
  border-radius: 20px !important;
}

.contact-section.contact-page .content-box .form-group textarea{
  height: 236px;
  border-radius: 20px;
  padding-left: 30px;
  padding-top: 20px;
  resize: none;
}

.contact-section .info-box{
  position: relative;
  padding: 111px 30px 0px 0px;
}

.contact-section .info-box h2{
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 58px;
  margin-bottom: 22px;
}

.contact-section .info-box .info li{
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 58px;
  color: #1E1E1E;
  padding-left: 57px;
}

.contact-section .info-box .info li:last-child{
  line-height: 26px;
}

.contact-section .info-box .info li:last-child i{
  top: 5px;
  background: #E0E0E0;
}

.contact-section .info-box .info li:last-child{
  margin-bottom: 0px;
}

.contact-section .info-box .info li a{
  color: #1E1E1E;
}

.contact-section .info-box .info li a:hover{
  text-decoration: underline;
}

.contact-section .info-box .info li i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 6px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  background: #BED73E;
}

.contact-section .info-box .info li{
  position: relative;
  display: block;
  line-height: 48px;
  margin-bottom: 5px;
}

.contact-section .info-box .info li:last-child{
  margin-bottom: 0px;
}

.header-style-two .menu-area .mobile-nav-toggler .icon-bar,
.header-style-three .menu-area .mobile-nav-toggler .icon-bar{
  background: #fff;
}

.footer-logo{
  max-width: 250px;
}


/*
* Inner Page Header Banner
*/

section.banner-title {
    padding: 120px 0;
    position: relative;
}
.banner-content .entry-title {
    color: #fff;
    font-size: 36px;
    margin: 0;
    margin-bottom:15px;
}
.banner-content p {
  color: #000;
}

section.custom-page {
  padding-top: 70px;
  padding-bottom: 100px;
}
.bg-gray {
  background-color: #F5F5F5;
}
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
main.main-content h2, main.main-content h3, main.main-content h4, main.main-content h5, main.main-content h6 {
  margin-bottom: 1rem;
  font-family: 'Poppins Medium';
  font-size: 20px;
}
main.main-content ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
main.main-content ul li {
  list-style: disc;
  margin-bottom: 0.75rem;
}

main.main-content .testimonial-card {
  background: #fff;
  border-radius: 8px;
  position: relative;
  height: 100%;
  margin-bottom: 30px;
}
main.main-content .testimonial-card img.quote-icon {
  opacity: 0.1;
}
main.main-content .testimonial-card h3 {
  font-size: 22px;
  font-family: 'Poppins Bold';
  line-height: 1.3;
  margin-top: 1rem;
}
main.main-content .testimonial-card p {
  color: #666;
}
main.main-content .testimonial-card .media {
  margin-top: 25px;
}

#togglePassword {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    /* background: var(--primary); */
    color: var(--primary);
    border-radius: 0.25rem;
}

.advertisement-form .entry-title {
    margin-bottom: 2.5rem;
    font-size: 36px;
}
.btn-upload {  
    padding: 10px 20px;  
    margin-left: 1rem;  
}  
.controls .upload-input-group {  
    margin-bottom: 1rem;  
}
.controls .upload-input-group:last-child {
    margin-bottom: 0;
}  
.controls .input-group>.custom-select:not(:last-child) {  
  height: 45px;  
}  
.controls .input-group>.form-control:not(:last-child) {  
  height: 45px;  
} 
.advertisement-form fieldset {
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: -1px;
}
.advertisement-form fieldset legend {
    width: auto;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    padding: 0 25px;
    border-radius: 45px;
    position: absolute;
    top: -18px;
    left: 18px;
    margin: 0;
}
.advertisement-form .advertisementInner {
    padding: 1.3rem;
    padding-top: 2rem;
}