@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i');
body
{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
}
 /* ==============================header ======================================  */
.header-middle-area{
    padding: 10px 0px;
}
.headerares .header-middle-area .logo img{
    width: 35%;
     padding-top: 5px;
}
.headerares .header-middle-area .gajjarLogo img{
    width:26%;
     
}
.logomarshal img {
    width: 100%;
    padding-top: 15px;
}
.headerares .headmenu{
    float: right;
    margin:10px 10px 0;
}
.centerLogo{text-align:center;}
.headmenu #trigger {
    padding: 6px;
    background: #fff;
    margin: 12px 15px 10px 20px;
    border: none;
    font-size: 15px;
    outline: none;
}
.headmenu #trigger .fa-bars
{
    font-size: 22px;
}
.headmenu .social a
{
    padding: 0 6px;
    font-size: 16px;
    color: #000;
}
.headmenu .social a:hover
{
    color: #D82229;
}
#offcanvas ul li
{
    display: block;
}
#offcanvas ul li a
{
    transition: all 0.3s ease-in-out;
}
#offcanvas ul li a:hover, #offcanvas ul li a.active
{
    text-decoration: none;
    color: #D82329;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
}
/* #offcanvas ul li a:hover #offcanvas
{
    background: #fff;
} */

#chkmenu
{
    display: none;
}
.lblmenu
{
    position: absolute;
    right: 50px;
    top: 12px;
    font-size: 43px;
    z-index: 1999;

}
#chkmenu:checked ~ ul.mobmenus
{
    display: block;
}
ul.mobmenus
{
    background: #ffffff;
    position: absolute;
    z-index: 1;
    text-align: center;
    border-bottom: solid 5px #D82229;
    display: none;
    left: -114px;
    top: 60px;
    padding: 30px;
}
ul.mobmenus li
{
    display: block;
}
ul.mobmenus li a
{
    display: block;
    color: #333333;
    font-size: 16px;
    padding: 5px 0;
}

.submenus {
    position: absolute;
    top: 57px;
    left: 0;
    width: auto;
    text-align: left;
    background: #ffffff;
    border-top: solid 3px #29764C;
    display: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    z-index: 999;
    margin: 0 !important;
    padding: 0;
}
.submenus li a
{
    padding: 5px 10px !important;
    margin: 0 !important;
    display: block;
    width: 200px;
}
.submenus li a:hover
{
    color: #29764C;
}

/* ================================Banner ======================================= */
/* =======================================About Us  home====================================== */
.about_home

{
    padding: 40px 0 60px 0;
}
.about_home h3 {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}
.about_home p
{
    text-align: left;
    color: #777777;
    padding: 8px 45px;
}
.about_home .abtlink 
{
    text-align: center;
}
.about_home .abtlink a
{
    padding: 10px 25px;
    color: #000;
    border-radius: 30px;
    border: solid 2px #818181;
}
.about_home .abtlink a:hover
{
    text-decoration: none;
    background: #D82229;
    color: #fff;
}
.about_home span
{
    margin-top: 16px;
}
.about_home .sidelineright
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 34%;
}
.about_home .sidelineleft
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 61%;
}

/* ======================================== Product home ================================= */
.product_home
{
    padding: 20px 0 80px 0;
    background: #F3F4F6;
}
.product_home img
{
    width: 100%;
}
.product_home h3 {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    padding: 30px;
}
.product_home span
{
    margin-top: 16px;
}
.product_home .sidelineright
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 38%;
}
.product_home .sidelineleft
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 57%;
}


.product_home .single-category {
    position: relative;

}
.product_home .border-hover::before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 5%;
    top: 5%;
    width: 0;
    height: 0;
}
.product_home .border-hover::before, .border-hover::after {
    content: "";
    opacity: 0;
    position: absolute;
    transition: all 0.35s ease 0s;
    z-index: 1;
}
.product_home .border-hover::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 5%;
    right: 5%;
    width: 0;
    height: 0;
}
.product_home .border-hover::before, .border-hover::after {
    content: "";
    opacity: 0;
    position: absolute;
    transition: all 0.35s ease 0s;
    z-index: 1;
}
.product_home .border-hover:hover:before, .border-hover:hover:after {
    opacity: 1;
    width: 90%;
    height: 90%;
}  
.product_home .single-category h2 {
    color: #fff;
    font-size: 24px;
    left: 0;
    line-height: 27px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 90%;
    transition: all 0.4s ease 0s;
    background: rgba(0,0,0,0.5);
    color: black;
    padding: 20px;
    color: #fff;
}
.product_home .single-category > span a:hover {
    background: #E32127;
    color: #fff;
    border-color: transparent;
}
.product_home .single-category span .shop-now {
    border-color: #fff;
    left: 0;
    margin: -17px auto 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 9;
}
.product_home .shop-now {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 33px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 140px;
}
.product_home .single-category > span a:hover {
    background: #E32127;
    color: #fff;
    border-color: transparent;
}
.product_home a:hover, .small-meta a:hover {
    color: #E32127;
    text-decoration: none;
}
.product_home .shop-now:hover, .blog .shop-now:hover {
    background: #E32127;
    border: 1px solid transparent;
    color: #fff;
}
.product_home a:active, a:hover {
    outline: 0 none;
}
.product_home .single-category > a {
    display: block;
    position: relative;
}
.product_home .single-category:hover a {
    opacity: 1;
    background: rgba(0,0,0,0.6);
}
.product_home a {
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    background: rgba(0,0,0,0.2);
}
.product_home .border-hover::before, .border-hover::after {
    content: "";
    opacity: 0;
    position: absolute;
    transition: all 0.35s ease 0s;
    z-index: 1;
}
.product_home .single-category:hover h2 {
    opacity: 0;
}

/* ========================================== Application HOme ============================= */

