.youtube_video_wrap{
    height: 100vh;
}
.whatsapp_fix{
    position:fixed;
    bottom:40px;
    right:40px;
    z-index:100;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.whatsapp_fix a{
    float:left;
    display:inline-block;
    position: relative;
    background:#fff;
    padding: 10px;
    padding-right: 20px;
    color:#000;
    font-size:14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.whatsapp_fix a img{
    display:inline-block;
    width:40px;
    margin-right: 10px;
}
.whatsapp_fix.active{
    transform:translateX(0);
}
.common_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    background: url(../images/circle_loader.gif) center center no-repeat rgba(255,255,255, 0.9);
    display: none;
}
.website_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    height: 100%;
    background: url(../images/preloader.gif) center center no-repeat rgba(255,255,255, 1);
    display: none;
}
.main_menu_parent_wrap.has_note{
    padding-top: 0;
}
.top_menu_instruction_wrap {
    padding:5px 10px;
    background: #ffcd05;
    margin-bottom: 10px;
}
.top_menu_instruction_wrap  p{
    text-align: center;
    padding: 0;
    font-size:14px;
}
.language_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.language_ul li{
    width:25%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 20px;
    margin:0;
    margin-bottom: 50px;
}
.language_ul li img{
    margin:0 !important;
}
.work_gallery_wrap ul{
    display:flex;
    flex-wrap: wrap;
    align-items: start;
}
.empty_wrap{
    text-align: center;
    padding:80px 0;
}
.service_data_inner_wrap .image_wrap lottie-player{
    width:100%;
    float:left;
    display:inline-block;
    height:500px;
}
#paagination_loader{
    text-align: center;
}
#paagination_loader img{
    width:40px;
}
.main_menu_parent_wrap .gridContainer .logo_wrap{
    z-index: 10;
}
.main_menu_parent_wrap .gridContainer .logo_wrap a{
    background: transparent !important;
    padding: 0;
}
.client_logo_ul{
    width:100%;
    float:left;
    display:inline-block;
    padding:0;
    margin:0;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}
.client_logo_ul li{
    width:25%;
    float:left;
    display:inline-block;
    padding:20px;
    margin:0;
}
.gridContainer.lap{
    max-width: 1250px;
}

.footer_wrap {
    padding-top: 80px;
    margin-top: 80px;
    padding-bottom: 80px;
    background-color: #000;
}

.footer_wrap ul {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.footer_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
}

.footer_wrap ul li a {
    color: #fff;
}

.footer_wrap .common_header {
    font-size: 20px !important;
    color: #fff !important;
    padding-bottom: 0 !important;
}

.footer_wrap .parent .container_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 30%;
    padding-right: 20px;
}

.footer_wrap .parent .container_wrap:last-child {
    width: 40%;
}

.footer_wrap .form_field {
    background-color: #f0f0f0;
    border: none;
}

.footer_wrap .anchor_wrap {
    text-align: right;
}

.footer_wrap .anchor_wrap .common_anchor {
    display: inline-block;
    -webkit-transform: translateY(-90px) translateX(-30px);
    transform: translateY(-90px) translateX(-30px);
}

.footer_wrap .icon_wrap  {
    margin-top: 25px;
}
.footer_wrap .icon_wrap img {
    width: 40px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer_wrap .icon_wrap img:hover {
    opacity: 0.5;
}
.contact_ul,
.contact_ul li a{
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
}
.contact_ul li{
    width: 33.33%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 15px;
}
.contact_ul li a{
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.57);
    box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.57);
    border-radius: 10px;
    padding: 15px;
    padding-top: 0;
    color:#000;
}
.contact_ul li a .icon{
    width:70px;
    margin-bottom: 20px;
    background: #fff;
    display:inline-block;
    padding: 10px;
    border-radius: 70px;
    -webkit-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.57);
    box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.57);
    margin-top:-35px;
}
.contact_ul li a .common_header {
    padding-top: 0;
    font-size:22px;
    margin-bottom: 20px;
}
.contact_ul li a .icon svg{
    float:left;
}
.form_wrap{
    margin-top: 20px;
}
.form_wrap .form_field {
    margin-top: 10px;
}
.error_full_wrap{
    margin-top: 20px;
    color:maroon;
}
.form_field.input_error{
    background: #ffdacb !important;
}
.login_form_wrap .contact_left_wrap.f_left{
    padding-right: 30px;
}
.login_form_wrap .contact_left_wrap.f_right{
    padding-left: 30px;
}
.map_iframe_wrap{
    padding: 15px;
    background: #fff;
    margin-top: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.57);
    box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.57);
}
.map_iframe_wrap iframe{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;border-radius: 10px;
    border: 0;
    height:600px;
}

