@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

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


*{
    box-sizing: border-box;
}

body{
	font-family: 'DM Sans', sans-serif;
    font-size:16px;
    line-height: 24px;
    color: #000;
    background:#f9f9f9;
}
@media only screen and (max-width: 767px){
    body{
    	font-size:16px;
        line-height: 22px;
    }
}

.container{
	max-width:calc(1560px - 160px);
    padding:0 20px;
}
@media only screen and (max-width: 1200px){
    .container{
        max-width:100%;
    }
}



html{
  margin-top: 0!important;
}
.hidden-xs{
  display:block;
}
.visible-xs{
  display:none;
}
@media only screen and (max-width: 767px){
  .hidden-xs{
    display:none!important;
  }
  .visible-xs{
    display:block;
  }
}

/* */
.owl-theme .owl-dots .owl-dot span{
    width: 13px;
    height: 13px;
    background: #6f6f6f;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
	width:40px;
    height:40px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span{
	display:none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev:hover{
    background: #d7d7d7 url(https://growthstudioz.com/wp-content/uploads/2024/03/prev.png)no-repeat scroll center center;
    background-size: 13px;
    left:10px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next:hover{
    background: #d7d7d7 url(https://growthstudioz.com/wp-content/uploads/2024/03/next.png)no-repeat scroll center center;
    background-size: 13px;
    right:10px;
}
/* */

.text-center{
	text-align:center;
}

.red-btn, .btn{
    font-size: 18px;
    letter-spacing: -1px;
    color: #fefefe;
    font-weight: 700;
    background: #f80000;
    border: 2px solid #f80000;
    display: inline-block;
    height: 52px;
    line-height: 48px;
    padding: 0 30px;
    min-width: 260px;
}
.btn:hover,
.btn:focus
.red-btn:hover,
.red-btn:focus{
	background:transparent;
    color:#f80000;
}
.border-red-btn{
    /*font-size: 24px;*/
    /*border: 3px solid #f80000;*/
    background: transparent;
    color: #fefefe;
    /*border: 3px solid #f80000;*/
    /*height: 66px;*/
    /*line-height: 60px;*/
}
.border-red-btn:hover,
.border-red-btn:focus{
    background: #f80000;
    color: #fff;
}
.black-btn{
	background:#1a1a1b;
    color:#fff;
    border-color:#1a1a1b;
}
.black-btn:hover,
.black-btn:focus{
	background:transparent;
    color:#1a1a1b;
}
.white-btn{
    background: #fff;
    color: #1e1e1e;
    border-color: #fff;
}
.white-btn:hover,
.white-btn:focus{
    background:#1e1e1e;
    border-color:#1e1e1e;
    color:#fff;
}
.btn-gredient{
/*    filter: drop-shadow(0px 15px 16px rgba(0, 0, 0, 0.15));
    background-image: linear-gradient(0deg, #b60404 0%, #f80000 99%, #f80000 100%);*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    max-width: 700px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .red-btn, .btn{
        font-size: 18px;
        height: 50px;
        line-height: 46px;
        letter-spacing:0px;
        min-width:180px;
    }
    /*.border-red-btn{
        font-size: 16px;
        height: 50px;
        line-height: 46px;
    }*/
    .btn-gredient{
        height: 50px;
        line-height: 46px;
        width: 100%;
    }
}

.title_name{
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 70px;
    font-weight: bold;
    color: #000;
    text-transform:uppercase;
    font-family: 'Akrobat';
}
.title_name span,
.red_text{
	 color: #f80000;
}
.sub_desc{
    font-size: 16px;
    line-height:24px;
    letter-spacing: 0;
    color: #181818;
    font-weight: 400;   
 }
 .top_border{
    position: relative;
    padding-top: 50px;
 }
 .top_border:before {
    position: absolute;
    content: "";
    top: 0;
    height: 8px;
    width: 200px;
    background: #f80000;
    left: 0;
    right: 0;
    margin: 0 auto;
}
 @media only screen and (max-width:1300px) {
     .title_name{
         font-size: 60px;
         line-height: 70px;
     }
 }
@media only screen and (max-width: 767px) {
	.title_name{
		font-size: 38px;
        line-height: 44px;
    }
}
.m_0{
    margin: 0;
}
.mb_100{
	margin-bottom:100px;
}
.mb_50{
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	.mb_100{
        margin-bottom:50px;
    }
    .mb_50{
        margin-bottom: 30px;
    }
}


.fixed___d header {
    box-shadow: 0px 3px 7px 0px #9d9d9d;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
}
.template-index header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	top: 0;
	height: unset;
	/*padding: 70px 85px 10px; */
    padding:30px;
	background: transparent;
	box-shadow: unset;
    z-index:9;
}
.template-index header nav ul li a{
	color:#fff;
}
.fixed___d .template-index header nav ul li a{
    color: #000;
}
.template-index header .logo__d img.blackLogo{
    display: none;
}
.fixed___d .template-index header .logo__d img.blackLogo{
    display: block;
}
.fixed___d .template-index header .logo__d img.whiteLogo{
    display: none;
}
.fixed___d .template-index header{
	background: #fff;
}

header{
	padding:30px;
}
header .close_menu,
header .header__nav-inner{
	display:none;
}
header .header_inner{
	display:flex;
	justify-content: space-between;
}
header .logo__d{
	width: 35%;
}
header .header__nav{
	width: 65%;
}
header .logo__d img{
	max-width:300px;
}
header nav ul{
	margin:0;
	padding:0;
    list-style:none;
}
header nav ul li{
	margin: 0;
}
header nav ul li a{
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height:24px;
    letter-spacing:0px;
    color: #202020;
    padding: 0;
    text-transform: capitalize;
    padding: 5px 20px;
}
header nav ul li > a:hover,
header nav ul li > a:focus{
    background-color: #ff0000;
    color: white !important;
}
header ul#menu-main-menu .menu-item-has-children {
    position: relative;
}
header ul#menu-main-menu ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    margin-top: 0;
    left:0;
    /*background-image: linear-gradient(0deg, #f80000 0%, #b00606 87%, #b00606 100%);*/
    background-color: #ff0000;
    min-width: 275px;
    padding: 10px 0;
}
header ul#menu-main-menu .menu-item-has-children:hover ul.sub-menu {
    display: block;
}
header nav ul.sub-menu li{
    margin: 0;
    width: 100%;
}
header nav ul.sub-menu li a{
    font-size: 15px;
    display: block;
    color: #fff !important;
}
header nav ul.sub-menu li a:hover{
    color: #fff;
}
header nav ul li.current-menu-item a{
    color: #ff0000;
}
@media only screen and (max-width: 1199px) {
    .template-index header{
        padding:15px 20px 10px;
    }
    header{
		padding:15px 20px 10px;
    }
    header .logo__d{
    	width:calc(100% - 60px);
    }
    header .logo__d img{
    	max-width:210px;
    }
    header .header__nav{
        width:60px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    header nav ul li{
        margin: 0 16px;
    }
    header .close_menu, header .header__nav-inner{
		display: block;
	}
    header .header_menu_icon {
        cursor: pointer;
    }
    header .header_menu_icon svg path{
    	stroke:#1b1b1b;
    }
     .template-index header .header_menu_icon svg path{
    	stroke:#fff;
    }
    header .menu-drawer {
        height: 100%;
        position: fixed;
        top: 0;
        width: 320px;
        right: 0;
        transition: .4s;
        transform: translate(100%);
        visibility: hidden;
        z-index: 9;
        background: #fff;
        padding:30px;
    }
    .menu_open header .menu-drawer {
        transform: translate(0);
        visibility: visible;
        overflow-y: scroll;
    }
    header .close_menu{
        text-align:right;
        margin: 0 0 20px;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #000;
    }
    header nav ul li a{
        padding: 10px 0;
    }
    .template-index header nav ul li a,
     header nav ul li a{
        color: #000;
     }
     .menu-drawer .menu .menu-item-has-children .hasDropdownImg{
        width: 40px;
        height: 40px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        background: url(https://growthstudioz.com/wp-content/uploads/2024/03/plus-1.png) no-repeat scroll center center;
        background-size: 16px;
     }
     .menu-drawer .menu .menu-item-has-children.showSubMenu .hasDropdownImg {
        background: url(https://growthstudioz.com/wp-content/uploads/2024/03/minus-1.png) no-repeat scroll center center;
        background-size: 16px;
    }
    .menu-drawer .close_menu svg path{
        stroke: #000;
    }
    header ul#menu-main-menu ul.sub-menu{
        padding: 0;
        background-color: transparent;
    }
    header ul#menu-main-menu .menu-item-has-children:hover ul.sub-menu{
        display: none;
    }
    header ul#menu-main-menu .menu-item-has-children.showSubMenu ul.sub-menu{
        display: block;
        position: unset;
        padding-left: 15px;
    }
    header nav ul.sub-menu li:last-child{
        border-bottom: unset;
    }
    header nav {
        float: unset;
    }
    header nav ul.sub-menu li a{
        color: #000 !important;
    }
    header nav ul li > a:hover, 
    header nav ul li > a:focus,
    header nav ul.sub-menu li a:hover,
    header nav ul.sub-menu li a:focus,
    header ul#menu-main-menu .menu-item-has-children.showSubMenu > a{
        background-color: transparent;
        color: #f80000 !important;
    }
}
/* Header css end*/

