* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
scroll-behavior: smooth;
}

/* <style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
font-family: "Poppins", sans-serif;
</style>     */

body {
font-family: "Poppins";
overflow-x:hidden;
}

a {
text-decoration: none !important;
}

blockquote{
margin-bottom:0px !important;	
}

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

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

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Light.eot");
src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Light.woff2") format("woff2"),
url("../fonts/Poppins-Light.woff") format("woff"),
url("../fonts/Poppins-Light.ttf") format("truetype"),
url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Regular.eot");
src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Regular.woff2") format("woff2"),
url("../fonts/Poppins-Regular.woff") format("woff"),
url("../fonts/Poppins-Regular.ttf") format("truetype"),
url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Medium.eot");
src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Medium.woff2") format("woff2"),
url("../fonts/Poppins-Medium.woff") format("woff"),
url("../fonts/Poppins-Medium.ttf") format("truetype"),
url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
font-weight: 500;
font-style: normal;
font-display: swap;
}


@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-SemiBold.eot");
src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
url("../fonts/Poppins-SemiBold.woff") format("woff"),
url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Bold.eot");
src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Bold.woff2") format("woff2"),
url("../fonts/Poppins-Bold.woff") format("woff"),
url("../fonts/Poppins-Bold.ttf") format("truetype"),
url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
font-weight: bold;
font-style: normal;
font-display: swap;
}

.cursor {
position: fixed;
top: -5px;
left: -5px;
width: 10px;
height: 10px;
background-color: #c79a2f;
border-radius: 50%;
pointer-events: none;
z-index: 999;
}

.cursor-border {
--size: 50px;
position: fixed;
top: calc(var(--size) / -2);
left: calc(var(--size) / -2);
width: var(--size);
height: var(--size);
border-radius: 50%;
box-shadow: 0 0 0 1px #c79a2f;
pointer-events: none;
transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
height 0.15s ease-out, background-color 0.15s ease-out;
z-index: 999;
}

/* wrapper */

.wrapper{
margin-top:90px;    
}

/* wipe-down */

@keyframes wipeDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

[data-aos="wipe-down"] {
  opacity: 0;
  transform: translateY(-100%);
  transition-property: transform, opacity;
}

[data-aos="wipe-down"].aos-animate {
  opacity: 1;
  transform: translateY(0);
  animation: wipeDown 0.8s ease-out forwards;
}

/* btn */

.btn1, .contact-btn .wpcf7-submit{
padding:13px 30px;
background:#fff;
border-radius:5px;  
display:inline-block;
max-width:fit-content;
color:#255b3c;
font-size:16px;
font-weight:500;
transition:0.5s ease-in-out all 0s;
}

.btn1:hover
{
/* box-shadow:inset 0 80px #c79a2f;
box-shadow: inset 0px 33px 25px 0 #c79a2f, 
inset 0 66px 15px 0px #c7992f63,
inset 0 99px 5px 0px #fff; */
box-shadow:inset 0 80px #c79a2f;	
transition:0.5s ease-in-out all 0s;
color:#000;  
}

.btn2, .more-link, .newsletter-form .wpcf7-submit{
padding:13px 30px;
background:#255b3c;
border-radius:5px;  
display:inline-block;
max-width:fit-content;
color:#fff;
font-size:16px;
font-weight:500;
transition:0.5s ease-in-out all 0s;    
}

.btn2:hover, 
.more-link:hover,
.newsletter-form .wpcf7-submit:hover,
.newsletter-form .wpcf7-submit:active,
.newsletter-form .wpcf7-submit:focus
{
/* box-shadow:inset 0 80px #c79a2f;
box-shadow: inset 0px 33px 25px 0 #c79a2f, 
inset 0 66px 15px 0px #c7992f63,
inset 0 99px 5px 0px #fff;
transition:0.5s ease-in-out all 0s;
color:#111;   */
box-shadow:inset 0 80px #c79a2f;	
transition:0.5s ease-in-out all 0s;
color:#000;	
}

.btn3{
padding:13px 30px;
box-shadow:inset 0 80px #c79a2f;
box-shadow: inset 0px 33px 25px 0 #c79a2f, 
inset 0 66px 15px 0px #c7992f63,
inset 0 99px 5px 0px #fff;
border-radius:5px;  
display:inline-block;
max-width:fit-content;
color:#111;
font-size:16px;
font-weight:500;
transition:0.5s ease-in-out all 0s; 	
}

.btn3:hover{
box-shadow:inset 0 80px #255b3c;
box-shadow: inset 0px 33px 25px 0 #255b3c, 
inset 0 66px 15px 0px #255b3c,
inset 0 99px 5px 0px #fff;
color:#fff;	
transition:0.5s ease-in-out all 0s;	
}

.service-btn{
border: 1px solid #fff;
display: inline-block;
font-size: 16px;
transition: 0.5s ease-in-out;
padding: 8px 40px 8px 22px;	
border-radius:4px;
line-height:36px;
font-weight:500;
color:#fff;
position:relative;	
}

.service-btn:before{
position:absolute;
content: '\25BA';
width:10px;
height:10px;
right:22px;
top:9px;
}

.service-btn:hover, .event-showcase:hover .service-btn{
background:#fff;
color:#000;	
transition:0.5s ease-in-out all 0s;		
}

.service-btn:hover:before{
color:#000;	
}

/* header-sec */

.header{
position: fixed;
top:24px;
left: 0;
width: 100%;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
z-index: 999;
}

.fixed-header {   
top:0px; 
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.08);
background:#fff;		
}


/* menu-bar */

.menu-bar{
background:#fff;
padding:28px 10px;
border-radius:4px;    
}

.menu ul{
display:block;
margin:auto !important;    
}

.menu ul li{
font-size:16px;
float: left; 
margin-right:20px; 
font-weight:500;  
}

