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

body {
    color: #000000;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    font-family: "Satoshi-Regular", sans-serif;
    position: relative;
    --screen-width: calc(100vw - (100vw - 100%));
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px; /* apne header height ke hisaab se adjust karo */
}
html,body {
    overflow-x: hidden;
}
@font-face {
    font-family: "Satoshi-Medium";
    src: url("Satoshi-Medium.ttf") format('truetype');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Satoshi-Black";
    src: url("Satoshi-Black.ttf") format('truetype');
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: "Satoshi-Bold";
    src: url("Satoshi-Bold.ttf") format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Satoshi-Regular";
    src: url("Satoshi-Regular.ttf") format('truetype');
    font-style: normal;
    font-weight: 400;
}

h1 { font-family: "Playfair Display", serif; }

h2 { font-family: "Playfair Display", serif; }

h3,
.h3 {
    font-size: 54px;
    margin: 0;font-family: "Playfair Display", serif;
}

.h3 {}

h4,
.h4 {
    font-size: 20px;font-family: "Playfair Display", serif;
    margin: 0;
}

h5,
.h5 {
    font-size: 20px;font-family: "Playfair Display", serif;
    margin: 0;
}

h6,
.h6 {
    font-size: 16px;font-family: "Playfair Display", serif;
    margin: 0;
    ;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

a,
a:hover {
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

ul {
    margin: 0px;
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

a {
    text-decoration: none;
}

/* onload animation with animation timeline */
/* Animations - Effective if user has no preferance for reduced motion */
 @media (prefers-reduced-motion: no-preference) {
    .animate-this {
        opacity: 0;
        transform: translateY(50px);
    }
  
    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }
  
    .animate-this.rtl {
        opacity: 0;
        transform: translateX(50px);
    }
  
    .animate-this.animated.rtl {
        animation: fade-in-right 0.8s ease-in-out forwards;
    }
  
      .animate-this.lft {
          opacity: 0;
          transform: translateX(-20px);
      }
    
      .animate-this.animated.lft {
          animation: fade-in-left 0.8s ease-in-out forwards;
      }
    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }
  
    @keyframes fade-in-right {
        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    @keyframes fade-in-left {
          to {
              opacity: 1;
              transform: translateX(0px);
          }
      }
  }
  @keyframes tp-animate {
    0% {
        transform: translate(0, 0);
    }
  
    50% {
        transform: translate(10px, -10px);
    }
  
    100% {
        transform: translate(0, 0);
    }
  }

/*****header*****/
.container {
    padding: 0px 20px;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 13px 0px;
    z-index: 999;
}

.header.stick {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    background: #010928;
	
    
}
.main-menu {
        transition: all 0.3s ease-in-out;
    }
.logo {
    width: 130px;
    position: relative;
}

.logo a {
    position: relative;
}

.logo img {
    width: 100%;
}

a:focus-visible {
    outline: none;
}

.navbar {
    padding: 0px;
    flex-wrap: wrap;
}

.navbar-collapse {
    width: 100%;
    padding: 0px;
    justify-content: space-between;
}

.nav-menu {
    gap: 45px;
    justify-content: center;
    align-items: center;
}
.nav-menu > li {
    padding: 20px 0;
}
.nav-menu li a {
    color: #FFFFFF;
    padding: 0 !important;
    font-weight: 500;
}
.nav-menu li.active a {
    font-weight: Bold;
    color: #FF7000;
}
.nav-link:focus, .nav-link:hover {
    color: #FF7000;
}
.navbar_main {
    display: flex;
    gap: 30px;
    align-items: center;
}

.navbar_top {
    padding-bottom: 10px;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}


.comon-padd {
    padding: 55px 0px;
}

.banner_img img {
    height: 100%;
    object-position: top;
}

.banner_main {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.banner_inn {
    max-width: 650px;
}

.display-4 {
    color: #FFFFFF;
    margin-bottom: 30px;
    font-weight: 600;
}

.display-4 span {
    font-weight: 600;
    color: #5251AF;
    font-style: italic;
}
.banner_inn .display-4  {
        font-size: 4.6rem;
        max-width: 600px;
    }
.banner_inn .display-4 span {
    color: #FF7000;
}

.banner_inn p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

a.btn-white {
    background-image: linear-gradient(to right, #FFFFFF , rgba(255,255,255,0.7));
    padding: 13px 42px 15px;
    color: #01340F;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    border: 1px solid #FFFFFF;
}

a.btn-border {
    background: transparent;
    padding: 13px 30px 14px;
    color: #01340F;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.banner{
    position: relative;
    min-height: 100vh;
}

.owl-counter{
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
}

.owl-counterwrap{
            position: relative;
        z-index: 9;
        display: flex;
        gap: 15px;
        align-items: center;
        width: 270px;
}

.owl-counter span{
    font-size: 24px;
    color: #fff;
    line-height: 1;
    font-family: "Satoshi-Medium", sans-serif;
}

.owl-counter span.total{
    color: rgba(255,255,255,.3);
}

.slider-progress{
    flex: 1;
    height: 4px;
    background: rgba(255,255,255,.2);
    overflow: hidden;
}

.slider-progress .progress{
    height: 100%;
    width: 0;
    background: #fff;
    transition: width .4s ease;
}

.banner-home button.owl-prev{
    background: url('../images/arrow-right.svg') no-repeat center !important;
    left: 32%;
    bottom: 95px;
    position: absolute;
    width: 48px;
    height: 40px;
    font-size: 0 !important;
    z-index: 100;
     transform: rotate(180deg);
}

.banner-home button.owl-next{
    background: url('../images/arrow-right.svg') no-repeat center !important;
    left: 36.5%;
    bottom: 95px;
    position: absolute;
    width: 48px;
    height: 40px;
    font-size: 0 !important;
    z-index: 100;
}
/* Default - dono arrows active */
.banner-home .owl-nav button.owl-prev,
.banner-home .owl-nav button.owl-next {
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Disabled arrow */
.banner-home .owl-nav button.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.owl-item.active h2.animated {
    animation-delay: 0.2s;
}

.owl-item.active .text-white.animated {
    animation-delay: 0.5s;
}

.owl-item.active .banner-link.animated {
    animation-delay: 0.8s;
}
/**********nav-icon**********/
.nav-icon {
    display: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9;
    width: 22px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 33px;
    border-radius: 4px;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    background: #FFF;
    opacity: 1;
    left: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
    width: 24px;
    right: 0px;
    left: auto;
}

.nav-icon span:nth-child(2) {
    top: 8px;
    width: 24px;
    right: 0px;
    left: auto;
}

.nav-icon span:nth-child(3) {
    top: 16px;
    width: 24px;
    right: 0px;
    left: auto;
}

.nav-icon.open span:nth-child(1) {
    top: 8px;
    right: 0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
    opacity: 0;
}

.nav-icon.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 0px;
    top: 8px;
}

/**********/

.company_sec p {
    color: #00002A;
}
.home-company {
	padding-bottom: 70px;
	overflow: hidden;
}
.home-company .company-text {
    width: 51%;
	padding-right: 20px;
	padding-top: 50px;
}
.company_image {
    max-width: 46%;
    margin: 0 auto;
    right: 0;
    top: 0;
}
.brand_sec {
	padding: 15px 0px 55px;
	overflow: hidden;
}
.brand_sec .company-text {
	width: 50%;
    margin-left: auto;
    padding-left: 20px;
    padding-top: 50px;
}
.brand_image  {
    max-width: 50%;
    margin: 0 auto;
    left: 0;
}
.impacts_sec {
	background: #00002A;
	padding: 40px 0px;
}
.impactswrap {
	gap: 25px;
}
.numcont {
	color: #EFEFEF;
	opacity: 0.2;
	font-size: 60px;
	font-family: "Satoshi-Black", sans-serif;
}
.impacts_sec .h6 {
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 15px;
	font-family: "Playfair Display", serif;
}
.impacts_sec p {
	color: #EFEFEF;
}
.impacts_box {
	width: 25%;
}

/*****footer*****/
.footer {
    background: url('../images/footer-bg.webp') no-repeat;
    background-size: cover;
    padding: 40px 0px 0px;
}

.footer-row {
    padding-bottom: 30px;
}

.footer-logo {
    max-width: 190px;
}

.footer-logo img {
    width: 100%;
}

.footer_links h4,
.footer_social h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #FF7000;
}

.footer_links ul li {
    display: block;
    line-height: 30px;
}

.footer_links ul li a {
    color: #fff;
    
}
.social-media a {
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
        justify-content: center;
}
.footer_links ul li a:hover {
    color: #245DC1;
}

.social-media {
    gap: 15px;
    justify-content: flex-end;
}

.social-media a img {
    width: 24px;
}

.footer-btmrow {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 30px 0px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.footer-btmrow p {
    color: #fff;
    margin-bottom: 0;
}

.footer-btmrow p a {
    color: #fff;
}
.footer_links ul {
    display: flex;
    gap: 40px;
}
.footer_mainlinks {
    gap: 100px;
    justify-content: space-between;
}

.footer-contact a,
.footer-contact p {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}
.footer-contact a img, .footer-contact p img{
    width: 20px;
}

.footer-contact span,
.footer-contact a span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #245DC133;
    border-radius: 8px;
    flex-shrink: 0;
}

.footer_btmain {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0 0;
}

.footer_btmain p {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Satoshi-Bold", sans-serif;
}

.footer_btmain ul {
    gap: 15px;
}

.footer_btmain ul li {
    display: inline-block;
}

.footer_btmain ul li a {
    color: #112C5B;
    text-decoration: underline;
    font-family: "Satoshi-Bold", sans-serif;
}

.ready-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 40px 0px;
}

a.btn-outline {
    border: 1px solid #053782;
    border-radius: 12px;
    padding: 12px 35px 14px;
    text-align: center;
    color: #053782;
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
}
.contact-text-top {
	margin-bottom: 50px;
}
.contact-text .h3 {
    font-weight: 600;
    color: #FFFFFF;
	margin-bottom: 30px;
}

.contact-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contact-text p {
    color: #EFEFEF;
}

.contact-text-btm {
    flex-wrap: wrap;
    gap: 50px;
}

.contact-grid {
    display: block;
	background: rgba(255,255,255,0.2);
	padding: 20px 20px;
	font-family: "Satoshi-Bold", sans-serif;
	color: #FFFFFF;
	margin-top: 12px;
}
.contact-grid a{
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Satoshi-Medium", sans-serif;
}
.contactpage_form {
    padding: 30px 30px;
    background: #0100314D;
    height: 100%;
    backdrop-filter: blur(34px);
    z-index: 1;
    position: relative;
}

.contactpage_form h2 {
    margin-bottom: 0;
}

.contactpage_form p {
    color: #050505;
}

.form div.halfs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.form label {
    font-weight: 700;
    margin-bottom: 8px;
}

input,
select {
    background: #EFEFEF1A;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #EFEFEF;
    width: 100%;
    border: 0;
}

select {
    padding: 12px 15px;
}
.wpcf7-select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 45px;
    padding: 12px 15px;
}

textarea {
    background: #EFEFEF1A;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #EFEFEF;
    width: 100%;
    border: 0;
    height: 200px;
}

input[type=submit] {
    background-image: linear-gradient(to right, #FFFFFF, rgba(255, 255, 255, 0.8));
    border: 0;
    padding: 15px 20px;
	width: 100%;
    display: block;
    font-family: "Satoshi-Bold", sans-serif;
    text-align: center;
    color: #00002A;
    -webkit-appearance: none;
    cursor: pointer;
    margin-top: 8px;
}
input::placeholder,
textarea::placeholder {
    color: #EFEFEF !important;
}

input[type="checkbox"][name="your-consent"] {
    display: none;
}

/* Label styling */
input[type="checkbox"][name="your-consent"]+.wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    color: rgba(33, 33, 33, 0.69);
    font-weight: 500;
}

/* Custom box */
input[type="checkbox"][name="your-consent"]+.wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    background: transparent;
    transition: 0.3s;
    border-radius: 50px;
}