.application_home
{
    padding: 20px 0 60px;
}
.application_home .app_home_title
{
    text-align: center;
    background: #F2F2F4;
    height: 100px;
}
.application_home .app_home_title h2
{
   margin: 0 0 10px;
   padding: 10px;
   font-size: 23px;
}
.application_home .application_home_imgs img
{
    width: 100%;
    border: solid 1px #2C3192;
}
.application_home h3
{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    padding: 40px 0;
}
.application_home .slick-next:before {
    content: '\f105';
    font-family: fontAwesome;
    color: #fff;
    font-weight: 900;
    font-size: 25px;
}
.application_home .slick-prev:before {
    content: '\f104';
    font-family: fontAwesome;
    color: #fff;
    font-weight: 900;
    font-size: 25px;
    
}
.application_home .slick-next, .application_home .slick-prev
{
    display: block;
    background: #2C3192 ;
    width: 35px ;
    height: 35px ;
    border-radius: 50% ;
    z-index: 99;

}
.application_home .slick-next:hover, .application_home .slick-prev:hover, .application_home .slick-next:active, .application_home .slick-prev:active
{
    background: #2C3192 !important;
}
.application_home span
{
    margin-top: 16px;
}
.application_home .sidelineright
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 36%;
}
.application_home .sidelineleft
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 59%;
}
.view_link
{
    text-align: center;
}
.view_link a
{
    padding: 8px 20px;
    color: #000;
    border-radius: 20px;
    border: solid 2px #818181;
}
.view_link a:hover
{
    text-decoration: none;
    background: #D82229;
    color: #fff;
}

/* =======================================About Us ====================================== */
.nopadding
{
    padding: 0 !important;
}
.nopadding_left
{
    padding-left: 0 !important;
}
.nopadding_right
{
    padding-right: 0 !important;
}
/* .innerhead_area
{
    background: #000;
    padding: 80px 0 130px;
    text-align: center;
    color: #fff;
}
.innerhead_area h2 , .whyinnerhead_area h2, .solninnerhead_area h2
{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
} */
.innerbanner img
{
    width: 100%;
}
.breadcums 
{
    text-align: center;
    position: relative;
    margin-top: -190px;
}
.breadcums h2
{
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
}
.breadcums p a, .breadcums p
{
    color: #fff;
}
.breadcums p a:hover
{
    text-decoration: none;
    color: #D82229;
}
.solninnerhead_area .breadcums p a:hover
{
    text-decoration: none;
    color: #2C3192;
}
.overview .overview_img{
    position: relative;
    margin-top: -80px;
}
.overview .overview_img img
{
    width: 100%;
}
.overview h3
{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}
.overview p
{
    text-align: justify;
    color: #777777;
}
.overview
{
    padding-bottom: 60px;
}

.overview span
{
    margin-top: 16px;
}
.overview .sidelineright
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 32%;
}
.overview .sidelineleft
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 61%;
}
.vmv
{
    text-align: center;
    padding: 60px 0;
}
.visionimgs
{
        width: 131px;
    height: 131px;
    border-width: 1px #ccc;
    border-style: solid;
    border-color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #97BCE1;
}
.vision:hover .visionimgs, .vmv .mission:hover .visionimgs, .vmv .value:hover .visionimgs
{
    background: #3736F0;
}
.vmv img {
    width: 66%;
    padding-top: 15px;
}
.vmvm img {
    width: 100%;
    padding-top: 15px;
}
.vmv h3
{
    font-size: 34px;
}
.vmv p{
    padding: 10px 15px;
}
.vmv .mission
{
    
}
.vmv .vision, .vmv .mission, .vmv .value
{
   padding: 20px;
    border: solid 1px #ccc;
}
.vmv .vision:hover, .vmv .mission:hover, .vmv .value:hover
{
    border: solid 1px #3736F0;
}
.director_desk 
{
    background: #E6E5EB;
    padding: 0px 0px 60px 0;
}
.director_desk .dir_icon .fa-quote-left
{
    font-size: 180px;
    color: #D82229;
}
.director_desk .dir_iconbottom .fa-quote-right{
    position: absolute;
    font-size: 180px;
    top: 420px;
    color: #DAD9DF;
}
.director_desk h3 {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding-top: 110px;
    font-weight: 400;
}
.director_desk .dir_img 
{
    text-align: center;
    padding: 40px 80px;
}
.director_desk img
{
    border-radius: 50%;
    width: 51%;
    border: solid 10px #fff;
}
.director_desk .dir_position p
{
    text-align: center;
}
.director_desk .dir_position
{
    text-align: center;
}
.director_desk p
{
    text-align: justify;
}

.director_desk span
{
    margin-top: 16px;
}
.director_desk .sidelineright
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 15%;
}
.director_desk .sidelineleft
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 71%;
}
.certificate
{
    background: #212121;
    padding: 30px 0 50px 0;
}
.certificate h3
{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.certificate p
{
    color: #767676;
    text-align: justify;
    padding-top: 40px;
}
.certificate .certidicate_img img
{
    width: 100%;
    border: solid 10px #212121;
}
.certificate .certidicate_img img:hover
{
    border: solid 10px #D82229;
}
.certificate span
{
    margin-top: 16px;
}
.certificate .sidelineright
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #fff;
    left: 38%;
}
.certificate .sidelineleft
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #fff;
    left: 57%;
}
.abt_form
{
    background-image: url('https://via.placeholder.com/400x500');
    background-repeat: no-repeat;
    background-size: cover;
}
.abt_form .form-control1
{

    border-radius: 0;
    font-size: 18px;
    height: 39px;
    width: 100%;
    display: inline-block;
}
.our_client 
{background: #f7f7f7;
padding-bottom: 75px;}

.footer_form
{
    background: #fff;
    height: 470px;
}