.menu ul li a{
color:#111;
display:block;
transition:0.5s ease-in-out all 0s;	
}

.menu ul li a:hover{
transition:0.5s ease-in-out all 0s;	
}

/* banner-sec */

.banner-sec{
position: relative;
z-index:1;    
}

.banner-sec:before{
position:absolute;
content:"";
width:100%;
height:100%; 
background:#000;
opacity:0.4;
top:0px;
left:0px;   
}

.banner-content{
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
.banner-part{
max-width:700px;
}

.banner-small-title{
color: #c79a2f;
font-size:22px;
font-weight: 600;
position: relative;
display: inline-block;
padding: 0px 35px;
}

.banner-small-title::before{
position:absolute;
content:"";
background:url(../images/left-arrow.png) no-repeat 0 0;
width:22px;
height:28px;
background-size:contain;
top:12px; 
left:0px; 
transform: scale(-1, 1);
}

.banner-small-title::after{
position:absolute;
content:"";
background:url(../images/right-arrow.png) no-repeat 0 0;
width:22px;
height:28px;
background-size:contain;
top:12px; 
right:0px;
transform: scale(-1, 1); 
}

.banner-title{
font-size:60px;
color:#fff;
font-weight:700;
line-height:1.3;
padding:0px 0px 35px;    
}

.banner-list{
margin-bottom:30px;    
}

.banner-list ul li{
display:inline-block;
padding:4px 9px 4px 15px;
background:#c79a30;
border:1px solid #c79a30;
color:#fff;
font-size:15px;
margin-right:5px; 
border-radius:4px;   
position: relative;
font-weight:500;	
}

.banner-list ul li:before{
content: '\2713';
display: inline-block;
color: #fff;
padding: 0 6px 0 0;
font-weight:700;
}

/* about-us */

.about-us{
background:#255b3c;
padding:90px 0px;
position: relative;
z-index:1; 
margin-top:-7px;
}

.about-us video{
position:absolute;	
width:100%;	
top:0px;
left:0px;
z-index:-1;
mix-blend-mode:overlay;
opacity:0.8;
height:100%;
object-fit:cover;	
}

/* .about-us:before{
position:absolute;
content:"";
background:url(../images/shape1.png) no-repeat 0 0;
width:100%;
height:100%;
top:0px;
left:0px;
opacity:0.15;
background-position:top left;
z-index:-1;
}

.about-us:after{
position:absolute;
content:"";
background:url(../images/shape2.png) no-repeat 0 0;
width:100%;
height:100%;
bottom:0px;
right:0px;
opacity:0.15;
background-position:bottom right;
z-index:-1;
} */

.sub-heading{
color:#c79a2f;
font-size:18px;
font-weight:600;
position:relative;
display:inline-block; 
padding:0px 30px; 
}

.sub-heading::before{
position:absolute;
content:"";
background:url(../images/left-arrow.png) no-repeat 0 0;
width:20px;
height:28px;
background-size:contain;
top:10px; 
left:0px; 
transform: scale(-1, 1);
}

.sub-heading::after{
position:absolute;
content:"";
background:url(../images/right-arrow.png) no-repeat 0 0;
width:20px;
height:28px;
background-size:contain;
top:10px; 
right:0px;
transform: scale(-1, 1); 
}

.main-heading{
/* font-size:40px;
font-weight:700;
background: linear-gradient(to right, #b3fcd2 0%, #c79a2f 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height:1.3;
padding:3px 0px 15px;   */
color:#000;
font-size:75px;	
}

.about-para{
font-size:16px;
color:#fff;
line-height:27px; 
font-weight:400; 
/* padding-bottom:25px; */
}

.about-para em{
font-size:25px;	
}

.about-us .inner-contact-heading3{
font-size:32px;
font-weight:500;	
}

/* .about-box{
position:relative;
transition:0.7s ease-in-out all 0s;	
}

.about-box1{
transform: translate(450px, 0px) scale(0.85, 0.85);
z-index:-1;	
transition:0.7s ease-in-out all 0s;	
}

.about-box2{
position:relative;
z-index:1;	
}

.about-box3{
transform:translate(-450px, 0px) scale(0.85, 0.85);
z-index:-1;
transition:0.7s ease-in-out all 0s;	
}

.about-box:before{
position:absolute;
content:"";
background:#00000070;
left:0px;
top:0px;
width:100%;
height:100%;	
}

.about-text-body{
position: absolute;
transform: translate(0%, -50%);
top: 50%;
width:100%;	
text-align:center;
left: 0px;
right: 0px;	
max-width: 80%;
margin: auto;	
}

.about-text-large-text{
font-size:45px;
font-weight:500;
color:#fff;	
}

.about-text-small-part{
font-size:16px;
color:#fff;	
} */

/* owl-partners */

.owl-partner .owl-nav {
position: absolute;
top: 50%;
left: -50px;
right: -50px;
transform: translate(0, -50%);
margin-top: 0;
z-index:-1;
}

.owl-partner .owl-prev {
background: url(../images/partner-left-arrow.png) no-repeat center !important;
width:10px;
height:18px;
font-size:0px !important;
float: left;
transition:0.3s ease-in-out all 0s;
}
.owl-partner .owl-next {
background: url(../images/partner-right-arrow.png) no-repeat center !important;
width:10px;
height:18px;
font-size:0px !important;
float: right;
transition:0.3s ease-in-out all 0s;
}

.owl-partner .owl-dots {
display: none !important;
}

/* marquee-sec */

.client_btandicon {
display: inline-flex;
align-items:center;
text-align: center;
padding: 0px 5px;
font-size:45px;
color:#fff;	
margin:0px 15px;
font-weight:600;
text-transform:uppercase;
opacity:1;
transition:0.5s ease-in-out all 0s;
position:relative;	
}

.client_btandicon:before{
position:absolute;
content:"";
border-right:1px solid #fff;
height:100%;
left:-20px;	
	
}

.marquee {
overflow-x: hidden;
padding:12px 0px;
background:#c79a2f;
position:relative;
z-index:1;	
}
.marquee p{
margin-bottom:0px;	
}

.trak {
white-space: nowrap;
will-change: transform;
animation: marquee 12s linear infinite;
width:2500px;	
}

@keyframes marquee {
from { transform: translateX(0); }
to { transform: translateX(-80%); }
}

/* service-sec */

.service-sec{
background: #255b3c;
padding:90px 0px 150px;
width:100%; 
position: relative;
z-index:1;  
}

.service-sec:before{
position:absolute;
content:"";
background:url(../images/service-texture.jpg) no-repeat 0 0;
width:100%;
height:100%;
top:0px;
left:0px;   
mix-blend-mode:multiply;
opacity:0.4; 
z-index:-1;
background-size:cover;
}

.service-sec .sub-heading, .featured-sec .sub-heading, .blog-sec .sub-heading{
display:table;   
margin:auto; 
}

.carousel-wrap{
margin-top:40px;    
}

.service-sec .owl-stage-outer{
padding-bottom:30px;    
}

.service-box{
transform:skew(-10deg) scale(1);
transition:0.3s ease-in-out all 0s;
position: relative;    
}

.service-box:before{
position:absolute;
content:"";
background:url(../images/left-top-arrow.png) no-repeat 0 0; 
width:70px;
height:124px;
top:12px;
left:12px;
background-size:contain; 
z-index:1; 
opacity:0; 
}

.service-box:after{
position:absolute;
content:"";
background:url(../images/right-bottom-arrow.png) no-repeat 0 0; 
width:70px;
height:124px;
bottom:58px;
right:12px;
background-size:contain; 
z-index:1;
opacity:0;  
}

.service-box:hover, .owl-item.center .service-box{
transform:skew(-10deg) scale(1.08);
transition:0.3s ease-in-out all 0s;    
}

.owl-item.center .service-box:before, .service-box:hover:before{
top:28px;    
}

.owl-item.center .service-box:before, 
.owl-item.center .service-box:after,
.service-box:hover:before,
.service-box:hover:after
{
opacity:1;    
}

.service-box img{
filter:brightness(50%);
transition:0.3s ease-in-out all 0s;
}

.service-box:hover img, .owl-item.center img{
filter:brightness(100%);
transition:0.3s ease-in-out all 0s;   
}

.service-text{
font-size:20px;
color:#fff;
padding-top:10px; 
opacity:0.5;
transition:0.3s ease-in-out all 0s;   
}

.service-box:hover .service-text{
opacity:1;
transition:0.3s ease-in-out all 0s;
/* background: linear-gradient(to right, #b3fcd2 0%, #c79a2f 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;      */
color:#c79a2f;	
}

.service-text span{
font-weight:700;
transition:0.3s ease-in-out all 0s;    
}

.owl-item.center .service-text{
opacity:1;
/* background: linear-gradient(to right, #b3fcd2 0%, #c79a2f 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
transition:0.3s ease-in-out all 0s; 
color:#c79a2f;	
}


.service-sec .owl-nav {
position: absolute;
bottom: -100px;
left:50%;
transform: translate(-50%, -50%);
margin-top: 0;
z-index:1;
display:flex;
align-items:center;
gap:20px;
}

.service-sec .owl-prev {
background: url(../images/owl-left-arrow.png) #ffffff30 no-repeat center !important;
width:50px;
height:50px;
font-size:0px !important;
float: left !important;
background-size:28px !important;
transition:0.3s ease-in-out all 0s;
border-radius:50px;
}
.service-sec .owl-next {
background: url(../images/owl-right-arrow.png) #ffffff30 no-repeat center !important;
width:50px;
height:50px;
font-size:0px !important;
float: right;
background-size:28px !important;
transition:0.3s ease-in-out all 0s;
border-radius:50px;
}

.service-sec .owl-prev:hover{
background: url(../images/owl-left-arrow.png) #c79a2f no-repeat center !important;
transition:0.3s ease-in-out all 0s;
}

.service-sec .owl-next:hover{
background: url(../images/owl-right-arrow.png) #c79a2f no-repeat center !important;
transition:0.3s ease-in-out all 0s;
}

/* features-sec */

.featured-sec .sub-heading::before{
background:url(../images/left-arrow2.png) no-repeat 0 0;
background-size:contain;    
}

.featured-sec .sub-heading::after{
background:url(../images/right-arrow2.png) no-repeat 0 0;
background-size:contain;    
}

.event-showcase{
position:relative;
overflow:hidden;
border-radius:5px;	
cursor:pointer;
transition:0.5s ease-in-out all 0s;	
}

.event-showcase img{
width:100%;
border-radius:5px;
transform:scale(1.0);
transition:0.4s ease-in-out all 0s;	
}

.event-showcase:hover img{
transform:scale(1.08);	
transition:0.4s ease-in-out all 0s;		
}

.event-showcase:before{
position:absolute;
content:"";
width:100%;
height:100%;
top:0px;
left:0px;
right:0px;
bottom:0px;
background: #000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.50) 25%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
border-radius:5px;
z-index:1;	
}

.event-title{
font-size:22px;
font-weight:500;
color:#fff;
position:absolute;
bottom:30px;
left:30px;
right:30px;
z-index:2;	
}

.featured-sec .owl-nav {
position: absolute;
bottom: -100px;
left:50%;
transform: translate(-50%, -50%);
margin-top: 0;
z-index:1;
display:none;
align-items:center;
gap:20px;	
}

.featured-sec .owl-prev {
background: url(../images/owl-left-arrow.png) #c79a2f no-repeat center !important;
width:50px;
height:50px;
font-size:0px !important;
float: left !important;
background-size:28px !important;
transition:0.3s ease-in-out all 0s;
border-radius:50px;
}
.featured-sec .owl-next {
background: url(../images/owl-right-arrow.png) #c79a2f no-repeat center !important;
width:50px;
height:50px;
font-size:0px !important;
float: right;
background-size:28px !important;
transition:0.3s ease-in-out all 0s;
border-radius:50px;
}

.featured-sec .owl-prev:hover{
background: url(../images/owl-left-arrow.png) #c79a2f no-repeat center !important;
transition:0.3s ease-in-out all 0s;
}

.featured-sec .owl-next:hover{
background: url(../images/owl-right-arrow.png) #c79a2f no-repeat center !important;
transition:0.3s ease-in-out all 0s;
}

/* blog-sec */

.blog-sec{
background: #255b3c;
padding: 90px 0px;
width: 100%;
position: relative;
z-index: 1;	
}

.blog-sec:before{
position: absolute;
content: "";
background: url(../images/blog-bg.jpeg) no-repeat 0 0;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
mix-blend-mode: multiply;
opacity: 0.4;
z-index: -1;
background-size: cover;    
}

.home_news_block{
margin-top:24px;	
}

.home_news_block_image{
position:relative;
margin-bottom:15px;	
}

.blog_tag{
position:absolute;
left:0px;
bottom:0px;	
background:#c79a2f;	
padding:6px 10px;
color:#fff;
font-size:14px;	
}

.home_news_block_image img{
border-radius:6px 6px 0px 0px;	
}

.home_news_blog_date{
font-size:15px;
letter-spacing:0.7;	
color:#fed26b;
font-weight:400;
padding-bottom:3px;	
}

.home_news_block_heading{
font-size:24px;
font-weight:600;
padding-bottom:5px;	
}

.home_news_block_heading a{
color:#fff;	
}

.home_news_block_text{
font-size:16px;
line-height:28px;
color:#fff;
font-weight:400;
opacity:0.8;
padding-bottom:15px;
}

.more-link {
display: block;
width: fit-content;
margin:20px 0px 50px;
}

.widget {
background: #fff;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
border-radius: 15px;
padding: 20px;
border-top: 4px solid #255b3c;
}

.wp-block-heading {
color: #111;
font-size: 18px;
font-weight: 600;
margin: 0 0 18px;
text-transform: uppercase;
}

.site-content .has-post-thumbnail .entry-header {
margin-top: 0 !important;
}

.post-template-default .site-content .entry-content,
.post-template-default .site-content .entry-header,
.blog .site-content .entry-header,
.blog .site-content .entry-summary {
max-width: 100% !important;
}

.content-sidebar .widget a{
color:#7e7e7e !important;
transition:0.3s ease-in-out all 0s;	
font-weight:400;	
}

.entry-meta a, .entry-title a, .post-navigation a, .image-navigation a{
transition:0.3s ease-in-out all 0s;
}

.content-sidebar .widget a:hover, .entry-meta a:hover, .entry-title a:hover, .post-navigation a:hover, .image-navigation a:hover {
color: #c79a2f !important;
transition:0.3s ease-in-out all 0s;		
}

.site-content .entry-title{
font-weight:500;
}

.post .entry-summary, .post .entry-content{
font-size: 16px;
line-height: 28px;
color: #111;
font-weight:300;	
}

.wp-block-group ul li{
padding:7px 0px;
border-bottom:1px solid #ececec;	
}

.wp-block-group ul li:last-child{
border-bottom:0px;	
}

/* footer */

.footer-sec{
background:#000;    
padding:90px 0px 0px;
position: relative;
z-index:1; 	
}

.footer-logo a img{
filter:brightness(0) invert(1);
width:280px;	
}

/* .page-id-8 .footer-sec,
.page-id-12 .footer-sec,
.page-id-18 .footer-sec,
.page-id-10 .footer-sec
{
margin-top:0px;	
}
 */
.footer-sec:before{
position: absolute;
content: "";
background: url(../images/footer-bg.jpg) no-repeat 0 0;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
mix-blend-mode: plus-lighter;
opacity: 0.1;
z-index: -1;
background-size: cover;    
}

.footer-text{
font-size: 16px;
color: #fff;
line-height: 27px;
font-weight: 400;
padding:20px 0px 20px;   
}

.footer-heading{
font-size:22px;
color:#fff;
font-weight:500;
position: relative;  
display:table;
padding-bottom:22px;  
}

.footer-heading:before{
position:absolute;
content:"";
width:100%;
height:3px; 
border-radius:3px;
background:#c79a2f; 
bottom:10px;  
}

.footer-menu ul li{
font-size:16px; 
line-height:34px;   
font-weight:400;
padding-left:20px;
position: relative;
}

.footer-menu ul li:before{
position:absolute;
content:'\25BA';
width:10px;
height:10px;
background:#fff;
clip-path: polygon(100% 50%, 0 0, 0 100%);
left:0px;
top:12px; 
transition:0.5s ease-in-out all 0s;	
}

.footer-menu ul li a{
color:#fff;
transition:0.5s ease-in-out all 0s;
}

.footer-menu ul li a:hover{
color:#c79a2f;
transition:0.5s ease-in-out all 0s;	
}

.footer-menu ul li:hover:before{
background:#c79a2f;
transition:0.5s ease-in-out all 0s;	
}

.rl-gallery-item{
background:#fff;
padding:7px;
border-radius:4px;	
display:flex;
align-items:center;
transition:0.4s ease-in-out all 0s;
position:relative;
overflow:hidden;
transform:scale(1.0);	
}

.rl-gallery-item a img{
transition:0.4s ease-in-out all 0s;		
}

.rl-gallery-item:hover a img{
transition:0.4s ease-in-out all 0s;	
transform:scale(1.12);	
}

.rl-gallery-item:before{
position:absolute;
content:"";
background:#255b3c;
width:100%;
height:100%;
left:0px;
top:0px;
z-index:1;
opacity:0;
transition:0.4s ease-in-out all 0s;	
}

.rl-gallery-item:hover:before{
transition:0.4s ease-in-out all 0s;
opacity:0.8;		
}

.rl-gallery-item:after{
background: url(../images/plus.png) no-repeat 0 0;
position:absolute;	
content:"";
width:22px;
height:22px;
top:50%;
left:50%;
transform:translate(-50%, -50%);
z-index:2;
background-size:contain;
opacity:0;
transition:0.4s ease-in-out all 0s;	
}

.rl-gallery-item:hover:after{
transition:0.4s ease-in-out all 0s;
opacity:1;		
}

.ppt{
font-size:15px !important;
font-weight:700;	
text-align:center;
background: linear-gradient(to right, #b3fcd2 0%, #c79a2f 100%) !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;	
}

div.pp_default .pp_description{
display:none !important;	
}

.newsletter-form{
position:relative;	
}

.newsletter-form p{
margin-bottom:0px;	
}

.newsletter-form .wpcf7-email{
padding:15px 135px 15px 20px;
border-radius:4px;
border:0px;
font-size:15px;
color:#565656;
width:100%;	
border-radius:50px;	
}

.newsletter-form .wpcf7-submit{
padding:14px 30px;
position:absolute;
right:11px;
top:0px;
border-radius:50px;	
}

.newsletter-form ::placeholder{
font-size:15px;
color:#565656;	
}

.contact-info-bg{
/* background:linear-gradient(87deg, #c79a2f 0%, #fed26b 100%); */
/* background:#255b3c;	 */
/* padding:14px 10px; */
margin:60px 0px 20px;    
}

.contact-info{
padding-left:32px;
position: relative;    
}

.contact-info span{
font-size:16px;
display:block;
font-weight:400;
padding-bottom:3px;
}

.contact-info, .contact-info a{
/* font-size:22px;
font-weight:700; */
font-size:15px;
font-weight:400;	
color:#fff; 
line-height:1.4;   
}

.contact-info strong{
display:block;
padding-bottom:3px;	
white-space:nowrap;	
}

.contact-info a{
transition:0.5s ease-in-out all 0s;    
}

.contact-info a:hover{
color:#255b3c;    
}

.home-social ul li a img{
position:static;
transform:none;	
}

/* 
.contact-line{
position: relative;    
}

.contact-line:before, .contact-line:after{
position:absolute;
content:""; 
background:#fff; 
width:1px;
height:100%;
left:0px;
top:0px;
}

.contact-line:after{
right:0px; 
left:inherit;  
} */

.contact-info img{
/* position:absolute;
left:0px; 
width:60px; 
top:-4px;
left:22px; 
filter:brightness(0) invert(1);	 */
position: absolute;
left: 0px;
width:20px;
top: 15px;
left:0px;
filter: brightness(0) invert(1);
transform: translate(0%, -50%);	
}

.copyright-text{
color:#fff;
font-size:16px;
padding:28px 15px;
text-align:center;
margin-top:50px;	
}

.copyright-text a{
color:#c79a2f;
transition:0.3s ease-in-out all 0s;    
}


/* scroll to top */

#top {
/* background:linear-gradient(87deg, #c79a2f 0%, #fed26b 100%); */
background:#c79a2f;	
border-radius:8px;
padding:8px;
bottom: 0;
color: #ffffff;
height:50px;
position: fixed;
right: 20px;
bottom: 20px;
text-align: center;
text-transform: uppercase;
width:50px;
opacity: 0;
z-index: 10000;
font-size: 0;
border: 0;
transition: all 0.2s ease-in-out 0s;
cursor: pointer;
outline: none;
}

.fa-chevron-up {
line-height: 35px;
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
font-size: 22px;

}
#top.show {
opacity: 1;
}

.upper-arrow img{
animation: bounce 1.5s infinite;
} 


@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
40% {-webkit-transform: translateY(-12px);}
60% {-webkit-transform: translateY(-3px);}
}

