@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
    max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/


@font-face {

    font-family: red_black;
    src: url('../fonts/red_black.otf');

}

@font-face {

    font-family: red_reg;
    src: url('../fonts/red_reg.otf');

}


@font-face {

    font-family: red_bold;
    src: url('../fonts/red_bold.otf');

}

@font-face {

    font-family: red_med;
    src: url('../fonts/red_med.otf');

}


.red_med {
    font-family: red_med;
}



.red_bold {
    font-family: red_bold;
}



.red_reg {
    font-family: red_reg;
    
}




.red_black {
    font-family: red_black;
}




.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#div1 {
}

.zeroMargin_mobile {
    margin-left: 0;
}

.hide_mobile {
    display: none;
}

/* Mobile Layout: 480px and below. */
/* Mobile Layout: 480px and below. */
@media only screen and (max-width: 481px) {
    .gridContainer {
        margin: 0 auto;

        width: 95.45%;
        padding-left: 2.275%;
        padding-right: 2.275%;
        clear: none;
        float: none;
    }

    #div1 {
    }

    .zeroMargin_mobile {
        margin-left: 0;
    }

    .hide_mobile {
        display: none;
    }

    .zeroMargin_tablet {
        margin-left: 0;
    }

    .hide_tablet {
        display: none;
    }



    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }



    .common_top_section
    {

    }




    /*Common top Section starts*/

    .common_top_section .video_wrap
    {

        height: 100%;  /*background: url(../images/video.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/position: absolute;left: 0;top: 0;z-index: 5;width: 100%;

    }


    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .common_top_section .circle_wrap
    {
        position: absolute;width: 80%;right: 0;top:350px;z-index: 10;text-align: right;
    }


    .common_top_section .slider_home_wrap
    {

        height: 100%;z-index: 20;padding-top: 150px;

    }

    .common_top_section .slider_home_wrap .data_wrap
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 20px;

    }

    .common_top_section .slider_home_wrap .image_wrap
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;text-align: center;
    }

    .common_top_section .slider_home_wrap .image_wrap img
    {
        width: 300px;
    }

    .common_top_section .slider_home_wrap .data_wrap h2
    {
        padding: 0;margin: 0;font-size: 30px;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    }

    .common_top_section .slider_home_wrap .data_wrap h3
    {
        padding: 0;margin: 0;text-transform: uppercase;font-size: 12px;color: #333;padding-top: 20px;letter-spacing: 0.1em;padding-bottom: 20px;
    }


    .common_anchor
    {
        display: inline-block;text-transform: uppercase;position: relative;padding:13px;
    }

    .common_anchor span
    {
        background-color: #fff;display: inline-block;padding: 3px;padding-left: 15px;padding-right: 15px;font-size: 13px;color: #000;letter-spacing: 0.2em;position: relative;
    }

    .common_anchor:before
    {
        content: '';left: 0;height: 100%;background-color: #ed1c24;width: 40%;position: absolute;top: 0;-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;
    }

    .common_anchor:hover:before
    {
        width: 100%;
    }

    .common_top_section .svg_wrap
    {
        position: absolute;width: 70%;left: 20px;bottom: 50px;z-index: 15;opacity: 0.2;
    }

    .logo_main_wrap
    {
        position: absolute;;z-index: 999;top: 30px;width: 100%;text-align: center;
    }

    .logo_main_wrap svg
    {
        width: 65%;
    }


    .home_overview_wrap
    {
        padding-top: 40px;padding-bottom: 10px;z-index: 55;
    }

    .home_overview_wrap .gridContainer
    {
        max-width: 1350px;
    }

    .home_overview_wrap p
    {
        color: #fff;
    }

    .home_overview_wrap .half_wrap
    {
        width: 100%;text-align: center;
    }

    .home_overview_wrap .half_wrap p
    {
        color: #333;
    }

    .home_overview_wrap .half_wrap:last-child
    {
        padding-top: 80px;
    }

    .home_overview_wrap img
    {
        width: 70%;
    }

    p
    {
        font-size: 13px;line-height: 1.8em;text-align: justify;
    }

    .home_overview_wrap .phone_wrap
    {
        text-transform:uppercase;letter-spacing: 0.2em;color: #333;font-size: 18px;position: absolute;left:-90px;top: 80px;display:none;
    }

    .home_overview_wrap .phone_wrap span{
        transform: rotate(-90deg);display: inline-block;

    }

    .home_service_list
    {
        z-index: 50;padding-top: 20px;padding-bottom: 20px;
    }

    .home_service_list .back_image
    {
        position: absolute;width: 100%;z-index: 10;top: -30px;
    }

    .home_service_list ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 0;margin: 0;z-index: 20;margin-top: 20px;
    }

    .home_service_list .gridContainer
    {
        max-width: 1250px;
    }

    .home_service_list ul li{


        width:100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 0;margin: 0;list-style: none;text-align: center;margin-bottom: 180px;
    }

    .home_service_list ul li:before
    {
        content: '';
        position: absolute;width: 6px;left: 50%;height: 170px;background-color: #f22129;bottom: -180px;z-index: 20;margin-left: -3px;
    }

    .home_service_list ul li:nth-child(3n+0)
    {
        margin-right: 0;margin-bottom: 30px;
    }

    .home_service_list ul li:nth-child(3n+0):before
    {
        display: none;
    }

    .home_service_list ul li .data_wrap
    {
        background-color: #dfdfdf;padding: 15px;
    }

    .home_service_list ul li .image_wrap
    {
        transform: translateY(-40px);
    }

    .home_service_list ul li h2
    {
        font-size: 17px;padding: 0;margin: 0;text-transform: uppercase;padding-bottom: 20px;
    }

    .home_service_list ul li a
    {
        display: inline-block;width: 100%;   width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 8px;background-color: #fff;text-transform: uppercase;color: #000;-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;
    }

    .home_service_list ul li a:hover
    {
        background-color: #333;color: #fff;text-decoration: none;
    }
    .common_header
    {
        font-size: 30px;margin: 0;padding: 0;padding-bottom: 30px;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    }

    .home_service_list .common_header
    {
        text-align: center;padding-top:40px;
    }

    .home_service_list
    {

    }

    .home_service_list img
    {
        margin-top: 50px;
    }

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


    .home_service_list .data_wrap .common_header
    {
        padding-top: 20px;padding-bottom: 40px;
    }

    .color_red
    {
        color: #f12028;
    }


    .color_yellow
    {
        color: #ffc000;
    }


    .home_slider_bottom
    {
        margin-top: 80px;margin-bottom: 40px;
    }

    .home_slider_bottom .slider_parent_wrap
    {


    }

    .home_slider_bottom .slider_parent_wrap .slider_data_wrap
    {
        background-color: #ed1c24;padding: 30px;
        padding-top: 60px;
    }

    .home_slider_bottom .slider_parent_wrap .half_wrap
    {
        width: 100%;
    }

    .home_slider_bottom .slider_parent_wrap .slider_data_wrap .common_header
    {
        color: #fff;text-shadow: none

    }

    .home_slider_bottom .slider_parent_wrap .slider_image_wrap
    {
        background: url(../images/home_slider_service.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;height:300px;
    }

    .home_slider_bottom p
    {
        color: #ffbcbf;
    }

    .partner_wrap
    {
        text-align: center;padding-bottom: 40px;
    }

    .menu_desk
    {
        position: absolute;right: 80px;top: 40px;z-index: 99;display: none;
    }

    .menu_desk .text
    {
        text-transform: uppercase;font-size: 14px;letter-spacing: 0.1em;float: right;padding-top: 15px;padding-right: 5px;
    }

    .menu_desk .box
    {

        width: 50px;height: 40px;background-color: #ed1c24;float: right;padding: 10px;

    }

    .menu_desk .box .line_1
    {
        height: 2px; background-color: #fff;-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;


    }

    .menu_desk .box .line_2
    {
        height: 2px; background-color: #fff;margin-top:7px;-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;


    }
    .menu_desk .box .line_3
    {
        height: 2px; background-color: #fff;margin-top:7px;-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;


    }

    .menu_desk.active .box .line_2

    {
        display: none;
    }

    .menu_desk.active .box .line_1
    {

        transform: rotate(-45deg) translateX(-7px) translateY(7px);

    }
    .menu_desk.active .box .line_3
    {

        transform: rotate(45deg);

    }
    /*Common top Section Section edns*/

    .menu_wrap
    {
        display: none;
    }



    .menu_fix_wrap
    {
        position: fixed;z-index: 999;width: 100%;bottom: 0;left: 0;background-color: #fff;padding: 5px;
    }

    .menu_fix_wrap .half_wrap
    {
        background-color: #ed1c24;text-align: center;padding: 15px;line-height: 25px;text-transform: uppercase;font-size: 11px;color: #fff;letter-spacing: 0.2em;-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;
    }


    .menu_fix_wrap .half_wrap:hover
    {
        background-color: #000;
    }

    .menu_fix_wrap .half_wrap svg
    {
        width: 25px;float: left;
    }

    .menu_fix_wrap .half_wrap .data
    {
        float: none;
    }

    .owl_dot_parent .owl-dots{
        position: absolute;
        bottom:0px;
        right:30px;
    }
    .owl_dot_parent .owl-dots .owl-dot{
        width: 16px !important;
        height: 16px !important;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        float:left;
        display:inline-block;
        position: relative;
        background:#fff;
    }
    .owl_dot_parent .owl-dots .owl-dot + .owl-dot{
        margin-left:10px;
    }
    .owl_dot_parent .owl-dots .owl-dot.active{
        background:#000;
    }


    .home_slider_bottom .slider_parent_wrap .slider_arrow_wrap{
        width:100%;
        float:left;
        margin-top:-30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .home_slider_bottom .slider_parent_wrap .slider_arrow_wrap a{
        float:none;
        display:inline-block;
        width:50px;
    }
    .home_slider_bottom .slider_parent_wrap .slider_arrow_wrap a + a{

        margin-left:10px;
    }




    .menu_wrap
    {
        position: fixed;width: 80%;z-index: 95;height: 100%;background-color: #2c2c2c;top: 0;right: 0;display: none;
    }

    .menu_wrap ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;
    }


    .menu_wrap ul li
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;list-style: none;padding:5px;text-align: right;padding-right:30px;
    }

    .menu_wrap ul li a
    {
        color: #fff;font-size:20px;-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;
    }

    .menu_wrap ul li a:hover ,  .menu_wrap ul li.active a
    {
        color: #ed1c24;text-decoration: none;
    }




    /*About Founder Starts*/


    .founder_wrap_parent
    {
        height: 100%;
        text-align: center;
        z-index: 20;
        padding-top: 180px;
        padding-bottom: 80px;
    }

    .founder_wrap_parent .founder_img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        object-fit: cover;
        background-color: #fff;
        border: 6px solid #fff;
        display: block;
        margin: 0 auto;
    }

    .founder_wrap_parent .gridContainer
    {
        max-width: 600px;min-width: auto;
    }

    .founder_wrap_parent .full_wrap
    {
        z-index: 20;
    }

    .founder_wrap_parent .red_wrap
    {
        position: absolute;width: 100%;text-align: center;top: -40px;left: 0;z-index: 10;
    }

    .founder_wrap_parent .text_wrap
    {
        position: absolute;width: 100%;text-align: center;top: 40px;left: 0;z-index: 15;
        font-size:75px;text-transform: uppercase;letter-spacing: 0.2em;opacity: 0.3;
    }


    .founder_wrap_parent .red_wrap img
    {
        width: 200px;
    }

    .common_image_content_wrap
    {
        margin-bottom: 20px;padding-left: 20px;padding-right: 20px;
    }

    .common_image_content_wrap .abs_triangle
    {
        position: absolute;left: -80px;bottom: -120px;width:250px;
    }

    .common_image_content_wrap .data_wrap
    {

    }

    .common_image_content_wrap .img_wrap img
    {
        width: 100%;
    }

    .common_image_content_wrap .data_wrap .white_wrap
    {
        padding: 30px;background-color: #fff;padding-right: 80px;
    }

    .common_image_content_wrap .data_wrap .white_wrap p
    {
        font-size: 18px;text-align: left;line-height: 1.4em;
    }

    .common_image_content_wrap .data_wrap .white_wrap .title_wrap
    {
        position: absolute;right: -10px;bottom: 60px;color: #ccc;transform: rotate(-90deg);font-size:20px;
    }


    /*About Founder ends*/




    /*Inner Pages Starts*/

    .inner_image_wrap
    {
        background: url(../images/services_slider.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;   width: 70%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;height: 400px;z-index: 10;
    }

    .inner_common_half_data
    {
        padding-top: 80px;padding-bottom: 80px;
    }


    .inner_common_half_data .half_wrap
    {
       width: 100%;
    }


    .inner_common_half_data .half_wrap p{
        font-size: 18px;text-align: left;line-height: 1.4em;

    }

    .red_list_wrap
    {
        background-color: #b71e24;padding-top: 20px;padding-bottom: 20px;margin-bottom: 90px;
    }

    .red_list_wrap .gridContainer
    {
        max-width: 1100px;min-width: auto;
    }

    .red_list_wrap .image_wrap img
    {

    }

    .red_list_wrap .image_wrap
    {
        text-align: center;width: 100%;
    }

    .red_list_wrap .data_wrap{
        padding-top: 20px;width: 100%;
    }

    .red_list_wrap .data_wrap .common_header
    {
        color: #fff;text-shadow: none;

    }
    .red_list_wrap .data_wrap p{
        font-size: 18px;text-align: left;line-height: 1.4em;color: #fff;

    }

    .red_list_wrap .list_item
    {
        margin-bottom: 80px;
    }




    /*Inner Pages ends*/
    /*Industries we serve*/

    .industry_ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;
    }

    .industry_ul li
    {
        width:50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;list-style: none;text-align: center;padding: 20px 10px;color: #fff;font-size: 14px;
    }

    .industry_ul li svg
    {
        width: 80px;
    }

    .red_list_wrap.industry
    {
        padding-top: 40px;padding-bottom: 40px;
    }



    /*Industries we end*/
    /*Footer start*/
    .footer_wrap{
        padding:50px 0;
        background:#ED1C24;
        padding-bottom: 100px;
        text-align: center;
    }
    .footer_wrap .logo_wrap{
        width:100px;
        float:none;
        display:inline-block;
    }
    .footer_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        padding:0;
        margin:0;
        margin-top:40px;
    }
    .footer_wrap ul li{
        float:none;
        display:inline-block;
        padding:0;
        width:100%;
        float:left;
        margin:0 5px;
        margin-bottom: 10px;
    }

    .footer_wrap .powered_wrap{
        text-align: center;
        color:#fff;
        font-size:12px;
        margin-top:30px;
    }
    .footer_wrap .powered_wrap a{
        text-decoration: none;
        color:#fff;
    }
    .footer_wrap ul li a{
        width:100%;
        float:left;
        display:inline-block;
        padding:0;
        margin:0;
        color:#fff;
        font-size:12px;
    }
    /*Footer end*/

    .owl_dot_square_parent .owl-dots{
        position: absolute;
        top:313px;
        left:0;
        text-align: center;
        width:100%;
    }
    .owl_dot_square_parent .owl-dots .owl-dot{
        width:20px !important;
        height:4px !important;
        float:none;
        display:inline-block;
        position: relative;
        background:#fff;
    }
    .owl_dot_square_parent .owl-dots .owl-dot + .owl-dot{
        margin-left:10px;
    }
    .owl_dot_square_parent .owl-dots .owl-dot.active{
        background:#000;
    }
}


