/* TypoGraphy */
/*=======Responsive css start =========*/
@media (max-width: 1780px) {
    .homebanner-rowbox:before {
        transform: rotate(348deg) skewY(26deg);
        width: 24.3%;
        bottom: 34%;
    }
   .homebanner-rowbox.different_v_design::after {
    transform: rotate(-6deg);
    right: -3%;
} 
}

@media (max-width: 1680px) {
.homebanner-heading h1 {
    font-size: 54px;
} 
.homebanner-heading h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}
.homebanner-rowbox:before {
    transform: rotate(348deg) skewY(26deg);
    width: 24.3%;
}
.homebanner-section {
    min-height: 913px;
}
.homebanner-rowbox.different_v_design::after {
    transform: rotate(-4.5deg);
    right: -2%;
}
}
@media (max-width: 1580px) {
.homebanner-rowbox:before {
    transform: rotate(348.6deg) skewY(26deg);
    width: 24%;
    bottom: 33%;
}
.homebanner-section {
    min-height: 913px;
}
.homebanner-rowbox.different_v_design::after {
    transform: rotate(-4deg);
    right: -5%;
    top: -65px;
}
.services-nav ul li a {
    font-size: 15px;
    line-height: 28px;
}
}

@media (max-width: 1539px) {
.homebanner-heading h1 {
    font-size: 54px;
}
.navigation, .navigationform {
    max-width: 640px;
    padding: 15px 76px 50px 60px;
}
.navigation ul li {
    margin: 0 0 30px;
    font-size: 38px;
    line-height: 42px;
}
.homebanner-heading h2 {
    font-size: 20px;
}
.extraordinary-experiences-left h2 {
    font-size: 26px;
    line-height: 32px;
}

.extraordinary-experiences-right {
    width: 42%;
}
.extraordinary-experiences-left {
    width: 42%;
}
.ourservices-col h3 {
    font-size: 62px;
}
.extraordinary-experiences-section {
    background-size: 30% auto;
}
.another_way_to_display .extraordinary-experiences-left h2, .another_way_to_display .extraordinary-experiences-content h3 {
    font-size: 36px;
    line-height: 42px;
}
.homebanner-rowbox {
    clip-path: polygon(74% 0%, 100% 60%, 100% 100%, 0 100%, 0 0);
}
.homebanner-rowbox:before {
    transform: rotate(339.5deg) skewY(25deg);
    width: 99px;
    bottom: 38%;
}
.homebanner-section {
    min-height: 740px;
}
.homebanner-rowbox.different_v_design::after {
    transform: rotate(0deg);
    right: -1%;
    top: -65px;
}
 .new_design_services_sec .extraordinary-experiences-meddle video { right: 25%;}
}

@media (max-width: 1439px) {
.homebanner-rowbox:before {
    transform: rotate(340.1deg) skewY(25deg);
    width: 94px;
}
.video-sec .extraordinary-experiences-meddle .video-fixed {
    top: 35%;
}
.new_design_services_sec .extraordinary-experiences-meddle {
    background-position: top 65% right 20%;
}
.new_design_services_sec .extraordinary-experiences-meddle video {
    right: 18%;
}
.services-nav ul li a {
    padding: 12px 13px;
}
.extraordinary-experiences-content {
    padding-top: 22px;
}
.extraordinary-experiences-left h2, .extraordinary-experiences-content h3 {
    margin-bottom: 14px;
}
.different_v_design .homebanner-rowbox {
    width: 750px;
}
.homebanner-heading h1 {
    font-size: 50px;
}
}

@media (max-width: 1280px) {

}