.down-arrow{
position: absolute;
left:50%;
transform:translate(-50%, -50%);
bottom:-200px;
height:60px;
width:30px;
}

.chevron {
width: 28px;
height: 2px;
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
animation: move 3s ease-out infinite;
}

.chevron:first-child {
animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
content: ' ';
position: absolute;
top: 0;
height: 100%;
width: 51%;
background: #fff;
}

.chevron:before {
left: 0;
transform: skew(0deg, 30deg);
}

.chevron:after {
right: 0;
width: 50%;
transform: skew(0deg, -30deg);
}

@keyframes move {
25% {
opacity: 1;

}
33% {
opacity: 1;
transform: translateY(30px);
}
67% {
opacity: 1;
transform: translateY(40px);
}
100% {
opacity: 0;
transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}

.text {
display: block;
margin-top: 75px;
margin-left: -30px;
font-size: 13px;
color: #fff;
text-transform: uppercase;
white-space: nowrap;
opacity: .45;
animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
to {
opacity: 1;
}
}

.site-content, .site-main .widecolumn {
margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
background:#255b3c !important;
background-size: cover !important;
max-width: 100% !important;
padding: 270px 0 110px !important;
margin: 0 0 0px !important;
position: relative !important;
overflow: hidden;
text-align: center;
}

.blog_page_header{
margin-bottom:60px !important;	
}

.page .entry-header:before, .blog_page_header:before {
    position: absolute;
    content: "";
    background: url(../images/service-texture.jpg) no-repeat 0 0 !important;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    mix-blend-mode: multiply;
    opacity: 0.4;
    z-index: 0;
    background-size: cover;
}
.page .entry-content {
max-width: 100% !important;
padding: 0px !important;
}
.content-area, .content-sidebar {
padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
/* background: linear-gradient(to right, #b3fcd2 0%, #c79a2f 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
color:#fff;	
position: relative;
font-size: 32px;
font-weight: 600;
text-transform: none;
z-index: 99;
margin-bottom: 3px;
}
.breadcrumb-container {
width: 100%;
color: #fff;
position: relative;
font-size: 15px;
}
.breadcrumb-container a {
color: #fff;
}
.page {
margin-top: 0 !important;
}

/* inner-sec */

.inner-gap{
margin-top:70px;	
}

.inner-para{
font-size:16px;
line-height:27px;
color:#fff;	
}

.inner-para, .inner-para p:last-child{
margin-bottom:0px;	
}

.inner-contact-heading3 p{
margin:0px;	
}

.about-box{
background:#1A3F2A;
padding:30px;
height:100%;
color:#fff;	
text-align:center;	
}

.about-box2{
background:#3A6F52;	
}

.about-box3{
background:#4C8A66;	
}

.about-box4{
background:#6FAF89;	
}

.about-box5{
background:#5a9a76;	
}

.about-box-heading{
font-weight: 400;
font-size:22px;
line-height: 1.3;
letter-spacing: 0.5px;
text-transform: uppercase;
color: #fff;
font-style: normal;
margin:15px 0px;	
}

.about-box-para{
font-size: 16px;
line-height: 27px;
color: #fff;	
}

.partner-bg{
padding:30px;
background:#ffffff30;
border-left:5px solid #fff;	
}

.partner-bg .inner-contact-heading3{
position:relative;	
}

.partner-bg .inner-contact-heading3:before{
position:absolute;
content:"";
width:40px;
height:3px;
bottom:10px;
left:0px;	
background:#c89c33;	
}

.inner-about-bg{
position:relative;	
}

.inner-about-bg:before{
position:absolute;
content:"";
background:#00000060;
width:100%;
height:100%;
left:0px;
top:0px;	
}

.inner-about-bg .inner-contact-heading3{
position:absolute;
margin-bottom:0px;
bottom:20px;
left:20px;
right:20px;	
}

.inner-about-list {
padding:30px 0px;
border:1px solid #fff;
border-left:0px;
border-right:0px;	
margin:50px 0px 30px;
text-align:center;	
}

.inner-about-list ul li{
display:inline-block;
text-align:center;
font-size:50px;
font-weight:700;
color:#fff;
width:19%;
position:relative;	
}

.inner-about-list ul li:before{
position:absolute;
content:"";
border-right:1px solid #fff;
height:100%;
width:1px;
right:0px;
top:0px;	
}

.inner-about-list ul li:last-child:before{
border-right:0px;	
}

.inner-about-bg+.inner-para{
margin-top:20px;	
}

.inner-list{
margin:15px 0px;	
}

.inner-list ul li{
font-size:16px;
line-height:27px;
color:#fff;	
margin-bottom:7px;
padding-left:25px;
position:relative;	
}

.inner-half-list ul li{
display:inline-block;
width:49%;
vertical-align:text-top;	
}

.inner-list ul li:before {
content: "";
position: absolute;
background: url(../images/check.png) no-repeat 0 0;
width: 16px;
z-index: 1;
height: 16px;
top: 5px;
left:0px;
background-size: contain;
}

.inner-list ul li:last-child{
margin-bottom:0px;	
}

.inner-service-bg{
background:#ffffff30;
padding:10px 15px !important;	
}

.inner-bottom-bg{
background:#24583a;
padding:30px;
border-radius:10px;
text-align:center;	
position:relative;
z-index:1;	
}

.inner-bottom-bg:before{
position:absolute;
content:"";
background:url(../images/inner-bottom-bg.jpg) no-repeat 0 0;
width:100%;
height:100%;
left:0px;
top:0px;
background-size:cover;
border-radius:10px;
z-index: -1;
mix-blend-mode: soft-light;
opacity: 0.2;
background-position: center;
}



/* contact-us */

.inner-contact-us{
background:#24583a;	
padding:60px 0px;
position:relative;
z-index:1;	
}

.inner-contact-us:before, .inner-service:before{
position:absolute;
content:"";
background:url(../images/shape1.png) no-repeat 0 0;
width:100%;
height:100%;
top:0px;
left:0px;
opacity:0.15;
background-position:top left;
z-index:-1;
}

.inner-contact-us:after, .inner-service:after{
position:absolute;
content:"";
background:url(../images/shape2.png) no-repeat 0 0;
width:100%;
height:100%;
bottom:0px;
right:0px;
opacity:0.15;
background-position:bottom right;
z-index:-1;
}

.inner-contact-heading1{
font-size:75px;
font-weight:400;
color:#fff;	
text-transform:uppercase;
line-height:1.1;
padding-bottom:40px;	
}

.inner-content-sec .inner-contact-heading1{
font-size:55px;
line-height:1.2;	
}

.inner-contact-heading2{
font-size:24px;
font-weight:400;
color:#fff;	
text-transform:uppercase;
line-height:1.3;
padding-bottom:40px;	
}

.inner-contact-heading3, .inner-contact-heading3 blockquote{
font-weight: 400;
font-size: 36px;
line-height:1.3;	
letter-spacing:0.5px;
text-transform: uppercase;
color:#fff;
font-style:normal;
margin-bottom:20px;	
}

.line{
position:relative;	
}

.line::before{
position:absolute;
content:"";
background:url(../images/divider.png) no-repeat 0 0;
width:1px;
height:200px;
top:0px;
left:-48px;	
filter:brightness(0) invert(1);	
}

.fw-bold{
font-size:20px;
padding-bottom:5px;
color:#24583a;	
}

.text-muted{
color:#676767 !important;
line-height: 27px;	
}

.text-muted .inner-list ul li{
color:#676767 !important;	
}

.text-muted .inner-list ul li:before{
background: url(../images/check1.png) no-repeat 0 0 !important;	
background-size:contain !important;	
}

.inner-img-part{
position:relative;
padding:15px;	
}

.inner-contact-us .fw-bold{
text-decoration: underline;
text-underline-offset: 15px;
padding-bottom: 20px;	
}

.inner-img-part:before{
position:absolute;
content:"";
background:url(../images/left-top-arrow.png) no-repeat 0 0; 
width:70px;
height:70px;
top:0px;
left:0px;
background-size:contain; 
z-index:1; 
}

.inner-img-part:after{
position:absolute;
content:"";
background:url(../images/right-bottom-arrow.png) no-repeat 0 0; 
width:70px;
height:70px;
bottom:0px;
right:-30px;
background-size:contain; 
z-index:1; 
}

/* time-line */

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  margin:50px auto 0px;
}

.timeline-heading{
font-weight: 400;
font-size:24px;
line-height: 1.3;
color:#fff;
font-weight:500;
padding-bottom:8px;	
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width:3px;
  background-color:#ffffff7d;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-box {
  padding: 10px 40px;
  position: relative;
  width: 50%;
}

/* The circles on the timeline */
.timeline-box::after {
  content: '';
  position: absolute;
  width:20px;
  height:20px;
  right: -10px;
  background-color: white;
  border: 2px solid #1A3F2A;
  top:23px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #3A6F52;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #3A6F52;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #3A6F52;
  border-width: 10px 10px 10px 0;
  border-color: transparent #3A6F52 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -10px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  position: relative;
  border-radius: 6px;
  background:#3A6F52;
  position:relative;	
}

.content:before{
position:absolute;
content:"";
background: url(../images/service-texture.jpg) no-repeat 0 0 !important;
width:100%;
height:100%;
mix-blend-mode:multiply;
opacity:0.3;
left:0px;
top:0px;
background-size:cover;	
}

/* .content1{
background:#3A6F52;	
}
.content2{
background:#4C8A66;	
}
.content3{
background:#6FAF89;	
}
.content4{
background:#5a9a76;	
} */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
    left: 31px;
    }
    
    /* Full-width containers */
    .timeline-box {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    }
    
    /* Make sure that all arrows are pointing leftwards */
    .timeline-box::before {
    left: 60px;
    border: medium solid #B99A35;
    border-width: 10px 10px 10px 0;
    border-color: transparent #B99A35 transparent transparent;
    }
  
    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
    left: 15px;
    }
    
    /* Make all right containers behave like the left ones */
    .right {
    left: 0%;
    }
  }