/* Tablet Vertical Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) and (max-width: 786px) {


    .gridContainer {
        width: 95.675%;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
        clear: none;
        float: none;
        margin: 0 auto;
    }

    #div1 {
    }

    .zeroMargin_tablet {
        margin-left: 0;
    }

    .hide_tablet {
        display: none;
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }




    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }



    .common_top_section
    {
        height: 800px;
    }




    /*Common top Section starts*/

    .common_top_section .video_wrap
    {

        height: 100%;  /*background: url(../images/video.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/position: absolute;left: 0;top: 0;z-index: 5;width: 100%;

    }


    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .common_top_section .circle_wrap
    {
        position: absolute;width: 70%;right: 0;top:250px;z-index: 10;text-align: right;
    }


    .common_top_section .slider_home_wrap
    {

        height: 100%;z-index: 20;

    }

    .common_top_section .slider_home_wrap .data_wrap
    {
        position: absolute;width: 55%;height: 100%;left: 0;padding-left: 80px;

    }

    .common_top_section .slider_home_wrap .image_wrap
    {
        position: absolute;width: 45%;height: 100%;right: 0;text-align: center;
    }

    .common_top_section .slider_home_wrap .image_wrap img
    {
        width: auto;
    }

    .common_top_section .slider_home_wrap .data_wrap h2
    {
        padding: 0;margin: 0;font-size: 50px;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    }

    .common_top_section .slider_home_wrap .data_wrap h3
    {
        padding: 0;margin: 0;text-transform: uppercase;font-size: 13px;color: #333;padding-top: 20px;letter-spacing: 0.1em;padding-bottom: 20px;
    }


    .common_anchor
    {
        display: inline-block;text-transform: uppercase;position: relative;padding:13px;
    }

    .common_anchor span
    {
        background-color: #fff;display: inline-block;padding: 3px;padding-left: 15px;padding-right: 15px;font-size: 13px;color: #000;letter-spacing: 0.2em;position: relative;
    }

    .common_anchor:before
    {
        content: '';left: 0;height: 100%;background-color: #ed1c24;width: 40%;position: absolute;top: 0;-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;
    }

    .common_anchor:hover:before
    {
        width: 100%;
    }

    .common_top_section .svg_wrap
    {
        position: absolute;width: 30%;left: 20px;bottom: 50px;z-index: 15;opacity: 0.2;
    }

    .logo_main_wrap
    {
        position: absolute;width: 300px;left: 80px;z-index: 999;top: 30px;
    }


    .home_overview_wrap
    {
        padding-top: 40px;padding-bottom: 40px;z-index: 55;
    }

    .home_overview_wrap .gridContainer
    {
        max-width: 1350px;
    }

    .home_overview_wrap p
    {
        color: #fff;
    }

    .home_overview_wrap .half_wrap
    {
        width: 100%;text-align: center;
    }

    .home_overview_wrap .half_wrap p
    {
        color: #333;
    }

    .home_overview_wrap .half_wrap:last-child
    {
        padding-top: 80px;
    }

    p
    {
        font-size: 15px;line-height: 1.8em;text-align: justify;
    }

    .home_overview_wrap .phone_wrap
    {
        text-transform:uppercase;letter-spacing: 0.2em;color: #333;font-size: 18px;position: absolute;left:-90px;top: 80px
    }

    .home_overview_wrap .phone_wrap span{
        transform: rotate(-90deg);display: inline-block;

    }

    .home_service_list
    {
        z-index: 50;padding-top: 20px;padding-bottom: 40px;
    }

    .home_service_list .back_image
    {
        position: absolute;width: 100%;z-index: 10;
    }

    .home_service_list ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 0;margin: 0;z-index: 20;margin-top: 80px;
    }

    .home_service_list .gridContainer
    {
        max-width: 1250px;
    }

    .home_service_list ul li{


        width: 26.66%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 0;margin: 0;list-style: none;margin-right:10%;text-align: center;
    }

    .home_service_list ul li:before
    {
        content: '';
        position: absolute;width: 36%;left: 101%;height: 6px;background-color: #f22129;top: 50%;z-index: 20;margin-top: -3px;
    }

    .home_service_list ul li:nth-child(3n+0)
    {
        margin-right: 0;
    }

    .home_service_list ul li:nth-child(3n+0):before
    {
        display: none;
    }

    .home_service_list ul li .data_wrap
    {
        background-color: #dfdfdf;padding: 15px;
    }

    .home_service_list ul li .image_wrap
    {
        transform: translateY(-40px);
    }

    .home_service_list ul li h2
    {
        font-size: 17px;padding: 0;margin: 0;text-transform: uppercase;padding-bottom: 20px;
    }

    .home_service_list ul li a
    {
        display: inline-block;width: 100%;   width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 8px;background-color: #fff;text-transform: uppercase;color: #000;-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;
    }

    .home_service_list ul li a:hover
    {
        background-color: #333;color: #fff;text-decoration: none;
    }
    .common_header
    {
        font-size: 45px;margin: 0;padding: 0;padding-bottom: 30px;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    }

    .home_service_list .common_header
    {
        text-align: center;padding-top: 120px;
    }

    .home_service_list
    {

    }

    .home_service_list img
    {
        margin-top: 50px;
    }

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


    .home_service_list .data_wrap .common_header
    {
        padding-top: 20px;padding-bottom: 40px;
    }

    .color_red
    {
        color: #f12028;
    }


    .color_yellow
    {
        color: #ffc000;
    }


    .home_slider_bottom
    {
        margin-top: 80px;margin-bottom: 80px;
    }

    .home_slider_bottom .slider_parent_wrap
    {


    }

    .home_slider_bottom .slider_parent_wrap .slider_data_wrap
    {
        background-color: #ed1c24;padding: 60px;
    }

    .home_slider_bottom .slider_parent_wrap .half_wrap
    {
      width: 100%;
    }

    .home_slider_bottom .slider_parent_wrap .slider_data_wrap .common_header
    {
        color: #fff;text-shadow: none

    }

    .home_slider_bottom .slider_parent_wrap .slider_image_wrap
    {
        background: url(../images/home_slider_service.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;height:400px;
    }

    .partner_wrap
    {
        text-align: center;padding-bottom: 80px;
    }

    .menu_desk
    {
        position: absolute;right: 80px;top: 40px;z-index: 99;
    }

    .menu_desk .text
    {
        text-transform: uppercase;font-size: 14px;letter-spacing: 0.1em;float: right;padding-top: 15px;padding-right: 5px;
    }

    .menu_desk .box
    {

        width: 50px;height: 40px;background-color: #ed1c24;float: right;padding: 10px;

    }

    .menu_desk .box .line_1
    {
        height: 2px; background-color: #fff;-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;


    }

    .menu_desk .box .line_2
    {
        height: 2px; background-color: #fff;margin-top:7px;-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;


    }
    .menu_desk .box .line_3
    {
        height: 2px; background-color: #fff;margin-top:7px;-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;


    }

    .menu_desk.active .box .line_2

    {
        display: none;
    }

    .menu_desk.active .box .line_1
    {

        transform: rotate(-45deg) translateX(-7px) translateY(7px);

    }
    .menu_desk.active .box .line_3
    {

        transform: rotate(45deg);

    }
    .home_slider_bottom p
    {
        color: #ffbcbf;
    }

    /*Common top Section Section edns*/

    .menu_fix_wrap
    {
        display: none;
    }

    .owl_dot_parent .owl-dots{
        position: absolute;
        bottom:50px;
        right:50px;
    }
    .owl_dot_parent .owl-dots .owl-dot{
        width: 16px !important;
        height: 16px !important;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        float:left;
        display:inline-block;
        position: relative;
        background:#fff;
    }
    .owl_dot_parent .owl-dots .owl-dot + .owl-dot{
        margin-left:10px;
    }
    .owl_dot_parent .owl-dots .owl-dot.active{
        background:#000;
    }
    .home_slider_bottom .slider_parent_wrap .slider_arrow_wrap{
        width:100%;
        float:left;
        margin-top:-30px;
        margin-bottom: 20px;
    }
    .home_slider_bottom .slider_parent_wrap .slider_arrow_wrap a{
        float:left;
        width:50px;
    }
    .home_slider_bottom .slider_parent_wrap .slider_arrow_wrap a + a{

        margin-left:10px;
    }


    .menu_wrap
    {
        position: fixed;width: 50%;z-index: 95;height: 100%;background-color: #2c2c2c;top: 0;right: 0;display: none;
    }

    .menu_wrap ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;
    }


    .menu_wrap ul li
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;list-style: none;padding: 10px;text-align: right;padding-right:100px;
    }

    .menu_wrap ul li a
    {
        color: #fff;font-size: 35px;-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;
    }

    .menu_wrap ul li a:hover ,  .menu_wrap ul li.active a
    {
        color: #ed1c24;text-decoration: none;
    }




    /*About Founder Starts*/


    .founder_wrap_parent
    {
        height: 100%;
        text-align: center;
        z-index: 20;
        padding-top: 180px;
        padding-bottom: 80px;
    }

    .founder_wrap_parent .founder_img
    {
        width: 300px;
    }

    .founder_wrap_parent .gridContainer
    {
        max-width: 600px;min-width: auto;
    }

    .founder_wrap_parent .full_wrap
    {
        z-index: 20;
    }

    .founder_wrap_parent .red_wrap
    {
        position: absolute;width: 100%;text-align: center;top: -40px;left: 0;z-index: 10;
    }

    .founder_wrap_parent .text_wrap
    {
        position: absolute;width: 100%;text-align: center;top: 40px;left: 0;z-index: 15;
        font-size:75px;text-transform: uppercase;letter-spacing: 0.2em;opacity: 0.3;
    }


    .founder_wrap_parent .red_wrap img
    {
        width: 300px;
    }

    .common_image_content_wrap
    {
        margin-bottom: 80px;
    }

    .common_image_content_wrap .abs_triangle
    {
        position: absolute;left: -80px;bottom: -80px;
    }

    .common_image_content_wrap .data_wrap
    {
        padding-left: 80px;padding-right: 80px;transform: translateY(-30px);
    }

    .common_image_content_wrap .img_wrap img
    {
        width: 100%;
    }

    .common_image_content_wrap .data_wrap .white_wrap
    {
        padding: 60px;background-color: #fff;padding-right: 150px;
    }

    .common_image_content_wrap .data_wrap .white_wrap p
    {
        font-size: 30px;text-align: left;line-height: 1.4em;
    }

    .common_image_content_wrap .data_wrap .white_wrap .title_wrap
    {
        position: absolute;right: 00px;bottom: 120px;color: #ccc;transform: rotate(-90deg);font-size:40px;
    }


    /*About Founder ends*/



    /*Inner Pages Starts*/

    .inner_image_wrap
    {
        position: absolute;width: 45%;right:5%;top:140px;  background: url(../images/services_slider.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;height: 120%;z-index: 20;
    }

    .inner_common_half_data
    {
        padding-top: 80px;padding-bottom: 80px;
    }


    .inner_common_half_data .half_wrap
    {
        padding-right: 80px;
    }


    .inner_common_half_data .half_wrap p{
        font-size: 30px;text-align: left;line-height: 1.4em;

    }

    .red_list_wrap
    {
        background-color: #b71e24;padding-top: 100px;padding-bottom: 20px;margin-bottom: 90px;
    }

    .red_list_wrap .gridContainer
    {
        max-width: 1100px;min-width: auto;
    }

    .red_list_wrap .image_wrap img
    {

    }

    .red_list_wrap .image_wrap
    {
        text-align: center;width: 100%;
    }

    .red_list_wrap .data_wrap{
        padding-top: 80px;width: 100%;
    }

    .red_list_wrap .data_wrap .common_header
    {
        color: #fff;text-shadow: none;

    }
    .red_list_wrap .data_wrap p{
        font-size: 30px;text-align: left;line-height: 1.4em;color: #fff;

    }

    .red_list_wrap .list_item
    {
        margin-bottom: 80px;
    }




    /*Inner Pages ends*/
    /*Industries we serve*/

    .industry_ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;
    }

    .industry_ul li
    {
        width:33.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;list-style: none;text-align: center;padding: 20px;color: #fff;font-size: 17px;
    }

    .industry_ul li svg
    {
        width: 120px;
    }

    .red_list_wrap.industry
    {
        padding-top: 40px;padding-bottom: 40px;
    }



    /*Industries we end*/
    /*Footer start*/
    .footer_wrap{
        padding:50px 0;
        background:#ED1C24;
        text-align: center;
    }
    .footer_wrap .logo_wrap{
        width:100px;
        float:none;
        display:inline-block;
    }
    .footer_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        padding:0;
        margin:0;
        margin-top:40px;
    }
    .footer_wrap ul li{
        float:none;
        display:inline-block;
        padding:0;

        margin:0 5px;
        margin-bottom: 10px;
    }

    .footer_wrap .powered_wrap{
        text-align: center;
        color:#fff;
        font-size:12px;
        margin-top:30px;
    }
    .footer_wrap .powered_wrap a{
        text-decoration: none;
        color:#fff;
    }
    .footer_wrap ul li a{
        width:100%;
        float:left;
        display:inline-block;
        padding:0;
        margin:0;
        color:#fff;
        font-size:13px;
    }
    /*Footer end*/

    .owl_dot_square_parent .owl-dots{
        position: absolute;
        bottom:20px;
        left:0;
        text-align: center;
        width:100%;
    }
    .owl_dot_square_parent .owl-dots .owl-dot{
        width:20px !important;
        height:4px !important;
        float:none;
        display:inline-block;
        position: relative;
        background:#fff;
    }
    .owl_dot_square_parent .owl-dots .owl-dot + .owl-dot{
        margin-left:10px;
    }
    .owl_dot_square_parent .owl-dots .owl-dot.active{
        background:#000;
    }
}