.footer .gm-style .place-card-large {
    display: none !important;
}
.map #triangle-topleft {
    width: 0;
    height: 0;
    border-top: 470px solid #fff;
    border-right: 149px solid transparent;
    position: absolute;
}
.formpadding{
    padding: 0px 20px 20px 248px;
    opacity: 0.9;
}
.footer .btncss1
{
    padding: 10px 30px;
    background: #fff;
    box-shadow: none;
    border: solid 1px #D82229;
    color: #D82229;
    font-size: 20px;
}
.footer .btncss1:hover
{
    background: #D82229;
    color: #fff;
}
.footer .place-card-large
{
    display: none !important;
}
.footer_form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    border: solid 1px #ccc;
    padding: 9px 17px;
    left: -25px;
    bottom: 2px;
    position: relative;
    z-index: 9;
    background: #efebeb;
    border-left: none;
    width: 140px;
}
.footer_form .form-control1 {
    border-radius: 0;
    font-size: 18px;
    height: 39px;
    width: 75%;
    display: inline-block;
    border: solid 1px #ccc;
}
.form-control2 
{
    border-radius: 0;
    font-size: 18px;
    height: 90px;
    width: 75%;
    display: inline-block;
    border: solid 1px #ccc;
}
.footer_form  #triangle-bottomright {
    width: 0;
    top: -29px;
    left: -25px;
    height: 0;
    border-bottom: 38px solid #efebeb;
    border-left: 20px solid transparent;
    margin-bottom: 37px;
    position: relative;
    z-index: 999;
  }
  .footer_form .lableenq {
    display: inline-block;
    max-width: 100%;
    margin-bottom: -66px;
    font-weight: bold;
    border: solid 1px #ccc;
    padding: 34px 17px;
    left: -25px;
    position: relative;
    z-index: 9;
    background: #efebeb;
    border-left: none;
    width: 140px;
    bottom: 42px;
}
.footer_form #triangle-bottomrightenq
{
    width: 0;
    top: -96px;
    left: -21px;
    height: 0;
    border-bottom: 91px solid #efebeb;
    border-left: 20px solid transparent;
    margin-bottom: 37px;
    position: relative;
    z-index: 999;
}
.footer_form .triangle-sub {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    border: solid 1px #ccc;
    padding: 15px 17px;
    left: -25px;
    bottom: 2px;
    position: relative;
    z-index: 9;
    background: #D82229;
    border-left: none;
    width: 52px;
}
.lablsub
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    font-weight: bold;
    border: solid 1px #ccc;
    padding: 15px 17px !important;
    left: -25px;
    bottom: 3px !important;
    position: relative;
    z-index: 9;
    background: #D82229 !important;
    border-left: none;
    width: 60px !important;
}
#triangle-sub
{
    width: 0;
    top: -36px;
    left: -21px;
    height: 0;
    border-bottom: 49px solid #D82229;
    border-left: 20px solid transparent;
    margin-bottom: 37px;
    position: relative;
    z-index: 999;
}

/* =============================================== cONTACT US ================================================ */

.contactus {
    background: #E7E6EC;
    padding: 0px 0 60px 0;
}
.contactus .contactus_img{
    position: relative;
    margin-top: -80px;
}
.contactus .contactus_img img
{
    width: 100%;
}
.contactus h3
{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.contactus span
{
    margin-top: 16px;
}
.contactus .sidelineright
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 37%;
}
.contactus .sidelineleft
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 57%;
}
.contactus .contact_info {
    padding: 40px 50px 40px 50px;
    background: #F3F3F3;
    /*box-shadow: 2px 2px 5px rgba(0,0,0,0.2);*/
}
.contactus .career_info
{
    padding: 50px;
}
.nopadding
{
    padding: 0px !important;
}
.contact_details .icons {
    font-size: 40px;
    color: #D82229;
    text-align: center;
}
.contact_details .icons:hover {
    color: #2C3192;
}
.contact_details h5 {
    font-size: 18px;
    font-weight: 700;
}
.contactus p {
    color: #828282;
    padding: 2px 0 24px;
}
.contactus p a{
    color: #828282;
}
.contactus p a:hover
{
    color: #D82229;
    text-decoration: none
}
.contactus .form-control1 {
    /*height: 60px;*/
    padding: 6px 12px;
    background-color: #F3F3F3;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.contactus .form-control {
    background-color: #fff;
}
.contactus h4
{
    font-size: 25px;
    padding-left: 15px;
    color: #000;
}
.contactus .btnRead, .dealerenq .btnRead  {
    float: left;
    background: #D82229;
    color: #fff;
    padding: 10px 15px;
    border: none;
}
.contactus .btnRead:hover, .dealerenq .btnRead:hover 
{
    background: #2C3192;
}

.tbl_career
{
    width: 100%;
}
.tbl_career tr td
{
    border: solid 1px #cccccc;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}
.tbl_career tr td a
{
    color: #D82229;
    text-decoration: none;
    transtion: all 0.3s ease-in-out;
}
.tbl_career tr td a:hover
{
    color: #2C3192;
    transtion: all 0.3s ease-in-out;
}
.tbl_career tr.td_bg
{
    background: #D82229;
    color: #ffffff;
    font-size: 18px;
}
.dealerenq span {
    margin-top: 16px;
}
.dealerenq h3
{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.dealerenq .contact_info {
    padding: 40px 50px 40px 50px;
    background: #F3F3F3;
    /* box-shadow: 2px 2px 5px rgba(0,0,0,0.2); */
}
.dealerenq .sidelineright
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 28%;
}
.dealerenq .sidelineleft
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 65%;
}
.dealerenq .form-control1 {
    height: 40px;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
}
/* ==================================== Solution ========================================= */
.solninnerhead_area {
    background: #D82229;
    padding: 80px 0 130px;
    text-align: center;
    color: #fff;
}
.team_info 
{
    padding: 50px 30px 50px 263px;
    background: #fff;
    min-height: 433px;
    background: #E7E6EC;
}
.solution p
{
    color: #828282;
    padding-bottom: 25px;
}
.solution {
    background: #E7E6EC;
    padding: 0px 0 60px 0;
}
.solution .solution_img
{
    position: relative;
    margin-top: -80px;
}
.solution  img
{
    width: 100%;
}
.solution h3 {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.team_info h3{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.team_info p{
    text-align: justify;
}
.team 
{
    padding: 60px 0;
    color: #828282;
    background: #E7E6EC;
}
.team span
{
    margin-top: 16px;
}
.team .sidelineright
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 41%;
}
.team .sidelineleft
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 73%;
}
.enquiry_side
{
    position: absolute;
    right: -53px;
    bottom: 186px;
}
.enquiry_side button
{
    transform: rotate(270deg);
    width: 150px;
    background: #D82329;
    color: #ffffff;
}
.enquiry_side .btn:hover, .enquiry_side .btn:focus, .enquiry_side .btn.focus
{
       color: #ffffff;
}
.about_home .modal-title
{
    text-align: center;
    color: #D82329;
}
.enquiry_side button:hover
{
    background: #45499E;
    color: #ffffff;
}
/* ================================  WHY Us +++++========================================= */
.whyus
{
    padding: 0 0 40px;
}
.whyinnerhead_area {
    background: #D82229;
    padding: 80px 0 130px;
    text-align: center;
    color: #fff;
}
.whyus p
{
    color: #828282;
    padding-bottom: 25px;
}