@keyframes shake {
  0% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); }
  20%, 40%, 60%, 80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

[data-aos="shake"].aos-animate {
  animation: shake 0.8s ease;
}


.inner-about-box{
background:#ffffff30;
padding:35px;
border-radius:30px;
border:1px solid #ffffff90;	
}

.contact_page_info {
position: relative;
padding-left: 47px;
color:#fff;
margin-top: 25px;
font-size:17px;
}

.contact_page_info img {
position: absolute;
top: 7px;
left: 0;
width: 35px !important;
border-radius:0px;
}

.contact_page_info strong{
color:#fff;
}

.contact_page_info a {
color:#fff;
text-decoration:none !important;
transition:0.5s ease-in-out all 0s;
}

.contact_page_info a:hover{
transition:0.5s ease-in-out all 0s;
color:#fed26b;	
}

.contact-form p{
margin-bottom:15px;	
}

.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder
{
color:#fff !important;	
}

.contact-form .wpcf7-text,
.contact-form .wpcf7-select,
.contact-form textarea{
padding:15px 20px;
background:rgb(255 255 255 / 10%);
border:1px solid transparent;
outline:0px;
width:100%;	
color:#fff;
font-size:16px;
transition:0.4s ease-in-out all 0s;	
}

.contact-form .wpcf7-text:focus,
.contact-form .wpcf7-select:focus,
.contact-form textarea:focus{
border:1px solid #ffffff80;	
transition:0.4s ease-in-out all 0s;	
}