.fix_menu_wrap{
    position: fixed;
    top:0;
    left:0;
    display:none;
    width:100%;
    overflow: auto;
    height:100%;
    z-index: 1000;
    background: #fff;
}
.fix_menu_wrap .left_wrap{
    float:left;
    padding-top: 80px;
    height:100%;
    order:1;
    padding-bottom: 50px;
    padding-right: 40px;
}
.fix_menu_wrap .right_wrap{
    height:100%;
    order:2;
    display:none;
    padding-left: 40px;
}
.fix_menu_wrap .inner_wrap{
    display:flex;align-items: start;
}
.fix_menu_wrap .charlie_svg_wrap{
    position: absolute;
    bottom:0;
    right:0;
    left:50%;
    top:0px;
    overflow: hidden;
}
.fix_menu_wrap .charlie_svg_wrap svg{
    transform: scale(2.5) !important;
    margin-top: 80%;
    margin-left:30px;
}
.fix_menu_wrap .left_wrap ul,
.fix_menu_wrap .left_wrap ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.fix_menu_wrap .left_wrap ul li a{
    color:#000;
    font-size:30px;
    margin-bottom: 10px;
    font-family: med_font;
    float:left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fix_menu_wrap .left_wrap ul li a:hover{
    color:#FFCD05;
    text-decoration: none;
}
.fix_menu_wrap .gridContainer,
.fix_menu_wrap .inner_wrap{
    height:100%;
}
.fix_menu_wrap .address_wrap{
    position: absolute;
    bottom:50px;
    left:0;
}
.fix_menu_wrap .close_wrap{
    position: absolute;
    top:10px;
    width:60px;
    z-index: 10;
    cursor: pointer;
    right:10px;
}
#form-subscribe-message{
    color:#fff;
}
#form-subscribe-message .error_full_wrap{
    color:#fff;
}
.footer_wrap ul li {
    font-size:17px;
}
.theme_arrow{
    background: #ffcc00;
    color:#fff;
    line-height: 30px;
    height:30px;
    width:30px;;
    border-radius: 30px;;
}
.theme_arrow:after{
    color:#fff;
    font-size:15px;
    line-height: 30px;
  
}
.work_gallery_wrap ul .swiper-slide li{
    width:100%;
    padding-right: 0;
    padding-left: 0;
}
.work_detail_body .home_data_wrap.work_overview{
    margin-top: 0 !important;
}
#charlie_speech_swiper .swiper-slide{
    height:auto !important;
}
.language_wrap + .services_list_wrap{
    margin-top: -100px;
}
.process_wrap.override .list_wrap_inner ul{
    white-space: initial;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.process_wrap.override .list_wrap_inner ul li{
    width:48.5%;
    height:auto;
    padding: 70px;;
    margin-right: 3%;
    margin-top: 40px;;
}
.process_wrap.override .list_wrap_inner ul li .table_wrap .cell_wrap{
    vertical-align: top;
}
.process_wrap.override .list_wrap_inner ul li:nth-child(even){
    margin-right: 0;
}
.gridContainer.sm{
    max-width: 1200px;
    min-width: 1200px;
}
@media only screen and (max-width:1450px){
    .fix_menu_wrap .left_wrap ul li a{
        font-size:25px;
    }
    .map_iframe_wrap iframe{
        height:550px;
    }
}
@media only screen and (max-width:1100px){
    .language_wrap + .services_list_wrap{
        margin-top: -50px;
    }
    .fix_menu_wrap .charlie_svg_wrap svg {
        transform: scale(2.0) !important;
        margin-top: 90%;
    }
    .youtube_video_wrap{
        height: 80vh;
    }
    .gridContainer.sm{
        min-width: 95.675%;;
        max-width: 95.675%;
    }
}
@media only screen and (max-width:786px){
    
    .process_wrap.override .list_wrap_inner ul li{
        width:100%;        
        margin-right: 0;
    }
    .language_wrap + .services_list_wrap{
        margin-top: 0px;
    }
    .youtube_video_wrap{
        height: 60vh;
    }
    .fix_menu_wrap .charlie_svg_wrap svg {
        transform: scale(1.5) !important;
        margin-top: 130%;
    }
    .language_ul li{
        padding: 10px;
    }
    .client_logo_ul li{
        width:33.33%;
    }
    .footer_wrap .parent .container_wrap {

        width: 50%;
    }

    .footer_wrap .parent .container_wrap:last-child {
        width: 100%;
    }
    .fix_menu_wrap .inner_wrap{
        flex-wrap: wrap;
    }
    .fix_menu_wrap .charlie_svg_wrap{
        position: relative;
        top:auto;
        right:auto;
        order:3;
        display:inline-block;    float: left;
        height:600px;
        width:100%;
        left:auto;
        bottom:auto;
    }
    .fix_menu_wrap .charlie_svg_wrap svg{
        transform: none !important;
        margin-top: 0%;
        transform: scale(1.3) !important;
        height: auto !important;
        margin-left: 0;
        margin-top: 180px;
    }
    .fix_menu_wrap .left_wrap{
        padding:30px 0;
        height:auto;
        order:2;
    }
    .fix_menu_wrap .address_wrap{
        position: relative;
        top:auto;
        bottom:auto;
        left:auto;
    }
    .fix_menu_wrap .left_wrap,
    .fix_menu_wrap .right_wrap{
        width:100%;
    }
    .fix_menu_wrap .inner_wrap,
    .fix_menu_wrap .gridContainer{
        height:auto;
    }
}
@media only screen and (max-width:481px){
    .work_gallery_wrap ul li h3{
        font-size:16px !important;
    }
    .work_gallery_wrap  p{
        font-size:13px !important
    }
    .whatsapp_fix {
        bottom:20px;
        right:20px;
    }
    .whatsapp_fix a{
        padding: 8px;;
        padding-right: 15px;
    }
    
    .language_wrap + .services_list_wrap{
        margin-top: -100px;
    }
    .youtube_video_wrap{
        height: 50vh;
    }
    .mobile-height-500 {
        height:500px !important;
    }
    .work_gallery_wrap .gridContainer p{
        display: inline-block;
        font-size:11px;
        padding: 10px;
        padding-top: 0;
    }
    .fix_menu_wrap .charlie_svg_wrap{
        height:400px;
    }
    .fix_menu_wrap .charlie_svg_wrap svg{
        transform: scale(2) !important;
        height: auto !important;
        margin-left: 40px;
        margin-top: 276px;
    }
    .fix_menu_wrap .right_wrap{
        height:auto;
        padding-left: 40px;
        order:1;
    }
    .fix_menu_wrap .close_wrap{
        width:40px;
    }

    .login_form_wrap .contact_left_wrap.f_left{
        padding-right: 0px;width:100%;
    }
    .login_form_wrap .contact_left_wrap.f_right{
        padding-left: 0px;width:100%;
    }
    .map_iframe_wrap iframe{
        height:300px;
    }
    .language_ul li{
        margin-bottom: 35px;
    }
    .client_logo_ul li{
        width:50%;
        padding: 15px;
    }
    .language_wrap + .work_wrap_home{
        margin-top: -100px !important;
    }
    .footer_wrap .parent .container_wrap {

        width:100%;
        padding-right: 0px;
    }

    .footer_wrap .parent .container_wrap:last-child {
        width: 100%;
    }
    .contact_ul li{
        width:100%;
    }
    .contact_ul li + li{
        margin-top: 30px;
    }
}