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

:root  {
	--main: #c9f31d;
	
}


header  {
	border-bottom: none !important
}
html {
  scroll-behavior: smooth;
}
body{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: white;
    background-color:#202020;
    text-align: center;
}
img{
    display: block;
    width: 100%;
    max-width: 100%;
}
a{
    text-decoration: none;
    color: inherit;
}
.main-heading{

    font-weight: 700;
    margin: 0 0 20px;
	line-height: 1.5;
	  font-size: clamp(0px, 4vw, 64px);
}

ul  {
	margin: 0
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1500px;
        padding: 0 100px;
    }
}


.services .service-list ul li a {
	color:  #fff !important
}

/* ****************** */
.main-header{
    position: absolute;
    width: 100%; 
    z-index: 1111111;
}
.logo-navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 20px;
}
.navbar-and-button{
    display: flex;
    flex-flow: wrap;
    gap: 40px;
    align-items: center;
    justify-content: end;
    font-size: 13px;
}
.navbar-and-button .navbar ul{
    display: flex;
    gap: 25px;
}
.navbar-and-button .navbar ul{
    display: flex;
    gap: 25px;
}
.navbar ul li{
    font-size: 18px;
}
.logo{
    width: 15%;
	max-width: 100px
}
.bar{
    display: none;
}
/* container-one */
.banner{
   
    margin:0;
    background-size: cover;
    background-position: center;
 
    position: relative;
    overflow: hidden;
	position: relative;
	
	 
}




.sl-l   {
	padding-right: 48px
}


.banner::before  {
 background-image:url(https://www.twomonksmarketing.com/wp-content/themes/weboft/static/assets/images/banner.png);
	background-size:  contain;
	background-repeat: no-repeat;
	background-color:  #111111;
	content: "";
	position: absolute;
	left: 40px;
	top: 40px;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	  border-radius: 35px 35px 120px 35px;
	background-position: right

}














#masthead  {
	position:  absolute;
	z-index:  55;
	width: 100%;
	
}

.main-navigation ul li a  {
	color:  #fff !important;
	text-transform: capitalize;
	font-size:  15px !important
}

.site-branding img   {
	width: clamp(70px, 7vw, 100px)
}



