@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}
@media(max-width:1699px) {
    h1 {
        font-size: 70px;
        line-height: 80px;
    }
    h2 {
        font-size: 35px;
        line-height: 45px;
    }
    h3 {
        font-size: 28px;
        line-height: 35px;
    }
    h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 18px;
    }
    h5 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .each-expertise {
        padding-right: 50px;
        padding-top: 50px;
        min-height: 400px;
    }
    .founder-content h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .founder-content p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .flip-card-front, .flip-card-back {
        padding: 30px;
    }
    .each-about-small-text .txt-btn {
        font-size: 22px;
    }
    .flip-card-back h4 {
        margin-bottom: 20px;
    }
    .footer-area {
        padding-top: 130px;
    }
    .footer-top {
        /*padding-bottom: 100px;*/
    }
	.about-left-part-text{
		padding:30px 135px;
	}
	.about-left-content h4 {
		font-size: 35px;
	}
	.about-left-content h6 {
		font-size: 20px;
	}
	.flip-card-back h4 {
		font-size: 35px;
	}
	.partner-heading h2 {
		font-size: 35px;
	}
	.form-main h3 {
		font-size: 35px;
	}
	.form-area-content h2 {
		font-size: 35px;
	}
	.form-area-content h4 {
		margin-bottom: 15px;
		font-size: 20px;
	}
}
@media(max-width:1599px) {
    .service-slider {
        width: 88.5%;
    }
}
@media(max-width:1399px) {
    .service-slider {
        width: 90.5%;
    }
    .founder-content h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .founder-area {
        padding-bottom: 80px;
    }
    .form-wrap {
        margin-top: -180px;
    }
    .contact-area {
        padding-top: 30px;
    }
    .each-service-text h4, .each-service-back h4 {
        font-size: 22px;
    }
    .each-service-text {
        padding: 45px 15px;
    }
    .each-service-back h4 {
        margin-bottom: 30px;
    }
    .each-service-back ul li {
        font-size: 18px;
        line-height: 30px;
    }
    .each-service-back {
        padding: 40px;
    }
}
@media(max-width:1299px) {
    .service-slider {
        width: 93%;
    }
	.header-menu > ul > li {
		padding-left: 30px;
	}
	.header-right-area {
		gap: 40px;
	}
	h1 {
        font-size: 60px;
        line-height: 70px;
    }
}
@media(max-width:1199px) {
    .partner-area {
        padding-top: 60px;
    }
    .service-area {
        padding-bottom: 60px;
    }
    .about-us-area {
        padding: 60px 0;
    }
    .partner-content p {
        font-size: 20px;
    }
    .each-service-text h4, .each-service-back h4 {
        font-size: 18px;
        line-height: 25px;
    }
    .each-service-back ul li {
        font-size: 16px;
        line-height: 25px;
    }
    .expertise-main .col-lg-4 {
        padding: 0 7.5px;
    }
    .expertise-main .row {
        margin: 0 -7.5px;
    }
    .each-expertise {
        padding-left: 60px;
    }
    .each-expertise::after {
        left: 30px;
    }
    .expertise-area {
        padding: 60px 0;
    }
    .contact-area {
        padding: 0 0 60px;
    }
    .form-wrap {
        margin-top: -70px;
    }
    .form-area {
        padding-bottom: 60px;
    }
    .footer-area {
        padding-top: 60px;
    }
    .footer-top {
        /*padding-bottom: 60px;*/
    }
    .footer-menu {
        /*padding-left: 50px;*/
		margin-bottom:70px;
    }
    .form-main {
        padding: 60px;
    }
    .expertise-heading {
        margin-bottom: 50px;
    }
    .contact-map iframe {
        height: 450px;
    }
	.footer-logo {
		margin: 0px auto 65px;
		max-width: 345px;
	}
	.about-left-part-text {
		padding: 65px 130px;
	}
	.header-right-area .footer-social{
		display:none;
	}
}
@media(max-width:991px) {
    main {
        margin-top: 114px;
    }
	.banner-area{
		position:relative;
	}
	.banner-area::before{
		position:absolute;
		width:100%;
		height:100%;
		left:0px;
		top:0px;
		z-index:1;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 17.28%, rgba(0, 0, 0, 0.00) 77.1%);
		content:'';
	}
	.banner-content{
		position:relative;
		z-index:66;
	}
    .header-area .header-main {
        position: fixed;
        width: 100%;
        top: 0;
    }
    .header-area.fixed_header .header-main {
        top: 0;
    }
    .header-wrap {
        padding: 0 50px;
    }
    .header-menu {
        display: block;
        position: fixed;
        top: 112px;
        left: -100%;
        height: 100%;
        width: 100%;
        background: #8B8679;
        border-top: 1px solid #8B8679;
        padding: 50px 30px 30px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        z-index: 99;
    }
	.header-menu > ul > li > a {
		color: #fff;
		position: relative;
	}
	.header-menu > ul > li{
		border-bottom:1px solid rgba(255, 255, 255, 0.50);
	}
	li a.active {
		color: #fff !important;
	}
    .header-menu.active {
        left: 0;
    }
    .header-menu ul {
        display: block;
    }
    .header-menu > ul > li:last-child > a::before {
        display: none;
    }
    .header-menu > ul > li > a::after {
        left: 0;
    }
    .header-menu > ul > li > a {
        padding-left: 15px;
    }
    .header-menu > ul > li {
        padding-left: 0;
        margin-bottom: 0;
        padding: 15px 0px;
    }
    .header-menu > ul > li:last-child {
        margin-bottom: 0;
    }
    .footer-top {
        padding-left: 50px;
        padding-right: 50px;
    }
    .header-main {
        padding: 30px 0;
    }
    .partner-area .service-heading {
        padding-top: 50px;
    }
    .service-slider {
        width: 100%;
        position: initial;
        padding-top: 0;
    }
    .service-slider-control {
        right: 0;
    }
    .expertise-main .col-lg-4 {
        margin-bottom: 15px;
    }
    .contact-info h2 {
        width: 25%;
    }
    .newsletter-form {
        margin: 28px auto 0;
    }
    .newsletter-area {
        text-align: center;
    }
    .newsletter-form p {
        text-align: center;
    }
    .footer-credit {
        padding-left: 0;
    }
    .footer-menu {
        padding-left: 0;
        margin-top: 40px;
		margin-bottom: 40px;
    }
    .footer-info {
        max-width: 100%;
        margin-top: 0;
    }
    .footer-credit {
        text-align: center;
    }
	/*.footer-social{
		position:relative
	}*/
	.footer-social {
		/*position: absolute;
		top: -10px;
		right: 105px;*/
	}
	.form-area-content {
		padding-left: 0px;
		text-align:center;
		padding-top:55px;
	}
	.about-left-part-text {
        padding: 65px 100px;
    }
	.each-founder-area::after {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 30%, rgba(0, 0, 0, 0.59) 32.47%, rgba(0, 0, 0, 0.59) 32.48%, rgba(0, 0, 0, 0.58) 32.49%, rgba(0, 0, 0, 0.57) 32.5%, rgba(0, 0, 0, 0.00) 84%);
	}
	.footer-menu li a {		
		font-size: 16px;
	}
	.footer-menu ul {
		display: block;
	}
	.footer-menu ul li{
		text-align:center;
	}
}
@media(min-width:767px) {
	.mobile-logo{
		display:none;
	}
	.form-main .common-button {		
		height: 50px;
	}
}
@media(max-width:767px) {
	.dextop-logo{
		display:none;
	}
    h1 {
        font-size: 48px;
        line-height: 50px;
    }
    h2 {
        font-size: 24px;
        line-height: 34px;
    }
    h3 {
        font-size: 16px;
        line-height: 25px;
    }
    h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    main {
        margin-top: 98px;
    }
    .header-menu {
        top: 96px;
    }
    .banner-area {
        min-height: 663px;
        background-position: center bottom;
        /*justify-content: start;*/
		justify-content: end;
        padding-top: 60px;
    }
    .banner-content p {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 25px;                                                                                              
    }
    .banner-content h1 {
        margin-bottom: 15px;
    }
    .banner-content {
        text-align: center;
    }
    .header-logo img {
        width:68px;
    }
    .partner-area {
        padding: 55px 0 30px;
    }
    .partner-content p {
        font-size: 16px;
        line-height: 28px;
    }
    .partner-content {
        padding: 0;
    }
    .service-slider-control {
        display: none;
    }
    .service-heading {
        padding: 0 20px;
    }
    .service-heading h3 {
        margin-bottom: 0;
    }
    .service-slider {
        padding: 0 20px;
    }
    .each-service-text .txt-btn {
        font-size: 8px;
        line-height: 16px;
        padding-right: 30px;
    }
    .each-service-text .txt-btn::after {
        content: "";
        width: 10px;
        height: 12px;
        background-size: 10px;
    }
    .each-service {
        min-height: 450px;
    }
    .each-service-img {
        height: 340px
    }
    .each-service-text {
        padding: 30px;
        height: auto;
    }
    .each-service-front {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 445px;
    }
    .service-area {
        padding-bottom: 46px;
    }
    .about-us-area {
        /*padding: 46px 0;*/
		 padding:20px 0;
    }
    .about-each {
        border-width: 3px;
		min-height:auto;
    }
    .each-about-small-text .txt-btn {
        font-size: 28px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
    }
    .flip-card-back h4 {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
    }
    .flip-card-back p {
        font-size: 14px;
    }
    .flip-card-back li {
        font-size: 14px;
    }
    .expertise-area {
        padding: 45px 0;
    }
    .expertise-heading {
        margin-bottom: 35px;
    }
    .each-expertise-text h3 {
        font-size: 32px;
        line-height: 32px;
    }
    .expertise-main {
        width:100vw;
        margin-left:-50vw;
        left:50%;
        position:relative;
    }
    .each-expertise::after {
        left: 73px;
    }
    .each-expertise {
        padding: 30px 30px 30px 106px;
        min-height: auto;
    }
    .each-expertise .txt-btn {
        color: #14203B;
        font-family: "Roboto", sans-serif;
    }
    .expertise-main .row {
        margin: 0;
    }
    .expertise-main .col-lg-4 {
        padding: 0;
    }
    .founder-area {
        background-image: none !important;
        padding: 0;
        min-height: 550px;
        display: block;
        position: relative;
    }
    .founder-area::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.591903) 32.47%, rgba(0, 0, 0, 0.586613) 32.48%, rgba(0, 0, 0, 0.577778) 32.49%, rgba(0, 0, 0, 0.572222) 32.5%, rgba(0, 0, 0, 0) 84%);
    }
    .founder-content-wrap {
        position: relative;
    }
    .founder-content-wrap::after {
        content: "";
        position: absolute;
        height: 100%;
        bottom: 0;
        width:100vw;
        margin-left:-50vw;
        left:50%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.89) 42%, rgba(0, 0, 0, 0) 65.7%);
		display:none;
    }
    .founder-content p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 25px;
        /* display: none; */
    }
    .founder-mob-img {
        height: 550px;
    }
    .founder-mob-img img {
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .founder-content {
        text-align: center;
        padding-bottom: 50px;
        /* height: 75px;
        overflow: hidden;
        transition: height 0.5s ease-in-out; */
    }
    .founder-content-inner {
        /*height: 0;
        overflow: hidden;
        transition: height 0.5s ease-in-out;*/
    }
    .founder-content.expanded .founder-content-inner {
        height: auto;
        overflow: visible;
    }
    /* .founder-content:hover p {
        display: block;
    } */
    .founder-content h2 {
        font-size: 46px;
        line-height: normal;
        margin-bottom: 15px;
        padding: 0 35px;
    }
    .founder-content h5 {
        display: block;
        font-size: 11px;
        line-height: 17px;
        text-transform: uppercase;
    }
    .founder-arrow {
        position: absolute;
        top: 0;
        right: -15px;
    }
    .each-founder-area {
        min-height: 755px;
        justify-content: end;
        padding-bottom: 0;
        overflow: hidden;
    }
    .contact-area {
        padding-top: 60px;
    }
    .contact-info {
        display: block;
        text-align: center;
        padding-top: 88px;
    }
    .contact-info h2 {
        width: 100%;
        font-size: 48px;
        line-height: 55px;
        font-weight: 700;
    }
    .contact-info h4 {
        font-size: 28px;
        line-height: 36px;
    }
    .contact-info p {
        line-height: 28px;
    }
    .form-main {
        /*width:100vw;
        margin-left:-50vw;
        left:50%;*/
        position:relative;
        padding: 39px 28px;
    }
    .form-main h3 {
        font-size: 24px;
        line-height: 35px;
    }
    .form-main .common-button {
        max-width: 100%;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
        background-color: #8B8679;
        border-color: #8B8679;
		height:39px;
    }
    .form-main .common-button:hover {
        background-color: #000;
    }
    .form-main .col-6,
    .form-main .col-12 {
        padding: 0 6px;
    }
    .form-main .row {
        margin: 0 -6px;
    }
    .form-main .form-group p {
        margin-bottom: 0;
    }
    .newsletter-heading h4 {
        line-height: 24px;
        font-weight: 700;
    }
    .newsletter-form-main .form-styl {
        padding-left: 20px;
    }
    .footer-area {
        padding-top: 50px;
    }
    .footer-info {
        display: block;
        text-align: center;
    }
    .footer-brief {
        width: 100%;
    }
    .footer-logo {
        display: table;
        margin: 0 auto 50px;
    }
    .footer-menu h5 {
        font-size: 20px;
        line-height: 28px;
    }
    .footer-credit {
        /*display: none;*/
    }
    .footer-logo img {
        width: 140px;
    }
	/*.founder-content .common-button{
		display:none;
	}*/
	.founder-arrow {
		display:none !important;
	}
	.partner-area .swiper-container {
		margin-bottom: 20px;
	}
	.footer-social {
		text-align:center;
		position:relative;
		width:100%;
		top:auto;
		right:0px;
    }
	.footer-credit::after{
		display:none;
	}
	.footer-social-and-copyright{
		padding-bottom: 0px;
	}
	.footer-social-and-copyright:after{
		content: "";
		height: 1px;
		width: 100vw;
		margin-left: -50vw;
		left: 50%;
		background-color: rgba(255, 255, 255, 0.2);
		position: absolute;
		bottom: 0;
	}
	.footer-credit p {		
		font-size: 14px;
	}
	.about-left-part-text {
        padding: 50px 55px;
		border:0px;
    }
	.about-left-content h4 {
        font-size:24px;
    }
	.about-left-content h6 {
        margin-bottom: 15px;
    }
	.flip-card-back h4 {
        font-size: 24px;
    }
	.flip-card-front, .flip-card-back {
        padding: 35px 30px 23px;
    }
	.about-each{
		border:0px;
	}
	.partner-heading h2 {
        font-size: 24px;
		margin-bottom:20px;
    }
	.form-area  .container{
		padding:0px 45px;
	}
	.form-area-content h2 {
        font-size: 24px;
    }
	.form-area-content h4 {
        font-size: 16px;
    }
	.banner-area {
		padding-bottom: 50px;
	}
	.common-button {
        font-size: 13px;
        padding: 8px 30px;
    }
	.form-area {
        padding-bottom: 25px;
    }
	.partner-area .service-heading {
        padding-top: 30px;
    }
	.partner-area {
        padding-bottom: 10px !important;
    }
	.common-button {
		min-width: 150px;
	}
}