/* Tick mark */
input[type="checkbox"][name="your-consent"]:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 5px;
    height: 11px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

input::placeholder,
textarea::placeholder {
    color: #000000;
}
/* TEXT OVER IMAGE */
.content-text {
    position: absolute;
    bottom: 36px;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    z-index: 2;
    width: calc(100% - 470px);
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.content-text p {
    max-width: 500px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.contactpage_form input:-webkit-autofill,
.contactpage_form input:-webkit-autofill:hover,
.contactpage_form input:-webkit-autofill:focus,
.contactpage_form textarea:-webkit-autofill,
.contactpage_form select:-webkit-autofill {
    
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}
/* SMOOTH FADE */
.map_sec {
	background: url('../images/location-image.webp') no-repeat;
    background-size: cover;
    position: relative;
}

.map_sec::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 55px;
    background: #02006B;
    filter: blur(44px);
    opacity: 0.8;
}
.map_sec iframe {
	border: 10px solid #FFFFFF;
	box-shadow: 0px 3px 13px #ddd;
}
.contact_sec {
	background-image: url('../images/bg.webp');
	background-size: cover;
}
.h6 {
	color: #FF7000;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: "Satoshi-Bold", sans-serif;
}
.about_sec {
	background-image: url('../images/about-bg3.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 150px 0px 250px;
}
.about_main {
	max-width: 900px;
	margin: 0 auto;
}
.about_sec h2 {
	color: #00002A;
	font-size: 4.8rem;
	margin-bottom: 25px;
}
.about_sec h2 span {
	color: #FF7000;
	display: block;
}
.founder_sec {
	background-image: url('../images/bg5.webp');
	background-repeat: no-repeat;
	background-size: cover;
}
.founder_title {
	gap: 60px;
	margin-bottom: 40px;
}
.founder_head {
	max-width: 550px;
}
.founder_desc {
	width: calc(100% - 550px);
	    margin-top: 45px;
}
.founder_desc p{
	color: #FFFFFF;
}
.team_image {
	margin-bottom: 20px;
}
.team_image img {
	aspect-ratio: 1/1;
}
.team_text h5 {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: "Satoshi-Medium", sans-serif;
	margin-bottom: 5px;
	font-size: 20px;
	display: flex;
	gap: 10px;
}
.team_text h5 img{
	width: 20px;
}
.team_text .h6 {
	text-transform: capitalize;
}
.team_text p {
	color: #FFFFFF;
}
.service_sec {
	background: #030B3A;	
}
.service_title {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.service_title .h3 {
	color: #FFFFFF;
}
.service_box {
    background: #EFE1D0;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.service_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px; 
    background: linear-gradient(
        90deg,
        #7B79E8 0%,
        #7B79E800 100%
    );
}
.service_box:nth-child(odd){
	flex-direction: row-reverse;
}
.service_title a, .work_title a, .ourwork_sec a {
    display: flex;
    gap: 5px;
}
.service_title a img, .work_title a img , .ourwork_sec a img {
    width: 12px;
    margin-top: 3px;
}
.service_image {
	width: 50%;
}
.service_text {
	width: 50%;
	padding: 20px 20px 20px 60px;
}
.service_text h5{
	color: #111111;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 32px;
}
.service_text ul {
	padding-left: 15px;
}
.service_text ul li {
	margin-bottom: 5px;
}
a.link {
	color: #00002A;
	text-decoration: underline;
	display: flex;
	gap: 15px;
	justify-content: flex-end;
    font-family: "Satoshi-Bold", sans-serif;
    font-weight: 700;
}
a.link img{
	width: 16px;
}
.home_service {
	background: url('../images/bg3.png') no-repeat;
    background-size: cover;
}
.home_service .service_box a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home_service .service_title {
	margin-left: 0;
	max-width: 100%;
	position: relative;
}
.home_service .service_title h3 {
	max-width: 600px;
}
.home_service .service_main{
	gap: 24px;
}
.home_service .service_box{
	background: #F4F2EF;
	position: relative;
}
.home_service .service_box > a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.home_service .service_image{
	width: 100%;
}
.home_service .service_image img{
	aspect-ratio: 1/0.7;
	width: 100%;
}
.home_service .service_text{
	width: 100%;
	    padding: 20px 20px;
    position: relative;
    z-index: 1;
}
.home_service .service_text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px; 
    background: linear-gradient(
        90deg,
        #7B79E8 0%,
        #7B79E800 100%
    );
}
.home_service .service_text h5{
	display: flex;
	    font-size: 22px;
		gap: 10px;
		justify-content: space-between;
		align-items: center;
		margin: 0;
}
.home_service .service_text h5 img{
	width: 40px;
}

.service_title a{
	color: #FFFFFF;
	text-decoration: underline;
	position: absolute;
	right: 0;
	bottom: 0;
}
.work_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.work_title a{
	color: #00002A;
	text-decoration: underline;
	font-family: "Satoshi-Bold", sans-serif;
}
.work_image {
	margin-bottom: 20px;
}
.work_text h5{
	color: #111111;
	font-family: "Satoshi-Bold", sans-serif;
	font-size: 30px;
}
.work_sec .work_mainbox {
    position: relative;
}

.work_sec .work_mainbox a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.col6 {
	margin: 30px 0px;
}
.ourwork_sec {
	background: url('../images/work-bg.jpg') no-repeat;
    background-size: 100% 100%;
	padding: 60px 0px 100px;
}
.ourwork_sec a {
    color: #00002A;
    text-decoration: underline;
	font-family: "Satoshi-Bold", sans-serif;
}
.blog-card img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	margin-bottom: 15px;
}
.blog-card h3 a{
	font-size: 20px;
    color: #000000;
    font-family: "Satoshi-Bold", sans-serif;
    line-height: normal;
    display: inline-block;
	    vertical-align: top;
}
.blog-card h3 a img{
	width: 13px;
    height: auto;
    margin: 0;
    margin-left: 5px;
}
.showreel-main {
	margin-bottom: 20px;
}
.showreel-grid {
	gap: 20px;
}
.showreel-item a{
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.showreel-item h4 {
	font-family: "Satoshi-Bold", sans-serif;
	font-size: 18px;
}
.play-btn{
    position: absolute;
    top: 50%;
    left:0;
	right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s;
	margin: 0 auto;
}
.play-btn svg{ 
	width: 40px;
	height: 40px;
}
.photography_sec {
	background: #17215C;
}
.photography_title h3 {
	margin-bottom: 8px;
	color: #FFFFFF;
}
.photography_title p{
	color: #FFFFFF;
	font-family: "Satoshi-Bold", sans-serif;
}
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.gallery-item{
    display:block;
    overflow:hidden;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.gallery-item:hover img{
    transform:scale(1.05);
}

/* Last Image Full Width */
.gallery-item:nth-child(3){
    grid-column:1 / -1;
}

.view-more-wrap{
    text-align:center;
    margin-top:50px;
}

.view-more-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size: 18px;
    font-weight:500;
    text-decoration:none;
	font-family: "Satoshi-Bold", sans-serif;
}
.view-more-btn span{
	text-decoration: underline;
}
.portfolio-section {
    padding: 80px 0;
	background: #efefef;
    position: relative;
    overflow: hidden;
}

.portfolio-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -65px;
    width: 100%;
    height: 80px;
    background: #02006B;
    filter: blur(44px);
    opacity: 0.8;
}
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.portfolio-item {
    display: flex;
    flex-direction: column;
}

.portfolio-image img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.portfolio-content {
    margin-top: 25px;
}

.portfolio-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
	font-family: "Satoshi-Bold", sans-serif;
}