@media (min-width: 280px) {
 body.mobile-form {
    position: fixed;
}   
 .logoright {
    width: 249px;
    margin-bottom: 50px;
}   
.menu-header-menu-container {
    width: 100%;
}
/************ // MOBILE MENU CSS START HERE // ***********************/
.main-nav .menu-bar {
    display: flex;
}
.header-main {
    padding: 15px 15px;
}
.menu-bar {
    width: auto;
    height: auto;
    position: static;
    margin: 0;
    -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;
    display: block;
    right: 38px;
    top: 54px;
    z-index: 1111;
}
.mobile-menu .menu-bar {
    background: none;
    /* position: fixed; */
    /* top: 14px; right: 20px; */
}
.nav-manu ul.mobile-menu-header-show {
    display: block;
}
body.mobile-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.navigationform {
    background-color: #ef412c !important;
}
.navigation, .navigationform {
    position: fixed;
    top: 0;
    right: -150%;
    width: 100%;
    max-width: 645px;
    padding: 15px 45px 50px 45px;
    height: 100%;
    z-index: 999999;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    overflow-y: auto;
    margin: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    background-color: #1d1b29;
    border-radius: 0px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.navigation::-webkit-scrollbar-track, .navigationform::-webkit-scrollbar-track
{
	border-radius: 0px;
	background-color: #1d1b29;
}

.navigation::-webkit-scrollbar, .navigationform::-webkit-scrollbar
{
	width: 4px;
	background-color: #1d1b29;
}

.navigation::-webkit-scrollbar-thumb, .navigationform::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	background-color: #fe6a02;
}

body.mobile-menu .navigation, body.mobile-form .navigationform {
    display: flex;
    right: 0;
}
.nav-manu {
    flex-wrap: wrap;
    justify-content: center;
}
.navigation ul {
    display: block;
    width: 100%;
    margin: 0px;
}
.navigation ul li {
    padding: 0;
    margin: 0 0 30px;
    position: relative;
    font-size: 45px;
    text-align: left;
    list-style: none;
    color: #fff;
    line-height: 45px;
    font-weight: 500;
}
.navigation ul li:last-child {
    border-bottom: none;
}
.navigation ul>li::before {
    display: none;
}
.navigation .menu-item-has-children>a::before {
    display: none;
}
.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    transition: 0.4s;
    font-family: FontAwesome;
    color: #000;
    padding: 0;
    z-index: 111;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center;
}
.navigation ul li.menu-item-has-children.open::after {
    transform: rotate(-180deg);
}
.navigation ul li ul.sub-menu li::after {
    display: flex;
}
.navigation ul>li>ul.sub-menu>li:hover>a {
    color: #177fe3;
}
.navigation ul li ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li:hover>a {
    color: #177fe3;
}
.navigation ul li.menu-item-has-children {
    padding-right: 0;
    position: relative;
}
.navigation ul li.current-menu-item>a {
    color: #ef412b;
}
.navigation ul>li>a {
    display: block;
    border-top: none;
    padding: 0;
    color: #fff;
}
.nav-manu ul li a:hover {
    color: #ef412b;
    position: relative;
}
.navigation .moblelogo {
    display: block;
    padding: 20px 15px;
    text-align: center;
}
.menu-item-has-children::before {
    display: none;
}
.navigation ul>li>a::after {
    display: none;
}
.navigation ul li ul.sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    padding: 0px;
}
.navigation ul li ul.sub-menu li:last-child {
    border-bottom: none;
}
.navigation ul li ul.sub-menu.in {
    position: static;
    max-width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
}
.navigation ul li ul.sub-menu li {
    width: 100%;
    padding: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    background-color: inherit;
    background: #fff;
    border-bottom: none;
}
.navigation ul li ul.sub-menu li:hover {
    background-color: inherit;
}
.navigation ul li ul.sub-menu li.current-menu-item {
    background-color: inherit;
}
.navigation ul li ul.sub-menu li.current-menu-item a {
    color: #fe7f26;
}
.navigation ul li ul.sub-menu li a {
    font-weight: 500;
    transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    color: #181925;
    border-bottom: 1px solid #dbe3e5;
    padding: 14px 30px;
    font-size: 16px;
    width: 100%;
}
.navigation ul li ul.sub-menu li a:hover {
    color: #fe7f26;
}
.navigation ul li ul.sub-menu ul.sub-menu {
    width: 100%;
    padding: 0;
}
.navigation ul li ul.sub-menu ul.sub-menu {
    margin-left: 0;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
    background: none;
}
nav.mobile-scroll {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 50px 0;
}
.navigation ul li ul.sub-menu li:hover a {
    background: none;
}
/*======navigation css end======*/   
}
@media (max-width: 1199px) {
.extraordinary-experiences-left {
    width: 46%;
    padding: 140px 30px 50px;
}
.services-nav ul li a {
    font-size: 15px;
    padding: 7px 13px;
}
.review_main_left_right_sec {
    margin-right: 0;
}
}