/* footer css start*/
footer{
    background: #e8e8e8;
    padding: 60px 0 20px;
}
footer .sub_footer{
    text-align: center;
    font-size: 16px;
    color: #000;
}
footer .footer_grid{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    margin: 0 -15px;
}
footer .widget{
    box-shadow: unset;
    padding: 0;
    margin: 0;
    background: transparent;
}
footer .footer_column{
    width: 33.33%;
    padding: 0 15px;
    margin: 0 0 40px;
}
footer .footer_logo{
    margin: 0 0 30px;
}
footer .footer_logo img{
    max-width: 280px;
}
footer h3{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0 0 25px;
}
footer .social_links{
    display: flex;
    margin: 25px 0 0;
}
footer .social_links li{
   margin-right: 15px;
}
footer .social_links li img{
    max-width: 40px;
}
footer .menu a,
footer p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    font-family: "DM Sans";
    display: block;
}
footer a{
    color: #000;
}
footer a:hover{
    color: #d61602;
}
footer ul{
    margin: 0;
}
footer .menu li,
footer p{
    margin: 0 0 20px;
}
footer p a{
    display: flex;
    align-items: center;
}
footer p a svg{
    margin-right: 5px;
}
footer .footer_column:first-child .widget{
    padding-right: 50px;
}
footer .footer_column:first-child p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
footer .footer_column:last-child p img{
    width: 24px;
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
    footer{
        padding: 50px 0 20px;
    }
    footer .footer_column{
        width: 100%;
        margin: 0 0 25px;
    }
    footer .footer_column:first-child .widget{
        padding-right: 0;
    }
    footer .footer_logo img{
        max-width: 240px;
    }
    footer .footer_logo{
        margin: 0 0 20px;
    }
    footer .menu a, footer p{
        font-size: 16px;
        line-height: 22px;
    }
    footer .menu li, footer p{
        margin: 0 0 10px;
    }
    footer .menu li:last-child,
    footer p:last-child{
        margin-bottom: 0;
    }
    footer .footer_column:last-child p img{
        width: 19px;
    }
    footer h3{
        margin: 0 0 15px;
    }
}
/* footer css end*/