.portfolio-content p {
    font-size: 18px;
    line-height: 1.6;
	font-weight: 500;
	font-family: "Satoshi-Medium", sans-serif;
}
select[name="service"] option {
    background-color: #f5f5f5;
    color: #333;
}
.blog-image {
    margin-bottom: 20px;
}
.blog-image img {
    width: 100%;
    height: auto;
}
.blog-title {
    margin-bottom: 20px;
}
.hidden-portfolio{
    display:none;
}
.wpcf7-response-output {
    color: #fff;
}
/*****resposnive*****/
/*@media (min-width: 1850px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1776px;
    }
}*/
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.4rem;
    }
}
@media (max-width: 1539px) {
.ready-section img {
    height: 300px;
    object-fit: cover;
}
.mision_sec {
    margin-bottom: 60px;
}
.mision_image {
    width: 41%;
}
.vision_image {
    width: 50%;
}
.content-box > img {
    height: 550px;
}
.faqs-section .container {
    max-width: 1200px;
}

}
@media (max-width: 1439px) {
.mision_image {
    width: 45%;
    top: 74px;
}

.ready_main .display-4 {
    font-size: 2.8rem;
}
.faqs-section .container {
    max-width: 1100px;
}
h3, .h3 {
    font-size: 44px;
}
.display-4{
    font-size: 42px;
}
.numcont {
    font-size: 44px;
}
.work_text h5 {
    font-size: 24px;
}
}

