:root {
    --theme-color: #000000;
    --arvo: 'Arvo', Cursive;
    --passion: 'Passion One', cursive;
    --playfair: 'Playfair Display', sans-serif;
    --roboto: 'Roboto', sans-serif;
    --inter: 'Inter', sans-serif;
    --schoolbell: 'Schoolbell', Cursive;
    --rubik: 'Rubik', sans-serif;
    --firasans: 'Fira Sans', sans-serif;
    --poppins: 'Poppins', sans-serif;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 15px rgba(231, 38, 54, 0.6),
        0 0 0 30px rgba(231, 38, 54, 0.20);
    }
}

/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: var(--passion);
  padding: 20px 40px;
  background: #9dc638;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.theme-btn:hover{
  background: #e72636;
  color: #ffffff;
  transform: translateY(-3px);
}

.theme-btn-one{
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff;
  padding: 18px 72px;
  border-radius: 5px;
  display: inline-block;
  border: 2px solid #ffffff;
  font-family: var(--passion);
}

.theme-btn-one:hover{
  color: #ffffff;
  background: #22A6B3;
  border-color: #22A6B3;
}

.btn-style-001{
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  padding: 15px 50px;
  font-family: var(--arvo);
  background: linear-gradient(128.49deg, #F36827 57.41%, rgba(255, 255, 255, 0.99) 121.67%);
  border-radius: 5px;
  transition: .5s;
}

.btn-style-001:hover{
  color: #ffffff;
  background: linear-gradient(128.49deg, #000000 88%, rgba(255, 255, 255, 0.99) 121.67%);
}

/* Header Style Three*/
.header-style-three {
margin-bottom: -55px;
background: none;
}

.header-style-three .header-bottom{
position: relative;
padding-bottom: 44px;
background: #FFFFFF;
}

.header-style-three .header-bottom .logo-box{
position: relative;
margin-top: 0px;
padding: 40px 0px;
background: transparent;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}

.header-style-three .header-bottom .logo-box .logo{
padding-right: 25px;
}

.header-style-three .header-bottom .search-box-outer{
position: relative;
cursor: pointer;
padding-left: 25px;
}

.header-style-three .header-bottom .search-box-outer:before{
position: absolute;
top: -8px;
left: 0px;
width: 2px;
height: 50px;
content: '';
background: #F0F3F2;
}

.header-style-three .header-bottom .search-box-outer i{
font-size: 24px;
color: #898889;
transition: all 500ms ease;
}

.header-style-three .header-bottom .logo-box:before{
display: none;
}

.header-style-three .main-menu .navigation > li > a{
padding: 44px 0px;
}

.header-style-three .social-style-one{
margin-top: 33px;
}

.header-style-three .social-style-one li a{
width: 50px;
height: 50px;
line-height: 50px;
}

/*** 

====================================================================
  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%;
background: #fff;
padding-bottom: 25px;
}

.search-popup .upper-box{
position: relative;
padding: 50px 70px;
}

.search-popup .overlay-layer {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
display: block;
}

.search-popup .close-search {
position: relative;
font-size: 30px;
color: #141417;
cursor: pointer;
z-index: 5;
top: 2px;
transition: all 500ms ease;
}

.search-popup .close-search:hover {
color: red;
}

.search-popup .search-form {
position: relative;
width: 100%;
padding: 30px;
border-radius: 10px;
margin-bottom: 100px;
background: #fafafa;
}

.search-popup .search-form .form-group{
position: relative;
margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
position: relative;
height: 90px;
padding: 20px;
background: #ffffff;
line-height: 30px;
font-size: 24px;
color: #808080;
border-radius: 8px;
padding-right: 50px;
border: 1px solid #e5e5e5;
}

.search-popup .search-form fieldset button[type="submit"] {
position: absolute;
top: 30px;
right: 20px;
font-size: 26px;
color: #141417;
cursor: pointer;
background: transparent;
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;
}

.header-top-three{
position: relative;
margin-top: -44px;
}

.header-top-three .info-list{
padding: 0px 20px;
border-radius: 10px;
background: #222324;
}

.header-top-three .info-list .info-item-003{
position: relative;
display: inline-block;
width: 24%;
margin-left: 60px;
padding: 25px 0px;
padding-left: 65px;
}

.header-top-three .info-list .info-item-003:nth-child(2){
margin-left: 60px;
width: 22%;
}

.header-top-three .info-list .info-item-003:nth-child(3){
margin-left: 20px;
}

.header-top-three .info-list .info-item-003:nth-child(4){
margin-left: 50px;
width: 16%;
}

.header-top-three .info-list .info-item-003 i{
position: absolute;
top: 33px;
left: 0px;
color: #22A6B3;
font-size: 35px;
}

.header-top-three .info-list .info-item-003 strong{
display: block;
font-size: 16px;
font-weight: 700;
line-height: 25px;
color: #ffffff;
}

.header-top-three .info-list .info-item-003 span{
display: block;
font-size: 14px;
font-weight: 700;
line-height: 25px;
color: #E0D8D5;
}

.header-top-three .info-list .info-item-003 span a{
color: #E0D8D5;
}

.slider-style-three .slide{
padding: 200px 0px 200px;
}

.slider-style-three .slide:before{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
content: '';
background: linear-gradient(116deg, #22A6B3 16.87%, rgba(0, 0, 0, 0) 42.56%);
}

.slider-style-three .slide .content-box{
max-width: 100%;
}

.slider-style-three .slide .content-box h1{
font-size: 96px;
line-height: 100px;
font-weight: 400;
color: #ffffff;
margin-bottom: 0px;
text-transform: none;
font-family: var(--passion);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
transform: scaleX(0);
}

.slider-style-three .active .slide .content-box h1{
-webkit-transition-delay: 500ms;
-moz-transition-delay: 500ms;
-ms-transition-delay: 500ms;
-o-transition-delay: 500ms;
transition-delay: 500ms;
transform: scaleX(1);
}

.slider-style-three .slide .content-box h6{
position: relative;
font-size: 24px;
line-height: 30px;
font-weight: 700;
color: #ffffff;
padding-bottom: 50px;
margin-bottom: 45px;
text-transform: none;
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);
}

.slider-style-three .slide .content-box h6:before{
position: absolute;
bottom: 0px;
left: 0px;
width: 150px;
height: 3px;
content: '';
z-index: 999;
background: #22A6B3;
}

.slider-style-three .active .slide .content-box h6{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
transition-delay: 1500ms;  
}

.slider-style-three .slide .content-box .text{
font-size: 22px;
line-height: 40px;
font-weight: 400;
color: #ffffff;
text-transform: none;
font-family: var(--arvo);
margin-bottom: 60px;
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);
}

.slider-style-three .active .slide .content-box .text{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
transition-delay: 1500ms;
}

.slider-style-three .owl-dots .owl-dot span{
position: relative;
width: 15px;
height: 15px;
background: #BEBEBE;
}

.slider-style-three .owl-dots .owl-dot{
position: relative;
margin: 0px 5px;
display: none;
}

.slider-style-three .owl-dots .owl-dot.active{
display: block;
}

.slider-style-three .owl-dots .owl-dot:before{
position: absolute;
top: -25px;
left: 50%;
width: 2px;
height: 20px;
content: '';
margin-left: -1px;
background: #BEBEBE;
}

.slider-style-three .owl-dots .owl-dot.active:before,
.slider-style-three .owl-dots .owl-dot:hover:before{
background: #22A6B3;
}

.slider-style-three .owl-dots .owl-dot:after{
position: absolute;
top: -55px;
left: 50%;
width: 20px;
height: 20px;
content: '01';
font-size: 22px;
line-height: 30px;
font-weight: 400;
margin-left: -12px;
color: #ffffff;
opacity: 0;
font-family: var(--arvo);
}

.slider-style-three .owl-dots .owl-dot:nth-child(2):after{
content: '02';
}

.slider-style-three .owl-dots .owl-dot:nth-child(3):after{
content: '03';
}

.slider-style-three .owl-dots .owl-dot.active:after,
.slider-style-three .owl-dots .owl-dot:hover:after{
opacity: 1;
color: #22A6B3;
}

.slider-style-three .owl-dots .owl-dot.active span, 
.slider-style-three .owl-dots .owl-dot:hover span{
background: #22A6B3;
}

.slider-style-three .owl-nav .owl-next{
font-size: 40px;
color: #ffffff;
background: transparent;
width: 105px;
height: 50px;
line-height: 55px;
text-align: left;
padding: 0px 20px;
}

.slider-style-three .owl-nav .owl-prev{
font-size: 40px;
color: #ffffff;
background: transparent;
width: 105px;
height: 50px;
line-height: 55px;
text-align: right;
padding: 0px 20px;
}

/* slider text animation */

.slider-text-anim {
display: inline-block;
overflow: hidden;
position: relative;
padding-bottom: 5px;
}

.slider-text-anim:before {
content: '';
width: 101%;
height: 100%;
position: absolute;
top: 0;
left: 100%;
background: #fff;
-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: 3;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition-delay: 1s;
-o-transition-delay: 1s;
transition-delay: 1s;
}

.slider-text-anim.black-bg:before{
background: #222;
}

.active .slider-text-anim:before {
-webkit-transform: translateX(1%);
-ms-transform: translateX(1%);
transform: translateX(1%);
}

.clients-section.style-three{
padding: 120px 0px 50px;
}

.about-section-003{
padding-bottom: 60px;
}

.about-section-003 .image-box{
position: relative;
padding: 96px 30px 30px;
margin-right: -30px;
}

.about-section-003 .image-2{
position: absolute;
top: 0px;
left: -15px;
content: '';
}

.about-section-003 .experienc-info{
position: absolute;
bottom: 0px;
right: 0px;
content: '';
font-size: 16px;
padding: 35px 30px;
text-align: center;
background: #FFFFFF;
border-radius: 10px;
font-weight: 400;
display: inline-block;
font-family: var(--arvo);
box-shadow: 0px 4px 15px 0px #00000026;
}

.about-section-003 .experienc-info span{
display: block;
font-size: 72px;
line-height: 80px;
color: #22A6B3;
font-family: var(--passion);
}

.about-section-003 .about-content{
margin-top: 90px;
margin-left: 60px;
}

.about-section-003 .about-content .sub-title{
position: relative;
font-size: 20px;
line-height: 30px;
font-weight: 400;
color: #747474;
margin-bottom: 10px;
display: inline-block;
    font-family: var(--schoolbell);
}

.about-section-003 .about-content .sub-title:before{
position: absolute;
bottom: 0px;
left: 0px;
width: 0px;
height: 2px;
content: '';
background: #22A6B3;
-webkit-transition: all 2000ms ease;
-moz-transition: all 2000ms ease;
-ms-transition: all 2000ms ease;
-o-transition: all 2000ms ease;
transition: all 2000ms ease;
}

.about-section-003:hover .about-content .sub-title:before{
width: 100%;
}

.about-section-003 .about-content .title{
font-size: 60px;
line-height: 80px;
font-weight: 400;
color: #3B3634;
margin-bottom: 30px;
letter-spacing: -1px;
font-family: var(--passion);
}

.about-section-003 .about-content p.text{
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #615E5D;
margin-bottom: 55px;
font-family: var(--arvo);
}

.about-section-003 .about-info .info-item{
position: relative;
padding-left: 90px;
margin-bottom: 40px;
}

.about-section-003 .about-info .icon-box{
position: absolute;
top: 0px;
left: 0px;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
background: #22A6B3;
border-radius: 5px;
}

.about-section-003 .about-info .info-item .icon-box i{
color: #ffffff;
font-size: 35px;
}

.about-section-003 .about-info .info-item .icon{
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.about-section-003 .about-info .info-item:hover .icon{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}

.about-section-003 .about-info .info-item strong{
font-size: 24px;
line-height: 32px;
font-weight: 400;
font-family: var(--passion);
}

.about-section-003 .about-info .info-item .text{
font-size: 16px;
line-height: 28px;
color: #615E5D;
font-family: var(--arvo);
}

.about-section-003 .about-info .info-item:last-child{
padding-left: 0px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}

.about-section-003 .about-info .info-item .signature{
position: relative;
width: 40%;
}

.about-section-003 .about-info .info-item .signature:before{
position: absolute;
top: 0px;
right: 18px;
width: 1px;
height: 48px;
content: '';
background: #3B3634;
}

.about-section-003 .about-info .info-item .user-info{
width: 60%;
}

.about-section-003 .about-info .info-item strong{
font-size: 24px;
font-weight: 400;
color: #3B3634;
line-height: 30px;
font-family: var(--passion);
}

.about-section-003 .about-info .info-item .designation{
font-size: 16px;
font-weight: 400;
color: #22A6B3;
line-height: 30px;
font-family: var(--arvo);
}

.section-title{
position: relative;
display: block;
z-index: 1;
margin-bottom: 60px;
}

.section-title.style-two{
display: inline-block;
}

.section-title.style-three{
display: inline-block;
}

.section-title.style-three:before{
left: 0px;
margin-left: 0px;
}

.section-title:before{
position: absolute;
content: "\f14c";
font-family: 'Flaticon';
font-size: 190px;
line-height: 150px;
color: #f2f9fa;
left: 50%;
margin-left: -95px;
top: -25px;
z-index: -1;
}

.section-title span{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #747474;
    font-family: 'Schoolbell', Cursive;
}

.section-title h1{
font-size: 60px;
line-height: 80px;
font-weight: 400;
color: #3B3634;
font-family: var(--passion);
}

.service-section-003{
position: relative;
padding: 90px 0px;
background-repeat: no-repeat;
background-position: bottom;
}

.service-section-003:before{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 110%;
content: '';
background: linear-gradient(180deg, #FFFFFF 59.41%, rgba(255, 255, 255, 0.62) 92.14%, #F36827 92.14%);
}

.service-section-003 .service-item-003{
position: relative;
padding: 20px 30px 45px;
background: #FFFFFF;
box-shadow: 0px 10px 15px 0px #00000026;
border-radius: 10px;
}

.service-item-003 .image-box img{
border-radius: 5px;
}

.service-item-003 .image-content h2{
font-size: 30px;
line-height: 36px;
font-weight: 400;
color: #000000;
margin-top: 30px;
margin-bottom: 30px;
font-family: var(--passion);
}

.service-item-003 .image-content .text{
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #8A919E;
margin: 0px 40px;
margin-bottom: 40px;
font-family: var(--arvo);
}

.service-item-003 .image-content .icon{
float: left;
}

.service-item-003 .image-content .icon i{
font-size: 60px;
color: #22A6B3;
}

.service-item-003 .image-content a.btn-one{
float: right;
font-size: 18px;
color: #22A6B3;
font-weight: 400;
line-height: 28px;
border-radius: 5px;
display: inline-block;
padding: 10px 30px;
border: 1px solid #22A6B3;
transition: 1s; 
}

.service-item-003 .image-content a.btn-one:hover{
color: #ffffff;
background: #22A6B3;
}

.gallery-section.style-three .owl-nav {
display: block;
position: absolute;
top: -115px;
right: 18%;
}

.gallery-section.style-three .owl-nav .owl-prev,
.gallery-section.style-three .owl-nav .owl-next{
display: inline-block;
width: 60px;
height: 60px;
color: #22A6B3;
font-size: 20px;
line-height: 60px;
text-align: center;
background: #F6F6F6;
border-radius: 50%;
cursor: pointer;
margin: 0px 10px;
}

.team-item-004{
position: relative;
}

.team-item-004 .thumb-image img{
max-width: 100%;
}

.team-item-004 .lower-content{
position: relative;
margin: 30px 40px;
padding: 28px 50px;
background: #ffffff;
margin-top: -22%;
border-radius: 5px;
box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
}

.team-item-004 .lower-content h3 a{
font-size: 30px;
font-weight: 700;
line-height: 40px;
color: #3B3634;
display: inline-block;
transition: 1s;
font-family: var(--passion);
}

.team-item-004 .lower-content h3 a:hover{
color: #e72636;
}

.team-item-004 .lower-content .designation{
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #615E5D;
font-family: var(--arvo);
}

.newsletter-section-003{
position: relative;
padding: 60px 0px;
background: #22A6B3;
}

.newsletter-text{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}

.newsletter-text .left-text h2{
font-size: 60px;
line-height: 72px;
font-weight: 400;
color: #ffffff;
font-family: var(--passion);
}

.newsletter-text .right-btn a{
font-size: 20px;
line-height: 30px;
font-weight: 400;
color: #ffffff;
padding: 20px 70px;
border-radius: 5px;
background: #000000;
display: inline-block;
transition: 1s;
font-family: var(--passion);
}

.newsletter-text .right-btn a:hover{
color: #22A6B3;
background: #ffffff;
}

.partner-section-003{
width: 100%;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}

.partner-section-003 .parallax-bg{
top: -30%;
width: 100%;
height: 150%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}

.partner-section-003 .content-box{
position: relative;
display: block;
z-index: 1;
}

.partner-section-003:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0px;
right: 0px;
background: #fff;
mix-blend-mode: multiply;
z-index: 1;
}

.partner-section-003:after{
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0px;
right: 0px;
background: rgb(0 0 0 / 60%);
}

.partner-section-003 .content-left h6{
font-size: 20px;
line-height: 30px;
font-weight: 400;
color: #22A6B3;
    font-family: var(--schoolbell);
}

.partner-section-003 .content-left h1{
font-size: 60px;
line-height: 72px;
font-weight: 400;
color: #ffffff;
font-family: var(--passion);
}

.partner-section-003 .content-right{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}

.partner-section-003 .border{
padding: 15px;
width: 233px;
text-align: center;
border: 1px solid #C4C4C4;
}

.partner-section-003 .happy-customer{
padding: 23px 0px;
background: #212121;
}

.partner-section-003 .happy-customer i{
font-size: 65px;
line-height: 75px;
color: #22A6B3;
}

.partner-section-003 .happy-customer h1{
font-size: 60px;
line-height: 72px;
font-weight: 400;
color: #ffffff;
font-family: var(--passion);
}

.partner-section-003 .happy-customer h6{
font-size: 18px;
line-height: 26px;
font-weight: 400;
color: #ffffff;
font-family: var(--arvo);
}

.partner-section-003 .text-area {
width: 55%;
}

.partner-section-003 .text-area .text{
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #8D8C8B;
margin-top: -8px;
font-family: var(--arvo);
}

.progress-box .bar{
position:relative;
width:100%;
height:5px;
background:#8D8C8B;
border-radius:0px;
}

.progress-box .bar-inner{
position:relative;
display:block;
border-radius:0px;
width:0px;
height:5px;
background: #22A6B3;
-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 h6{
font-size: 18px;
color: #ffffff;
line-height: 30px;
font-weight: 400;
letter-spacing: 1px;
font-family: var(--passion);
}

.progress-box .count-text{
position: absolute;
right: -20px;
bottom: 5px;
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #ffffff;
font-family: var(--arvo);
}

.testimonial-section-003{
position: relative;
margin-top: -90px;
}

.testimonial-section-003 .owl-dots,
.testimonial-section-003 .owl-nav{
display: none;
}

.testimonial-section-003 .inner-content{
margin: 0px -15px;
}

.testimonial-block-001{
position: relative;
padding: 45px 50px 70px;
margin: 0px 15px;
background: #ffffff;
margin-bottom: 78px;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.testimonial-block-001:before{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 10px;
content: '';
background: #22A6B3;
}

.testimonial-block-001:after{
position: absolute;
top: 0px;
left: 50%;
margin-left: -39px;
width: 78px;
height: 58px;
content: '\f115';
color: #ffffff;
font-size: 25px;
line-height: 58px;
background: #22A6B3;
font-family: 'Flaticon';
border-radius: 0px 0px 50px 50px;
}

.testimonial-block-001 .text{
font-size: 16px;
line-height: 36px;
color: #615E5D;
font-weight: 400;
font-family: var(--arvo);
}

.testimonial-block-001 span{
font-size: 18px;
line-height: 46px;
color: #3B3634;
font-weight: 600;
font-family: var(--passion);
}

.testimonial-block-001 .thumb{
  position: absolute;
  left: 50%;
  margin-left: -50px;
}

.testimonial-block-001 .thumb img{
display: inline-block;
}

.appointment-section {
position: relative;
background: #F2F1F0;
}

.appointment-section #contact-form .form-group{
position: relative;
display: block;
padding: 0px 10px;
margin-bottom: 20px;
}

.appointment-section #contact-form .form-group input[type='text'],
.appointment-section #contact-form .form-group input[type='tel'],
.appointment-section #contact-form .form-group input[type='email'],
.appointment-section #contact-form .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 60px;
background: #fff;
border: 1px solid #fff;
font-size: 16px;
color: #808080;
border-radius: 5px;
padding: 10px 20px;
transition: 1s;
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.appointment-section #contact-form .form-group textarea{
height: 170px;
resize: none;
}

.appointment-section #contact-form .form-group input:focus,
.appointment-section #contact-form .form-group textarea:focus{
border-color: #22A6B3;
}

.appointment-section #contact-form .submit-btn{
font-size: 24px;
line-height: 30px;
font-weight: 400;
color: #ffffff;
padding: 23px 65px;
background: #22A6B3;
display: inline-block;
transition: 1s;
border-radius: 5px;
cursor: pointer;
border: 1px solid #22A6B3;
font-family: var(--passion);
}

.appointment-section #contact-form .submit-btn:hover{
color: #22A6B3;
background: #ffffff;
}