.whyus .whyus_img
{
    position: relative;
    margin-top: -80px;
}
.whyus  img
{
    width: 100%;
}
.whyus h3 {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}
.whyus_info
{
    background: #E7E6EC ;
}
.whyus_info .dotted_line
{
    border-bottom: dotted 1px #818181;
    position: relative;
    top: 121px;
    margin: 0 45px;
}
.why_icons
{
    background: #fff;
    border-radius: 50%;
    margin: 51px auto 20px;
    width: 100px;
    height: 100px;
    text-align: center;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
.whyus_info .why_title_name
{
    font-size: 16px;
    text-align: center;
}
.whyus_info .whyus_details_title
{
    color: #D82229;
}
.why_icons i
{
    font-size: 42px;
        line-height: 100px;

}
.why_data .col-md-2 {
        width: 19%;
    }
.why_data .col-md-1 {
        width: 2.0%;
    }
.why_us_details
    {
        padding: 15px 15px;
    }
.why_us_details p
    {
        color: #828282;
    }
    .why_us_details ul
    {
        padding-left: 18px;
    }
    .why_us_details ul li
    {
        font-size: 16px;
        color: #828282;
    }
.why_datatoggle:hover
    {
        color: #D82229;
    }
.why_datatoggle.active
{
    color: #D82229;
}

.whyus span
{
    margin-top: 16px;
}
.whyus .sidelineright
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 34%;
}
.whyus .sidelineleft
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 59%;
}


.infrastructure
{
    background: #212121;
    padding: 50px 0;
}
.infrastructure p
{
    color: #828282;
}
.infrastructure h3
{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.infrastructure img
{
    width: 100%;
}
.infrastructure img:hover
{
    outline: 10px solid #D82229;
    outline-offset: -10px;
}
.infrastructure span
{
    margin-top: 16px;
}
.infrastructure .sidelineright
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #fff;
    left: 29%;
}
.infrastructure .sidelineleft
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #fff;
    left: 64%;
}


/* ============================== Application ========================================== */
.application .application_img{
    position: relative;
    margin-top: -80px;
}
.application .application_img img
{
    width: 100%;
}
.application h3
{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.application p
{
    text-align: justify;
    color: #777777;
}
.application
{
    padding-bottom: 60px;
}
.application span
{
    margin-top: 16px;
}
.application .sidelineright
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 34%;
}
.application .sidelineleft
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 59%;
}
.application_slider 
{
    background: #E6E5EB;
    padding: 90px 0px 60px 0;
}
.application_slider img
{
    width: 100%;
    border-radius: 30px 30px 0px 0px;
}

.application_slider .app_img
{
    height: 258px;
}
.application_slider .slick-prev {
    background: #828282;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 99;
    top: -5%;
    left: 26px;
}
.application_slider .slick-next {
    background: #828282;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 99;
    top: -5%;
    right: 92%;
}
.application_slider .slick-next:hover, .application_slider .slick-prev:hover, .application_slider .slick-next:active, .application_slider .slick-prev:active
{
    background: #828282;
}
.application_slider .slick-prev:before {
    content: '\f104';
    font-family: fontAwesome;
    color: #fff;
    font-weight: 900;
    font-size: 25px;
}
.application_slider .slick-next:before {
    content: '\f105';
    font-family: fontAwesome;
    color: #fff;
    font-weight: 900;
    font-size: 25px;
}
.application_slider h4
{
    text-align: center;
    margin: 0;
    padding: 10px;
    background: #D82229;
    color: #fff;
    font-size: 14px;
}
.application_slider .slide h3
{
    background: #D82229;
    padding: 10px 5px;
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    text-align: center;
    min-height: 59px;
}
.application_slider .applicationbox
{
     background: #ffffff;
    text-align: center;
    padding: 0px 0px 0px 0px;
    min-height: 164px;
}
.application_slider .applicationbox p
{
    margin: 0 0 0px;
    padding: 8px 0px;
    border-bottom: dotted 1px #ccc;
}
.application_slider .app_dbox:hover
{
    -webkit-box-shadow: -2px 18px 31px 0px rgba(204,204,204,1);
    -moz-box-shadow: -2px 18px 31px 0px rgba(204,204,204,1);
    box-shadow: -2px 18px 31px 0px rgba(204,204,204,1);
}
.application_slider .applicationbox1
{
    background: #ffffff;
    text-align: center;
    padding: 0px 0px 0px 0px;
    min-height: 246px;
}
.application_slider .applicationbox1 p
{
    margin: 0 0 0px;
    padding: 8px 0px;
    border-bottom: dotted 1px #ccc;
}
.application_slider .applicationbox2
{
    background: #ffffff;
    text-align: center;
    padding: 0;
    min-height: 145px;
}
.application_slider .applicationbox2 p
{
    margin: 0 0 0px;
    padding: 8px 0px;
    border-bottom: dotted 1px #ccc;
}
/* ============================================ Product ========================================== */