@media (max-width: 1365px) {
    .vision_image {
                top: -60px;
                width: 53%;
    }
    .faqs-section .container {
        max-width: 1050px;
    }
}

@media (max-width: 1279px) {
.home-company .container {
    max-width: 95%;
}
.content-box > img {
    height: 450px;
}
.owl-counter {
    bottom: 120px;
}

.banner-home button.owl-prev {
    bottom: 43px;
}
.banner-home button.owl-next {
    bottom: 43px;
}
 .banner {
    min-height: auto;
}
.owl-counter {
        bottom: 55px;
    }
}

@media (max-width: 1278px) {
 .banner-home button.owl-prev {
    bottom: 43px;
    left: 37%;
}
.banner-home button.owl-next {
    bottom: 43px;
    left: 42%;
}

}
@media (max-width: 1179px) {
    .mision_image {
        width: 42%;
        top: 100px;
    }
    .vision_image {
        width: 46%;
                top: -9px;
    }
    .content-text p {
    max-width: 390px;
    }
    .footer_mainlinks {
    gap: 50px;
    }
    .about_sec {
        padding: 140px 0px;
    }
    .founder_head {
    max-width: 460px;
}
.founder_desc {
    width: calc(100% - 460px);
    margin-top: 30px;
}
.about_main {
    max-width: 700px;
}
.about_sec h2 {
    font-size: 3.5rem;
}
.company_image {
    max-width: 45%;
}
.brand_image {
    max-width: 45%;
}
.home_service .service_text h5 {
    font-size: 20px;
}
.banner_inn .display-4 {
    font-size: 4rem;
    max-width: 530px;
}

}