.contact-form textarea{
height:150px;	
}

.contact-btn .wpcf7-submit{
padding:14px 30px;
font-size:16px;	
font-weight:400;
text-transform:uppercase;
background:inherit;
border:2px solid #fff;	
color:#fff;	
}

.contact-btn .wpcf7-submit:hover,
.contact-btn .wpcf7-submit:active,
.contact-btn .wpcf7-submit:focus{
box-shadow:inset 0 80px #fff;
color:#000;	
}

.social-links ul li{
float:left;
margin-right:10px;	
}

.social-links ul li a{
background:#fff;
width:36px;
height:36px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
transition:0.5s ease-in-out all 0s;	
}

.social-links ul li a:hover{
background:#c79a2f;
transition:0.5s ease-in-out all 0s;		
}

.social-links ul li a img{
width:20px;
height:20px;
filter:brightness(1) invert(0);	
}

/* inner-service */

.inner-service{
background:#255b3c;
padding:60px 0px;
position:relative;
z-index:1;	
}

.inner-service .inner-heading{
display:table;
margin:auto;	
}

.inner-event-title{
font-size: 24px;
font-weight: 700;
color: #fff;
padding-bottom:10px;	
}

.inner-title-body{
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;	
z-index:1;	
}

.inner-title-body p{
margin-bottom:0px;	
}