/* Tablet Horizontal Layout: 481px to 768px. Inherits styles from: Mobile Layout. */


@media only screen and (min-width: 786px) and (max-width: 1100px) {

    .gridContainer {
        width: 95.675%;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
        clear: none;
        float: none;
        margin: 0 auto;
    }

    #div1 {
    }

    .zeroMargin_tablet {
        margin-left: 0;
    }

    .hide_tablet {
        display: none;
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }



    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }






    /*Common top Section starts*/

    .common_top_section .video_wrap
    {

        height: 100%;  /*background: url(../images/video.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/position: absolute;left: 0;top: 0;z-index: 5;width: 100%;

    }


    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .common_top_section .circle_wrap
    {
        position: absolute;width: 70%;right: 0;top:250px;z-index: 10;text-align: right;
    }


    .common_top_section .slider_home_wrap
    {

        height: 100%;z-index: 20;

    }

    .common_top_section .slider_home_wrap .data_wrap
    {
        position: absolute;width: 55%;height: 100%;left: 0;padding-left: 80px;

    }

    .common_top_section .slider_home_wrap .image_wrap
    {
        position: absolute;width: 45%;height: 100%;right: 0;text-align: center;
    }

    .common_top_section .slider_home_wrap .image_wrap img
    {
        width: auto;
    }

    .common_top_section .slider_home_wrap .data_wrap h2
    {
        padding: 0;margin: 0;font-size: 50px;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    }

    .common_top_section .slider_home_wrap .data_wrap h3
    {
        padding: 0;margin: 0;text-transform: uppercase;font-size: 13px;color: #333;padding-top: 20px;letter-spacing: 0.1em;padding-bottom: 20px;
    }


    .common_anchor
    {
        display: inline-block;text-transform: uppercase;position: relative;padding:13px;
    }

    .common_anchor span
    {
        background-color: #fff;display: inline-block;padding: 3px;padding-left: 15px;padding-right: 15px;font-size: 13px;color: #000;letter-spacing: 0.2em;position: relative;
    }

    .common_anchor:before
    {
        content: '';left: 0;height: 100%;background-color: #ed1c24;width: 40%;position: absolute;top: 0;-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;
    }

    .common_anchor:hover:before
    {
        width: 100%;
    }

    .common_top_section .svg_wrap
    {
        position: absolute;width: 30%;left: 20px;bottom: 50px;z-index: 15;opacity: 0.2;
    }

    .logo_main_wrap
    {
        position: absolute;width: 300px;left: 80px;z-index: 999;top: 30px;
    }


    .home_overview_wrap
    {
        padding-top: 40px;padding-bottom: 40px;z-index: 55;
    }

    .home_overview_wrap .gridContainer
    {
        max-width: 1350px;
    }

    .home_overview_wrap p
    {
        color: #fff;
    }

    .home_overview_wrap .half_wrap
    {
        width: 100%;text-align: center;
    }

    .home_overview_wrap .half_wrap p
    {
        color: #333;
    }

    .home_overview_wrap .half_wrap:last-child
    {
       padding-top: 80px;
    }

    p
    {
        font-size: 15px;line-height: 1.8em;text-align: justify;
    }

    .home_overview_wrap .phone_wrap
    {
        text-transform:uppercase;letter-spacing: 0.2em;color: #333;font-size: 18px;position: absolute;left:-90px;top: 80px
    }

    .home_overview_wrap .phone_wrap span{
        transform: rotate(-90deg);display: inline-block;

    }

    .home_service_list
    {
        z-index: 50;padding-top: 20px;padding-bottom: 40px;
    }

    .home_service_list .back_image
    {
        position: absolute;width: 100%;z-index: 10;
    }

    .home_service_list ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 0;margin: 0;z-index: 20;margin-top: 80px;
    }

    .home_service_list .gridContainer
    {
        max-width: 1250px;
    }

    .home_service_list ul li{


        width: 26.66%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 0;margin: 0;list-style: none;margin-right:10%;text-align: center;
    }

    .home_service_list ul li:before
    {
        content: '';
        position: absolute;width: 36%;left: 101%;height: 6px;background-color: #f22129;top: 50%;z-index: 20;margin-top: -3px;
    }

    .home_service_list ul li:nth-child(3n+0)
    {
        margin-right: 0;
    }

    .home_service_list ul li:nth-child(3n+0):before
    {
        display: none;
    }

    .home_service_list ul li .data_wrap
    {
        background-color: #dfdfdf;padding: 15px;
    }

    .home_service_list ul li .image_wrap
    {
        transform: translateY(-40px);
    }

    .home_service_list ul li h2
    {
        font-size: 17px;padding: 0;margin: 0;text-transform: uppercase;padding-bottom: 20px;
    }

    .home_service_list ul li a
    {
        display: inline-block;width: 100%;   width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 8px;background-color: #fff;text-transform: uppercase;color: #000;-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;
    }

    .home_service_list ul li a:hover
    {
        background-color: #333;color: #fff;text-decoration: none;
    }
    .common_header
    {
        font-size: 45px;margin: 0;padding: 0;padding-bottom: 30px;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    }

    .home_service_list .common_header
    {
        text-align: center;padding-top: 120px;
    }

    .home_service_list
    {

    }

    .home_service_list img
    {
        margin-top: 50px;
    }

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


    .home_service_list .data_wrap .common_header
    {
        padding-top: 20px;padding-bottom: 40px;
    }

    .color_red
    {
        color: #f12028;
    }


    .color_yellow
    {
        color: #ffc000;
    }


    .home_slider_bottom
    {
        margin-top: 80px;margin-bottom: 80px;
    }

    .home_slider_bottom .slider_parent_wrap
    {
        height: 600px;

    }

    .home_slider_bottom .slider_parent_wrap .slider_data_wrap
    {
        background-color: #ed1c24;padding: 60px;
    }

    .home_slider_bottom .slider_parent_wrap .half_wrap
    {
        height: 100%;
    }

    .home_slider_bottom .slider_parent_wrap .slider_data_wrap .common_header
    {
        color: #fff;text-shadow: none

    }

    .home_slider_bottom .slider_parent_wrap .slider_image_wrap
    {
        background: url(../images/home_slider_service.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;height:400px;
    }

    .partner_wrap
    {
        text-align: center;padding-bottom: 80px;
    }

    .menu_desk
    {
        position: absolute;right: 80px;top: 40px;z-index: 99;
    }

    .menu_desk .text
    {
        text-transform: uppercase;font-size: 14px;letter-spacing: 0.1em;float: right;padding-top: 15px;padding-right: 5px;
    }

    .menu_desk .box
    {

        width: 50px;height: 40px;background-color: #ed1c24;float: right;padding: 10px;

    }

    .menu_desk .box .line_1
    {
        height: 2px; background-color: #fff;-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;


    }

    .menu_desk .box .line_2
    {
        height: 2px; background-color: #fff;margin-top:7px;-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;


    }
    .menu_desk .box .line_3
    {
        height: 2px; background-color: #fff;margin-top:7px;-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;


    }

    .menu_desk.active .box .line_2

    {
        display: none;
    }

    .menu_desk.active .box .line_1
    {

        transform: rotate(-45deg) translateX(-7px) translateY(7px);

    }
    .menu_desk.active .box .line_3
    {

        transform: rotate(45deg);

    }
    .home_slider_bottom p
    {
        color: #ffbcbf;
    }

    /*Common top Section Section edns*/

    .menu_fix_wrap
    {
        display: none;
    }

    .owl_dot_parent .owl-dots{
        position: absolute;
        bottom:50px;
        right:50px;
    }
    .owl_dot_parent .owl-dots .owl-dot{
        width: 16px !important;
        height: 16px !important;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        float:left;
        display:inline-block;
        position: relative;
        background:#fff;
    }
    .owl_dot_parent .owl-dots .owl-dot + .owl-dot{
        margin-left:10px;
    }
    .owl_dot_parent .owl-dots .owl-dot.active{
        background:#000;
    }
    .home_slider_bottom .slider_parent_wrap .slider_arrow_wrap{
        width:100%;
        float:left;
        margin-top:-30px;
        margin-bottom: 20px;
    }
    .home_slider_bottom .slider_parent_wrap .slider_arrow_wrap a{
        float:left;
        width:50px;
    }
    .home_slider_bottom .slider_parent_wrap .slider_arrow_wrap a + a{

        margin-left:10px;
    }


    .menu_wrap
    {
        position: fixed;width: 50%;z-index: 95;height: 100%;background-color: #2c2c2c;top: 0;right: 0;display: none;
    }

    .menu_wrap ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;
    }


    .menu_wrap ul li
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;list-style: none;padding: 10px;text-align: right;padding-right:100px;
    }

    .menu_wrap ul li a
    {
        color: #fff;font-size: 35px;-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;
    }

    .menu_wrap ul li a:hover ,  .menu_wrap ul li.active a
    {
        color: #ed1c24;text-decoration: none;
    }




    /*About Founder Starts*/


    .founder_wrap_parent
    {
        height: 100%;
        text-align: center;
        z-index: 20;
        padding-top: 180px;
        padding-bottom: 80px;
    }

    .founder_wrap_parent .founder_img
    {
        width: 300px;
    }

    .founder_wrap_parent .gridContainer
    {
        max-width: 600px;min-width: auto;
    }

    .founder_wrap_parent .full_wrap
    {
        z-index: 20;
    }

    .founder_wrap_parent .red_wrap
    {
        position: absolute;width: 100%;text-align: center;top: -40px;left: 0;z-index: 10;
    }

    .founder_wrap_parent .text_wrap
    {
        position: absolute;width: 100%;text-align: center;top: 40px;left: 0;z-index: 15;
        font-size:75px;text-transform: uppercase;letter-spacing: 0.2em;opacity: 0.3;
    }


    .founder_wrap_parent .red_wrap img
    {
        width: 300px;
    }

    .common_image_content_wrap
    {
        margin-bottom: 80px;
    }

    .common_image_content_wrap .abs_triangle
    {
        position: absolute;left: -80px;bottom: -80px;
    }

    .common_image_content_wrap .data_wrap
    {
        padding-left: 80px;padding-right: 80px;transform: translateY(-30px);
    }

    .common_image_content_wrap .img_wrap img
    {
        width: 100%;
    }

    .common_image_content_wrap .data_wrap .white_wrap
    {
        padding: 60px;background-color: #fff;padding-right: 150px;
    }

    .common_image_content_wrap .data_wrap .white_wrap p
    {
        font-size: 30px;text-align: left;line-height: 1.4em;
    }

    .common_image_content_wrap .data_wrap .white_wrap .title_wrap
    {
        position: absolute;right: -10px;bottom: 60px;color: #ccc;transform: rotate(-90deg);font-size:20px;
    }


    /*About Founder ends*/



    /*Inner Pages Starts*/

    .inner_image_wrap
    {
        position: absolute;width: 45%;right:5%;top:140px;  background: url(../images/services_slider.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;height: 120%;z-index: 20;
    }

    .inner_common_half_data
    {
        /* padding-top: 80px;padding-bottom: 80px; */
    }


    .inner_common_half_data .half_wrap
    {
        padding-right: 80px;
    }


    .inner_common_half_data .half_wrap p{
        font-size: 30px;text-align: left;line-height: 1.4em;

    }

    .red_list_wrap
    {
        background-color: #b71e24;padding-top: 100px;padding-bottom: 20px;margin-bottom: 90px;
    }

    .red_list_wrap .gridContainer
    {
        max-width: 1100px;min-width: auto;
    }

    .red_list_wrap .image_wrap img
    {

    }

    .red_list_wrap .image_wrap
    {
        text-align: center;width: 100%;
    }

    .red_list_wrap .data_wrap{
        padding-top: 80px;width: 100%;
    }

    .red_list_wrap .data_wrap .common_header
    {
        color: #fff;text-shadow: none;

    }
    .red_list_wrap .data_wrap p{
        font-size: 30px;text-align: left;line-height: 1.4em;color: #fff;

    }

    .red_list_wrap .list_item
    {
        margin-bottom: 80px;
    }

    .red_list_wrap .image_wrap.f_left
    {
        text-align: left;
    }

    .red_list_wrap .image_wrap.f_right
    {
        text-align: right;
    }


    /*Inner Pages ends*/

    /*Industries we serve*/

    .industry_ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;
    }

    .industry_ul li
    {
        width: 33.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;list-style: none;text-align: center;padding: 20px;color: #fff;font-size: 17px;
    }

    .industry_ul li svg
    {
        width: 120px;
    }

    .red_list_wrap.industry
    {
        padding-top: 40px;padding-bottom: 40px;
    }



    /*Industries we end*/
    /*Footer start*/
    .footer_wrap{
        padding:50px 0;
        background:#ED1C24;
        text-align: center;
    }
    .footer_wrap .logo_wrap{
        width:100px;
        float:none;
        display:inline-block;
    }
    .footer_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        padding:0;
        margin:0;
        margin-top:40px;
    }
    .footer_wrap ul li{
        float:none;
        display:inline-block;
        padding:0;

        margin:0 5px;
        margin-bottom: 10px;
    }
    .footer_wrap ul li a{
        float:left;
        display:inline-block;
        padding:0;
        margin:0;
        color:#fff;
        font-size:14px;
    }
    .footer_wrap .powered_wrap{
        text-align: center;
        color:#fff;
        font-size:12px;
        margin-top:30px;
    }
    .footer_wrap .powered_wrap a{
        text-decoration: none;
        color:#fff;
    }
    .footer_wrap ul li a{
        width:100%;
        float:left;
        display:inline-block;
        padding:0;
        margin:0;
        color:#fff;
        font-size:14px;
    }
    /*Footer end*/
    .owl_dot_square_parent .owl-dots{
        position: absolute;
        bottom:20px;
        left:50%;
        margin-left:60px;
    }
    .owl_dot_square_parent .owl-dots .owl-dot{
        width:20px !important;
        height:4px !important;
        float:left;
        display:inline-block;
        position: relative;
        background:#fff;
    }
    .owl_dot_square_parent .owl-dots .owl-dot + .owl-dot{
        margin-left:10px;
    }
    .owl_dot_square_parent .owl-dots .owl-dot.active{
        background:#000;
    }

}