@media (max-width: 1079px) {
    .container {
        max-width: 95%;
    }
    .why_box {
    padding: 30px 25px;
    }
    .vision_txt, .mision_txt {
    max-width: 55%;
    }
    .mision_image {
        width: 45%;
    }
.vision_image {
        width: 50%;
}
.owl-counterwrap {
    width: 270px;
}
    .owl-counter {
        bottom: 56px;
    }
.banner_inn .display-4 {
        font-size: 3rem;
}
a.btn-white, a.btn-border {
    padding: 11px 42px 11px;
    font-size: 15px;
}
.banner_inn .mt-5 {
    margin-top: 2rem !important;
}
}

@media (max-width: 991.9px) {

    .nav-menu {
        display: none;
        position: fixed;
        top: 78px;
        left: 0;
        width: 100%;
        right: 0;
        float: none;
        z-index: 9999;
        background: #010928;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: auto;
        max-height: calc(100% - 78px);
        max-height: -webkit-calc(100% - 78px);
        max-height: -moz-calc(100% - 78px);
        padding: 0px;
        width: 100%;
        max-width: 100%;
        border: 0;
        border-radius: 0;
        padding: 0px 40px;
    }

    nav ul {
        width: 100%;
        max-width: 100%;
        display: block;
        justify-content: normal;
        margin-top: 0;
        padding: 0px;
    }

    nav ul li {
        display: block;
        float: none;
        margin: 0;
        text-align: left;
        padding: 8px 40px;
    }
.nav-menu > li {
    padding: 10px 0;
}
    nav ul li:last-child {
        border: 0px;
    }

    nav ul li:not(:last-child) {
        margin-right: 0;
    }

    .nav-icon {
        display: block;
        top: 22px;
        right: 0px;
    }
    .stick .nav-icon {
        top: 22px;
    }
      .open .stick .nav-menu {
        top: 56px;
        max-height: calc(100% - 56px);
        max-height: -webkit-calc(100% - 56px);
        max-height: -moz-calc(100% - 56px);
    }
    .nav_bg {
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
    }

    body.open {
        overflow: hidden;
    }

    .open .nav-menu {
        display: block;
        top: 96px;
        max-height: calc(100% - 96px);
        max-height: -webkit-calc(100% - 96px);
        max-height: -moz-calc(100% - 96px);
    }
 

    .service_sec .row.mb-5 {
       margin-bottom: 1rem !important;
    }
    .service-list {
      max-width: 280px;
    }
    .content-text {
      width: calc(100% - 355px);
    }
    .content-text p {
     max-width: 285px;
    }
    .counter-box {
        padding: 20px 20px;
    }
    .footer_mainlinks {
     gap: 35px;
    }
    .contact-image{
        margin-bottom:30px;
    }
    .comon-padd {
        padding: 40px 0px;
    }
    .connect_img {
      width: 50px;
      height: 50px;
    }
    .connect_img img {
        width: 25px;
    }
    .connect_box {
        padding: 16px 14px;
        gap: 15px;
    }
    .connect_txt {
            width: calc(100% - 50px);
    }
    .vision_txt, .mision_txt {
        max-width: 50%;
    }
    .company_sec  {
        padding-bottom: 40px !important;
    }
    .mision_sec {
        margin-bottom: 30px;
        padding: 40px 0 0;
    }
    .vision_sec {
        margin: 30px 0 50px;
    }
   .main-menu {
    padding: 5px 0px;
   }
   .navbar-nav .dropdown-menu {
        box-shadow: 0px 0px 8px #ddd;
        border: 0;
    }
    nav ul li {
        padding: 5px 10px;
    }
    .contact-image { margin-bottom: 20px; }
    .contact-image img { height: auto; }
 .logo {
    width: 110px;
 }
     h3, .h3, .display-4 {
        font-size: 34px;
    }
    .contact-text .h3 {
      margin-bottom: 20px;
    }
.contact-text-top {
    margin-bottom: 10px;
}
.contact-text {
    margin-bottom: 20px;
}
.map_sec iframe {
    border: 8px solid #FFFFFF;
    height: 320px;
}
.footer_links ul {
    display: block;
}
.stick .logo {
    width: 80px;
}
.ourwork_sec {
    padding: 50px 0px;
}
.showreel-item h4 {
    font-size: 16px;
}
.blog-card h3 a {
    font-size: 16px;
}
.mb-5 {
    margin-bottom: 30px !important;
}
.portfolio-section {
    padding: 45px 0;
}
.portfolio-content p {
    font-size: 16px;
}
.service_text {
    padding: 20px 20px 20px 30px;
}
.service_text h5 {
    font-size: 24px;
}
.footer-contact a, .footer-contact p {
    font-size: 16px;
}
.about_main {
        max-width: 500px;
    }
        .about_sec {
        padding: 60px 0px;
    }
    .about_sec h2 {
        font-size: 3rem;
    }
        .founder_head {
        max-width: 45%;
    }
    .founder_desc{
         width:  calc(100% - 45%);
         margin: 0;
    }
    .service_title {
        margin-bottom: 30px;
    }
    .service_title a {
        position: relative;
        margin-top: 10px;
        display: inline-block;
    }
    .home_service .service_text {
    padding: 18px 14px;
    }
    .home-company .company-text {
        padding-top: 0;
        padding-right: 0;
    }
    .header {
        padding: 8px 0px;
    }
    .open .header {
        background: #010928
    }
    .open .stick .nav-menu {
        top: 79px;
        max-height: calc(100% - 79px);
        max-height: -webkit-calc(100% - 79px);
        max-height: -moz-calc(100% - 79px);
    }
.footer_mainlinks .footer_links:nth-child(1){
    width: 45%;
}
    .owl-counter {
        bottom: 50px;
    }
       .banner-home button.owl-prev {
        left: 43%;
    }
}