.product p
{
    color: #828282;
    padding-bottom: 25px;
}
.product {
    background: #E7E6EC;
    padding: 0px 0 60px 0;
}
.product .product_img
{
    position: relative;
    margin-top: -80px;
}
.product  img
{
    width: 100%;
}
.product h3 {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.product span
{
    margin-top: 16px;
}
.product .sidelineright
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 34%;
}
.product .sidelineleft
{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 59%;
}
.air_comp
{
    font-size: 35px;
    text-align: left !important;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    padding: 20px 0
}
.air_cop_img 
{
    padding-left: 45px;
}
.air_comp_info 
{
    padding: 10px 0 10px;
}
.prod_section img
{
    width: 100%;
}
.prod_section ul li{
    font-size: 16px;
    color: #818181;
}
.mySlides .productimg_more
{
    width: 42%;
    float: right;
    padding: 0 20px 20px;
}
.mySlides .productimg_more2
{
    width:39%;
    float: right;
    padding: 0 20px 20px;
}
.prod_list
{
    background: #fff;
    border-bottom: solid 1px #E5E5E5;
    margin-bottom: 3px;
}
.prod_list h3
{
    padding-top: 15px;
}
.prod_bgred
{
    height: 131px;
    width: 100%;
}
.prod_list:hover .prod_bgred
{
    background: #D82229;
}
.prod_list:hover 
{
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
}
.prod_list.active 
{
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
}
.prod_section{
 background: #E7E6EC;
 padding: 0 0 50px 0;
}
.prod_section .active .prod_bgred
{
    background: #D82229;
}
.product_description
{
    background: #fff;
    margin-right: 227px;
    padding-bottom: 30px;
}
.product_description h2
{
    background: #D82229;
    padding: 10px 20px;
    color: #fff;
}
.product_description p
{
    color: #818181;
    padding: 0px 15px;
    text-align: justify;
}
.product_description h4
{
    padding: 0px 15px;
}
#customers {
  border-collapse: collapse;
  width: 100%;
  text-align:center;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #D82229;
  color: white;
}
.marbora
{
    margin-bottom: 25px;
}
.marbora a
{
    color: #000000;
    text-decoration: none;
    position: relative;
    padding-left: 19px;
}
.marbora a:hover
{
    text-decoration: none;
    color: #D82229;
}
.marbora a::before {
    content: "\f192";
    font-family: fontAwesome;
    position: absolute;
    color: #555A5E;
    left: 0;
}
/* =====================================  CLIENTS ========================================= */

.our_client h3 {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    padding: 40px 0 20px;
}
.our_client .sidelineright {
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 38%;
}
.our_client .sidelineleft {
    width: 100px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 57%;
}
.our_client span {
    margin-top: 16px;
}
.clients_imgs img
{
    width: 100%;
    border: solid 1px #ccc;
    filter: grayscale(100%);
}
.clients_imgs img:hover
{
    width: 100%;
    border: solid 1px #ccc;
    filter: grayscale(0%);  
}
.clients
{
    padding: 60px 0;
    background: #E6E5EB;
}
.clients img
{
    width: 100%;
    border: solid 1px #ccc;
}
.clients img:hover
{
    width: 100%;
    border: solid 1px #D82229;
}
.our_client .slick-dots {
    position: absolute;
    bottom: -56px;
}
/* ==================================== INFRASTRUCTURE  ====================================== */

.infra
{
    padding: 60px 0 0;
}
.infra img
{
    width: 100%;
    border: solid 1px #ccc;
}
.infra .item {
    position: relative;
    overflow: hidden;
  }
  .infra .item img {
    max-width: 100%;
    
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .infra .item:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border: solid 2px #D82229;
  }

/* ============================ Footer ====================================== */
.abovefooter
{
    height: 60px;
}
.footer_addr
{
    padding: 15px 0;
    background: #F5F5F5;
}
.footer_form
{
    background-image: url('../images/footermap.png');
   background-size: cover;
}
.footer_addr p{
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.footer_addr a {
    text-decoration: none;
    color: #333333;
}
.footer_addr a:hover {
    text-decoration: none;
    color: #333333;
}
.footer_addr .fa-map-marker, .footer_addr .fa-envelope, .footer_addr .fa-phone
{
    color: #D82229;
}
.gm-style .place-card-large {
    padding: 13px 4px 9px 11px;
    display: none !important;
}
.gm-style .place-card, .gm-style .default-card, .gm-style .directions-card {
    cursor: default;
    display: none !important;
}
.gm-style .place-card-large {
    padding: 9px 4px 9px 11px;
    position: absolute !important;
    right: 0 !important;
}
.map iframe::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9;
}
/* ==================== Mobile Menus =================== */
/* 
#chkmenu
{
    display: none;
}
.lblmenu
{
    position: absolute;
    right: 50px;
    top: 12px;
    font-size: 43px;
    z-index: 1999;

}
#chkmenu:checked ~ ul.mobmenus
{
    display: block;
}
ul.mobmenus
{
    background: #ffffff;
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    border-bottom: solid 5px #C52E33;
    display: none;
}
ul.mobmenus li
{
    display: block;
}
ul.mobmenus li a
{
    display: block;
    color: #333333;
    font-size: 16px;
    padding: 5px 0;
} */