@media only screen and (min-width: 1100px) {

    .gridContainer {
        width: 85.5%;
        min-width: 1250px;
        padding-left: 0.75%;
        padding-right: 0.75%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
    }

    #div1 {
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }


    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }






    /*Common top Section starts*/

    .common_top_section .video_wrap
    {

        height: 100%; /* background: url(../images/video.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/position: absolute;left: 0;top: 0;z-index: 5;width: 100%;

    }


    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .common_top_section .circle_wrap
    {
        position: absolute;width: 70%;right: 0;top:250px;z-index: 10;text-align: right;
    }


    .common_top_section .slider_home_wrap
    {

        height: 100%;z-index: 20;overflow: hidden;

    }

    .common_top_section .slider_home_wrap .data_wrap
    {
        position: absolute;width: 55%;height: 100%;left: 0;padding-left: 80px;

    }

    .common_top_section .slider_home_wrap .image_wrap
    {
        position: absolute;width: 45%;height: 100%;right: 0;text-align: center;
    }

    .common_top_section .slider_home_wrap .image_wrap img
    {
        width: auto;
    }

    .common_top_section .slider_home_wrap .data_wrap h2
    {
        padding: 0;margin: 0;font-size: 50px;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    }

    .common_top_section .slider_home_wrap .data_wrap h3
    {
        padding: 0;margin: 0;text-transform: uppercase;font-size: 13px;color: #333;padding-top: 20px;letter-spacing: 0.1em;padding-bottom: 20px;
    }


    .common_anchor
    {
        display: inline-block;text-transform: uppercase;position: relative;padding:13px;
    }

    .common_anchor span
    {
        background-color: #fff;display: inline-block;padding: 3px;padding-left: 15px;padding-right: 15px;font-size: 13px;color: #000;letter-spacing: 0.2em;position: relative;
    }

    .common_anchor:before
    {
        content: '';left: 0;height: 100%;background-color: #ed1c24;width: 40%;position: absolute;top: 0;-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;
    }

    .common_anchor:hover:before
    {
        width: 100%;
    }

    .common_top_section .svg_wrap
    {
        position: absolute;width: 30%;left: 20px;bottom: 50px;z-index: 15;opacity: 0.2;
    }

    .logo_main_wrap
    {
        position: absolute;width: 300px;left: 80px;z-index: 999;top: 30px;
    }


    .home_overview_wrap
    {
        padding-top: 120px;padding-bottom: 40px;z-index: 55;
    }

    .home_overview_wrap .gridContainer
    {
max-width: 1350px;
    }

    .home_overview_wrap p
    {
        color: #fff;
    }

    p
    {
        font-size: 15px;line-height: 1.8em;text-align: justify;
    }

    .home_overview_wrap .phone_wrap
    {
        text-transform:uppercase;letter-spacing: 0.2em;color: #333;font-size: 18px;position: absolute;left:-90px;top: 80px
    }

    .home_overview_wrap .phone_wrap span{
    transform: rotate(-90deg);display: inline-block;

    }

    .home_service_list
    {
        z-index: 50;padding-top: 20px;padding-bottom: 40px;
    }

    .home_service_list .back_image
    {
        position: absolute;width: 100%;z-index: 10;
    }

    .home_service_list ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 0;margin: 0;z-index: 20;margin-top: 80px;
    }

    .home_service_list .gridContainer
    {
        max-width: 1250px;
    }

    .home_service_list ul li{


        width: 26.66%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 0;margin: 0;list-style: none;margin-right:10%;text-align: center;
    }

    .home_service_list ul li:before
    {
        content: '';
        position: absolute;width: 36%;left: 101%;height: 6px;background-color: #f22129;top: 50%;z-index: 20;margin-top: -3px;
    }

    .home_service_list ul li:nth-child(3n+0)
    {
        margin-right: 0;
    }

    .home_service_list ul li:nth-child(3n+0):before
    {
        display: none;
    }

    .home_service_list ul li .data_wrap
    {
        background-color: #dfdfdf;padding: 15px;
    }

    .home_service_list ul li .image_wrap
    {
        transform: translateY(-40px);
    }

    .home_service_list ul li h2
    {
        font-size: 17px;padding: 0;margin: 0;text-transform: uppercase;padding-bottom: 20px;
    }

    .home_service_list ul li a
    {
        display: inline-block;width: 100%;   width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 8px;background-color: #fff;text-transform: uppercase;color: #000;-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;
    }

    .home_service_list ul li a:hover
    {
        background-color: #333;color: #fff;text-decoration: none;
    }
    .common_header
    {
        font-size: 45px;margin: 0;padding: 0;padding-bottom: 30px;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    }

    .home_service_list .common_header
    {
        text-align: center;padding-top: 120px;
    }

    .home_service_list
    {

    }

    .home_service_list img
    {
        margin-top: 50px;
    }

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


    .home_service_list .data_wrap .common_header
    {
        padding-top: 20px;padding-bottom: 40px;
    }

    .color_red
    {
        color: #f12028;
    }


    .color_yellow
    {
        color: #ffc000;
    }


    .home_slider_bottom
    {
        margin-top: 80px;margin-bottom: 80px;
    }

    .home_slider_bottom .slider_parent_wrap
    {
        height: 600px;

    }

    .home_slider_bottom .slider_parent_wrap .slider_data_wrap
    {
        background-color: #ed1c24;padding: 60px;
    }

    .home_slider_bottom .slider_parent_wrap .half_wrap
    {
        height: 100%;
    }

    .home_slider_bottom .slider_parent_wrap .slider_data_wrap .common_header
    {
        color: #fff;text-shadow: none

    }

    .home_slider_bottom .slider_parent_wrap .slider_image_wrap
    {
        background: url(../images/home_slider_service.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .partner_wrap
    {
        text-align: center;padding-bottom: 80px;
    }

    .menu_desk
    {
        position: absolute;right: 80px;top: 40px;z-index: 1002;
    }

    .menu_desk .text
    {
        text-transform: uppercase;font-size: 14px;letter-spacing: 0.1em;float: right;padding-top: 15px;padding-right: 5px;
    }

    .menu_desk .box
    {

        width: 50px;height: 40px;background-color: #ed1c24;float: right;padding: 10px;

    }

    .menu_desk .box .line_1
    {
        height: 2px; background-color: #fff;-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;


    }

    .menu_desk .box .line_2
    {
        height: 2px; background-color: #fff;margin-top:7px;-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;


    }
    .menu_desk .box .line_3
    {
        height: 2px; background-color: #fff;margin-top:7px;-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;


    }

    .menu_desk.active .box .line_2

    {
        display: none;
    }

    .menu_desk.active .box .line_1
    {

        transform: rotate(-45deg) translateX(-7px) translateY(7px);

    }
    .menu_desk.active .box .line_3
    {

        transform: rotate(45deg);

    }
    /*Common top Section Section edns*/

    .home_slider_bottom p
    {
        color: #ffbcbf;
    }


    .menu_fix_wrap
    {
        display: none;
    }

    .owl_dot_parent .owl-dots{
        position: absolute;
        bottom:50px;
        right:50px;
    }
    .owl_dot_parent .owl-dots .owl-dot{
        width:50px;
        height:50px;
        float:left;
        display:inline-block;
        position: relative;
        background:#fff;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
    .owl_dot_parent .owl-dots .owl-dot + .owl-dot{
        margin-left:10px;
    }
    .owl_dot_parent .owl-dots .owl-dot.active{
        background:#000;
    }

    .owl_dot_square_parent .owl-dots{
        position: absolute;
        bottom:20px;
        left:50%;
        margin-left:60px;
    }
    .owl_dot_square_parent .owl-dots .owl-dot{
        width:20px !important;
        height:4px !important;
        float:left;
        display:inline-block;
        position: relative;
        background:#fff;
    }
    .owl_dot_square_parent .owl-dots .owl-dot + .owl-dot{
        margin-left:10px;
    }
    .owl_dot_square_parent .owl-dots .owl-dot.active{
        background:#000;
    }

    .home_slider_bottom .slider_parent_wrap .slider_arrow_wrap{
        position: absolute;
        top:30px;
        left:50px;
    }
    .home_slider_bottom .slider_parent_wrap .slider_arrow_wrap a{
        float:left;
    }
    .home_slider_bottom .slider_parent_wrap .slider_arrow_wrap a + a{

        margin-left:10px;
    }


    .menu_wrap
    {
        position: fixed;width: 50%;z-index: 95;height: 100%;background-color: #2c2c2c;top: 0;right: 0;display: none;
    }

    .menu_wrap ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;
    }


    .menu_wrap ul li
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;list-style: none;padding: 10px;text-align: right;padding-right:190px;
    }

    .menu_wrap ul li a
    {
        color: #fff;font-size: 35px;-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;
    }

    .menu_wrap ul li a:hover ,  .menu_wrap ul li.active a
    {
        color: #ed1c24;text-decoration: none;
    }

    /*About Founder Starts*/

    .founder_wrap_parent
    {
        height: 100%;text-align: center;z-index: 20;
    }

    .founder_wrap_parent .founder_img
    {
        width: 300px;
    }

    .founder_wrap_parent .gridContainer
    {
        max-width: 600px;min-width: auto;
    }

    .founder_wrap_parent .full_wrap
    {
        z-index: 20;
    }

    .founder_wrap_parent .red_wrap
    {
        position: absolute;width: 100%;text-align: center;top: -40px;left: 0;z-index: 10;
    }

    .founder_wrap_parent .text_wrap
    {
        position: absolute;width: 100%;text-align: center;top: 40px;left: 0;z-index: 15;
        font-size:75px;text-transform: uppercase;letter-spacing: 0.2em;opacity: 0.3;
    }


    .founder_wrap_parent .red_wrap img
    {
        width: 300px;
    }

    .common_image_content_wrap
    {
        margin-bottom: 80px;
    }

    .common_image_content_wrap .abs_triangle
    {
        position: absolute;left: -80px;bottom: -80px;
    }

    .common_image_content_wrap .data_wrap
    {
        padding-left: 80px;padding-right: 80px;transform: translateY(-70px);
    }

    .common_image_content_wrap .img_wrap img
    {
        width: 100%;
    }

    .common_image_content_wrap .data_wrap .white_wrap
    {
        padding: 80px;background-color: #fff;padding-right: 250px;
    }

    .common_image_content_wrap .data_wrap .white_wrap p
    {
        font-size: 35px;text-align: left;line-height: 1.4em;
    }

    .common_image_content_wrap .data_wrap .white_wrap .title_wrap
    {
        position: absolute;right: 00px;bottom: 120px;color: #ccc;transform: rotate(-90deg);font-size:40px;
    }


    /*About Founder ends*/



    /*Inner Pages Starts*/

    .inner_image_wrap
    {
        position: absolute;width: 45%;right:5%;top:140px;  background: url(../images/services_slider.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;height: 80%;z-index: 20;
    }

    .inner_common_half_data
    {
        /* padding-top: 80px;*/padding-bottom: 80px; 
    }


    .inner_common_half_data .half_wrap
    {
        padding-right: 80px;
    }


    .inner_common_half_data .half_wrap p{
        font-size: 35px;text-align: left;line-height: 1.4em;

    }

    .red_list_wrap
    {
        background-color: #b71e24;padding-top: 100px;padding-bottom: 20px;margin-bottom: 90px;
    }

    .red_list_wrap .gridContainer
    {
        max-width: 1100px;min-width: auto;
    }

    .red_list_wrap .image_wrap img
    {
        width: 400px;
    }

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

    .red_list_wrap .data_wrap{
        padding-top: 80px;
    }

    .red_list_wrap .data_wrap .common_header
    {
        color: #fff;text-shadow: none;

    }
    .red_list_wrap .data_wrap p{
        font-size: 35px;text-align: left;line-height: 1.4em;color: #fff;

    }

    .red_list_wrap .list_item
    {
        margin-bottom: 80px;
    }

    .red_list_wrap .image_wrap.f_left
    {
        text-align: left;
    }

    .red_list_wrap .image_wrap.f_right
    {
        text-align: right;
    }


    /*Inner Pages ends*/





    /*Industries we serve*/

    .industry_ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;
    }

    .industry_ul li
    {
        width: 20%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;margin: 0;padding: 0;list-style: none;text-align: center;padding: 20px;color: #fff;font-size: 17px;
    }

    .industry_ul li svg
    {
        width: 130px;
    }

    .red_list_wrap.industry
    {
        padding-top: 40px;padding-bottom: 40px;
    }



    /*Industries we end*/
    /*Footer start*/
    .footer_wrap{
        padding:50px 0;
        background:#ED1C24;
        text-align: center;
    }
    .footer_wrap .logo_wrap{
        width:120px;
        float:none;
        display:inline-block;
    }
    .footer_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        padding:0;
        margin:0;
        margin-top:40px;
    }
    .footer_wrap ul li{
        float:none;
        display:inline-block;
        padding:0;

        margin:0 10px;
        margin-bottom: 10px;
    }
    .footer_wrap ul li a{
        float:left;
        display:inline-block;
        padding:0;
        margin:0;
        color:#fff;
        font-size:14px;
    }
    .footer_wrap .powered_wrap{
        text-align: center;
        color:#fff;
        font-size:12px;
        margin-top:30px;
    }
    .footer_wrap .powered_wrap a{
        text-decoration: none;
        color:#fff;
    }
    .footer_wrap ul li a{
        width:100%;
        float:left;
        display:inline-block;
        padding:0;
        margin:0;
        color:#fff;
        font-size:14px;
    }
    /*Footer end*/
    .gridContainer.center{
        max-width:1024px;
        min-width:1024px;
    }
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1600px) {


    /*Inner Pages Starts*/

    .inner_image_wrap
    {
        position: absolute;width: 45%;right:5%;top:140px;  background: url(../images/services_slider.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;height: 120%;z-index: 20;
    }

    .inner_common_half_data
    {
        padding-top: 80px;padding-bottom: 80px;
    }


    .inner_common_half_data .half_wrap
    {
        padding-right: 80px;
    }


    .inner_common_half_data .half_wrap p{
        font-size: 35px;text-align: left;line-height: 1.4em;

    }

    .red_list_wrap
    {
        background-color: #b71e24;padding-top: 180px;padding-bottom: 100px;margin-bottom: 90px;
    }

    .red_list_wrap .gridContainer
    {
        max-width: 1250px;
    }

    .red_list_wrap .image_wrap img
    {
        width: 480px;
    }

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

    .red_list_wrap .data_wrap{
        padding-top: 80px;
    }

    .red_list_wrap .data_wrap .common_header
    {
        color: #fff;text-shadow: none;

    }
    .red_list_wrap .data_wrap p{
        font-size: 35px;text-align: left;line-height: 1.4em;color: #fff;

    }

    .red_list_wrap .list_item
    {
        margin-bottom: 80px;
    }

    .red_list_wrap .image_wrap.f_left
    {
        text-align: left;
    }

    .red_list_wrap .image_wrap.f_right
    {
        text-align: right;
    }


    /*Inner Pages ends*/



    /*About Founder Starts*/


    .founder_wrap_parent
    {
        height: 100%;
        text-align: center;
        z-index: 20;
        padding-top: 180px;
        padding-bottom: 80px;
    }

    .founder_wrap_parent .founder_img
    {
        width: 450px;
    }

    .founder_wrap_parent .gridContainer
    {
        max-width: 600px;min-width: auto;
    }

    .founder_wrap_parent .full_wrap
    {
        z-index: 20;
    }

    .founder_wrap_parent .red_wrap
    {
        position: absolute;width: 100%;text-align: center;top: -40px;left: 0;z-index: 10;
    }

    .founder_wrap_parent .text_wrap
    {
        position: absolute;width: 100%;text-align: center;top: 40px;left: 0;z-index: 15;
        font-size:125px;text-transform: uppercase;letter-spacing: 0.2em;opacity: 0.3;
    }


    .founder_wrap_parent .red_wrap img
    {
        width: 500px;
    }

    .common_image_content_wrap
    {
        margin-bottom: 80px;
    }

    .common_image_content_wrap .abs_triangle
    {
        position: absolute;left: -80px;bottom: -80px;
    }

    .common_image_content_wrap .data_wrap
    {
        padding-left: 80px;padding-right: 80px;transform: translateY(-120px);
    }

    .common_image_content_wrap .img_wrap img
    {
        width: 100%;
    }

    .common_image_content_wrap .data_wrap .white_wrap
    {
        padding: 80px;background-color: #fff;padding-right: 250px;
    }

    .common_image_content_wrap .data_wrap .white_wrap p
    {
        font-size: 55px;text-align: left;line-height: 1.4em;
    }

    .common_image_content_wrap .data_wrap .white_wrap .title_wrap
    {
        position: absolute;right: 00px;bottom: 120px;color: #ccc;transform: rotate(-90deg);font-size:50px;
    }


    /*About Founder ends*/

    .common_top_section .circle_wrap
    {
        position: absolute;width: 80%;right: 0;top:250px;z-index: 10;text-align: right;
    }





    /*Common top Section starts*/

    .common_top_section .video_wrap
    {

        height: 100%;  /*background: url(../images/video.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/position: absolute;left: 0;top: 0;z-index: 5;width: 100%;

    }


    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }



    .common_top_section .slider_home_wrap
    {

        height: 100%;z-index: 20;

    }

    .common_top_section .slider_home_wrap .data_wrap
    {
        position: absolute;width: 55%;height: 100%;left: 0;padding-left: 80px;

    }

    .common_top_section .slider_home_wrap .image_wrap
    {
        position: absolute;width: 45%;height: 100%;right: 0;text-align: center;
    }

    .common_top_section .slider_home_wrap .image_wrap img
    {
        width: auto;
    }

    .common_top_section .slider_home_wrap .data_wrap h2
    {
        padding: 0;margin: 0;font-size: 95px;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    }

    .common_top_section .slider_home_wrap .data_wrap h3
    {
        padding: 0;margin: 0;text-transform: uppercase;font-size: 16px;color: #333;padding-top: 20px;letter-spacing: 0.1em;padding-bottom: 20px;
    }


    .common_anchor
    {
        display: inline-block;text-transform: uppercase;position: relative;padding:15px;
    }

    .common_anchor span
    {
        background-color: #fff;display: inline-block;padding: 3px;padding-left: 15px;padding-right: 15px;font-size: 13px;color: #000;letter-spacing: 0.2em;position: relative;
    }

    .common_anchor:before
    {
        content: '';left: 0;height: 100%;background-color: #ed1c24;width: 40%;position: absolute;top: 0;-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;
    }

    .common_anchor:hover:before
    {
        width: 100%;
    }

    .common_top_section .svg_wrap
    {
        position: absolute;width: 30%;left: 20px;bottom: 50px;z-index: 15;opacity: 0.2;
    }

    .logo_main_wrap
    {
        position: absolute;width: 300px;left: 80px;z-index: 999;top: 30px;
    }


    .home_overview_wrap
    {
        padding-top: 120px;padding-bottom: 120px;z-index: 55;
    }

    .home_overview_wrap .gridContainer
    {
        max-width: 1350px;
    }

    .home_overview_wrap p
    {
        color: #fff;
    }

    p
    {
        font-size: 15px;line-height: 1.8em;text-align: justify;
    }

    .home_overview_wrap .phone_wrap
    {
        text-transform:uppercase;letter-spacing: 0.2em;color: #333;font-size: 25px;position: absolute;left:-90px;top: 80px
    }

    .home_overview_wrap .phone_wrap span{
        transform: rotate(-90deg);display: inline-block;

    }

    .home_service_list
    {
        z-index: 50;padding-top: 60px;padding-bottom: 40px;
    }

    .home_service_list .back_image
    {
        position: absolute;width: 100%;z-index: 10;
    }

    .home_service_list ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 0;margin: 0;z-index: 20;margin-top: 80px;
    }

    .home_service_list .gridContainer
    {
        max-width: 1250px;
    }

    .home_service_list ul li{


        width: 26.66%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 0;margin: 0;list-style: none;margin-right:10%;text-align: center;
    }

    .home_service_list ul li:before
    {
        content: '';
        position: absolute;width: 36%;left: 101%;height: 6px;background-color: #f22129;top: 50%;z-index: 20;margin-top: -3px;
    }

    .home_service_list ul li:nth-child(3n+0)
    {
        margin-right: 0;
    }

    .home_service_list ul li:nth-child(3n+0):before
    {
        display: none;
    }

    .home_service_list ul li .data_wrap
    {
        background-color: #dfdfdf;padding: 15px;
    }

    .home_service_list ul li .image_wrap
    {
        transform: translateY(-40px);
    }

    .home_service_list ul li h2
    {
        font-size: 17px;padding: 0;margin: 0;text-transform: uppercase;padding-bottom: 20px;
    }

    .home_service_list ul li a
    {
        display: inline-block;width: 100%;   width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;padding: 8px;background-color: #fff;text-transform: uppercase;color: #000;-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;
    }

    .home_service_list ul li a:hover
    {
        background-color: #333;color: #fff;text-decoration: none;
    }
    .common_header
    {
        font-size: 55px;margin: 0;padding: 0;padding-bottom: 30px;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    }

    .home_service_list .common_header
    {
        text-align: center;padding-top: 120px;
    }

    .home_service_list
    {

    }

    .home_service_list img
    {
        margin-top: 50px;
    }

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


    .home_service_list .data_wrap .common_header
    {
        padding-top: 20px;padding-bottom: 40px;
    }

    .color_red
    {
        color: #f12028;
    }


    .color_yellow
    {
        color: #ffc000;
    }


    .home_slider_bottom
    {
        margin-top: 80px;margin-bottom: 80px;
    }

    .home_slider_bottom .slider_parent_wrap
    {
        height: 600px;

    }

    .home_slider_bottom .slider_parent_wrap .slider_data_wrap
    {
        background-color: #ed1c24;padding: 60px;
    }

    .home_slider_bottom .slider_parent_wrap .half_wrap
    {
        height: 100%;
    }

    .home_slider_bottom .slider_parent_wrap .slider_data_wrap .common_header
    {
        color: #fff;text-shadow: none

    }

    .home_slider_bottom .slider_parent_wrap .slider_image_wrap
    {
        background: url(../images/home_slider_service.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .partner_wrap
    {
        text-align: center;padding-bottom: 80px;
    }

    .menu_desk
    {
        position: absolute;right: 80px;top: 40px;z-index: 1002;
    }

    .menu_desk .text
    {
        text-transform: uppercase;font-size: 14px;letter-spacing: 0.1em;float: right;padding-top: 15px;padding-right: 5px;
    }

    .menu_desk .box
    {

        width: 50px;height: 40px;background-color: #ed1c24;float: right;padding: 10px;

    }

    .menu_desk .box .line_1
    {
        height: 2px; background-color: #fff;-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;


    }

    .menu_desk .box .line_2
    {
        height: 2px; background-color: #fff;margin-top:7px;-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;


    }
    .menu_desk .box .line_3
    {
        height: 2px; background-color: #fff;margin-top:7px;-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;


    }

    .menu_desk.active .box .line_2

    {
        display: none;
    }

    .menu_desk.active .box .line_1
    {

        transform: rotate(-45deg) translateX(-7px) translateY(7px);

    }
    .menu_desk.active .box .line_3
    {

        transform: rotate(45deg);

    }
    /*Common top Section Section edns*/

    .gridContainer {
        width: 85.5%;
        min-width: 1250px;
        padding-left: 0.75%;
        padding-right: 0.75%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
    }

    #div1 {
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }
    .industry_ul li svg {
        width: 150px;
    }
    .gridContainer.center{
        max-width:1024px;
        min-width:1024px;
    }
}

.align_center{
    text-align: center;
}
.common_control{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 8px 10px;
    border:1px solid #000;
    margin-bottom: 30px;
}
.common_control2{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 8px 10px;
    border:1px solid transparent;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.padding_20 {
    padding: 20px !important;
}

.padding_10 {
    padding: 10px !important;
}

.padding_30 {
    padding: 30px !important;
}

.no_padding {
    padding: 0 !important
}

.f_left {
    float: left
}

.f_right {
    float: right
}

.full_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.half_wrap {
    width: 50%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#map {
    width: 100%;
    height: 321px;
    margin-top: 20px;
    margin-bottom: 20px;
}


body
{
    background-color: #f1f1f1;

}

.fullscreen-bg-video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.owl-carousel.owl_100per,
.owl-carousel.owl_100per .owl-stage-outer,
.owl-carousel.owl_100per .owl-item,
.owl-carousel.owl_100per .slide_wrap,
.owl-carousel.owl_100per .owl-stage{
    height:100%;
}

.website_preloader{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
    position: fixed;
    background: url(../images/loader.gif) center center no-repeat #ED1C24;
}
.common_control2.input_error,
.common_control.input_error{
    background: #ffd7d7;
}
.form_message_wrap{
    color:#fff;
}
.form_message_wrap.black{
    color:#000;
}
.margin_top_20{
    margin-top:20px;
}
.common_top_section .svg_wrap.red{
	display:none;
}

.menu_wrap {
    position: fixed;
    width: 50%;
    z-index: 95;
    height: 100%;
    background-color: #2c2c2c;
    top: 0;
    right: 0;
    display: none;
    overflow-y: auto;
    /* Add a scrollbar when content overflows vertically */
}

.menu_wrap ul li a {
    font-size: 28px !important;
}
.menu_wrap ul li.external-link a {
    font-size: 28px !important;
}
@media only screen and (max-width: 481px) {
    .menu_wrap ul li a {
        font-size: 18px !important;
    }
    .menu_wrap ul li.external-link a {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 600px) {
    .menu_wrap ul li.external-link .link-icon {
        width: 20px !important;
        height: 20px !important;
    }
}

.download-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
}
.download-filters input[type="text"] {
    min-width: 180px;
}
.filter-btn {
    background: #f5f5f5;
    border: 1px solid #ed1c24;
    color: #ed1c24;
    border-radius: 6px;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}
.filter-btn.active, .filter-btn:hover {
    background: #ed1c24;
    color: #fff;
}
#download-list li {
    margin-bottom: 12px;
    transition: opacity 0.2s;
}