.main-navigation ul li   {
	margin-left:  32px ;
	
}
.banner::after {
    padding-top: 42%;
    display: block;
    position: absolute;
    content: " ";
    width: 50%;
    background-image: url(https://www.twomonksmarketing.com/wp-content/themes/weboft/static/assets/images/banner1.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
}
.about-text h2 {
    font-size: clamp(0px, 4vw, 64px);
    margin: 10px 0 40px;
}
.hea-d h1{
    color: #7b7b7b; 
    font-weight:500; 
    font-size: clamp(0px, 2vw, 36px);
	margin: 0;
}
.hea-dd h2 {
    color: #c9f31d;
    font-size: clamp(0px, 6vw, 100px);
    font-weight: 800;
    margin-left: -4px;
    margin-top: 10px;
}
.head-f{
    padding: 22px 0 0;

    font-weight: 500;
	font-size: clamp(0px, 1.3vw, 22px)
}
.text-mission{
    text-align: left;
}
.text{
    transform: translatey(-13%);
    padding-top:52%;
}
.text h1,h2{
    line-height: 0.8;
}
.text p {
    font-size: clamp(0px, 1.3vw, 18px);
    margin: 25px 0 45px;
    color: #7b7b7b;
    line-height: 1.3;
    max-width: 600px;
	 
}
.text a{
    background-color: #c9f31d;
    color: black;
    border: none;
    border-radius: 12px;
    font-size: clamp(0px, 1.1vw, 18px);
    padding: 12px 40px;
    font-weight: 500;
    display: inline-block;
	
}
.mission {
    margin: 20px 0 100px;
	margin-top: 0;
	
}
.mission ul{
    display: flex;
    gap: 50px;
	 margin: 0;
	
}
.mission ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: clamp(0px, 1vw, 18px);
	line-height: 1.3
}
.mission ul li span {
    font-size: clamp(0px, 3vw, 46px);
    font-weight: 800;
}
/* container-two */
.service-section {
    margin: 120px auto;
	  margin-top: clamp(0px, 4vw, 120px);
	  margin-bottom: clamp(0px, 8vw, 120px)
}
.services{
  margin-top:30px
}
.service-list{
    padding: 45px 45px 45px 35px;
    border-top: 1px solid #313520;
}
.service-list:first-child{
    border: none;
}
.service-list:last-child{
    border-bottom: 1px solid #313520;
}
.services .service-list ul li {
    display: block;
    align-items: center;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
.services .service-list ul li a{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 25px;
}
.services .service-list ul li a span{
    width: calc(100% - 50px);
    display: block;

	font-size: clamp(0px, 2.2vw, 37px);
}
.services .service-list  ul li  a >img{
    width: 45px;
    height: 70px
}
.sl-l a{
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
 
}
.sl-l a:after{
    top: 50%;
    display: block;
    content: "";
    background-image: url(https://www.twomonksmarketing.com/wp-content/themes/weboft/static/assets/images/Layer\ 6.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(34%) sepia(3%) saturate(13%) hue-rotate(331deg) brightness(97%) contrast(90%);
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    transition: transform 0.5s ;
}
.service-list ul{
    display: flex;
    align-items: center;
}
.service-list:hover{
    background: linear-gradient(90deg, #151515 0%, #1e1e1d 50%, #262626 60%, #2a2a2a 97%, #2c2c2c 100%);
    border-radius: 20px;
    border-color: transparent;
    
}
.service-list:hover .sl-l a:after{
    transform: translateY(-50%) rotate(-80deg);
    filter: invert(74%) sepia(58%) saturate(579%) hue-rotate(23deg) brightness(108%) contrast(101%);
}
.sl-l{
    position: relative;
    padding-left: 30px;
}
.service-list:hover + div {
    border-top-color: transparent;
}
/* container-three */
.works,.stories{
    background-color: #111111;
    margin: 45px;
    border-radius: 20px;
 
	padding-top: clamp(0px, 6.3vw, 100px);
	padding-bottom: clamp(0px, 8vw, 125px);
	

}
.stories  {
	padding-bottom:  clamp(0px, 9vw, 140px);  
}
.four-sections{
    margin: 0 -20px 0 -20px;
}

.main-con .main-heading  {
	margin-bottom: 0
}
.boxes img{
    transition: transform 0.5s;
    width: 100%;
}
 .boxes:hover img{
 transform: scale(1.1);
 overflow: hidden;
}
.boxes:hover .head-tt{
    bottom: 0;
    position: absolute;
    padding: 35px;
    display: flex;    
}
.boxes{
    margin-top: 40px;
    border-radius: 20px;
   overflow: hidden;
}
.boxes>.head-tt{
    bottom: 0;
    position: absolute;
    padding: 35px 40px;
    display: none;
 
    font-weight: 600;
	   font-size: clamp(0px, 2vw, 29px)
}
.section{
    padding-right: 20px;
    padding-left: 20px;
}
/* container-four */
.container-four {
    margin: 110px auto;
	margin-top: clamp(0px, 6.8vw, 110px)
}
.social{
    margin-top: 45px;
}
.social-main {
    margin: 0 -12px;
}
.social-main  > div  {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 12px;
    padding-left: 12px;
}
.social-bg{
    background-color: #1a1a1a;
    padding: 40px 50px 30px;
    display: grid;
    gap: 30px;
    place-items: center;
    border-radius: 20px;
    object-fit: contain;
}
.social-bg img{
    height: 60px;
    width: 70px;

    object-fit: contain;
}
.head-tt{

    font-weight: 700;
	font-size: clamp(0px, 1.5vw, 27px)
}
/* container-five */
.about-section{
    position: relative;
}
.p-section p{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 610px;
}
.about-section::after{
    width: 46%;
    height: 55%;
    border-radius: 200px 0 0 200px;
    bottom: 0;
    right: 0;
    background-color: #c9f31d;
    position: absolute;
    content:  "";
    display: block;
}
.about-image{
    z-index: 5;
    position: relative;
}
.about{
    align-items: center;
  
    text-align: left;
	margin-top: 0;
	margin-bottom: clamp(0px, 8.5vw, 130px)
}
.about-text a{
background-color: #c9f31d;
    color: black;
    border: none;
    border-radius: 12px;
    font-size: clamp(0px, 1.1vw, 18px);
    padding: 12px 28px;
    font-weight: 500;
    display: inline-block;
	margin-top: 40px

}

.p-section  {
	padding-right: 100px;
}
.about > div{
    padding-right: 0;
    padding-left: 0;
}
/* container-six */
.box-es {
    margin: 45px 0;
}
.s-box{
    display: flex;
}
.box-bg{
    background-color: #1a1a1a;
    text-align: left;
    border-radius: 25px;
    padding: 30px 30px;
    margin: 0 18px;
}
.box  {
    margin: 0 -18px;
}
.box-es > div{
    padding-right: 18px;
    padding-left: 18px;
}
.box-bg h4{
    color: #01fd96;
   
    font-weight: 600;
	font-size: clamp(0px, 1.3vw, 22px)
}
.box-bg h6{
   
    font-weight: 400;
    margin-top: 0px;
	  font-size: clamp(0px, 0.9vw, 14px);
}
.box-image{
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.img-one {
    width: 125px;
    height: 40px;
    max-height: 40px;
    object-fit: contain;
	max-width: 50%;
	padding-right: 10px
}
.img-two {
    width: 100px;
    height: 100px;
    object-fit: contain;
		max-width: 50%;
	padding-left: 10px
}
.box-bg  p{
    font-size: clamp(0px, 1.3vw, 17px);
    line-height: 1.4;
    margin: 25px 0 45px;
}
/* container-seven */
.contact-get-in{
    align-items: center;
    margin: 120px auto;
    text-align: left;
	margin: clamp(0px, 8.5vw, 120px) auto;
}
.contact ul{
    padding: 20px 0;
    font-size: 12px;
}
.contact ul li{
    padding: 0 0 23px;
}
.contact ul li a{
    display: flex;
    gap: 10px;
    font-size: 20px;
    align-items: baseline;
    max-width: 374px;
    line-height: 1.4;
}
.social-icons{
    display: flex;
    gap: 8px;
   padding: 10px 0 20px !important;
}
.social-icons li{
    width: 33px;
    height: 33px;
    display: grid;
    place-items: center;
    background-color: white;
    padding: 0 !important;
    border-radius: 50%;
}
.social-icons li a {
    color: initial;
}
.social-icons li a i{
    font-size: 21px !important;
}

.get-bg{
    background-color: #111111;
    border-radius: 30px;
    padding: 60px;
    text-align: left;
	   padding-bottom: 40px;
}

.get-bg > *  {
	max-width:  450px;
	margin-left: auto;
	margin-right: auto
}
.detailes{
    background-color: #191818;
    color: #646464;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    margin: 15px 0;
}
.get-bg h2{
    margin-bottom: 15%;
}
.get-bg a {
    background-color: #c9f31d;
    color: black;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 11px 183px;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
}
.contact ul li a  {
	color:  #fff !important
}
.contact ul li a i  {
    font-size: 16px;

}
/* footer */
.footer {
    margin: 0;
    padding: 0 0 55px;
    background-color: #111111;
}
.footer-section p{
    font-size: 15px;
    text-align: end;
    margin-top: -35px;   
}

/*  */

.box-es .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #01fd96;
    border-radius: 50%;
    color: transparent;
  
}

.navbar ul li a  {
	color:  #fff !important;
}
.box-es .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: '';
    background-color: black;
    border: 1px solid #01fd96;
    opacity: 1;
}
.box-es .slick-dots {
    bottom: -75px;
    width: 100%;
    list-style: none;
    text-align: center;
}
.box-es .slick-dots li.slick-active button:before {
    opacity: 0;
    /* color: #000000; */
}

/* responsive */
@media only screen and (max-width: 1186px) and (min-width: 769px) {
    .logo-navbar {
        margin: 0 25px;
    }
    .navbar ul li {
        font-size: 15px;
    }
    .logo {
        width: 17%;
    }
    .navbar-and-button {
        font-size: 14px;
    }
    .hea-d h1 {
        font-size: 22px;
    }
    .hea-dd h2 {
        font-size: 68px;
        margin-left: -3px;
    }
    .banner {
   
        border-radius: 35px 35px 90px 35px;
    }
    .banner::after {
        padding-top: 55%;
        background-position: bottom;
    }
    .mission-image{
        margin: 0 3px;
    }
    .text p {
        font-size: 15px;
        margin: 10px 0 40px;
    }
    .text a {
        border-radius: 12px;
        font-size: 16px;
        padding: 12px 35px;
    }
    .mission ul {
        gap: 45px;
        margin-bottom: 10px;
    }
    .mission ul li {
        font-size: 13px;
        gap: 7px;
    }
    .mission ul li >span {
        font-size: 29px;
    }
    .banner-image {
        transform: translatey(139%);
        height: 126px;
    }
    .main-heading {
        font-size: 36px;
    }
    .services {
        margin: 30px 0;
    }
  
    .services .service-list ul li a {
        gap: 12px;
    }
    .services .service-list ul li {
        font-size: 21px;
    }  
    .services .service-list ul li a >img {
        width: 7%;
    } 

    .service-list {
        padding: 30px 20px;
    }
    .sl-l {
        padding-left: 0;
    }
    .sl-l a{
        font-size: 15px;
        max-width: 390px;
    }
    .sl-l a:after {
        width: 21px;
        height: 21px;
    }
    .four-sections {
        margin: 25px -14px 0 -14px;
    }
    .social {
        margin-top: 40px;
    }
    .social-bg {
        padding: 30px 20px 25px;
        gap: 20px;
    }
    .social-bg img {
        max-height: 65px;
        max-width: 75px;
    }
    .social-main {
        margin-right: -10px;
        margin-left: -10px;
    }
    .social-main > div {
        padding-right: 10px;
        padding-left: 10px;
    }
    .social-icons li a i {
        font-size: 19px !important;
    }
    .head-f {
        padding: 15px 0;
        font-size: 18px;
    }
    .head-tt {
        font-size: 22px;
    }
    .container-four {
        margin: 80px auto;
    }
    .about {  
        margin: 100px 0 90px;
    }
    .about-text h2 {
        font-size: 36px;
        margin: 10px 0 20px;
    }
    .about-text>a {
        border-radius: 10px;
        font-size: 16px;
     
    }
    .about-section::after {
        width: 45%;
        height: 55%;
    }
    .about-section {
        margin-top: -30px;
    }
    .works{
        padding: 60px 60px 80px;
        margin: 40px;
    }
    .stories {
        padding: 60px 0 80px;
        margin: 40px;
    }
    .box {
        margin: 0;
    }
    .boxes {
        margin-top: 30px;
    }
    .box-es {
        margin: 45px 10px 0;
    }
    .box-es > div{
        padding: 0 7px;
    }
    .img-one {
        width: 90px;
        max-height: 40px;
    }
    .section {
        padding-right: 14px;
        padding-left: 14px;
    }
    .contact-get-in {
        margin: 80px auto;
    }
    .get-bg>a {
        border-radius: 13px;
        font-size: 18px;
        padding: 11px 38%;
    }
	
	
    .p-section p {
        font-size: 17px;
        max-width: 500px;
    }
    .box-bg {
        border-radius: 20px;
        padding: 25px 20px;
        margin: 0 10px;
    }
    .img-two {
        width: 75px;
        height: 75px;
    }
    .box-bg p {
        font-size: 15px;
        margin: 15px 0 40px;
    }
    .box-bg h4 {
        font-size: 20px;
    }
    .box-bg h6 {
        font-size: 14px;
        margin-top: 3px;
    }
    .contact ul li a {
        font-size: 17px;
        max-width: 320px;
    }
    .contact ul li a i {
        font-size: 15px;
    }
    .get-bg {
        padding: 60px;
    }
    .footer-section p {
        margin-top: -32px;
        margin-right: 23px;
    }
    .box-es .slick-dots li {
        margin: 0 2px;
    }
    .box-es .slick-dots {
        bottom: -60px;
    }
    .box-es .slick-dots li button {
        width: 18px;
        height: 18px;
      
    }
    .box-es .slick-dots li button:before {
        width: 16px;
        height: 16px;
    }
}
@media(max-width:768px){
    .hea-dd h2 {
        font-size: 58px;
        margin-left: -1px;
    }
    .navbar-and-button{
        display: none;
    }
    .about-text h2 {
        font-size: 38px;
    }
    .main-heading {
        font-size: 38px;
    }
    .head-f {
        font-size: 19px;
    }
    h6{
        font-size: 16px;
    }
    .hea-d h1 {
        font-size: 20px;
    }
    .hea-d h2 {
        font-size: 86px;
    }
    .banner {
        margin: 35px;
        border-radius: 30px 30px 60px 30px;
    }
    .bar{
        display: block;
    }
    .banner-image {
        transform: translatey(-13.8%);
        margin-bottom: -20%;
    }
    .service-section {
        margin: 80px auto;
    }
    .four-sections {
        margin-top: 10px;
    }
    .services{
        margin: 0;
    }
    .services .service-list ul li a span {
        font-size: 24px;
    }
    .sl-l {
        position: relative;
        padding-left: 0;
    }
    .services .service-list ul li a >img {
        width: 38px;
        height: 38px;
    }
    .service-list {
        padding: 15px 20px 25px 20px;
    }
    .text {
        padding-top: 140px;
        transform: none;
    }
    .text h1{
        font-size: 32px;
    }
    .text h2{
        font-size: 78px !important;
    }
    .text p {
        font-size: 16px;
        margin: 15px 0 30px;
    }
    .text a {
        border-radius: 10px;
        font-size: 12px;
        padding: 12px 35px;
    }
    .container-four {
        margin: 80px auto 40px;
    }
    .banner::after {
        padding-top: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: static;
        width: 50%;
    }
    .about {
        margin: 50px 0 90px;
    }
    .mission {
        margin: 50px 0 60px;
    }
    .mission ul {

        gap: 30px;
    }
    .mission ul li {
        gap: 8px;
        font-size: 11px;
    }
    .mission ul li  span {
        font-size: 30px;
    }
    .service-list ul {
        display: block;
    }
    .img-hover {
        display: none;
    }
    .works, .stories {
        margin: 35px;
        padding: 60px 0 110px;
		
    }
    .social {
        margin-top: 25px;
    }
    .social-icons li a i {
        font-size: 18px !important;
    }
    .services .service-list ul li a {
        padding-top: 17px;
        gap: 15px;
    }
    .sl-l a {
        font-size: 16px;
        max-width: 400px;
    }
    .sl-l a:after {
        width: 22px;
        height: 22px;
    }
    .social-bg {
        padding: 30px 27px 
    }
    .social-bg img {
        max-height: 68px;
        max-width: 80px;
    }
    .head-tt {
        font-size: 24px;
        font-weight: 700;
    }
    .social-main > div {
        -ms-flex: 0 0 20%;
        flex: 50%;
        max-width: 50%;
    }
    .social-main{
        justify-content: center;
    }
    .s-text {
        padding: 20px;
    }
    .about-section::after {
        width: 90%;
        height: 30%;
    }
    .box-bg {
        border-radius: 20px;
        padding: 20px 15px;
        margin: 0 5px;
    }
    .box-bg p {
        font-size: 15px;
        margin: 20px 0 40px;
    }
    .about-text> p{
        font-size: 16px !important;
    }
    .about-image {
        margin-top: 60px;
    }
    .boxes {
        margin-top: 30px;
    }
    .box-bg h4 {
        font-size: 19px;
    }
    .box-es {
        margin: 5% 0;
    }
    .boxes>.head-tt {
        padding: 25px 30px;
        font-size: 23px;
    }
    .p-section p {
        font-size: 17px;
    }
    .about-text a {
        border-radius: 12px;
        font-size: 16px;
        padding: 15px 34px;
    }
    .about-image img{
        height: 550px;
        width: auto;
        object-fit: contain;
    }
    .img-two {
        width: 75px;
        height: 75px;
    }
    .img-one {
        width: 100px;
    }
    .box {
        margin: 0 ;
    }
    .box-es > div {
        padding-right: 0;
        padding-left: 0;
    }
    .banner::after {
        padding-top: 80%;
        width: 80%;
    }
    .get-bg {
        border-radius: 35px;
        padding: 50px 60px 60px;
    }
    .get-bg a {
        font-size: 16px;
        padding: 11px 155px;
    }
    .get-bg h2 {
        margin-bottom: 40px;
    }
    .contact-get-in {
        margin: 70px auto 90px;
        gap: 60px;
    }
    .head-t {
        font-size: 36px;
    }
    .contact ul li {
        padding: 0 0 15px;
    }
    .contact ul li a {
        font-size: 16px;
    }
    .footer-section p {
        font-size: 12px;
        margin-top: -40px;
    }
    .box-es .slick-dots li {
        margin: 0 2px;
    }
    .box-es .slick-dots {
        bottom: -60px;
    }
    .box-es .slick-dots li button {
        width: 16px;
        height: 16px;
      
    }
    .box-es .slick-dots li button:before {
        width: 14px;
        height: 14px;
    }
}
@media(max-width:600px){
    .container {
        margin: 0 auto;
        padding: 0px 20px;
    }
    .logo {
        width: 25%;
    }
    .main-heading h1 {
        font-size: 26px;
    }
    .text h2 {
        font-size: 46px !important;
        margin-left: -1px;
        margin-top: 5px;
    }
    .head-t h2 {
        font-size: 24px;
    }
    .head-t {
        font-size: 28px;
    }
    .head-tt {
        font-size: 18px;
    }
    .head-f {
        padding: 15px 0 0;
        font-size: 15px;
    }
    .logo-navbar {
        padding: 2% 9%;
        margin-top: 10px;
    }
    .banner {
        border-radius: 20px 20px 33px 20px;
        margin: 20px;
    }
    .banner-image {
        transform: translatey(-15.8%);
    }
    .main-heading {
        font-size: 23px;
        margin: 10px 0 14px;
    }
    .hea-d h1 {
        font-size: 15px;
    }
    .text {
        padding-top: 50px;
    }
    .text>h1 {
        font-size: 20px !important;
        padding-bottom: 5px;
    }
    .text p {
        font-size: 13px;
        margin: 7px 0 20px;
    }
    .text a {
        font-size: 13px;
        padding: 8px 25px;
        border-radius: 8px;
    }
    .text-mission {
        margin-top: 40px;
    }
    .mission {
        margin: 40px 0 ;
    }
    .mission ul li  span {
        font-size: 22px;
    }
    .mission ul li {
        font-size: 9px;
        margin-bottom: 2px;
    }
    .service-section {
        margin: 50px auto 60px;
    }
    .services .service-list ul li a span {
        font-size: 18px;
    }
    .services .service-list ul li a {
        padding-top: 5px;
    }
    .services .service-list ul li{
       font-size: 14px !important;
    }
    .services .service-list .sl-l{
        font-size: 12px !important;
    }
    .services .service-list ul li a >img {
        width: 30px;
        height: 30px;
    }
    .social-bg {
        padding: 20px 12px ;
        gap: 20px;
    }

    .sl-l a {
        font-size: 13px;
    }
    .sl-l a:after {
        display: none;
    }
    .service-list {
        padding: 15px 15px 20px 15px;
    }
    .four-sections {
        margin: 20px -15px 0 -15px;
    }
    .p-section p {
        font-size: 16px;
    }
    .boxes {
        margin-top: 12px;
        border-radius: 10px;
    }
    .box-bg {
        margin: 10px 0;
    }
    .box-bg h4 {
        font-size: 17px;
    }
    .box-bg h6 {
        font-size: 10px;
        margin-top: 0;
    }
    .boxes .head-tt {
        display: block;
        font-size: 16px;
        padding: 15px;
    }
    .section {
        padding-right: 15px;
        padding-left: 15px;
    }
    .about-text p , .box-bg p {
        font-size: 14px !important;
    }
    .box-bg p {
        margin: 20px 0 25px;
    }
    .about-text a {
        font-size: 12px;
        padding: 9px 20px;
        border-radius: 8px;
        margin-top: 40px;
    }
    .about-text h2{
        font-size: 26px;
        margin: 10px 0 14px;
    }
    .about-image {
        margin-top: 50px;
    }
    .about-section::after {
        width: 95%;
        height: 23%;
    }
    .about-image img {
        height: auto;
    }
    .img-one {
        width: 90px;
    }
    .img-two {
        width: 70px;
        height: 70px;
    }
    .contact ul {
        font-size: 12px;
        padding: 15px 0;
    }
     .stories {
        margin: 20px;
        padding: 40px 0 55px;
    }
    .works, .stories {
        margin: 20px;
        padding: 40px 10px 52px;
    }
    .social-bg img {
        max-height: 50px;
        max-width: 60px;
    }
    .social-icons li a i {
        font-size: 16px !important;
    }
    .social-icons li {
        width: 30px;
        height: 30px;
    }
    .container-four {
        margin: 55px auto 30px;
    }
    .about {
        margin: 20px 0 60px;
    }
    .get-bg {
        border-radius: 20px;
        padding: 45px 25px 57px
    }
    .social {
        margin-top: 10px;
    }
    .contact-get-in {
        margin: 50px 0 60px;
        gap: 40px;
    }
    .contact-get-in > div{
        padding-right: 0;
        padding-left: 0;
    }
    .get-bg a {
        font-size: 14px;
        padding: 11px 89px;
        margin-top: 15px;
    }
    .detailes {
        font-size: 12px;
    }
    .contact ul li {
        padding: 0 0 10px;
    }
    .contact ul li a {
        font-size: 14px;
        max-width: 220px;
    }
    .contact ul li a i {
        font-size: 12px;
    }
    .s-text {
        padding: 20px 20px 10px;
    }
    .social-main {
        margin: 0 -5px;
    }
    .social-main > div {
        padding-right: 5px;
        padding-left: 5px;
    }
    .footer {
        padding: 15px 0;
    }
    .footer-section p {
        font-size: 9px;
        margin-top: -1px;
        text-align: center;
    }
    .footer-section .logo-navbar {
        padding: 0 0 15px;
        justify-content: center;
    }
    .box-es .slick-dots li button {
        width: 13px;
        height: 13px;
      
    }
    .box-es .slick-dots li button:before {
        width: 11px;
        height: 11px;
    }
    .box-es .slick-dots {
        bottom: -33px;
    }
}


.banner::after   {
	display:  none
}

.text   {
	width: 100%
}




.wpcf7-textarea   {
	width: 100%;
	background: transparent;
	border:  
}



.wpcf7-text, .wpcf7-textarea {
    background-color: #191818 !important;
    color: #646464 !important;
    padding: 15px !important;
    border-radius: 10px !important;
    font-size: 15px;
    margin: 10px 0;
	width: 100%;
	border: none !important;
	outline: none  !important;
	height:  52px;
	font-weight: 500;
	
	
	
}


.wpcf7-submit  {
	width: 100%;
	border:  solid  1px var(--main) !important;
	background: var(--main) !important;
	line-height: 1.2;
	padding:  10px;
	font-size:  18px;
  border-radius:  8px ;
	margin-top: 15px;
	cursor: pointer;
}



.wpcf7-response-output  {
	border:  none  !important;
	padding: 0 !important;
	text-align: center;
	
}



.wpcf7-textarea  {
	height:  120px
}




.get-bg  .main-heading   {
	margin-bottom: 20px;
	font-size: clamp(0px, 3.8vw, 56px)
}

.headmain {
    padding: 75px 0px;
	padding-bottom: 0;
}





.banner  {
	min-height: 100vh
}






@media only screen and (max-width: 768px) {
	.site-branding img  {
		width: 110px
	}
	
	.banner::before {
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
	}
	
	.headmain  {
		padding-top: 40px;
		padding-bottom: 40px
	}
	
	.main-navigation ul li a  {
		color: #000 !important;
		font-weight: 500
	}
	
	
	.headmain .menu-toggle span , .headmain .menu-toggle span::after, .headmain .menu-toggle span::before {
		background: #fff !important;
		
	}
	
	.p-section   {
		padding-right: 0
	}
	
	.about-text a  {
		font-size: 15px;
		        padding: 13px 30px;
		margin-top: 30px;
	}
	
	
	
	.logo-navbar   {
		display: block
	}
	.footer-section p  {
		margin: 0;
		
	}
		.banner   {
		min-height: auto
	}
	
}


.contact ul.social-icons li a i  {
	color: #000 !important
}


.wpcf7-submit  {
	font-weight: 500;
	font-size: 15px;
	padding: 14px;
}



@media only screen and (max-width: 600px) {
	
	
	
	.site-branding img  {
		width: 80px
	}
	
.headmain .menu-toggle  {
		width: 24px
	}
	.headmain  {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		
	}
	.banner::before {
	
	border-radius: 18px 18px 43px 18px
	}
	
	.headmain .menu-toggle   {
		right: 40px
	}
	
	.banner   {
		min-height: auto
	}
	
	.sl-l  {
		padding-right: 0;
	}
	
	.sl-l a {
		font-size: 14px !important
	}
	
	.sl-l  {
		margin-top: 8px
	}
	
	.services .service-list ul li a span  {
		line-height: 1.2
	}
	.boxes:hover .head-tt  {
		        display: block;
        font-size: 16px;
        padding: 15px;
	}
	
	
	
	.about-text a   {
		font-size: 14px;
		        padding: 11px 25px;
		margin-top: 23px
	}
	.main-heading   {
		font-size: 26px;
				line-height: 1.4
	}
	
	.service-section  	.main-heading   {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;

		
	}
	
	.service-section   {
		margin-top: 55px
	}
	
	.service-list:hover  {
		background:  none;
		
	}
	
	.service-list  {
		padding-left: 0;
		padding-right: 0
	}
	
	.service-section .main-heading  {
		margin-bottom: 5px;
	}
	
	.social-bg img  {
		width: 40px
	}
	
	.about-text h2  {
		font-size: 32px;
		margin-bottom:20px
	}
	
	.about-text a  {
		padding: 10px 22px
	}
	
	.stories  {
		padding-left: 0;
		padding-right: 0;
	}
	
	.get-bg  {
		padding-bottom: 1px
	}
}

@media only screen and (max-width: 1186px) and (min-width: 769px) {
	
	.headmain {
    padding: 69px 32px;
    padding-bottom: 0;
}
	.main-navigation ul li a  {
		font-size: 14px
	}
	.main-navigation ul li {
    margin-left: 24px;
}
	.mission-image  {
		        margin: 0 20px;
	}
	
	.stories  {
		padding-bottom: 135px;
	}
	
	.get-bg  {
		padding-bottom: 19px;
	}
	    .footer-section p {
        margin-top: -18px;
	}
}
element.style {
    --sal-duration: 10s;
}
[data-sal=slide-right] {
    transform: translateX(-10px)
}

[data-sal=slide-up] {
	    transform: translateY(10px);
}
[data-sal=slide-left] {
	    transform: translateX(20px);
}

[data-sal=zoom-out] {
	   opacity: 1
}

* {
	--sal-duration: 1s
}


.social-main .head-tt::after  {
	content: "%"
}




@media only screen and (max-width: 768px) {
	
	.site-branding img {
		width: 70px
	}
	
	
}



@media only screen and (max-width: 600px) {
		.site-branding img {
		width: 60px
	}
	    .text {
        padding-top: 80px;
    }
	
}