/* Home Banner Sec Css Start*/
.homeBannerSec{
	/*position: relative;*/
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 4rem;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
.homeBannerSec .img_d img{
	width:100%;
}
.homeBannerSec .video-bg{
    /*position: relative;*/
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #000;
    overflow: hidden;
    left: 0;
    top: 0;
}
.homeBannerSec .video-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.homeBannerSec video{
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.homeBannerSec .content_d{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 30px;
}
.homeBannerSec .content_d h2{
    font-size: 90px;
    letter-spacing: -1px;
    line-height: 100px;
    color: #f80000;
    font-weight: bold;
    font-family: 'Akrobat';
    margin:0 0 25px;
}
.homeBannerSec .content_d h2 span{
	color:#fff;
}
.homeBannerSec .content_d p{
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 35px;
}
@media only screen and (max-width: 1199px) {
    .homeBannerSec{
        padding: 0rem 2rem;
    }
    .homeBannerSec .content_d h2{
        font-size: 80px;
        line-height: 86px;
    }
    .homeBannerSec .content_d p{
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 767px) {
	.homeBannerSec .content_d h2{
    	font-size: 50px;
        line-height: 56px;
        margin:0 0 20px;
    }
    .homeBannerSec .content_d p{
        font-size: 16px;
        line-height: 22px;
        margin:0 0 20px;
    }
}
/* Home Banner Sec css end*/

/* service List sec css start*/
.servicesSec .servicesList{
    display: flex;
    flex-wrap: wrap;
    margin:0 -20px;
}
.servicesSec .content_d{
	padding:0 20px;
    width:33.33%;
    text-align:center;
    margin: 0 0 40px;
}
.servicesSec .info{
    filter: drop-shadow(0px 14px 24.5px rgba(17,17,17,0.08));
    background-color: #ffffff;
    padding:45px;
}
.servicesSec .img_d{
	margin:0 0 20px;
}
.servicesSec .img_d img{
	max-width:90px;
    margin:0 auto;
}
.servicesSec .info h4{
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px;
}
.servicesSec .info p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .servicesSec .content_d{
		width:100%;
        margin: 0 0 30px;
    }
    .servicesSec .info h4{
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 15px;
    }
    .servicesSec .info p{
       font-size:18px;
       line-height: 24px;
    }
    .servicesSec .info{
        padding: 30px;
    }
}
/* Service List Sec css end*/

/* result sec css start*/
.resultSec .img_div{
    border-radius: 20px;
    filter: drop-shadow(0px 14px 29.5px rgba(17,17,17,0.08));
    overflow: hidden;
    padding: 0 52px 52px;
}
.resultSec .img_div img{
	border-radius:20px;
}
@media only screen and (max-width: 767px) {
    .resultSec .img_div{
        filter: drop-shadow(0px 2px 6.5px rgba(17,17,17,0.08));
        padding:0;
    }
}
/* result sec css end*/

/* Lift Off Sec css Start*/
.liftOffSec{
    padding: 50px 0;
    background: #d61602;
}
.liftOffSec h3{
   font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 700;
}
.liftOffSec .title_name{
    font-family: 'DM Sans', sans-serif;
    font-size: 90px;
    line-height: 100px;
	color:#fff;
    margin:0 0 15px;
}
@media only screen and (max-width: 767px) {
    .liftOffSec{
		padding:50px 0;
    }
    .liftOffSec h3{
		font-size:26px;
        line-height: 34px;
        margin-bottom:10px;
    }
    .liftOffSec .title_name{
        font-size: 50px;
        line-height: 58px;
    }
}
/* Lift Off Sec css end*/

/* Project Lists Sec Css Start*/
.allProjectsSec .projectLists{
	display: flex;
	flex-wrap: wrap;
    /*overflow: hidden;*/
}
.allProjectsSec .projectLists .item_d{
    width:25%;
    position: relative;
}
.allProjectsSec .item_d .img_d img{
	width:100%;
	display:block;
}
.allProjectsSec .item_d h4{
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0000004a;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
    padding:10px;
}
.allProjectsSec .projectLists .item_d.first{
	background:#1b1b1b;
}
.allProjectsSec .projectLists .info{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
    text-align: center;
}
.allProjectsSec .projectLists .info h3{
    font-size: 36px;
    line-height: 44px;
    color: #f9f9f9;
    font-weight: 800;
    font-family: 'Akrobat';
    margin:0;
}
.allProjectsSec .projectLists .info h3 span{
    color: #f80000;
    display: block;
}
.allProjectsSec .item_d .hoverInfo{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    filter: drop-shadow(0px 14px 24.5px rgba(186,11,11,0.33));
    background-image: linear-gradient(-81deg, #b60404 0%, #f80000 99%, #f80000 100%);
    padding: 15px;
    transition: all 0.8s ease-in; 
    visibility:hidden;
    opacity:0;
    z-index:1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}
.allProjectsSec .projectLists .item_d:hover .hoverInfo{
 	transform: scale(1.1);
    visibility:visible;
    opacity:1;
}
.allProjectsSec .projectLists .item_d .hoverInfo p{
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #fefefe;
    font-weight: 500;
    margin: 0;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .allProjectsSec .projectLists .info h3{
        font-size: 40px;
        line-height: 50px;
    }
    .allProjectsSec .projectLists{
        justify-content: space-between;
    }
    .allProjectsSec .projectLists .item_d{
        width: calc(50% - 4px);
        margin-bottom: 8px;
    }
    .allProjectsSec .item_d .hoverInfo{
        border-radius: 0;
        padding: 0.5rem;
    }
    .allProjectsSec .projectLists .item_d:hover .hoverInfo{
        transform: unset;
    }
}
/* Project List Sec css end*/

/* Home video sec css start */
.homeVideoSec .video_d{
    text-align: center;
}
.homeVideoSec video{
    width: 100%;
    display: block;
}
.homeVideoSec iframe{
    height: calc(100vh - 6rem);
   width: calc(100% - 8rem);
   margin: 0 auto;
}
.homeVideoSec .action_btn{
    margin: 30px 0 0;
}
.homeVideoSec video{
    width: calc(100% - 140px);
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .homeVideoSec iframe{
        height: 100%;
        aspect-ratio: 1.777 / 1;
            width: calc(100% - 4rem);
    }
    .homeVideoSec video{
        width: calc(100% - 4rem);
    }
}
/* Home Video SEc css end */

/* Brand Logo sec css start*/
.brandLogoSec p{
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #000;
    font-weight: 700;
    text-transform: unset;
}
.brandLogoSec .item_d img{
	max-width:180px;
    margin:0 auto;
}
@media only screen and (max-width: 767px) {
    .brandLogoSec .item_d img{
        max-width: 150px;
    }
    .brandLogoSec p{
        font-size: 16px;
        line-height: 22px;
    }
}
/* Brans Logo Sec Css end*/

/* Number List sec css start*/
.theNumberSec .numberListsD{
	display:flex;
    flex-wrap:wrap;
    margin:50px -10px 0;
}
.theNumberSec .item_d{
	width:33.33%;
    padding:10px;
    text-align:center;
}
.theNumberSec .innerd{
	background: #ededed;
	padding: 7px;
}
.theNumberSec .innerd span:first-child{
	color: #f80000;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    display: block;
    letter-spacing: 2px;
}
.theNumberSec .innerd span:last-child{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #1c1b1a;
    font-weight: 700;
    display: block;
}
.theNumberSec .innerd span:last-child img{
    height: 32px;
}
.theNumberSec .innerd span.social_icon_cont svg{
    margin: 0 3px;
    width: 20px;
    height: 20px;
}
.theNumberSec .action_btn{
    height: 100%;
}
.theNumberSec .item_d .red-btn{
	width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .theNumberSec .item_d{
        width:100%;
    }
    .theNumberSec .numberListsD{
        margin: 30px 0 0    ;
    }
    .theNumberSec .item_d{
        margin: 0 0 10px;
        padding: 0;
    }
    .theNumberSec .item_d: last-child{
        margin: 0;
    }
    .theNumberSec .innerd span:last-child img{
        height: 26px;
    }
}
/* Number List sec css end*/

/* Testimonials sec css start*/
.testimonials_sec{
    background: #1a1a1a;
    padding: 70px 0;
}
.testimonials_sec .item_d{
     background: #fff;
    border-radius: 10px;
    padding: 100px 30px 30px;
    position: relative;
    min-height: 700px;
}
.testimonials_sec .author_img{
    width: 80px;
    margin: 0 auto 20px;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
}
.testimonials_sec .author_img img{
    width: 100%;
    display: block;
}

.testimonials_sec .img_div{
	margin:0 0 25px;
}
.testimonials_sec .img_div img{
	max-width: 200px;
	margin: 0 auto;
}
.testimonials_sec .item_d:before {
    width: 110px;
    background: #000;
    height: 110px;
    border-radius: 100%;
    color: #000;
    display: inline-block;
    position: absolute;
    top: -55px;
    content: "";
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    filter: drop-shadow(0px 23px 9px rgba(0,0,0,0.09));
    background-color: #1b1b1b;
}
.testimonials_sec .item_d .desc{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    margin:0 0 5px;
    position: relative;
    padding: 35px;
}
.testimonials_sec .item_d .desc:before{
    position: absolute;
    content: '“';
    top: 27px;
    left: 0;
    font-size: 129px;
    line-height: 25px;
    color: #fc3636;
    font-weight: 800;
    font-family: "Akrobat";
}
.testimonials_sec .item_d .desc:after{
    position: absolute;
    content: '”';
    bottom: 0;
    right: 0;
    font-size: 129px;
    line-height: 25px;
    color: #fc3636;
    font-weight: 800;
    font-family: "Akrobat";
}
.testimonials_sec .item_d h4{
    font-size: 18px;
    line-height: 26px;
    color: #ff0000;
    font-weight: 500;
    text-align: center;
    margin:0;
}
.testimonials_sec .owl-carousel .owl-nav button.owl-prev{
	left:-20px;
}
.testimonials_sec .owl-carousel .owl-nav button.owl-next{
	right:-20px;
}
.testimonials_sec .owl-dots{
	margin-top:30px;
}
.testimonials_sec .action_btn {
	margin-top:60px;
}
@media only screen and (max-width: 767px) {
    .testimonials_sec{
        padding: 50px 0;
    }
    .testimonials_sec .item_d .desc{
        font-size: 16px;
        line-height: 22px;
        padding: 26px 20px;
        margin: 0 0 10px;
    }
    .testimonials_sec .item_d .desc:before,
    .testimonials_sec .item_d .desc:after{
        font-size: 78px;
    }
    .testimonials_sec .img_div img{
        max-width: 160px;
    }
    .testimonials_sec .item_d{
        padding: 80px 10px 20px;
    }
    .testimonials_sec .item_d:before{
        width: 80px;
        height: 80px;
    }
    .testimonials_sec .action_btn{
        margin-top: 30px;
    }
}
/* Testimonials sec css end*/


/* Landing Page Css Start*/
.landingTemplate{
    background: #f9f9f9;
}
.landingTemplate header,
.landingTemplate footer{
	display:none;
}
.landingTemplate .red-btn,
.aboutBTMSec .red-btn{
	filter: drop-shadow(0px 15px 16px rgba(0,0,0,0.15));
    background-image: linear-gradient(0deg, #b60404 0%, #f80000 99%, #f80000 100%);
}
.landingTemplate .title_name{
	margin:0 0 40px;
}
.landingTemplate .red-btn:hover,
.aboutBTMSec .red-btn:hover{
    filter:unset;
    background-image: unset;
}
.landingLogoD{
	padding:50px 0;
}
.landingLogoD img{
	max-width:290px;
}
.landingFirstSec .title_name{
	text-transform:capitalize;
    margin:0 0 40px;
}
.landingFirstSec .action_btn{
	margin-top:80px;
}
.clientReviewsSec{
	margin-bottom:60px;
}
.clientReviewsSec .videosLists{
	display:flex;
	flex-wrap:wrap;
	margin:0 -10px;
}
.clientReviewsSec .videosLists .item_d{
	width:50%;
	padding: 0 10px;
    margin:0 0 40px;
}
.clientReviewsSec .videosLists video{
	width:100%;
    height:350px;
     background:#000;
    border-radius: 10px;
}
.landingBrandSec{
	padding:80px 0 90px;
    background: #d51500;
}
.landingBrandSec .title_name{
    text-transform: unset;
    color: #fff;
}
.landingBrandSec .lBrandLists{
	display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:0 -10px;
}
.landingBrandSec .lBrandLists .item_d{
	width:12.5%;
    padding:0 10px;
    margin:0 0 20px;
}
.landingBrandSec .lBrandLists .img_d img{
	width:100%;
    display:block;
}
.landingBrandSec .action_btn{
	margin-top:30px;
}
.landingBrandSec .red-btn{
    background: #fff;
    color: #232323;
}
.landingBrandSec .red-btn:hover{
	color:#fff;
    background:transparent;
    border-color:#fff;
}
.landingLastSec .content_data{
	text-align:center;
}
.landingLastSec .landingSocialIcons{
	margin:70px 0;
}
.landingLastSec .landingSocialIcons a{
	display:inline-block;
    margin:0 15px;
    padding:0 10px;
}
.landingLastSec .landingSocialIcons img{
	height:90px;
}
.landingLastSec h4{
    font-size: 50px;
    line-height: 56px;
    font-weight: bold;
    color: #1a1a1a;
    text-transform: capitalize;
    font-family: 'Akrobat';
    margin: 0 0 20px;
}
.landingLastSec .red-btn{
	width:100%;
    max-width:754px;
}
.solutionSec .solutionList{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.solutionSec .solutionList .item_d{
	width:33.33%;
    padding:0 20px;
}
.solutionSec .img_d img{
	width:100%;
    display:block;
}
.solutionSec .info{
	position:relative;
    border-radius: 10px;
    overflow: hidden;
}
.solutionSec .info:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000a8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.solutionSec .info .contnt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    width: 100%;
}
.solutionSec .info h4{
    font-size: 59px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Akrobat';
    margin: 0 0 50px;
}
.solutionSec .redBorderDiv{
	position:relative;
    width:120px;
    margin:0 auto;
    height:6px;
    border-radius:10px;
}
.solutionSec .redBorderDiv:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background:#f80000;
    height:100%;
}
@keyframes mymove {
  from {width: 0%;}
  to {width:100%;}
}
.solutionSec .info:hover .redBorderDiv:after{
    animation: mymove 2s linear forwards;
}
.clientRInnerD .item_d{
	margin:20px;
    padding:16px 0 0;
}
.clientRInnerD .active .item_d{
	margin:0;
}
.clientRInnerD .inner_d{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 9.5px rgba(17,17,17,0.08));
    background-color: #ffffff;
    padding: 20px;
}
.clientRInnerD .active .inner_d{
    background: #f9f9f9;
}
.clientRInnerD .inner_d .img_div{
	width:50%;
}
.clientRInnerD .inner_d  .result_d{
	width:50%;
    padding:20px 20px 20px 60px;
}
.clientRInnerD .inner_d p{
    font-size: 32px;
    line-height: 43px;
    color: #403f3f;
    font-weight: 400;
    margin:0;
}
.clientRInnerD .inner_d p span{
    color: #f80000;
    font-weight: 600;
}
.clientResultSec .action_btn{
	margin-top:50px;
}
@media only screen and (max-width: 1440px) {
	.landingLastSec .landingSocialIcons img{
    	height:60px;
    }
}
@media only screen and (max-width: 1300px) {
	.landingLastSec h4{
        font-size: 60px;
        line-height: 80px;
    }
    .solutionSec .info h4{
        font-size: 36px;
    }
}
@media only screen and (max-width: 1024px) {
	.landingBrandSec .lBrandLists .item_d{
    	width:20%;
    }
}
@media only screen and (max-width: 767px) {
    .landingLogoD img{
		max-width:240px;
    }
    .landingTemplate .title_name{
		margin:0 0 20px;
    }
	.landingFirstSec .action_btn{
    	margin-top:30px;
    }
    .clientReviewsSec{
    	margin:0 0 50px;
    }	
    .clientReviewsSec .videosLists .item_d{
    	width:100%;
        margin:0 0 20px;
    }
    .clientReviewsSec .videosLists .item_d:last-child{
    	margin:0;
    }
    .clientReviewsSec .videosLists video{
    	height:180px;
    }
    .landingBrandSec{
    	padding:50px 0;
    }
    .landingBrandSec .lBrandLists .item_d{
    	width:33.33%;
    }
    .solutionSec .solutionList .item_d{
    	width:100%;
        margin-bottom:30px;
    }
    .solutionSec .solutionList .item_d:last-child{
		margin-bottom:0;
	}
    .solutionSec .info h4{
    	font-size:40px;
    }
    .clientRInnerD .inner_d .img_div{
    	width:100%;
    }
    .clientRInnerD .inner_d .result_d{
    	width:100%;
   		padding:20px 0 0;
   }
   .clientRInnerD .inner_d p{
        font-size: 20px;
        line-height: 30px;
   }
   .landingLastSec .landingSocialIcons a{
       margin: 0 6px;
       padding: 0px 5px;
   }
   .landingLastSec .landingSocialIcons img{
   		height:26px;
   }
   .landingLastSec h4{
       font-size: 38px;
       line-height: 52px;
   }
   .landingLastSec .landingSocialIcons{
   		margin:40px 0;
   }
   .clientResultSec .action_btn{
        margin-top: 20px;
   }
}
@media only screen and (max-width:580px) {
	.landingBrandSec .lBrandLists .item_d{
    	width:50%;
    }
}
/* Landing Page css end*/

/* Contact Us Page css Start */
.contactUsPage .contactTopSec{
    background: #1b1b1b;
    padding: 90px 0 350px;
}
.contactTopSec .content_d h3{
	font-size: 90px;
    line-height: 100px;
    letter-spacing: -2px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Akrobat';
    padding-bottom: 25px;
    margin: 0 0 30px;
    position:relative;
}
.contactTopSec .content_d h3:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    background: #f80000;
    height: 4px;
    margin: 0 auto;
    border-radius: 10px;
}
.contactTopSec .content_d p{
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 31px;
}
.contactTopSec .mobileEmailD{
	display:flex;
    justify-content:center;
}
.contactTopSec .mobileEmailD .info{
	margin:0 15px;
}
.contactTopSec .mobileEmailD .cta_divider{
    height: auto;
    width: 4px;
    background-color: #ff0000;
    margin: 0rem 1.5rem;
}
.contactTopSec .mobileEmailD a{
    font-size: 16px;
    color: #f9f9f9;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactTopSec .mobileEmailD svg{
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.contactTopSec .mobileEmailD svg path{
    fill: #fff;
}
.contactFormD{
    width: 100%;
    max-width: 1000px;
    margin: -300px auto 3rem;
    display: flex;
    flex-direction: column;
    padding: 2rem 4rem;
    background-color: white;
    justify-content: center;
    border-radius: 0;
    filter: drop-shadow(0px 15px 35px rgba(0, 0, 0, 0.1));
}
.contactFormD .formData p{
	margin:0;
}
.contactFormD .formData label{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    width: 100%;
    margin: 0 0 8px;
}
.contactFormD .formData .optionall{
    color: #f80000;
    font-size: 16px;
    font-family: 'Akrobat';
}
.contactFormD .formData br{
	display:none;
}
.contactFormD input.wpcf7-form-control,
.contactFormD select.wpcf7-form-control{
    border: 1px solid #1b1b1b;
    background: transparent;
    height: 48px;
    max-height: unset;
    margin:0;
    width:100%;
}
.contactFormD textarea.wpcf7-textarea{
    border: 1px solid #1b1b1b;
    background: transparent;
    width:100%;
}
.contactFormD .formData{
	margin:0 0 30px;
}
.contactFormD .action_btn{
	text-align:center;
}
.contactFormD input.wpcf7-submit{
    font-size: 18px;
    letter-spacing: -1px;
    color: #fefefe;
    font-weight: 700;
    background: #f80000;
    border: 2px solid #f80000;
    display: inline-block;
    height: 52px;
    line-height: 48px;
    padding: 0 30px;
    min-width: 260px;
    width: auto;
    font-family: 'DM Sans', sans-serif;
    filter: drop-shadow(0px 15px 16px rgba(0,0,0,0.15));
}
.contactFormD input.wpcf7-submit:hover{
    color: #f80000;
    background: transparent;
}
.contactFormD .action_btn{
    margin: 0 0 20px;
}
.contactFormD .wpcf7-checkbox .wpcf7-list-item{
	display:block;
    margin:0;
}
.contactFormD .wpcf7-checkbox .wpcf7-list-item-label{
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.contactFormD .wpcf7-not-valid-tip{
	font-size:18px;
}
@media only screen and (max-width:1199px) {
	.contactFormD{
    	width:90%;
    }
}
@media only screen and (max-width:767px) {
    .contactFormD{
		padding:25px;
        margin-top:-205px;
    }
    .contactUsPage .contactTopSec{
    	padding:50px 0 240px;
    }
	.contactTopSec .content_d h3{
        font-size: 50px;
        line-height: 60px;
    }
    .contactTopSec .content_d p{
    	font-size:18px;
    }
    .contactTopSec .mobileEmailD{
    	flex-wrap:wrap;
    }
    .contactTopSec .mobileEmailD .info{
    	width:100%;
        margin:0;
    }
    .contactTopSec .mobileEmailD .info:first-child{
    	margin-bottom:10px;
    }
    .contactTopSec .mobileEmailD a{
    	font-size:16px;
    }
    .contactFormD .formData label{
    	font-size:16px;
        margin:0 0 7px;
    }
    .contactFormD input.wpcf7-form-control,
    .contactFormD select.wpcf7-form-control{
    	height:50px;
    }
	.contactFormD select.wpcf7-form-control{
		line-height:35px !important;
	}
    .contactFormD .wpcf7-checkbox .wpcf7-list-item-label{
    	font-size:16px;
    }
    .contactFormD textarea.wpcf7-textarea{
    	height:150px;
    }
    .contactFormD input.wpcf7-form-control,
    .contactFormD select.wpcf7-form-control{
        min-width: unset;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        letter-spacing: 0px;
    }
    .contactTopSec .mobileEmailD .cta_divider{
        height: 4px;
        width: 70px;
        margin: 1rem 0rem;
    }
}
/* Contact Us Page css end */

/* About Us Page css Start*/
.heroSection{
    position: relative;
    min-height: 94vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 4rem;
}
.heroSection:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}
.heroSection .content_d h2{
    font-size: 74px;
    letter-spacing: -2px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Akrobat";
    text-align: center;
    margin: 0 0 2.5rem;
}
.heroSection .content_d p{
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    font-family: "DM Sans";
    text-align: center;
    line-height: 36px;
    margin: 0 0 2.5rem;
    letter-spacing: -1px;
}
.heroSection .content_d{
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 767px){
    .heroSection {
        padding: 30px 0;
    }
    .heroSection .content_d h2 {
        font-size: 40px;
        letter-spacing: 0px;
        line-height: 48px;
    }
    .heroSection .content_d p{
        font-size: 18px;
        line-height: 26px;
    }  
} 
.aboutfirstsection{
    background: url(https://growthstudioz.com/wp-content/uploads/2024/03/about_2560.webp) no-repeat scroll center center;
    background-size: cover;
}
.sectionOvervalues h3{
    padding: 70px
}
.fourboxd{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.fourboxd .box1{
    width: 50%;
    padding: 3rem;
    text-align: center;
}
.fourboxd h4{
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 1rem;
}
.fourboxd p{
    margin: 0;
}
.differnece_cont {
    display: flex;
    flex-wrap: wrap;
}
.difference_card {
    width: calc(25% - 2rem);
    margin: 0rem 1rem;
    position: relative;
    min-height: 211px;
}
.difference_card .front {
    height: 100%;
    background-image: linear-gradient(90deg, black, black);
    padding: 1rem;
    text-align: center;
    font-size: 24px;
    backface-visibility: hidden;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rotate_left .front {
    transform: perspective(1000px) rotateY(0deg);
}
.difference_card .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-90deg, #b60404, #f80000);
    backface-visibility: hidden;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
}
.rotate_left .back {
    transform: perspective(1000px) rotateY(180deg);
}
.rotate_right .front {
    transform: perspective(1000px) rotateY(0deg);
}
.rotate_right .back {
    transform: perspective(1000px) rotateY(-180deg);
}
.difference_card li, .difference_card p {
    color: #FFF;
    font-weight: 700;
}
.rotate_left:hover .front {
    transform: perspective(1000px) rotateY(-180deg);
}
.rotate_left:hover .back {
    transform: perspective(1000px) rotateY(0deg);
}
.rotate_right:hover .front {
    transform: perspective(1000px) rotateY(180deg);
}
.rotate_right:hover .back {
    transform: perspective(1000px) rotateY(0deg);
}
.WhatmakesusdifferentSec{
    padding: 100px;
}
.WhatmakesusdifferentSec .main_heading{
    padding-bottom: 100px;
}
.workTogetherSec{
    background: #e8e8e8;
    padding: 50px 0;
}
.workTogetherSec h2{
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
    font-weight: bold;
    color: #000;
    text-transform: unset;
    font-family: 'Akrobat';
    text-align: center;
    margin: 0;
    font-style: normal;
}
.aboutBTMSec{
    margin: 50px 0;
}
@media only screen and (min-width: 768px){
    .fourboxd:before{
        position: absolute;
        content: "";
        top: 50%;
        width: 100%;
        height: 1px;
        background: #ff0000;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }
    .fourboxd:after{
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 50%;
        height: 100%;
        width: 1px;
        background: #ff0000;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 767px){
    /*.aboutfirstsection {
        padding: 30px 0;
    }
    .aboutfirstsection .content_d h2 {
        font-size: 40px;
        letter-spacing: 0px;
        line-height: 48px;
    }
    .aboutfirstsection .content_d p{
        font-size: 18px;
        line-height: 26px;
    }   */
    .sectionOvervalues h3 {
        padding: 35px;
    }
    .fourboxd p {
        font-size: 16px;
        line-height: 22px;
        margin: 0;
    }
    .fourboxd .box1 {
        margin: 0 0 25px;
        width: 100%;
        padding: 0 0 25px;
        border-bottom: 1px solid #f80000;
    }
    .WhatmakesusdifferentSec {
        padding: 50px 20px;
    }
    .difference_card{
        width: 100%;
        margin-bottom: 1rem;
    }
    .difference_card:last-child{
        margin-bottom: 0;
    }
    .WhatmakesusdifferentSec .main_heading {
        padding-bottom: 50px;
    } 
    .fourboxd .box1:last-child {
        padding: 0;
        margin: 0;
        border: none;
    }
    .difference_card .front, .difference_card .back{
        padding: 2rem;
    }
    .difference_card li, .difference_card p{
        font-size: 26px;
        line-height: 34px;
    }
    .workTogetherSec{
        padding: 30px 0;
    }
    .workTogetherSec h2{
        font-size: 26px;
        line-height: 34px;
    }
}
/* About Us Page css end*/

/* Static Pages css start */
.staticPages{
    padding: 50px 0;
}
.staticPages .content_d ul,
.staticPages .content_d ol{
    padding-left: 17px;
}
.staticPages .content_d li{
   list-style: initial;
}
/* Static Pages Css end */

/* Blog Page css start */
.blogBannerSec{
    background: url(https://growthstudioz.com/wp-content/uploads/2024/03/blog_2560.webp) no-repeat scroll center center;
    background-size: cover;
    min-height: 94vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 4rem;
    position: relative;
}
.blogBannerSec:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}
.blogBannerSec .container{
    position: relative;
}
.blogBannerSec .title_name{
    text-align: center;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}
.BlogSinglePostSec .content__d{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.BlogSinglePostSec .content__d > div{
    width: calc(50% - 20px);
}
.BlogSinglePostSec .content__d a{
    color: #000;
}
.BlogSinglePostSec .content__d .short_desc{
    margin: 0 0 1rem;
}
.BlogSinglePostSec .content__d h3{
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 1rem;
}
.blogSliderSec{
    background: #fff;
    padding: 40px 0;
}
.blogSliderSec .item_d img{
    width: 100%;
}
.blogSliderSec .richtextD{
    padding: 25px 0 0;
}
.blogSliderSec .richtextD p{
    font-size: 18px;
    letter-spacing: -1px;
    margin: 0 0 1rem;
}
@media screen and (min-width: 1400px){
    .blogBannerSec .title_name{
        font-size: 100px;
        line-height: 110px;
    }
}
@media screen and (max-width: 767px){
    .blogBannerSec .title_name{
        font-size: 50px;
        line-height: 60px;
    }
    .BlogSinglePostSec .content__d > div{
        width: 100%;
    }
    .BlogSinglePostSec .content__d .img_d{
        margin: 0 0 25px;
    }
}
/* Blog Page css end */

/* Blog Detail Page css start */
.blogDetailPage{
    padding: 50px 0;
}
.blogDetailPage .container{
    max-width: 700px;
    margin: 0 auto;
}
.blogDetailPage .breadcrumb_d{
    margin: 0 0 20px;
}
.blogDetailPage .banner_d img{
    width: 100%;
}
.blogDetailPage .banner_d{
    margin: 0 0 30px;
}
.blogDetailPage .main_title{
    color: #ff0000;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}
.blogDetailPage .info_d p{
    margin: 0 0 10px;
}
.blogDetailPage .info_d h3{
    margin: 25px 0 12px;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -1px;
}
.blogDetailPage .info_d ul{
    padding-left: 17px;
}
.blogDetailPage .info_d ul li{
    list-style: initial;
}
.blogDetailPage .social_sharing{
    margin: 30px 0 0;
}
.blogDetailPage .social_sharing ul{
    display: flex;
    justify-content: center;
    margin: 0;
}
.blogDetailPage .social_sharing ul li{
    padding: 0 4px;
}
@media screen and (max-width: 767px){
    .blogDetailPage .info_d h3{
        font-size: 24px;
        line-height: 28px;
    }
}
/* Blog Detail Page css end */

/* Result Page css start */
.resultHeroSec{
    background: url(https://growthstudioz.com/wp-content/uploads/2024/04/result_2560.webp) no-repeat scroll center center;
    background-size: cover;
}
/*Result Page css end*/
#content{
	padding:30px;
}
@media screen and (max-width: 767px){
#content,
#sidebar{
	width:100%;
}
}



/* footer css start (14:04:2026)*/
:root {
  --page-bg: #cbc8c8;
  --card-bg: #ffd400;
  --text: #111111;
  --line: rgba(17, 17, 17, 0.28);
  --shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
}


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.footer-card {
  background: #FFDD00;
 padding: 34px 49px 34px 126px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.footer-top {
  display: flex;
  align-items: flex-start;
}

.footer-intro {
  max-width: 1118px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.2fr 0.88fr 1.08fr;
  gap: 32px;
  align-items: start;
  min-height: 190px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  font-family: DM Sans;
 font-weight: 400;
 font-size: 18px;
 line-height: 40px;

}

.footer-column h2 {
  font-family: DM Sans;
font-weight: 400;
font-size: 20px;
line-height: 22px;
text-transform: capitalize;

}

/*.footer-column a:hover {
  opacity: 0.7;
}*/

.footer-card address{
  font-style: normal;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 35px;
}

.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-row svg {
 width: 21px;
    height: 21px; 
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.social-row svg path {
  fill: currentColor;
  stroke: none;
}

.brand-mark {
  font-size: clamp(38px, 4vw, 60px);
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.brand-lockup p {
  margin-top: 2px;
  font-size: 17px;
  font-weight: 400;
}

.brand-lockup {
  text-align: right;
  justify-self: end;
  align-self: end;
  padding-right: 8px;
  margin-top: auto;
}

.footer-accordion-group {
  display: none;
}

.footer-accordion {
  border-top: 0.5px solid #000000;
}

.footer-accordion summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 13px 0;
  font-size: 12px;
}

.footer-accordion summary::-webkit-details-marker {
  display: none;
}

.footer-accordion summary::after {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background:
    linear-gradient(45deg, transparent 46%, currentColor 46%, currentColor 54%, transparent 54%) left center / 50% 100% no-repeat,
    linear-gradient(-45deg, transparent 46%, currentColor 46%, currentColor 54%, transparent 54%) right center / 50% 100% no-repeat;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
  opacity: 0.9;
}

.footer-accordion[open] summary::after {
  transform: rotate(0deg);
}

.accordion-panel {
  display: grid;
  gap: 8px;
  padding: 0 0 14px;
  font-size: 12px;
}

.accordion-panel a,
.accordion-panel p {
  margin: 0;
}

@media (max-width: 820px) {
  
  .footer-card {
    width: min(100%, 320px);
    min-height: auto;
    padding: 18px 18px 22px;
    gap: 14px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    gap: 12px;
  }

  .brand-lockup {
    text-align: left;
    align-self: flex-start;
    justify-self: auto;
    padding-right: 0;
  }

  .brand-mark {
    font-size: 37px;
    line-height: 0.95;
  }

  .footer-intro {
    order: 0;
    max-width: 235px;
    font-size: 10px;
    line-height: 1.5;
    padding-top: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
  }

  .footer-column--desktop-list,
  .footer-grid > address.footer-contact,
  .brand-lockup {
    display: none;
  }

  .footer-accordion-group {
    display: block;
  }

  .footer-accordion.footer-contact {
    display: block;
    max-width: none;
  }

  .footer-column--social {
    border-top:0.5px solid #000000;
    padding-top: 14px;
    margin-top: 4px;
    gap: 0;
  }

  .footer-column--social h2 {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .footer-column--social .social-row {
    margin-top: 0;
  }

  .footer-column--social a {
    display: inline-flex;
  }
}


/* footer css end*/