.offcanvas-header{
padding-bottom:0px;	
}

.offcanvas-title{
background: linear-gradient(to right, #b3fcd2 0%, #c79a2f 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size:22px;
font-weight:700;
font-style:italic;	
}

.offcanvas-body{
font-size: 16px;
color:#7b7b7b;
line-height: 27px;
font-weight: 400;
padding-bottom: 25px;	
}

.offcanvas-btn{
padding-top:25px;	
}

.offcanvas-btn i{
font-size:20px;
margin-right:7px;
vertical-align:middle;	
}

.btn-close{
position: absolute;
top: 15px;
right: 15px;
background: #ffffff7a;
font-size: 20px;
font-weight: 400;
line-height: 24px;
color: #000;
opacity: 1;	
/* transition:0.5s ease-in-out all 0s;	 */
}

.btn-close:hover, .btn-close:focus, .btn-close:active{
box-shadow:inset 0 80px #c79a2f;
box-shadow: inset 0px 33px 25px 0 #c79a2f, 
inset 0 66px 15px 0px #c7992f63,
inset 0 99px 5px 0px #fff;
color: #fff;
transition:0.5s ease-in-out all 0s;		
}

hr{
background:#ccc !important;
opacity:1 !important;
margin-top:20px !important;	
}

/* .itemContainer {
	display:inline-block;
    cursor:pointer;
}
	.itemContainer:hover .item, .itemContainer.flipped .item {
		transform: rotateY(180deg);
	}

.itemContainer, .front, .back {
	width:100px;
	height:100px;
}

.item {
	transition: 0.8s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	background:#fff;
	z-index: 2;
	transform: rotateY(0deg);
	border-radius:5px;
	padding:10px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.back {
	background:#fff;
	transform: rotateY(180deg);
	border-radius:5px;
	padding:10px;
	display:flex;
	align-items:center;
	justify-content:center;
} */

.owl-partner .item{
background:#fff;
width:100%;
display:flex;
align-items:center;
justify-content:center;
border-radius:5px;
padding:3px;	
}

/* Slider Modal */
.slider-modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slider-modal.active {
  display: flex;
}

.slider-image {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255,255,255,0.1);
}