/* ================================================ Testimonial ================================================ */
.testimonial
{
    background-image: url('../images/testimonial.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.testimonial .testmonials 
{
    text-align: center;
    padding: 15px 40px;
    color: #A0A0A0;
}
.testimonial .testmonials img
{
    width: 100%;

}
.testimonial h3{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #EDEDED;
    font-weight: 400;
}
.square{
    transform: rotate(-45deg);
    width: 205px;
    height: 205px;
    margin: 24px 25px 20px 95px;
    overflow: hidden;
    }
    .pic{
        transform: rotate(45deg); 
        overflow: hidden;
        width: 240px;
        height: 240px;
        margin: -18px;
        border-radius: 28px;
        }

        .testimonial .slick-prev {
            background: #828282;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            z-index: 99;
            top: 106%;
            left: 47%;
        }
        .testimonial .slick-next {
            background: #828282;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            z-index: 99;
            top: 106%;
            right: 47%;
        }
        .testimonial .slick-prev:before {
            content: '\f104';
            font-family: fontAwesome;
            color: #fff;
            font-weight: 900;
            font-size: 25px;
        }
        .testimonial .slick-next:before {
            content: '\f105';
            font-family: fontAwesome;
            color: #fff;
            font-weight: 900;
            font-size: 25px;
        }
        .testimonial .slick-next:hover, .testimonial .slick-prev:hover, .testimonial .slick-next:active, .testimonial .slick-prev:active {
            background: #828282;
        }
        .testimonial span
        {
            margin-top: 16px;
        }
        .testimonial .sidelineright
        {
            width: 100px;
            height: 2px;
            position: absolute;
            background: #EDEDED;
            left: 34%;
        }
        .testimonial .sidelineleft
        {
            width: 100px;
            height: 2px;
            position: absolute;
            background: #EDEDED;
            left: 59%;
        }


       .testimonial div.img {
            position: relative;
            overflow: hidden;
            display: inline-block;
            margin-left: 50px;
            margin-top: 50px;
            width: 220px;
            height: 220px;
            transform: rotate(45deg);
            border-radius: 10%;
          }
          .testimonial div.img:before {
            position: absolute;
            top: -21%;
            left: -21%;
            width: 142%;
            height: 142%;
            content: "";
            transform: rotate(-45deg);
            background-image: url(http://lorempixel.com/320/320/nature/4);
            overflow: hidden;
          }
          
          .testimonial div.img2 {
            position: relative;
            overflow: hidden;
            display: inline-block;
            margin-left: 0px;
            margin-top: 64px;
            margin-bottom: 35px;
            width: 160px;
            height: 160px;
            transform: rotate(45deg);
            border-radius: 33%;
          }
          .testimonial   div.img2 img {
            position: absolute;
            top: -13%;
            left: -13%;
            width: 142%;
            height: 142%;
            transform: rotate(-45deg);
            overflow: hidden;
          }


/* --------------------------------------media queries ----------------------------------- */

@media screen and (max-width: 1920px) {
   p {
        font-size: 17px;
    }
}

@media screen and (max-width: 1440px) {
    p {
        font-size: 16px;
    }
    .headerares .headmenu {
   
    margin: 0px 10px 0;
}
    .overview h3, .director_desk h3, .certificate h3, .whyus h3, .infrastructure h3, .team_info h3, .about_home h3, .product_home h3, .application_home h3, .testimonial h3, .product h3, .product h3, .application h3, .contactus h3, .our_client h3, .dealerenq h3
    {
        font-size: 33px;
    }
    .about_home .sidelineright {
        left: 30%;
    }
    .about_home .sidelineleft {
        left: 63%;
    }
    .product_home .sidelineright {
        left: 34%;
    }
    .product_home .sidelineleft {
        left: 59%;
    }
    .application_home .sidelineright {
        left: 32%;
    }
    .application_home .sidelineleft {
        left: 61%;
    }
    .testimonial .sidelineright {
        left: 31%;
    }
    .testimonial .sidelineleft {
        left: 61%;
    }
    .testimonial .slick-prev {
        left: 46%;
    }
    .overview .sidelineright {
        left: 29%;
    }
    .overview .sidelineleft {
        left: 62%;
    }
    .director_desk .sidelineright {
        left: 9%;
    }
    .director_desk .sidelineleft {
        left: 75%;
    }
    .certificate .sidelineright {
        left: 34%;
    }
    .certificate .sidelineleft {
        left: 59%;
    }
    .proc_3img
    {
        height: 200px;
    }
    .product_home .prod_imghome {
        height: 316px;
    }
    .formpadding {
        padding: 0px 20px 20px 179px;
    }
    .whyus .sidelineright {
        left: 32%;
    }
    .whyus .sidelineleft {

        left: 60%;
    }
    .infrastructure .sidelineright {
        left: 25%;
    }
    .infrastructure .sidelineleft {
        left: 67%;
    }
    .team .sidelineright {
        left: 33%;
    }
    .team .sidelineleft {
        left: 72%;
    }
    .product .sidelineright {
        left: 31%;
    }
    .product .sidelineleft {
        left: 61%;
    }
    .application .sidelineright {
        left: 31%;
    }
    .application .sidelineleft {
        left: 60%;
    }
    .application_slider .slick-next {
        right: 91%;
    }
    .application_slider .app_img {
        height: 206px;
    }
    .contactus .sidelineright {
        left: 34%;
    }
    .contactus .sidelineleft {
        left: 58%;
    }
    .square {
        transform: rotate(-45deg);
        margin: 24px 25px 20px 54px;
    }
    .why_icons {
       /* padding: 31px;
        margin: 51px 3px 20px 53px;*/
    }
    .team_info {
        padding: 50px 30px 50px 161px;
    }
    .product_description {
        background: #fff;
        margin-right: 119px;
    }
    .application_home .app_home_title h2 {
        font-size: 21px;
    }
    .prod_bgred {
        height: 115px;
        width: 100%;
    }
    .prod_section img {
        padding-top: 12px;
    }
    .footer_form .form-control1 {
        border-radius: 0;
        font-size: 18px;
        height: 39px;
        width: 67%;
        display: inline-block;
        border: solid 1px #ccc;
    }
    .form-control2 {
        border-radius: 0;
        font-size: 18px;
        height: 90px;
        width: 67%;
        display: inline-block;
        border: solid 1px #ccc;
    }
    .director_desk .dir_iconbottom .fa-quote-right {
        top: 367px;
    }
    .breadcums h2 {
        font-size: 30px;
    }
    .breadcums {
        margin-top: -157px;
    }
    .our_client .sidelineright {
        left: 34%;
    }
    .our_client .sidelineleft {
        left: 59%;
    }
    .contactus .contact_info
    {
        padding: 10px 50px 2px 50px;
    }
    .dealerenq .sidelineright {
        left: 23%;
    }
    .dealerenq .sidelineleft {
        left: 68%;
    }
    .application_slider .applicationbox {
        min-height: 203px;
    }
    .application_slider .applicationbox1 p,.application_slider .applicationbox p, .application_slider .applicationbox2 p {
        font-size: 15px;
    }
}
@media screen and (max-width: 1435px) {
    .contactus img.imgcareer
    {
        height: 390px;
    }
    .dealerenq .sidelineright {
    left: 20%;
    }
    .dealerenq .sidelineleft {
        left: 71%;
    }
        .contactus .sidelineright {
        left: 32%;
    }
}
@media screen and (max-width: 1400px) {
    .product_home .prod_imghome {
        height: 306px;
    }
    .testimonial .slick-next {
        right: 45%;
    }
    .testimonial .sidelineright {
        left: 29%;
    }
    .testimonial .sidelineleft {
        left: 62%;
    }
    .overview .sidelineright {
        left: 26%;
    }
    .overview .sidelineleft {
        left: 65%;
    }
    .director_desk .sidelineright {
        left: 3%;
    }
    .director_desk .sidelineleft {
        left: 78%;
    }
    .whyus .sidelineright {
        left: 29%;
    }
    .whyus .sidelineleft {
        left: 62%;
    }
    .infrastructure .sidelineright {
        left: 22%;
    }
    .infrastructure .sidelineleft {
        left: 69%;
    }
    .why_icons {
        /*padding: 23px;
        margin: 51px 3px 20px 53px;*/
    }
    .whyus_info .dotted_line {
        top: 102px;
    }
    .why_icons i {
        font-size:42px;
    }
    .team_info {
        padding: 50px 30px 50px 212px;
    }
    .team .sidelineright {
        left: 36%;
    }
    .team .sidelineleft {
        left: 76%;
    }
    .product .sidelineright {
        left: 28%;
    }
    .product .sidelineleft {
        left: 62%;
    }
    .product_description {
        background: #fff;
        margin-right: 163px;
    }
    .application .sidelineright {
        left: 29%;
    }
    .application .sidelineleft {
        left: 61%;
    }
    .application_slider .slick-next {
        right: 89%;
    }
    .application_slider .app_img {
        height: 173px;
    }
    .contactus .sidelineright {
        left: 32%;
    }
    .contactus .sidelineleft {
        left: 59%;
    }
    .prod_section img {
        padding-top: 14px;
    }
    .footer_form .form-control1 {
        width: 65%;
    }
    .form-control2 {
        border-radius: 0;
        width: 64%;
    }
    .director_desk .dir_iconbottom .fa-quote-right {
        top: 341px;
    }
    .breadcums h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1370px) {
    .product_home .prod_imghome {
        height: 298px;
    }
    .application_home .sidelineright {
        left: 31%;
    }
    .application_home .sidelineleft {
        left: 62%;
    }
    .air_cop_img {
        padding-left: 5px;
    }
    .about_home .sidelineright {
        left: 29%;
    }
    .about_home .sidelineleft {
        left: 64%;
    }
    .prod_section ul li {
        font-size: 14px;
        color: #818181;
    }
    .footer_form .form-control1 {
        width: 64%;
    }
    .breadcums {
        margin-top: -150px;
    }
    .application_slider .slide h3 {
        font-size: 16px;
    }
    .application_slider .applicationbox {
    min-height: 185px;
}
.headmenu #trigger {
   
    margin:5px 15px 0px 20px;
   
}
    #customers th
    {
        padding: 6px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) {
    
      #customers th
    {
        font-size: 11px;
    }
    p {
        font-size: 14px;
    }
    .headmenu #trigger {
    margin: 9px 15px 0px 20px;
}
    .headerares .header-middle-area .logo img {
        width: 69%;
    }
    .headerares .header-middle-area .gajjarLogo img{
     width:50%;
     
}
    .overview h3, .director_desk h3, .certificate h3, .whyus h3, .infrastructure h3, .team_info h3, .about_home h3, .product_home h3, .application_home h3, .testimonial h3, .product h3, .product h3, .application h3, .contactus h3 , .our_client h3, .dealerenq h3{
        font-size: 26px;
    }
 .about_home span, .product_home span, .application_home span, .overview span, .director_desk span, .certificate span, .whyus span, .infrastructure span, .team span {
        margin-top: 13px;
    }
    .about_home .sidelineright {
        left: 26%;
    }
    .about_home .sidelineleft {
        left: 65%;
    }
    .about_home p {
        font-size: 16px;
    }
    .product_home .sidelineright {
        left: 30%;
    }
    .product_home .sidelineleft {
        left: 60%;
    }
    .product_home .prod_imghome {
        height: 203px;
    }
    .application_home .sidelineright {
        left: 28%;
    }
    .square {
        width: 190px;
        height: 190px;
        margin: 24px 25px 20px 15px;
    }
    .pic {
        width: 237px;
        height: 211px;
    }
    .abt_form .form-control1 {
        border-radius: 0;
        font-size: 18px;
        height: 40px;
        width: 100%;
        display: inline-block;
    }
    .overview .sidelineleft {
        left: 63%;
    }
    .vmv h3 {
        font-size: 29px;
    }
    .director_desk .dir_icon .fa-quote-left {
        font-size: 140px;
    }
    .director_desk .sidelineleft {
        left: 77%;
    }
    .director_desk .sidelineright {
        width: 70px;
        left: 9%;
    }
    .director_desk .sidelineleft {
        left: 76%;
        width: 70px;
    }
    .director_desk img {
        width: 77%;
    }
    .certificate .sidelineright {
        left: 30%;
    }
    .whyus .sidelineleft {
        left: 60%;
    }
    .whyus_info .why_title_name {
        font-size: 13px;
    }
    .why_icons i {
        font-size: 39px;
    }
    .why_data .col-md-2 {
        width: 18%;
    }
    .why_icons {
        /*padding: 23px;
        margin: 51px 3px 20px 44px;*/
    }
    .infrastructure .sidelineleft {
        left: 67%;
    }
    .team_info {
        padding: 50px 30px 0px 85px;
    }
    .team .sidelineright {
        width: 66px;
        left: 28%;
    }
    .team .sidelineleft {
        left: 69%;
        width: 66px;
    }
    .team_info {
        min-height: 307px;
    }
    .map #triangle-topleft {
        width: 0;
        height: 0;
        border-top: 400px solid #fff;
        border-right: 110px solid transparent;
        position: absolute;
    }
    .footer_form {
        background: #fff;
        height: 405px;
    }
    .map iframe
    {
        height: 407px;
    }
    .prod_list h3 {
        padding-top: 15px;
        font-size: 14px;
    }
    .prod_bgred {
        height: 79px;
        width: 100%;
    }
    .product_description {
        margin-right: 45px;
    }
    .contactus .form-control1 {
        height: 41px;
        padding: 6px 12px;
        background-color: #F3F3F3;
        border: 1px solid #ccc;
        border-radius: 0px;
    }
    .prod_section ul li {
        font-size: 14px;
        color: #818181;
    }
    .application_home .app_home_title h2 {
        font-size: 16px;
    }
    .footer_form .form-control1, .form-control2 {
        width: 100%;
    }
    .footer_form label
    {
        display: none;
    }
    .footer_form #triangle-bottomright
    {
        display: none;
    }
    .footer_form .lableenq, .footer_form #triangle-bottomrightenq
    {
        display: none;
    }
    #triangle-sub
    {
        display: none;
    }
    .breadcums {
        margin-top: -127px;
    }
    .our_client .sidelineright {
        left: 31%;
    }
    .ms-layer.text35 span {
        color: #058FCE;
        line-height: 26px !important;
    }
    .application_slider .slide h3 {
    font-size: 14px;
    }
    .application_slider .applicationbox1 p, .application_slider .applicationbox p, .application_slider .applicationbox2 p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .headerares .header-middle-area .logo img {
        width: 79%;
    }
    .headerares .headmenu {
    margin: 10px 10px 0;
}
  
.headmenu #trigger {
    margin: 0 15px 0px 20px;
}
    .sidelineright, .sidelineleft
    {
       display: none !important;
    }
    .overview h3, .director_desk h3, .certificate h3, .whyus h3, .infrastructure h3, .team_info h3, .about_home h3, .product_home h3, .application_home h3, .testimonial h3, .product h3, .product h3, .application h3, .contactus h3 , .our_client h3 {
        font-size: 20px;
    }
    .about_home p {
        font-size: 14px;
    }
    .product_home img {
        width: 100%;
        height: auto;
    }
    .product_home .prod_imghome {
        height: auto;
    }
    .square {
        width: 190px;
        height: 190px;
        margin: 23px 25px 20px -18px;
    }
    .formpadding {
        padding: 0px 80px;
    }
    .map #triangle-topleft
    {
        display: none;
    }
    .director_desk .dir_icon .fa-quote-left {
        font-size: 88px;
    }
    .director_desk img {
        width: 41%;
    }
    .director_desk h3 {
        padding-top: 0px;
    }
    .director_desk .dir_iconbottom .fa-quote-right {
 position: relative; 
        font-size: 99px;
       top: 0px; 
        color: #DAD9DF;
        float: right;
    }
    .application_slider .app_img {
        height: auto;
        padding-bottom: 10px;
    }
    .contact_details
    {
        text-align: center;
    }
    .why_icons {
        /*padding: 20px;
        margin: 48px 3px 15px 22px;*/
    }
    .whyus_info .why_title_name {
        font-size: 10px;
    }
    .whyus_info .dotted_line {
        top: 92px;
    }
    .why_data .col-md-2 {
        width: 19%;
    }
    .application_home .app_home_title h2 {
        font-size: 11px;
    }
    .view_link a {
        font-size: 12px;
    }
    .breadcums h2 {
        font-size: 26px;
    }
    .breadcums {
        margin-top: -108px;
    }
}
@media only screen and (max-width: 575px) {
    
    .why_icons i {
    font-size: 28px;
    line-height:60px;
    
}
.why_icons 
{width: 60px;
height: 60px;}

.headerares .header-middle-area .gajjarLogo img {
    width: 78%;
}
}