@media (max-width: 767.9px) {

    .comon-padd {
        padding: 30px 0px;
    }
    .mb-4 {
        margin-bottom: 1rem !important;
    }
    .counter-box {
        padding: 13px 20px;
        width: 100%;
    }
    .footer_mainlinks{
            
            margin-top: 20px;
    }
.service-item {
    padding: 10px 15px;
}
.content-text {
        width: calc(100% - 355px);
        left: auto;
        right: 15px;
        justify-content: flex-end;
            bottom: 32px;
    }
    .service-arrow {
        width: 40px;
    }

    .footer_mainlinks {
        gap: 25px;
        flex-wrap: wrap;
    }
    .why_image {
    margin-top: -18px;
    }
    .header .container{
        width: 100%;
    }
    .banner_inn p {
        font-size: 16px;
    }
    a.btn-white {
    padding: 11px 20px 11px;
    font-size: 16px;
    }
    a.btn-border {
    padding: 11px 20px 11px;
    font-size: 16px;
    }
    .footer-contact a, .footer-contact p {
    font-size: 16px;
}
.derails-section { padding-top: 20px;}
 .about_inn {
        margin-top: 30px;    margin-bottom: 25px;
    }
    .mision_image {
        width: 400px;
        position: relative;
        margin: 0 auto;
                margin-bottom: 20px;
    }
     .vision_image {
        width: 400px;
        position: relative;
        margin: 0 auto;
    }
    .mision_main {
    padding: 25px 0px;
}
.mision_main:before, .vision_main:before {
    width: 100%;
}
.vision_txt, .mision_txt {
        max-width: 100%;
    }
    .container {
    padding: 0px 15px;
}
.nav-menu {
        padding: 0px 30px;
    }
    .company_row img{
        height: 400px;
        object-fit: contain;
    }
    .mision_image {
        top: 0;
    }
    .vision_main:before {
         border-radius: 0;
}
.contactpage_form h2 {
    margin-bottom: 5px;
}
.contactpage_form p br { display: none; }
.footer_mainlinks  { flex-wrap: wrap; }
.footer_links { width: 100%; }
.footer-logo {
    max-width: 130px;
}
.company_sec {
        padding-bottom: 0px !important;
    }

    .content-text {
        width: 100%;
        right: 0;
        left: 0;
        bottom: 20px;
        position: relative;
        margin-top: -50px;
        justify-content: space-between;
        padding: 0px 20px;
    }
    .service-list {
        max-width: 310px;
        left: 15px;
        bottom: 90px;
    }
    .content-box::after {
        background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    }

    .gallery-grid{
        grid-template-columns:1fr;
    }

    .gallery-item:nth-child(3){
        grid-column:auto;
    }

    .view-more-btn{
        font-size: 18px;
    }
	    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-content h3 {
        font-size: 24px;
    }
        .hero {
        padding: 110px 0 30px;
    }

    .footer_links ul {
        display: flex;    gap: 20px;
    }
    .contactpage_form {
    padding: 20px 20px;
    }
        .contact-grid a {
    font-size: 16px;
}
.contact-grid {
    padding: 15px 18px;
}
input, select, textarea {
    font-size: 15px;
}
    h3, .h3, .display-4 {
        font-size: 32px;
    }
    .ourwork_sec {
        padding: 35px 0px;
    }
     .showreel-grid {
        flex-wrap: wrap;
    }
    .blog-card {
        margin-bottom: 20px;
    }
    .footer-row {
    padding-bottom: 20px;
}
.ourwork_sec .h3 { margin-bottom: 10px;}
.service_box {
    flex-wrap: wrap;
        gap: 10px;
}
.service_image {
    width: 100%;
}
.service_text {
     width: 100%;
     padding: 20px;
}
.service_title {
    margin-bottom: 30px;
}
    .about_sec h2 {
        font-size: 2.4rem;
    }
    .founder_title {
        flex-wrap: wrap;
                gap: 15px;
    }
    .founder_head {
        max-width: 100%;
    }
    .founder_desc{
         width:  100%;
    }
    .about_sec  {
    background: url(../images/work-bg.jpg) no-repeat;
    background-size: cover;
        padding: 40px 0px;
    }
    .banner_inn .display-4 {
        font-size: 3rem;
        max-width: 360px;
    }
   .home-company .company-text {
        width: 100%;
        padding-right: 0px;
    }
    .company_image {
        max-width:100%;
        position: relative;
                margin: 0px 20px 0px;
    }
    .brand_image {
        position: relative;
        max-width: 100%;
                margin: 0px 20px 20px;
                top: 0;
    }
    .brand_sec .company-text {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }
    .impactswrap {
    gap:15px;
    flex-wrap: wrap;
}
    .impacts_box {
    width: 48%;
}
.brand_sec {
    padding: 20px 0px;
}
.service_main {
    flex-wrap: wrap;
}
.home_service .service_box {
    margin: 0;
}
.col6 {
    margin: 20px 0px;
}
.company-main {
    flex-wrap: wrap;
}
.brand_sec .company-main {
    flex-direction: column-reverse;
}
.banner-home button.owl-next {
    width: 35px;
    height: 30px;
	background-size: cover !important;
    left: 65px;
}
.banner-home button.owl-prev {
    width: 35px;
    height: 30px;
	background-size: cover !important;
    left: 20px;
}
.owl-counterwrap {
    width: 170px;
	margin-left: 100px;
}
.owl-counter span {
    font-size: 16px;
}
.banner_img img {
    height: auto;
}
    .banner_main {
        padding: 35px 0px 104px;
        transform: inherit;
        position: relative;
        top: 0;
        background: #011a5c;
    }
    .open .nav-menu {
        top: 96px;
        max-height: calc(100% - 96px);
        max-height: -webkit-calc(100% - 96px);
        max-height: -moz-calc(100% - 96px);
    }
}