@media (max-width: 1023px) {}
@media (max-width: 767px) {
.review_left_sec_content img {
    width: 45px;
    margin-bottom: 20px;
}  
.review_left_sec_content h3 {
    font-size: 24px;
    line-height: 26px;
    width: 100%;
} 
.review_main_left_right_sec .brands-row-reviews ul.slick-dots {
    top: 105px;
    width: 120px;
}
.review_main_left_right_sec .brands-row-reviews button.slick-prev.slick-arrow, .review_main_left_right_sec .brands-row-reviews button.slick-next.slick-arrow {
    left: 22px;
    top: 96px;
}
.review_main_left_right_sec .brands-row-reviews button.slick-next.slick-arrow {
    left: 189px;
}
.review_main_left_right_sec .brands-row-reviews {
    width: 100%;
}
.review_left_sec_content {
    width: 100%;
    padding: 0 0px 70px;
}
.different_v_design .homebanner-caption {
    padding-left: 0;
    max-width: 260px;
}
.homebanner-heading h1 {
    font-size: 28px;
    margin-bottom: 15px;
}
.homebanner-heading p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
.different_v_design .btn-common-col .btn-common {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 16px !important;
} 
.homebanner-heading h2 {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 0px;
}  
.different_v_design .homebanner-rowbox {
    width: 370px;
    clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}
.homebanner-section {
    min-height: 360px;
}
.homevideo {
    position: absolute;
}
.services-heading h3 {
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 14px;
}
.services-heading {
    padding: 32px 0 18px;
    position: static;
}
.services-heading h3 {
    font-size: 44px;
    line-height: 50px;
}
.services-nav ul li a {
    font-size: 14px;
    padding: 2px 13px;
}
.new_design_services_sec {
    height: auto;
    position: static;
}
.extraordinary-experiences-section {
    height: auto;
}
.extraordinary-experiences-left h2, .extraordinary-experiences-content h3 {
    font-size: 22px;
}
.extraordinary-experiences-left h2 span, .extraordinary-experiences-content h3 span {
    font-size: 34px;
}
.extraordinary-experiences-left {
    padding: 85px 20px 50px;
}
.navigation, .navigationform {
    max-width: 480px;
    padding: 15px 20px 50px 20px;
}
.campaign-heading-top h2 {
    font-size: 26px;
    line-height: 34px;
}
.heading-talk h2 {
    font-size: 24px;
    line-height: 28px;
}
.heading-talk p a {
    font-size: 20px;
    line-height: 20px;
}
.heading-talk p {
    margin-bottom: 8px;
}
}
@media (max-width: 575px) {
.extraordinary-experiences-left {
    width: 100%;
    padding: 0;
}   
.new_design_services_sec .extraordinary-experiences-meddle {
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: 100% auto;
    background-attachment: unset;
}
.new_design_services_sec {
    flex-wrap: wrap;
}
.extraordinary-experiences-section {
    padding: 20px;
}
.video-sec .extraordinary-experiences-meddle .video-fixed {
    top: 35%;
    position: static;
}
.new_design_services_sec .extraordinary-experiences-meddle video {
    right: 0;
    position: static;
    width: 100%;
}
.review_sec .brands-col {
    padding: 20px;
    margin: 0;
}
.homebanner-section {
    height: auto;
    min-height: auto;
}
.homevideo video {
    width: 100% !important;
    height: 100%;
    max-height: 100%;
    right: 0;
    position: static;
}
.homevideo {
    position: static;
    height: auto;
}
.different_v_design .homebanner-rowbox {
    width: 100%;
    display: none;
}
.different_v_design .homebanner-caption {
    padding-left: 0;
    max-width: 100%;
    position: static;
    transform: none;
}
.homebanner-heading {
    padding: 20px;
}
.services-nav ul li a {
    font-size: 11px;
    padding: 2px 10px;
    line-height: 22px;
}
.review_main_left_right_sec .brands-row-reviews .slick-list .slick-track {
    height: auto;
}
.review_main_left_right_sec .brands-row-reviews ul.slick-dots {
    top: 125px;
    left: 34px;
}
.review_main_left_right_sec .brands-row-reviews button.slick-prev.slick-arrow, .review_main_left_right_sec .brands-row-reviews button.slick-next.slick-arrow {
    left: 0;
    top: 116px;
}
.review_main_left_right_sec .brands-row-reviews button.slick-next.slick-arrow {
    left: 160px !important;
}
.humberge-menu {
    width: 35px;
    height: 35px;
    left: auto;
    right: 18px;
    top: 10px;
}
}
@media (max-width: 374px) {}

/*=======Responsive css start =========*/