@media screen and (max-width: 480px) {

.headmenu #trigger {
    font-size: 13px;
    margin:0px;
}
    
}
@media screen and (max-width: 425px) {
    .headerares .header-middle-area .logo img {
        width: 107%;
    }
      .why_icons i {
    font-size: 28px;
    line-height:60px;}
    
.headmenu #trigger {
   
    font-size: 13px;
    
}
    

.why_icons{
    width: 60px;
    height: 60px;
    
}
    .headerares .headmenu {
        float: right;
        margin: 6px 10px 0;
    }
    .headmenu .social a {
        padding: 0px 2px;
        font-size: 11px;
        color: #000;
    }
    .director_desk .dir_icon .fa-quote-left {
        font-size: 53px;
    }
    .director_desk img {
        width: 97%;
    }
    .director_desk .dir_iconbottom .fa-quote-right {
        position: relative;
        font-size: 53px;
        top: 0px;
        color: #DAD9DF;
        float: right;
    }
    .why_icons i {
        font-size: 21px;
    }
    .why_icons {
        /*padding: 6px;
        margin: 48px -7px 15px 22px;*/
    }
    .whyus_info .dotted_line {
        top: 92px;
        display: none;
    }
    .prod_list:hover .prod_bgred {
        display: none;
    }
    .breadcums h2 {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .breadcums {
        margin-top: -77px;
    }
    .view_link a {
        font-size: 10px;    
        padding: 8px 15px;
    }

}
@media screen and (max-width: 375px) {
    .breadcums {
        margin-top: -70px;
    }
    .view_link a {
        font-size: 10px;
        padding: 4px 10px;
    }
 
}

@media screen and (max-width: 360px) {
    
    .whyus_info .why_title_name {
    font-size: 10px;
    text-align: center;
    display: block;
    width: 60px;
}
   .headmenu #trigger .fa-bars {
    font-size: 17px;
}
.headmenu #trigger {
    font-size: 13px;
    padding: 0;
}
}
@media screen and (max-width: 320px) {
    .breadcums {
        margin-top: -62px;
    }
    .breadcums h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .view_link a {
        font-size: 8px;
        padding: 4px 6px;
    }
    .headmenu #trigger .fa-bars {
    font-size: 16px;
}
 .headmenu #trigger 
{padding: 0px;}

}