@media (max-width: 479.9px) {
    .footer_links h4, .footer_social h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-btmrow {
    padding: 20px 0px;
}
.mt-5 {
    margin-top: 2rem !important;
}

.why_img img {
    width: 35px !important;
}
.why_box {
        padding: 22px 15px;
    }
    .form div.halfs {
    display: block;
    }
    .mision_image , .vision_image {
        width: 340px;
    }
    .dropdown-item {
    padding: 7px 8px !important;
}
.dropdown-item {
    padding: 4px 3px !important;
    font-size: 14px;
}
.nav-menu {
        padding: 0px 20px;
    }
 
    .content-text p {
        max-width: 240px;
    }
    .service-list {
        max-width: 295px;
    }
        .about_sec h2 {
        font-size: 1.9rem;
    }
    .impacts_box {
        width: 100%;
    }
.impacts_sec .h6 {
    font-size: 20px;
    margin-bottom: 10px;
}
a.link {
    justify-content: start;
}
.impacts_sec p {
    margin: 0;
}
        .banner_inn .display-4 {
        font-size: 2.5rem;
        }
          a.btn-white, a.btn-border {
        padding: 9px 9px 10px;
        font-size: 13px;
    }
.banner_img {
    position: relative;
}
.banner_img:before    {
    content:'';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) , rgba(0, 0, 0, 0));
}
.banner-home .owl-dots{    margin-top: -24px; }
    .work_text h5 {
        font-size: 18px;
    }
}
@media (max-width: 374.9px) {
    .service-item {
        padding: 10px 10px;
    }
.service-arrow {
        width: 35px;
    }
      a.btn-white, a.btn-border {
        padding: 9px 9px 10px;
        font-size: 12px;
    }
    .mision_image , .vision_image {
        width: 295px;
    }
    .service-list {
        max-width: 250px;
    }
    .content-text p {
        max-width: 190px;
    }
    .cf7sr-g-recaptcha {
        transform: scale(0.7);
        position: relative;
        left: -20px;
    }
    }