.appointment-section .google-map-area{
position: absolute;
top: 0px;
right: 0px;
content: '';
width: 35%;
height: 888px;
}

.appointment-section #contact-google-map{
width: 100%;
height: 888px;
}

.news-block-003 .image-box{
position: relative;
margin-bottom: 20px;
}

.news-block-003 .post-date{
position: absolute;
top: 0px;
left: 40px;
width: 92px;
height: 92px;
font-size: 24px;
line-height: 30px;
font-weight: 400;
color: #ffffff;
text-align: center;
background: #22A6B3;
padding: 14px 10px 30px 10px;
font-family: var(--passion);
text-transform: uppercase;
border-bottom-left-radius: 45px;
border-bottom-right-radius: 45px;
z-index: 1;
}

.news-block-003 .lower-content .post-info li{
display: inline-block;
margin-right: 10px;
font-size: 16px;
line-height: 26px;
font-weight: 700;
color: #747474;
font-family: var(--arvo);
}

.news-block-003 .lower-content h4 a{
font-size: 30px;
line-height: 30px;
font-weight: 700;
color: #3B3634;
margin-top: 15px;
margin-bottom: 16px;
display: inline-block;
transition: 1s;
font-family: var(--passion);
}

.news-block-003 .lower-content h4 a:hover{
color: #22A6B3;
}