.controls {
  margin-top: 20px;
}

.controls button {
  background:#255b3c;
  border: none;
  padding: 10px 20px;
  margin: 0 15px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  transition:0.5s ease-in-out all 0s;	
}

.controls button:hover, .controls button:active, .controls button:focus {
  box-shadow:inset 0 80px #c79a2f;
  transition:0.5s ease-in-out all 0s;
}

.close {
position: absolute;
top: 20px;
right: 30px;
font-size: 40px;
cursor: pointer;
color: #fff;
}

.error_container {
display: flex;
align-items: center;
text-align: center;
}


 #clients {
     padding-top:40px;
 }

 #clients .clients-wrap {
     border-top: 1px solid #d6eaff;
     border-left: 1px solid #d6eaff;
     margin-bottom: 30px
 }

 #clients .client-logo {
     padding:30px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-right: 1px solid #d6eaff;
     border-bottom: 1px solid #d6eaff;
     overflow: hidden;
     background: #fff;
     height:180px;
 }

 #clients img {
	 max-height:160px;
	 object-fit:contain;
     transition: all 0.4s ease-in-out
 }

/* footer-fixed */

.footer-fixed-buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
	display:none;
}
.footer-btn1 {
	background:#c79a30;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer-btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 12px 0;
}
.footer-btn3 {
	background:#255b3c;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}

/* responsive */

@media only screen and (max-width : 767px) {
.banner-title, .inner-contact-heading1, .main-heading{font-size:30px !important;}	
}


@media only screen and (min-width : 321px) and (max-width : 480px) {
.service-box:hover, .owl-item.center .service-box{transform:skew(-7deg) scale(1.05);}	
.service-box{margin:0px 40px;}	
.banner-title, .inner-contact-heading1, .main-heading, .inner-content-sec .inner-contact-heading1{font-size:30px !important;}
.inner-contact-heading3, .inner-contact-heading3 blockquote{font-size:27px !important;}	
}

@media only screen and (min-width : 320px) and (max-width :568px) {

}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation, .line::before{display:none;}
.banner-video{height:420px;object-fit:cover;}	
.logo a img{width:200px;}	
.header{background:#fff;top:0px;}	
.menu-bar{padding:22px 0px;}	
.banner-sec{margin-top:73px;}	
.copyright-text{margin-top:30px;padding:15px 15px 60px;}
.upper-arrow{bottom:60px !important;}
.page .entry-header, .blog_page_header{padding:150px 0 50px !important;}
.inner-half-list ul li{width:100%;}
.client-logo{height:150px !important;}	
.down-arrow{display:none !important;}
    .footer-fixed-buttons {
        display: block;
    }	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
	.banner-title{padding-bottom:25px;}	
.banner-title, .inner-contact-heading1, .main-heading, .inner-content-sec .inner-contact-heading1{font-size:35px;}
.inner-contact-heading3, .inner-contact-heading3 blockquote{font-size:30px;}	
.banner-part{max-width:450px;}	
.banner-list ul li{font-size:14px;margin:0px 7px 7px 0px;}
.about-us{padding:60px 0px;}
.about-us .inner-contact-heading3{font-size:27px;}	
.about-para em{font-size:20px;}	
.about-para{padding-bottom:15px !important;}	
.client_btandicon{font-size:27px;}	
.service-sec{padding:60px 0px 120px;}
.service-text{font-size:16px;}
.service-sec .owl-prev, .service-sec .owl-next{width:45px;height:45px;background-size:22px !important;}	
.footer-sec{padding-top:60px;}	
.page .entry-title, .blog_page_title{font-size:27px;}
.inner-para, .about-box-para, .inner-list ul li{font-size:15px;line-height:25px;}	
.inner-gap{margin-top:60px;}	
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.down-arrow{bottom:-150px;}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.down-arrow{bottom:-150px;}		
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li{margin-right:5px;}
}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li{margin-right:5px;}	
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
	
}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}