.news-block-003 .lower-content p{
font-size: 16px;
line-height: 35px;
font-weight: 400;
color: #615E5D;
margin-bottom: 30px;
font-family: var(--arvo);
}

.news-block-003 .lower-content .read-more-btn{
font-size: 18px;
line-height: 30px;
color: #22A6B3;
font-weight: 400;
padding: 10px 42px;
display: inline-block;
border-radius: 5px;
text-transform: uppercase;
background: rgb(0 138 165 / 10%);
font-family: var(--passion);
transition: 1s;
}

.news-block-003 .lower-content .read-more-btn:hover{
color: #ffffff;
background: #22A6B3;
}

.footer-widget-section{
position: relative;
background: #F2F1F0;
}

.footer-widget .widget-title{
font-size: 24px;
line-height: 30px;
font-weight: 700;
color: #3B3634;
padding-bottom: 25px;
text-transform: capitalize;
font-family: var(--passion);
}

.explore-widget .links-list li{
position: relative;
margin-bottom: 6px;
padding-left: 15px;
}

.explore-widget .links-list li:before{
position: absolute;
top: 10px;
left: 0px;
width: 8px;
height: 8px;
content: '';
border-radius: 50%;
background: #3B3634;
}

.explore-widget .links-list li a{
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #615E5D;
font-family: var(--arvo);
transition: 1s;
}

.explore-widget .links-list li:hover a{
color: #22A6B3;
}

.explore-widget .links-list li:hover:before{
background: #22A6B3;
}

.links-widget .links-list li{
position: relative;
margin-bottom: 6px;
padding-left: 15px;
}

.links-widget .links-list li:before{
position: absolute;
top: 10px;
left: 0px;
width: 8px;
height: 8px;
content: '';
border-radius: 50%;
background: #3B3634;
transition: 1;
}

.links-widget .links-list li a{
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #615E5D;
font-family: var(--arvo);
transition: 1s;
}

.links-widget .links-list li:hover a{
color: #22A6B3;
}

.links-widget .links-list li:hover:before{
background-color: #22A6B3; 
}

.contact-widget .info-list li{
position: relative;
margin-bottom: 6px;
}

.contact-widget .info-list li{
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #615E5D;
font-family: var(--arvo);
}

.contact-widget .info-list li a{
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #615E5D;
font-family: var(--arvo);
transition: 1s;
}

.contact-widget .info-list li a:hover{
color: #22A6B3;
}

.about-widget .text p{
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #615E5D;
font-family: var(--arvo);
}

.about-widget .subscribe-inner .form-group{
position: relative;
}

.about-widget .subscribe-inner input{
width: 100%;
height: 70px;
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #615E5D;
padding-left: 30px;
border-radius: 5px;
border: 1px solid #ffffff;
transition: 1s;
font-family: var(--arvo);
}

.about-widget .subscribe-inner input:hover,
.about-widget .subscribe-inner input:focus{
border-color: #22A6B3;
}

.about-widget .subscribe-inner button{
position: absolute;
top: 10px;
right: 15px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: #ffffff;
content: '';
border-radius: 50%;
background: #22A6B3;
cursor: pointer;
transition: 1s;
}

.about-widget .subscribe-inner button:hover{
background-color: #000000;
}

.footer-bottom-003{
position: relative;
padding: 28px 0px;
background: #444444;
}

.footer-bottom-003 .bottom-inner{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}

.footer-bottom-003 .copyright p{
font-size: 14px;
color: #ffffff;
font-weight: 700;
line-height: 30px;
font-family: var(--arvo);
}

.footer-bottom-003 .footer-nav{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}

.footer-bottom-003 .footer-nav ul li{
display: inline-block;
}

.footer-bottom-003 .footer-nav .usefull-link{
margin-right: 30px;
}

.footer-bottom-003 .footer-nav .usefull-link li a{
font-size: 14px;
font-weight: 700;
line-height: 30px;
color: #ffffff;
display: inline-block;
font-family: var(--arvo);
transition: 1s;
margin: 0px 15px;
}

.footer-bottom-003 .footer-nav .usefull-link li a:hover{
color: #22A6B3;
}

.footer-bottom-003 .footer-nav .social-links li a{
font-size: 14px;
color: #ffffff;
line-height: 30px;
width: 30px;
height: 30px;
display: inline-block;
background: #000000;
border-radius: 50%;
text-align: center;
transition: 1s;
margin: 0px 2px;
}

.footer-bottom-003 .footer-nav .social-links li a:hover{
background: #2696E7;
}

.header-style-four{
position: relative;
display: block;
background: transparent;
}

.header-style-four .header-bottom{
position: relative;
margin-top: 28px;
background: none;
}

.header-style-four .header-bottom .logo-box:before{
display: none;
}

.header-style-four .header-bottom .logo-box{
background: none;
border-radius: 0px;
margin-top: 0px;
padding: 10px 0px;
}

.header-style-four .main-menu .navigation > li > a{
padding: 20px 15px;
color: #ffffff;
}

.header-style-four .sticky-header .main-menu .navigation > li > a{
color: #000000
}

.header-style-four .main-menu .navigation > li:hover > a,
.header-style-four .main-menu .navigation > li.current > a{
color: #F36827;
}

.header-style-four .sticky-header .main-menu .navigation > li.current > a,
.header-style-four .sticky-header .main-menu .navigation > li:hover > a{
color: #ffffff;
background: #F36827;
}

.header-style-four .main-menu .navigation > li > ul > li > ul,
.header-style-four .main-menu .navigation > li > ul{
border-top-color: #F36827;
}

.header-style-four .main-menu .navigation > li > ul > li:hover{
background: #F36827;
border-color: #F36827;
}

.header-style-four .main-menu .navigation > li > ul > li > ul > li:hover > a{
background-color: #F36827;
}

.header-style-four a.header-btn-four{
font-size: 24px;
line-height: 34px;
color: #F36827;
font-weight: 400;
padding: 15px 72px;
display: inline-block;
border: 1px solid #F36827;
text-transform: capitalize;
border-radius: 50px;
transition: 1s;
font-family: var(--passion);
}

.header-style-four a.header-btn-four:hover{
background: #F36827;
color: #ffffff;
}

.main-slider.slider-style-four{
position: relative;
top: -95px;
z-index: 1;
background: #ffffff;
}

.main-slider.slider-style-four .owl-dots{
display: none;
}

.main-slider.slider-style-four .shape-one{
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 99px;
content: '';
z-index: 2;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}

.main-slider.slider-style-four .slide{
position: relative;
z-index: 99;
padding: 300px 0px;
}

.main-slider.slider-style-four .slide:before{
position: absolute;
left: 0px;
width: 100%;
content: '';
z-index: -1;
bottom: 100px;
background: linear-gradient(102.47deg, rgba(243, 104, 39, 0.3) 21.12%, rgba(0, 0, 0, 0.67) 60.8%);
}

.main-slider.slider-style-four .slide .content-box{
max-width: 820px;
text-align: center;
}

.main-slider.slider-style-four .slide .content-box h1{
font-size: 96px;
line-height: 100px;
font-weight: 400;
color: #ffffff;
margin-bottom: 0px;
text-transform: none;
font-family: var(--passion);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
transform: scaleX(0);
}

.main-slider.slider-style-four .active .slide .content-box h1{
-webkit-transition-delay: 500ms;
-moz-transition-delay: 500ms;
-ms-transition-delay: 500ms;
-o-transition-delay: 500ms;
transition-delay: 500ms;
transform: scaleX(1);
}

.main-slider.slider-style-four .slide .content-box .text{
font-size: 22px;
line-height: 36px;
font-weight: 400;
color: #ffffff;
text-transform: none;
font-family: var(--arvo);
margin-bottom: 50px;
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);
}

.main-slider.slider-style-four .active .slide .content-box .text{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
transition-delay: 1500ms;
}

.main-slider.slider-style-four .slide .content-box .theme-btn-one{
background: #F36827;
color: #ffffff;
border-color: #F36827;
border-radius: 50px;
}

.main-slider.slider-style-four .slide .content-box .theme-btn-one:hover{
background: #ffffff;
color: #F36827;
}

.main-slider.slider-style-four .owl-nav .owl-next{
font-size: 40px;
color: #FFFFFF;
right: 70px;
background: transparent;
}

.main-slider.slider-style-four .owl-nav .owl-prev{
font-size: 40px;
color: #FFFFFF;
left: 70px;
background: transparent;
}

.about-section-004 .about-content{
margin-top: 45px;
margin-right: 65px;
}

.about-section-004 .about-content .sub-title{
position: relative;
font-size: 20px;
line-height: 30px;
font-weight: 400;
color: #747474;
margin-bottom: 10px;
display: inline-block;
    font-family: var(--schoolbell);
}

.about-section-004 .about-content .sub-title:before{
position: absolute;
bottom: 0px;
left: 0px;
width: 0px;
height: 2px;
content: '';
background: #F36827;
-webkit-transition: all 2000ms ease;
-moz-transition: all 2000ms ease;
-ms-transition: all 2000ms ease;
-o-transition: all 2000ms ease;
transition: all 2000ms ease;
}

.about-section-004:hover .about-content .sub-title:before{
width: 100%;
}

.about-section-004 .about-content .title{
font-size: 60px;
line-height: 80px;
font-weight: 400;
color: #3B3634;
margin-bottom: 30px;
letter-spacing: -1px;
font-family: var(--passion);
}

.about-section-004 .about-content p.text{
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #615E5D;
margin-bottom: 40px;
font-family: var(--arvo);
}

.about-section-004 .about-info .info-item{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
}

.about-section-004 .about-info .info-item ul{
width: 50%;
}

.about-section-004 .about-info .info-item li{
position: relative;
padding-left: 25px;
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #000000;
margin-bottom: 10px;
font-family: var(--arvo);
}

.about-section-004 .about-info .info-item li:before{
position: absolute;
top: 7px;
left: 0px;
width: 15px;
height: 15px;
content: '';
border-radius: 50%;
background: #F36827;
}

.about-section-004 .image-block-area{
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: -40px;
justify-content: space-between;
}

.about-section-004 .image-block-area .logo-box {
position: absolute;
width: 120px;
height: 120px;
background: #FFFFFF;
border-radius: 50%;
line-height: 120px;
text-align: center;
right: 205px;
}

.about-section-004 .image-block-area .logo-box .icon{
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.about-section-004 .image-block-area:hover .logo-box .icon{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}

.service-item-004{
position: relative;
padding: 40px 40px;
background: #FFFFFF;
box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
border-radius: 10px;
margin-bottom: 30px;
}

.service-item-004 .icon-box{
width: 85px;
height: 85px;
font-size: 45px;
text-align: center;
line-height: 85px;
display: inline-block;
background: #F36827;
border-radius: 5px;
margin-bottom: 25px;
}

.service-item-004 .icon-box .icon{
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;
}

.service-item-004:hover .icon-box .icon{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}

.service-item-004 h2 a{
font-size: 30px;
line-height: 40px;
color: #222222;
font-weight: 700;
margin-bottom: 20px;
display: inline-block;
transition: 1s;
font-family: var(--passion);
}

.service-item-004 h2 a:hover{
color: #F36827;
}

.service-item-004 .text{
font-size: 16px;
line-height: 30px;
color: #8A919E;
font-weight: 400;
font-family: var(--arvo);
}

.newsletter-section-004{
position: relative;
padding: 60px 0px;
background: #F36827;
}

.newsletter-section-004 .newsletter-text .right-btn a{
border-radius: 50px;
transition: .5s;
}

.newsletter-section-004 .newsletter-text .right-btn a:hover{
color: #F36827;
}

.partner-section-004{
position: relative;
width: 100%;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}

.partner-section-004:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0px;
right: 0px;
background: #fff;
mix-blend-mode: multiply;
z-index: 1;
}

.partner-section-004:after{
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0px;
right: 0px;
background: rgba(0, 0, 0, 0.6);
}

.partner-section-004 .parallax-bg{
top: -30%;
width: 100%;
height: 150%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}

.partner-section-004 .content-inner{
position: relative;
display: block;
z-index: 99;
}

.partner-section-004 .content-box{
padding: 100px;
padding-left: 0px;
overflow: hidden;
}

.partner-section-004 .content-box h6.sub-title{
font-size: 20px;
color: #F36827;
line-height: 30px;
font-weight: 400;
margin-bottom: 15px;
    font-family: var(--schoolbell);
}

.partner-section-004 .content-box h1{
font-size: 60px;
color: #FFFFFF;
line-height: 72px;
font-weight: 400;
margin-bottom: 30px;
font-family: var(--passion);
}

.partner-section-004 .content-box .text{
font-size: 16px;
color: #B4B4B4;
line-height: 30px;
font-weight: 400;
margin-bottom: 35px;
font-family: var(--arvo);
}

.partner-section-004 .progress-box{
margin-right: 20px;
}

.partner-section-004 .progress-box .bar{
border-radius: 0px 5px 5px 0px;
}

.partner-section-004 .progress-box .count-bar{
background: #F36827;
border-radius: 0px 5px 5px 0px;
}

.partner-section-004 .image-box img{
max-width: none !important;
}

.team-section-004 .team-item-004 .lower-content{
z-index: 1;
margin: 30px 40px 35px;
background: #ffffff;
margin-top: -24%;
padding: 30px 50px;
border-radius: 0px;
}

.team-item-004 .lower-content .shape{
position: absolute;
bottom: -2px;
left: -1px;
width: 101%;
height: 15px;
z-index: -1;
transition: 1s;
}

.team-item-004:hover .lower-content .shape{
height: 2px;
bottom: 24px;
}

.gallery-section.style-four{
padding: 0px;
margin: 0px 30px;
}

.gallery-section.style-four .single-gallery-block .image-box {
    background: rgba(243, 104, 39, 0.6);
    /* height: 525px; */
    overflow: hidden;
}

.testimonial-section-004{
margin-top: 0px;
}

.testimonial-section-004 .section-title{
margin-bottom: 40px;
}

.testimonial-section-004 .testimonial-block-001{
padding: 40px 50px 70px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-section-004 .testimonial-block-001:before{
display: none;
}

.testimonial-section-004 .testimonial-block-001:after{
display: none;
}

.testimonial-section-004 .owl-dots,
.testimonial-section-004 .owl-nav{
display: none;
}

.pricing-section-004{
position: relative;
display: block;
background: #F2F1F0;
}

.pricing-section-004 .inner-content {
position: relative;
display: block;
}

.pricing-block-001 {
position: relative;
display: block;
background: #ffffff;
padding: 50px 60px 55px 60px;
transition: all 500ms ease;
}

.pricing-block-001:hover {
transform: translateY(-10px);
background: #F36827;
cursor: pointer;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.pricing-block-001 .table-header .title{
font-size: 20px;
color: #F36827;
line-height: 30px;
font-weight: 400;
margin-bottom: 5px;
transition: 1s;
transition: all 500ms ease;
font-family: var(--passion);
}

.pricing-block-001:hover .table-header .title{
color: #ffffff;
}

.pricing-block-001 .table-header .price{
font-size: 48px;
color: #111116;
line-height: 52px;
font-weight: 400;
transition: all 500ms ease;
font-family: var(--passion);
}

.pricing-block-001:hover .table-header .price{
color: #ffffff;
}

.pricing-block-001 .table-header span {
    font-size: 18px;
    color: #888888;
    line-height: 22px;
    font-weight: 400;
    transition: all 500ms ease;
    /* font-family: var(--arvo); */
}

.pricing-block-001:hover .table-header span{
color: #ffffff;
}

.pricing-block-001 .table-content li{
position: relative;
display: inline-block;
font-size: 18px;
color: #615E5D;
line-height: 22px;
font-weight: 400;
margin-bottom: 20px;
padding-left: 25px;
transition: all 500ms ease;
font-family: var(--arvo);
}

.pricing-block-001 .table-content li i{
position: absolute;
top: 0px;
left: 0px;
font-size: 20px;
color: #F36827;
line-height: 22px;
transition: all 500ms ease;
}

.pricing-column:nth-child(1) .pricing-block-001 .table-content li:nth-child(4){
text-decoration: line-through;
}

.pricing-column:nth-child(1) .pricing-block-001 .table-content li:nth-child(5){
text-decoration: line-through;
}

.pricing-column:nth-child(2) .pricing-block-001 .table-content li:nth-child(5){
text-decoration: line-through;
}

.pricing-block-001:hover .table-content li{
color: #ffffff;
}

.pricing-block-001:hover .table-content li i{
color: #ffffff;
}

.pricing-block-001 .pricing-button{
display: inline-block;
font-size: 18px;
color: #F36827;
line-height: 24px;
font-weight: 400;
border-radius: 5px;
padding: 20px 60px;
border: 1px solid #F36827;
transition: all 500ms ease;
font-family: var(--passion);
}

.pricing-block-001:hover .pricing-button{
border-color: #ffffff;
color: #ffffff;
}

.news-block-003.style-two .image-box{
margin-bottom: 40px;
}

.news-block-003.style-two .lower-content h4 a{
margin-top: 20px;
}

.news-block-003.style-two .lower-content .post-info li{
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #615E5D;
font-family: var(--arvo);
text-transform: capitalize;
}

.news-block-003.style-two .lower-content .post-info li a{
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 30px;
color: #ffffff;
padding: 5px 30px;
background: #F36827;
border: 1px solid #F36827;
border-radius: 50px;
display: inline-block;
font-family: var(--arvo);
}

.news-block-003.style-two .lower-content .post-info li i{
font-size: 16px;
line-height: 20px;
margin-right: 8px;
color: #555555;
}

.news-block-003.style-two .lower-content h4 a:hover{
color: #F36827;
}

.news-block-003.style-two .lower-content p{
padding-bottom: 30px;
margin-bottom: 20px;
border-bottom: 1px solid #DDDDDD;
}

.news-block-003 .post-share-option{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}

.news-block-003 .post-share-option li a{
font-size: 14px;
line-height: 30px;
color: #615E5D;
font-weight: 400;
display: inline-block;
font-family: var(--arvo);
transition: .5s;
}

.news-block-003 .post-share-option li a i{
width: 50px;
height: 50px;
color: #3B3634;
line-height: 50px;
font-size: 16px;
background: #F1F7FB;
margin-right: 10px;
text-align: center;
display: inline-block;
border-radius: 50%;
transition: .5s;
}

.news-block-003 .post-share-option li a:hover{
color: #F36827;
}

.news-block-003 .post-share-option li a:hover i{
color: #ffffff;
background: #F36827;
}

.header-style-five {
background: transparent;
}

.header-style-five .header-bottom{
position: relative;
margin-top: 28px;
background: none;
}

.header-style-five .header-bottom .nav-outer {
position: relative;
float: right;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}

.header-style-five .header-bottom .logo-box:before{
display: none;
}

.header-style-five .header-bottom .logo-box{
background: none;
border-radius: 0px;
margin-top: 0px;
padding: 10px 0px;
}

.header-style-five .main-menu .navigation > li > a{
padding: 20px 15px;
}

.header-style-five .main-menu .navigation > li:hover > a,
.header-style-five .main-menu .navigation > li.current > a{
color: #9DC638;
}

.header-style-five .sticky-header .main-menu .navigation > li.current > a,
.header-style-five .sticky-header .main-menu .navigation > li:hover > a{
color: #ffffff;
background: #9DC638;
}

.header-style-five .main-menu .navigation > li > ul > li > ul,
.header-style-five .main-menu .navigation > li > ul{
border-top-color: #9DC638;
}

.header-style-five .main-menu .navigation > li > ul > li:hover{
background: #9DC638;
border-color: #9DC638;
}

.header-style-five .main-menu .navigation > li > ul > li > ul > li:hover > a{
background-color: #9DC638;
}

.header-style-five .cart-info li{
margin-left: 5px;
display: inline-block;
}

.header-style-five .cart-info li a{
width: 50px;
height: 50px;
color: #ffffff;
line-height: 50px;
text-align: center;
background: #22A6B3;
border-radius: 50%;
display: inline-block;
transition: 1s;
}

.header-style-five .cart-info li:nth-child(1) a{
background: #22A6B3;
}

.header-style-five .cart-info li:nth-child(2) a{
background: #9DC638;
}

.header-style-five .cart-info li:nth-child(3) a{
background: #E72636;
}

.header-style-five .cart-info li:hover a{
background: #000000;
}

.main-slider.slider-style-five{
position: relative;
top: -95px;
z-index: 1;
}

.main-slider.slider-style-five .slide{
position: relative;
z-index: 99;
padding: 330px 0px 250px;
}

.main-slider.slider-style-five .slide:before{
display: none;
}

.main-slider.slider-style-five .slide .content-box{
max-width: 820px;
text-align: left;
margin-left: 0px;
}

.main-slider.slider-style-five .slide .content-box h1{
font-size: 96px;
line-height: 80px;
font-weight: 400;
color: #3B3634;
text-transform: none;
font-family: var(--passion);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
transform: scaleX(0);
}

.main-slider.slider-style-five .active .slide .content-box h1{
-webkit-transition-delay: 500ms;
-moz-transition-delay: 500ms;
-ms-transition-delay: 500ms;
-o-transition-delay: 500ms;
transition-delay: 500ms;
transform: scaleX(1);
}

.main-slider.slider-style-five .slide .content-box .text{
font-size: 22px;
line-height: 36px;
font-weight: 400;
color: #615E5D;
text-transform: none;
font-family: var(--arvo);
margin-bottom: 50px;
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);
}

.main-slider.slider-style-five .active .slide .content-box .text{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
transition-delay: 1500ms;
}

.main-slider.slider-style-five .slide .content-box .theme-btn-one{
background: #9DC638;
color: #ffffff;
border-color: #9DC638;
border-radius: 50px;
}

.main-slider.slider-style-five .slide .content-box .theme-btn-one:hover{
background: #ffffff;
color: #9DC638;
}

.main-slider.slider-style-five .owl-nav .owl-next{
font-size: 40px;
color: #FFFFFF;
right: 0px;
background: transparent;
}

.main-slider.slider-style-five .owl-nav .owl-prev{
font-size: 40px;
color: #FFFFFF;
left: 0px;
background: transparent;
}

.main-slider.slider-style-five .owl-nav .owl-next:hover,
.main-slider.slider-style-five .owl-nav .owl-prev:hover{
background: #9DC638;
}

.main-slider.slider-style-five .owl-dots{
position: absolute;
text-align: center;
left: 50%;
bottom: 30px;
display: flex;
flex-wrap: wrap;
vertical-align: middle;
align-items: center;
}

.main-slider.slider-style-five .owl-dots .owl-dot span{
width: 12px;
height: 12px;
border-radius: 50%;
background: #ffffff;
}

.main-slider.slider-style-five .owl-dots .owl-dot.active span{
width: 15px;
height: 15px;
border-radius: 50%;
background: #9DC638;
}

.browse-by-category .nav-style-001 .owl-nav{
top: -65px;
}

.catagory-block-001 {
position: relative;
padding: 40px 25px;
background: #F7F7F7;
margin-top: 30px;
margin-bottom: 30px;
border-radius: 10px;
transition: .5s;
}

.catagory-block-001:hover {
border-radius: 10px;
background: #FFFFFF;
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.catagory-block-001 .icon-box{
display: inline-block;
}

.catagory-block-001 h4 a{
font-size: 30px;
line-height: 40px;
color: #222222;
font-weight: 700;
margin-top: 15px;
margin-bottom: 15px;
display: inline-block;
transition: .5s;
font-family: var(--passion);
}

.catagory-block-001 h4 a:hover{
color: #9DC638;
}

.catagory-block-001 .text{
font-size: 16px;
line-height: 30px;
color: #615E5D;
font-weight: 400;
font-family: var(--arvo);
}

.small-banner-001{
position: relative;
padding: 92px 40px 88px;
margin-right: 15px;
border-radius: 5px;
background-repeat: no-repeat;
background-size: cover;
}

.small-banner-001 h2{
font-weight: 400;
font-size: 48px;
line-height: 46px;
color: #FFFFFF;
margin-bottom: 25px;
font-family: var(--passion);
}

.small-banner-001 a{
font-weight: 700;
font-size: 18px;
line-height: 26px;
color: #F5F5F5;
background: #9DC638;
border-radius: 5px;
padding: 12px 40px;
display: inline-block;
border: 1px solid #9DC638;
transition: 1s;
font-family: var(--passion);
}

.small-banner-001 a:hover{
color: #9DC638;
background: #ffffff;
border-color: #9DC638;
}

.big-banner-001{
position: relative;
padding: 110px 80px 45px;
margin-left: -15px;
border-radius: 5px;
background-repeat: no-repeat;
background-size: cover;
}

.big-banner-001 h2{
font-weight: 400;
font-size: 48px;
line-height: 56px;
color: #FFFFFF;
margin-bottom: 25px;
font-family: var(--passion);
}

.featured-section-005 .title h1{
font-size: 60px;
line-height: 70px;
font-weight: 400;
color: #3B3634;
margin-right: 50px;
display: inline-block;
font-family: var(--passion);
}

.featured-item-005 .image-box{
position: relative;
margin-bottom: 20px;
display: block;
width: 100%;
border-radius: 10px;
}

.featured-item-005 h4 a{
font-size: 30px;
line-height: 40px;
color: #3B3634;
font-weight: 700;
display: inline-block;
transition: .5s;
font-family: var(--passion);
}

.featured-item-005 h4 a:hover{
color: #9DC638;
}

.featured-item-005 span{
font-size: 16px;
line-height: 20px;
color: #615E5D;
font-weight: 400;
font-family: var(--arvo);
}

.big-banner-002{
position: relative;
padding: 92px 50px 88px;
border-radius: 5px;
}

.big-banner-002 h2{
font-weight: 400;
font-size: 60px;
line-height: 66px;
color: #FFFFFF;
margin-bottom: 20px;
font-family: var(--passion);
}

.big-banner-002 .text{
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: #ffffff;
font-family: var(--arvo);
}

.big-banner-002 a{
font-weight: 700;
font-size: 18px;
line-height: 26px;
color: #F5F5F5;
background: #9DC638;
border-radius: 5px;
padding: 12px 40px;
display: inline-block;
border: 1px solid #9DC638;
transition: 1s;
font-family: var(--passion);
}

.big-banner-002 a:hover{
color: #9DC638;
background: #ffffff;
border-color: #9DC638;
}

.best-selling-section-005 .title h1{
font-size: 60px;
line-height: 70px;
font-weight: 400;
color: #3B3634;
margin-right: 50px;
display: inline-block;
font-family: var(--passion);
}

.best-selling-section-005 .title a{
font-size: 16px;
line-height: 36px;
font-weight: 400;
color: #615E5D;
display: inline-block;
font-family: var(--arvo);
}

.best-selling-section-005 .title a i{
font-size: 16px;
margin-left: 10px;
}

.best-selling-section-005 .title a:hover{
color: #9DC638;
}

.shop-item-001 .image-box{
position: relative;
margin-bottom: 20px;
display: block;
width: 100%;
border-radius: 10px;
}

.shop-item-001 .image-box .tag{
position: absolute;
top: 15px;
left: 15px;
width: 55px;
height: 35px;
color: #ffffff;
font-size: 18px;
font-weight: 400;
line-height: 35px;
background: #9DC638;
text-align: center;
border-radius: 5px;
font-family: var(--passion);
}

.shop-item-001 .rating li{
display: inline-block;
}

.shop-item-001 .rating li i{
font-size: 19px;
color: #ffca07;
}

.shop-item-001 h5 a{
font-size: 18px;
line-height: 22px;
color: #B6B6B6;
font-weight: 400;
display: inline-block;
font-family: var(--arvo);
margin-top: 10px;
margin-bottom: 15px;
transition: .5s;
}

.shop-item-001 h5 a:hover{
color: #9DC638;
}

.shop-item-001 .rate{
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #9DC638;
font-family: var(--arvo);
}

.shop-item-001 .rate span{
color: #333333;
margin-right: 10px;
text-decoration: line-through;
}

.small-banner-002{
position: relative;
padding: 40px 20px 25px;
background: #9DC638;
overflow: hidden;
z-index: 99;
border-radius: 5px;
}

.small-banner-002 .tag{
font-weight: 400;
font-size: 48px;
line-height: 56px;
color: #FFFFFF;
z-index: 1;
padding-bottom: 15px;
font-family: var(--arvo);
}

.small-banner-002:before{
position: absolute;
content: "\f14c";
font-family: 'Flaticon';
font-size: 190px;
line-height: 150px;
color: rgba(242, 249, 250, 0.25);
left: -11px;
top: 0px;
z-index: -1;
}

.small-banner-002 .text{
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: #FFFFFF;
margin-bottom: 30px;
font-family: var(--arvo);
}

.small-banner-002 .form-group input{
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: #84888C;
font-family: var(--arvo);
height: 56px;
background: #ffffff;
padding-left: 17px;
border-radius: 5px;
border: 1px solid #ffffff;
transition: .5s;
width: 100%;
}

.small-banner-002 .form-group input:hover{
background: transparent;
}

.small-banner-002 .form-group button{
font-weight: 700;
font-size: 18px;
line-height: 20px;
color: #F5F5F5;
background: #FEAD11;
height: 56px;
width: 100%;
border-radius: 5px;
cursor: pointer;
border: 1px solid #FEAD11;
display: inline-block;
transition: .5s;
}

.small-banner-002 .form-group button:hover{
color: #FEAD11;
background: #ffffff;
}

.shop-item-002{
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 15px;
margin-bottom: 30px;
justify-content: space-between;
background: #FFFFFF;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}

.shop-item-002 .image-box{
width: 30%;
}

.shop-item-002 .title-box{
width: 70%;
padding-left: 10px;
}

.shop-item-002 .title-box h6 a{
font-weight: 500;
font-size: 24px;
line-height: 40px;
color: #3B3634;
transition: .5s;
padding-top: 15px;
display: inline-block;
font-family: var(--passion);
}

.shop-item-002 .title-box h6 a:hover{
color: #9DC638;
}

.shop-item-002 .title-box span{
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #615E5D;
font-family: var(--arvo);
}

.shop-banner-001{
position: relative;
}

.shop-banner-001 .title-box {
position: absolute;
bottom: 160px;
left: 70px;
width: 100%;
content: '';
}

.shop-banner-001 .title-box h6{
font-weight: 400;
font-size: 48px;
line-height: 56px;
color: #ffffff;
margin-bottom: 20px;
font-family: var(--passion);
}

.shop-banner-001 .title-box a{
font-size: 18px;
font-weight: 700;
line-height: 26px;
color: #ffffff;
background: #9DC638;
border-radius: 5px;
padding: 12px 40px;
display: inline-block;
border: 1px solid #9DC638;
font-family: var(--passion);
transition: .5s;
}

.shop-banner-001 .title-box a:hover{
color: #9DC638;
background: transparent;
}

.service-blcok-001{
position: relative;
padding: 0px 30px;
margin-bottom: 30px;
}

.service-blcok-001 .icon-box{
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.service-blcok-001:hover .icon-box{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}

.service-blcok-001 h4 a{
font-size: 30px;
line-height: 40px;
font-weight: 700;
color: #222222;
display: inline-block;
margin-bottom: 15px;
transition: .5s;
font-family: var(--passion);
}

.service-blcok-001 h4 a:hover{
color: #9DC638;
}

.subscribe-section-001{
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.subscribe-section-001 h1{
font-weight: 700;
font-size: 60px;
line-height: 66px;
color: #ffffff;
margin-bottom: 30px;
font-family: var(--passion);
}

.subscribe-section-001 p{
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: #615E5D;
margin-bottom: 30px;
font-family: var(--arvo);
}

.subscribe-section-001 .form-group{
position: relative;
}

.subscribe-section-001 .form-group i{
position: absolute;
top: 0px;
left: 5px;
width: 45px;
height: 62px;
text-align: center;
line-height: 62px;
}

.subscribe-section-001 form input{
font-weight: 400;
font-size: 14px;
line-height: 34px;
background: #FFFFFF;
max-width: 300px;
width: 100%;
height: 62px;
padding-left: 45px;
box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
border-radius: 10px;
margin-right: 10px;
transition: 1s;
border: 1px solid #ffffff;
}

.subscribe-section-001 form input:hover,
.subscribe-section-001 form input.focus{
border-color: #9DC638;
}

.subscribe-section-001 form button{
font-weight: 400;
font-size: 14px;
line-height: 34px;
background: #9DC638;
height: 62px;
color: #ffffff;
padding: 10px 35px;
cursor: pointer;
border: 1px solid #9DC638;
box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
border-radius: 10px;
transition: 1s;
}

.subscribe-section-001 form button:hover{
color: #9DC638;
background: #ffffff;
}

.footer-bottom-003.style-two .footer-nav .usefull-link{
margin-right: 0px;
}

.footer-widget .social-links li{
display: inline-block;
}

.footer-widget .social-links li a{
font-size: 14px;
color: #ffffff;
line-height: 30px;
width: 30px;
height: 30px;
display: inline-block;
background: #000000;
border-radius: 50%;
text-align: center;
transition: 1s;
margin: 0px 2px;
}

.footer-widget .social-links li:nth-child(1) a{
background: #2CD9FF;
}

.footer-widget .social-links li:nth-child(2) a{
background: #DF8B0E;
}

.footer-widget .social-links li:nth-child(3) a{
background: #2696E7;
}

.footer-widget .social-links li a:hover{
background: #000000;
}

.header-style-five.home_six .main-menu .navigation > li:hover > a,
.header-style-five.home_six .main-menu .navigation > li.current > a{
color: #F36827;
}

.header-style-five.home_six .sticky-header .main-menu .navigation > li.current > a,
.header-style-five.home_six .sticky-header .main-menu .navigation > li:hover > a{
color: #ffffff;
background: #F36827;
}

.header-style-five.home_six .main-menu .navigation > li > ul > li > ul,
.header-style-five.home_six .main-menu .navigation > li > ul{
border-top-color: #F36827;
}

.header-style-five.home_six .main-menu .navigation > li > ul > li:hover{
background: #F36827;
border-color: #F36827;
}

.header-style-five.home_six .main-menu .navigation > li > ul > li > ul > li:hover > a{
background-color: #F36827;
}

.header-style-five.home_six .main-menu .navigation > li > ul > li > ul > li:hover > a{
background-color: #F36827;
}

.main-slider.slider-style-five.home_six{
background: #F3F4F6;
}

.main-slider.slider-style-five.home_six .slide{
padding: 220px 0px 200px;
}

.main-slider.slider-style-five.home_six .slide .slider-inner{
position: relative;
}

.main-slider.slider-style-five.home_six .slide .content-box{
max-width: 850px;
}

.main-slider.slider-style-five.home_six .slide h1 {
    font-weight: 700;
    font-size: 72px;
    line-height: 75px;
    color: #181614;
    font-family: var(--passion);
    margin-bottom: 15px;
}

.main-slider.slider-style-five.home_six .slide .content-box .text{
font-size: 18px;
line-height: 36px;
color: #8A919E;
font-weight: 400;
font-family: var(--arvo);
margin-bottom: 40px;
}

.main-slider.home_six .image-box{
position: absolute;
top: -54px;
right: -250px;
overflow: hidden;
}

.main-slider.home_six .image-box.style-two{
right: -150px;
}

.main-slider.home_six .image-box .image{
opacity: 0;
margin-right: 100px;
-webkit-transform: translateX(500px);
-moz-transform: translateX(500px);
-ms-transform: translateX(500px);
-o-transform: translateX(500px);
transform: translateX(500px);
-webkit-transition: all 2000ms ease;
-moz-transition: all 2000ms ease;
-ms-transition: all 2000ms ease;
-o-transition: all 2000ms ease;
transition: all 2000ms ease;
}

.main-slider.home_six .active .image-box .image{
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 0ms;
-moz-transition-delay: 0ms;
-ms-transition-delay: 0ms;
-o-transition-delay: 0ms;
transition-delay: 0ms;
}

.main-slider.home_six .shape .shape-1{
left: 53%;
bottom: 60px;
z-index: -1;
background: linear-gradient(128.49deg, #F36827 16.54%, rgba(255, 255, 255, 0.99) 121.67%);
-webkit-animation: zoom-fade-two 6s infinite linear;
animation: zoom-fade-two 6s infinite linear;
}

.main-slider.home_six .shape .shape-2{
left: 85%;
bottom: 85px;
z-index: -1;
background: linear-gradient(128.49deg, #F36827 16.54%, rgba(255, 255, 255, 0.99) 121.67%);
-webkit-animation: zoom-fade-two 6s infinite linear;
animation: zoom-fade-two 6s infinite linear;
}

.main-slider.home_six .shape .shape-3{
right: 28%;
top: 119px;
z-index: -1;
background: linear-gradient(128.49deg, #F36827 16.54%, rgba(255, 255, 255, 0.99) 121.67%);
-webkit-animation: zoom-fade-two 6s infinite linear;
animation: zoom-fade-two 6s infinite linear;
}

.main-slider.home_six .shape .shape-4{
left: 59%;
top: 152px;
width: 496px;
height: 496px;
background: #F36827;
z-index: -2;
}

.main-slider.home_six .owl-dots{
display: none;
}

.main-slider.home_six .owl-nav{
display: block;
}

.main-slider.home_six .owl-nav .owl-next{
width: 70px;
height: 60px;
font-size: 28px;
line-height: 60px;
padding-left: 10px;
}

.main-slider.home_six .owl-nav .owl-next:hover{
background-color: #F36827;
}

.main-slider.home_six .owl-nav .owl-prev{
width: 70px;
height: 60px;
font-size: 28px;
line-height: 60px;
padding-right: 10px;
}

.main-slider.home_six .owl-nav .owl-prev:hover{
background-color: #F36827;
}

.about-section-006 .image-box {
position: relative;
}

.about-section-006 .image-box .image{
border-radius: 10px;
}

@-ms-keyframes spin {
from {
  -ms-transform: rotate(0deg);
}
to {
  -ms-transform: rotate(360deg);
}
}

@-moz-keyframes spin {
from {
  -moz-transform: rotate(0deg);
}
to {
  -moz-transform: rotate(360deg);
}
}

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

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

.about-section-006 .review-item-one{
position: absolute;
top: 220px;
right: 0px;
-webkit-animation: spin 3s linear;
-moz-animation: spin 3s linear;
-o-animation: spin 3s linear;
animation: spin 3s linear;
}

.about-section-006 .review-item-one .review-content{
border-radius: 10px;
background: #FFFFFF;
display: inline-block;
text-align: center;
padding: 20px 40px;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.about-section-006 .review-item-one .icon img{
transform: rotate(31.8deg);
}

.about-section-006 .review-item-one h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #181614;
    /* font-family: var(--passion); */
}

.about-section-006 .review-item-two{
position: absolute;
border-radius: 10px;
background: #FFFFFF;
display: inline-block;
text-align: center;
padding: 20px 40px;
left: 50%;
/*bottom: -70px;*/
	 bottom: 0;
margin-left: -200px;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.about-section-006 .review-item-two h6{
font-weight: 700;
font-size: 18px;
line-height: 28px;
color: #181614;
}

.about-section-006 .about-content{
margin-top: 25px;
margin-left: 15px;
margin-right: -30px;
}

.about-section-006 .about-content .sub-title{
position: relative;
font-size: 20px;
line-height: 30px;
font-weight: 400;
color: #747474;
margin-bottom: 20px;
display: inline-block;
    font-family: 'Schoolbell', Cursive;
}

.about-section-006 .about-content .sub-title:before{
position: absolute;
bottom: 0px;
left: 0px;
width: 0px;
height: 2px;
content: '';
background: #F36827;
-webkit-transition: all 2000ms ease;
-moz-transition: all 2000ms ease;
-ms-transition: all 2000ms ease;
-o-transition: all 2000ms ease;
transition: all 2000ms ease;
}

.about-section-006:hover .about-content .sub-title:before{
width: 100%;
}

.about-section-006 .about-content .title{
font-size: 60px;
line-height: 66px;
font-weight: 600;
color: #3B3634;
margin-bottom: 15px;
letter-spacing: -1px;
font-family: var(--passion);
}

.about-section-006 .about-content p.text{
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #8A919E;
margin-bottom: 40px;
font-family: var(--arvo);
}

.about-section-006 .about-info .info-item{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
}

.about-section-006 .about-info .info-item ul{
width: 50%;
}

.about-section-006 .about-info .info-item li{
position: relative;
padding-left: 35px;
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #000000;
margin-bottom: 10px;
font-family: var(--arvo);
}

.about-section-006 .about-info .info-item li i{
position: absolute;
top: 0px;
left: 0px;
font-size: 20px;
line-height: 30px;
color: #F36827;
}

.service-section-006{
position: relative;
background: #F3F4F6;
}

.service-section-006:before {
  position: absolute;
  content: "\f14c";
  font-family: 'Flaticon';
  font-size: 380px;
  line-height: 310px;
  color: #FFFFFF;
  left: 0px;
  margin-left: -135px;
  top: 0px;
}

.service-section-006 .section-title:before{
display: none;
}

.service-section-006 .section-title h1{
line-height: 55px;
font-weight: 600;
font-family: var(--passion);
}

.service-section-006 .section-title span{
position: relative;
font-size: 20px;
line-height: 30px;
font-weight: 400;
color: #747474;
margin-bottom: 10px;
display: inline-block;
font-family: 'Schoolbell', Cursive;
}

.service-section-006 .section-title span:before{
position: absolute;
bottom: 0px;
left: 0px;
width: 0px;
height: 2px;
content: '';
background: #F36827;
-webkit-transition: all 2000ms ease;
-moz-transition: all 2000ms ease;
-ms-transition: all 2000ms ease;
-o-transition: all 2000ms ease;
transition: all 2000ms ease;
}

.service-section-006:hover .section-title span:before{
width: 100%;
}

.service-item-005 {
position: relative;
padding: 50px 30px 45px;
background: #FFFFFF;
border-radius: 5px;
margin-bottom: 30px;
border: 1px solid #E8E8E8;
box-sizing: border-box;
transition: .5s;
}

.service-item-005:hover {
border-color: #ffffff;
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.service-item-005 .icon-box {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
    margin-bottom: 20px !important;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}

.service-item-005 .image-content h4 a{
font-size: 30px;
line-height: 40px;
color: #181614;
font-weight: 700;
display: inline-block;
margin-bottom: 10px;
}

.service-item-005 .image-content .text{
font-size: 16px;
line-height: 32px;
color: #8A919E;
font-weight: 400;
margin-bottom: 20px;
font-family: var(--arvo);
}

.service-item-005 .image-content .btn-style-002{
font-size: 16px;
line-height: 30px;
color: #615E5D;
font-weight: 400;
font-family: var(--arvo);
transition: .5s;
}

.service-item-005 .image-content .btn-style-002:hover{
color: #F36827;
}

@-webkit-keyframes ripple {
70% {
  -webkit-box-shadow: 0 0 0 20px rgb(243 104 39 / 50%);
		  box-shadow: 0 0 0 20px rgb(243 104 39 / 50%);
}
100% {
  -webkit-box-shadow: 0 0 0 0 rgb(243 104 39 / 50%);
		  box-shadow: 0 0 0 0 rgb(243 104 39 / 50%);
}
}

@keyframes ripple {
70% {
  -webkit-box-shadow: 0 0 0 20px rgb(243 104 39 / 50%);
		  box-shadow: 0 0 0 20px rgb(243 104 39 / 50%);
}
100% {
  -webkit-box-shadow: 0 0 0 0 rgb(243 104 39 / 50%);
		  box-shadow: 0 0 0 0 rgb(243 104 39 / 50%);
}
}

.video-section-001 .play-btn{
position: relative;
padding: 250px 0px;
border-radius: 10px;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.video-section-001 .video-btn{
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
background: #F36827;
color: #ffffff;
font-size: 20px;
display: inline-block;
border-radius: 50%;
padding-left: 5px;
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}

.clients-sectio-001 .client-logo{
width: 19%;
max-width: 240px;
display: inline-block;
margin-bottom: 40px;
}

.clients-sectio-001 .client-logo img{
opacity: .8;
}

.clients-sectio-001 .client-logo:hover img{
opacity: 1;
}

.partner-section-001 .section-title{
margin-bottom: 15px;
}

.partner-section-001 .section-title h1{

}

.partner-section-001 .section-title:before{
display: none;
}

.partner-section-001 .section-title span{
position: relative;
font-size: 20px;
line-height: 30px;
font-weight: 400;
color: #747474;
margin-bottom: 10px;
display: inline-block;
    font-family: 'Schoolbell', Cursive;
}

.partner-section-001 .section-title span:before{
position: absolute;
bottom: 0px;
left: 0px;
width: 0px;
height: 2px;
content: '';
background: #F36827;
-webkit-transition: all 2000ms ease;
-moz-transition: all 2000ms ease;
-ms-transition: all 2000ms ease;
-o-transition: all 2000ms ease;
transition: all 2000ms ease;
}

.partner-section-001:hover .section-title span:before{
width: 100%;
}

.partner-section-001 .partner-content{
margin-right: 40px;
}

.partner-section-001 .partner-content .text{
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #8A919E;
font-family: var(--arvo);
margin-bottom: 30px;
}

.partner-section-001 .progress-box{
margin-right: 40px;
}

.partner-section-001 .progress-box .bar{
border-radius: 0px 5px 5px 0px;
background: #F3F4F6;
}

.partner-section-001 .progress-box .count-bar{
background: #F36827;
border-radius: 0px 5px 5px 0px;
}

.partner-section-001 .progress-box .count-text{
color: #F36827;
}

.partner-section-001 .progress-box h6{
color: #181614;
font-size: 18px;
line-height: 30px;
font-weight: 700;
font-family: var(--passion);
}

.partner-section-001 .partner-image{
position: relative;
}

.partner-section-001 .icon-box-one{
position: absolute;
top: 230px;
right: -65px;
width: 130px;
height: 130px;
font-size: 60px;
text-align: center;
line-height: 130px;
color: #ffffff;
background: #F36827;
border-radius: 10px;
-webkit-animation: spin 3s linear;
-moz-animation: spin 3s linear;
-o-animation: spin 3s linear;
animation: spin 3s linear;
}

.partner-section-001 .icon-box-two{
position: absolute;
left: 50%;
width: 130px;
height: 130px;
font-size: 60px;
bottom: -70px;
margin-left: -120px;
text-align: center;
line-height: 130px;
color: #ffffff;
background: #F36827;
border-radius: 10px;
}

.gallery-section.style-five{
padding: 120px 0px;
}

.gallery-section.style-five .section-title h1{

font-family: var(--passion);

font-weight: 600;
}

.testimonial-section-001{
background: #F3F4F6;
}

.testimonial-section-001 .section-title h1{

}

.testimonial-section-001 .section-title span{
position: relative;
display: inline-block;
}

.testimonial-section-001 .section-title span:before{
position: absolute;
bottom: 0px;
left: 0px;
width: 0px;
height: 2px;
content: '';
background: #F36827;
-webkit-transition: all 2000ms ease;
-moz-transition: all 2000ms ease;
-ms-transition: all 2000ms ease;
-o-transition: all 2000ms ease;
transition: all 2000ms ease;
}

.testimonial-section-001:hover .section-title span:before{
width: 100%;
}

.testimonial-section-001{
position: relative;
}

.testimonial-section-001:before {
position: absolute;
content: "\f14c";
font-family: 'Flaticon';
font-size: 380px;
line-height: 310px;
color: #FFFFFF;
left: 0px;
margin-left: -135px;
top: 0px;
}

.testimonial-section-001 .owl-dots,
.testimonial-section-001 .owl-nav{
display: none;
}

.testimonial-section-001 .section-title:before{
display: none;
}

.testimonial-block-002{
position: relative;
background: #FFFFFF;
border: 1px solid #E8E8E8;
box-sizing: border-box;
border-radius: 5px;
}

.testimonial-block-002 .image-box {
margin-top: 12px;
margin-left: 15px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}

.testimonial-block-002 .author-info{
width: 65%;
}

.testimonial-block-002 .image-content {
padding: 40px;
padding-top: 0px;
}

.testimonial-block-002 .image-content .text{
font-weight: 400;
font-size: 16px;
line-height: 32px;
color: #8A919E;
}

.testimonial-block-002 .rating li{
display: inline-block;
margin: 0px 5px;
}

.testimonial-block-002 .rating li i {
font-size: 19px;
color: #ffca07;
}

.testimonial-block-002 .author-info .author-name{
font-weight: 400;
font-size: 22px;
line-height: 26px;
color: #181614;
font-family: var(--passion);
}

.testimonial-block-002 .author-info .degignation{
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #8A919E;
font-family: var(--poppins);
}

.cta-section-001{
position: relative;
}

.cta-section-001 .side-image{
position: absolute;
bottom: 0px;
left: 0px;
}

.cta-section-001 .cta-text h1{
font-weight: 600;
font-size: 60px;
line-height: 71px;
text-align: center;
color: #181614;
margin-bottom: 25px;
font-family: var(--passion);
}

.cta-section-001 .cta-text span{
font-weight: 400;
font-size: 18px;
line-height: 30px;
text-align: center;
color: #8A919E;
font-family: var(--arvo);
}

.cta-section-001 form .form-group {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
}

.cta-section-001 form .form-group i{
position: absolute;
top: 0px;
left: 0px;
content: '';
width: 50px;
height: 62px;
font-size: 15px;
line-height: 62px;
}

.cta-section-001 form input {
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    background: #FFFFFF;
    max-width: 330px;
    width: 100%;
    height: 62px;
    padding-left: 40px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin-right: 10px;
    transition: 1s;
    border: 1px solid #ffffff;
}

.cta-section-001 form input:hover,
.cta-section-001 form input.focus{
border-color: #F36827;
}

.cta-section-001 form button {
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    background: #9DC638;
    height: 62px;
    color: #ffffff;
    padding: 10px 35px;
    cursor: pointer;
    transition: 1s;
    overflow: hidden;
    font-family: 'Passion One', Cursive;
    border: 1px solid #ffffff;
    text-transform: capitalize;
    background: linear-gradient(128.49deg, #F36827 57.41%, rgba(255, 255, 255, 0.99) 121.67%);
    border-radius: 5px;
}

.cta-section-001 form button:before{
position: absolute;
content: '';
width: 0%;
height: 100%;
background: #000000;
left: 0px;
top: 0px;
z-index: -1;
border-radius: 4px;
transition: all 500ms ease;
}

.cta-section-001 form button:hover:before{
width: 100%;
}

.page-title.style-two h1{
text-transform: capitalize;
}

.page-info.style-two .bread-crumb{
float: left;
max-width: 50%;
border-radius: 40px;
width: 100%;
text-align: left;
padding-left: 0px;
background: #9DC638;
}

.page-info.style-two .bread-crumb:before{
right: 0px;
left: inherit;
background: #9DC638;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
}

.page-info.style-two .bread-crumb li a:hover{
color: #22A6B3;
}


.sidebar-side .search-form {
padding-bottom: 20px;
border-bottom: 1px solid #E5E5E5;
}

.sidebar-side .search-form input{
position: relative;
height: 50px;
line-height: 50px;
color: #808080;
background: #F7FAFC;
padding: 10px 20px;
padding-left: 50px;
font-size: 16px;
font-family: var(--arvo); 
border: 1px solid #E5E5E5;
box-sizing: border-box;
}

.sidebar-side .search-form input:focus{
box-shadow: none;
}

.sidebar-side .search-form button{
position: absolute;
top: 0px;
left: 20px;
height: 50px;
width: 50px;
line-height: 50px;
color: #808080;
background: transparent;
}

.shop-sidebar .title{
font-weight: 600;
font-size: 24px;
line-height: 28px;
color: #181614;
padding-top: 25px;
margin-bottom: 30px;
font-family: var(--passion);
}

.shop-catagorise{
position: relative;
padding-bottom: 20px;
margin-bottom: 10px;
border-bottom: 1px solid #E5E5E5;
}

.catagories-list li{
position: relative;
margin-bottom: 20px;
}

.catagories-list li:before{
position: absolute;
top: 12px;
left: 0px;
width: 6px;
height: 6px;
content: '';
border-radius: 50%;
background: #181614;
}

.catagories-list li:hover:before{
background: #9DC638;
}

.catagories-list li a{
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #615E5D;
padding-left: 15px;
font-family: var(--arvo);
transition: .5s; 
}

.catagories-list li a:hover{
color: #9DC638;
}

.range-slider{
position: relative;
padding-bottom: 20px;
border-bottom: 1px solid #E5E5E5;
}

.range-slider .input{
max-width: 75px;
font-size: 16px;
line-height: 19px;
color: #888888;
display: inline-block;
font-family: var(--arvo);
}

.range-slider .filter-btn{
font-weight: 600;
font-size: 16px;
line-height: 19px;
color: #181614;
cursor: pointer;
text-transform: uppercase;
font-family: var(--passion);
background: transparent;
}

.range-slider strong{
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #888888;
margin-right: 10px;
display: inline-block;
font-family: var(--arvo);
}

.range-slider .price-title{
position: relative;
display: inline-block;
}

.range-slider .price-title:before {
position: absolute;
content: '$';
left: -5px;
top: -19px;
color: #808080;
font-weight: 500;
font-size: 15px;
}

.range-slider input{
background:none;
color:#808080;
font-size:15px;
font-weight: 500;
text-align:left;
width: 80px;
font-family: var(--arvo);
}

.range-slider .ui-widget.ui-widget-content{
height:3px;
border:none;
margin-bottom:18px;
background: #F0F0F0;
}

.range-slider .ui-slider .ui-slider-range{
top:0px;
height:3px;
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default{
top:-5px;
width:13px;
height:13px;
border: none;
border-radius:50%;
background: #212121;
cursor:pointer; 
margin-left: 0px;
box-shadow: 0px 5px 15px 0 rgba(0,0,0,0.4);
}

.range-slider .ui-slider .ui-slider-range{
background: transparent;
}

.shop-sidebar .tags-widget .tags-list {
margin: 0px -5px;
}

.shop-sidebar .tags-widget .tags-list li a {
padding: 1px 10px;
color: #3B3634;
transition: .5s;
border: 1px solid #e5e5e5;
}

.shop-sidebar .tags-widget .tags-list li a:hover{
color: #9DC638;
border-color: #9DC638;
}

.wrapper.list .shop-list-content{
display: block;
}

.wrapper.list .shop-grid-content{
display: none
}

.wrapper.grid .shop-list-content{
display: none;
}

.wrapper.grid .shop-grid-content{
display: block
}

.shop-page .item-shorting .left-column .btn-box button{
position: relative;
display: inline-block;
font-size: 20px;
color: #242426;
background: none;
margin-right: 12px;
cursor: pointer;
transition: all 500ms ease;
}

.shop-page .item-shorting .left-column .btn-box button.on{
color: #9DC638;
}

.shop-page .item-shorting .left-column .btn-box button:last-child{
margin: 0px !important;
}

.shop-page .item-shorting .nice-select{
height: auto;
border: none !important;
padding-left: 0px;
padding-right: 20px;
font-weight: 400;
font-size: 16px;
color: #242426;
line-height: 24px;
font-family: var(--arvo);
}

.shop-page .item-shorting .nice-select:after{
right: 0px;
color: #222222;
top: 10px;
width: 10px;
height: 10px;
}

.shop-page .item-shorting .nice-select .list{
min-width: 160px;
}

.overly-text{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
transition: .5s;
}

.shop-item-001 .overly-text{
  transform: scale(0.0);
}

.shop-item-001:hover .overly-text{
  transform: scale(1.0);
}

.overly-text li{
display: inline-block;
margin: 0px 2px;
}

.overly-text li a{
display: inline-block;
width: 40px;
height: 40px;
color: #949392;
line-height: 40px;
text-align: center;
background: #ffffff;
border-radius: 5px;
border: 1px solid #EDEDED;
transition: .5s;
}

.overly-text li a:hover{
color: #ffffff;
background: #9DC638;
border: 1px solid #9DC638;
}









.appointment-section.pt_150.pb_120.h3-new {
    padding-left: 300px;
}

.team-section-004 .team-item-004 .lower-content{
  z-index: 1;
  margin: 30px 40px 35px;
  background: #ffffff;
  margin-top: -24%;
  padding: 30px 50px;
  border-radius: 0px;
}

.team-item-004 .lower-content .shape{
  position: absolute;
  bottom: -6px;
  left: -1px;
  width: 101%;
  height: 15px;
  z-index: -1;
  transition: 1s;
}

.team-item-004:hover .lower-content .shape{
  height: 2px;
  bottom: 24px;
}








.team-section-004 .team-item-004 .lower-content{
  z-index: 1;
  margin: 30px 40px 35px;
  background: #ffffff;
  margin-top: -24%;
  padding: 30px 50px;
  border-radius: 0px;
}

.team-item-004 .lower-content .shape{
  position: absolute;
  bottom: -2px;
  left: -1px;
  width: 101%;
  height: 15px;
  z-index: -1;
  transition: 1s;
}

.team-item-004:hover .lower-content .shape{
  height: 2px;
  bottom: 24px;
}

.social-style-one{
  position: relative;
}

.social-style-one li{
  position: relative;
  display: inline-block;
  margin-left: 6px;
}

.social-style-one li:first-child{
  margin-left: 0px;
}

.social-style-one li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  border-radius: 50%;
}

.social-style-one li:first-child a{
  background: #9dc638;
}

.social-style-one li:nth-child(2) a{
  background: #e72636;
}

.social-style-one li:last-child a{
  background: #008aa5;
}

.social-style-one li a:hover{
  background: #3b3634 !important;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.social-style-two{
  position: relative;
}

.social-style-two li{
  position: relative;
  display: inline-block;
  margin-left: 6px;
}

.social-style-two li:first-child{
  margin-left: 0px;
}

.social-style-two li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  border-radius: 50%;
}

.social-style-two li:first-child a{
  background: #7B54F9;
}

.social-style-two li:nth-child(2) a{
  background: #F9B73F;
}

.social-style-two li:last-child a{
  background: #FF5E5E;
}

.social-style-two li a:hover{
  background: #000000 !important;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}












/** pricing-section **/

.pricing-section{
  position: relative;
  display: block;
}

.pricing-section .sec-title{
  margin-bottom: 62px;
}

.pricing-section .inner-content {
  position: relative;
  display: block;
  margin: 0px 14px 0px 13px;
}

.pricing-section .pricing-column{
  padding: 0px 1px 0px 2px;
}

.pricing-section-004 .tab-btns:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 40px;
  width: 80px;
  content: "";
  border-radius: 30px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}

.pricing-section-004 .tab-btns li{
  position: relative;
  display: inline-block;
  min-width: 160px;
  text-align: right;
  font-size: 16px;
  padding: 10px 50px 10px 0px;
  line-height: 20px;
  color: #141417;
  font-family: var(--passion);
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section-004 .tab-btns li:last-child{
  padding-right: 0;
  padding-left: 50px;
  text-align: left;
}

.pricing-section-004 .tab-btns li.active-btn:before {
  right: 2px;
}

.pricing-section-004 .tab-btns li:before {
  position: absolute;
  top: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  content: "";
  right: -38px;
  background: #f36827;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-section-004 .tab-btns li:last-child:before{
  display: none;
}

.pricing-section-004 .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;
}

.pricing-section-004 .tabs-box .tab.active-tab{
  display:block;  
}

.pricing-section-004 .tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.pricing-section-004 .tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.pricing-table {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 53px 60px 60px 60px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.pricing-table:hover {
  transform: translateY(-20px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.pricing-table .table-header .title{
  position: relative;
  display: block;
  font-size: 20px;
  color: #008aa5;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: var(--passion);
}

.pricing-table .table-header{
  position: relative;
  display: block;
  padding-bottom: 21px;
  border-bottom: 2px solid #f2f1f0;
  margin-bottom: 32px;
}

.pricing-table .table-header .price{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  font-family: var(--passion);
  font-weight: 400;
  color: #3b3634;
}

.pricing-table .table-header .price span{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: var(--arvo);
  font-weight: 400;
  color: #615e5d;
}

.pricing-table .table-content{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.pricing-table .table-content ul li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.pricing-table .table-content ul li:last-child{
  margin-bottom: 0px;
}

.pricing-table .table-footer .theme-btn{
  padding: 18px 49px 19px 49px;
  border-radius: 40px;
  font-size: 18px;
}

.news-block-003.style-two .lower-content .post-info li a.date {
    background: transparent;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #615E5D;
    font-family: var(--arvo);
    text-transform: capitalize;
    padding: 0;
    border: unset;
}
.news-block-003 .post-share-option li a {
    text-transform: capitalize;
}




/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:16px;
  color:#615e5d;
  line-height:30px;
  font-weight:400;
  background:#ffffff;
  font-family: var(--arvo);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.container-2{
  position:static;
  max-width:1550px;
  padding:0px 15px;
  margin:0 auto;
}

.container-3{
  position:static;
  max-width:1380px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #f2be00;
}

input,button,select,textarea{
  font-family: var(--arvo);
  font-weight: 400;
  font-size: 15px;
}

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: var(--arvo);
  line-height: 30px;
  color: #615e5d;
  margin-bottom: 0px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: var(--passion);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.gray-bg{
  background: #f2f1f0;
}

.black-bg{
  background: #3b3634;
}

figure{
  margin: 0px;
}

img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 15px rgba(231, 38, 54, 0.6),
        0 0 0 30px rgba(231, 38, 54, 0.20);
    }
}

/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: var(--passion);
  padding: 20px 40px;
  background: #9dc638;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.theme-btn:hover{
  background: #e72636;
  color: #ffffff;
  transform: translateY(-3px);
}

.theme-btn-one{
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff;
  padding: 18px 72px;
  border-radius: 5px;
  display: inline-block;
  border: 2px solid #ffffff;
  font-family: var(--passion);
}

.theme-btn-one:hover{
  color: #ffffff;
  background: #22A6B3;
  border-color: #22A6B3;
}

.btn-style-001{
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  padding: 15px 50px;
  font-family: var(--arvo);
  background: linear-gradient(128.49deg, #F36827 57.41%, rgba(255, 255, 255, 0.99) 121.67%);
  border-radius: 5px;
  transition: .5s;
}

.btn-style-001:hover{
  color: #ffffff;
  background: linear-gradient(128.49deg, #000000 88%, rgba(255, 255, 255, 0.99) 121.67%);
}

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 5px;
  vertical-align: middle;
}

.pagination li.dot{
  width: 52px;
  height: 52px;
  color: #737879;
  font-size: 25px;
  line-height: 45px;
  background: #f4f3f0;
  transition: .5s;
}

.pagination li.dot:hover{
  color: #ffffff;
  background-color: #9DC638;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: var(--playfair);
  height: 52px;
  font-weight: 900;
  width: 52px;
  line-height: 52px;
  text-align: center;
  color: #737879;
  background: #f4f3f0;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active{
  background: #9DC638;
  color: #ffffff;
}

.sec-pad{
  padding: 154px 0px 120px 0px;
}

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/icons/preloader.gif);
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #e72636;
  transition: 1s ease;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top span{
  color: #fff;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


.sec-title{
  position: relative;
  display: block;
}

.sec-title:before{
  position: absolute;
  content: "\f14c";
  font-family: 'Flaticon';
  font-size: 190px;
  line-height: 150px;
  color: #f2f9fa;
  left: 50%;
  margin-left: -95px;
  top: -25px;
}

.sec-title.alternate-color:before {
  color: #eaefec;
}

.sec-title .top-title{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--schoolbell);
  color: #008aa5;
  margin-bottom: 10px;
}

.sec-title .top-title:before{
  position: absolute;
  content: '';
  background: #008aa5;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 4px;
}

.sec-title h1{
  position: relative;
  display: block;
  font-size: 60px;
  font-family: var(--passion);
  line-height: 72px;
  color: #3b3634;
  font-weight: 400;
}



.main-footer.bgoff .footer-top:before {
    display: none;
}