@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:top;
    background:transparent;
}
body {
    line-height:1;
    background: #ffffff;
    overflow-x: hidden;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
a {
    color: #0e92de;
    text-decoration: none;
    outline: none;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
.clr {
    clear: both;
    padding: 0;
    height: 0;
    margin: 0;
}
img {
    width: 100%;
}
/*@media screen and (min-width: 1200px) {
    .container {
        width: 1141px;
    }
}*/
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
        url('../fonts/roboto-medium-webfont.woff') format('woff'),
        url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
        url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/roboto-regular-webfont.woff') format('woff'), 
        url('../fonts/roboto-regular-webfont.ttf')  format('truetype'), 
        url('../fonts/roboto-regular-webfont.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
        url('../fonts/raleway-regular-webfont.woff') format('woff'),
        url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
        url('../fonts/raleway-regular-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}
p {
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0px;
}
.header_banner_container {
    width: 100%;
    float: left;
    /*    background: url(../images/main_bg.jpg) no-repeat;
        background-size: cover;*/
}
.slider {
    width: 100%;
    float: left;
    position: relative;
}
.caption_contain {
    width: 100%;
    position: absolute;	
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.caption_contain h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 30.33px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}
.bx-wrapper .bx-pager {
    bottom: 18px;
    z-index: 9999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    list-style: none;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #0487ee;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff;
    text-indent: -9999px;
    display: block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*Header Start*/
.header {
    width: 100%;
    background: rgba(255,255,255,0.3);
    position: relative;
}
.logo {
    width: auto;
    padding: 0;
}
.nav {
    width: 100%;
    float: left;
    padding-left: 20px;
}
.nav_ul {
    float: right;
}
.nav ul {
    margin: 0;
    padding: 0;
}
.nav ul li {
    list-style: none;
    float: left;
    display: inline-block;
    border-right: 1px solid rgba(228, 225, 225, 0.38);
}
.nav ul li:first-child {
    border-left: 1px solid rgba(228, 225, 225, 0.38);
}
.nav ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #ffffff;
    padding: 30px 25px 0 25px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.nav ul li a i {
    font-size: 15px;
    color: #005bab;
    display: block;
    text-align: center;
    padding: 10px 0 24px;
}
.nav ul li a::before {
    background: #004b75;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.nav ul li a::before, .nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 5px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
} 
.nav ul li a:hover::before, .nav ul li a:focus::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.nav ul li a:hover i {
    color: #ffffff;
}
.active i {
    color: #ffffff !important; 
}
/*Header End*/

/*Commom For All*/
.warpper {
    width: 100%;
    float: left;
    padding: 60px 0px;
}
.warpper h1 {
    font-family: "Work Sans",sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #222222;
    line-height: 44px;
    margin-bottom: 20px;
}
.separator {
    width: 100px;
    height: 1px;
    background: #ec1d25;
    margin: 20px 0;
    display: block;
}
.separator_center {
    width: 100px;
    height: 1px;
    background: #ec1d25;
    margin: 20px auto;
    display: block;
}
.para {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #343333;
    line-height: 22px;

}
/*Commom For All*/
/*About us start*/
.about_us {
    width: 100%;
    float: left;
    background: #ffffff url(../images/image-1.png) left bottom no-repeat;
}
.aside_margin img {
    height: 422px;
    border: 1px solid #ddd;
}
.read_more {
    background: #ec1d25;
    text-transform: capitalize;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 18px;
    width: 150px;
    display: block;
    text-align: center;
    padding: 17px 20px;
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c00b12;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*About us End*/

/*why lingaraj start*/
.why_lingaraj {
    width: 100%;
    background: #f7f7f7;
    text-align: center;
}
.center_heading {
    text-align: center !important;
    float: none !important;
}
.why_box {
    width: 100%;
    float: left;
    /* margin-top: 50px; */
    cursor: pointer;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.why_box img {
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.why_box:hover img {
    transform: rotateY( 360deg );
}
.why_box p {
    color: #343333;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
    line-height: 22px;
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
}
.why_mar:nth-child(1) {
    margin-top: 20px;
}
.why_mar:nth-child(2) {
    margin-top: 20px;
}
.why_mar:nth-child(3)  {
    margin-top: 20px;
}
.why_mar:nth-child(4) {
    margin-top: 20px;
}
.why_mar {
    border-right: 1px solid #d6d6d6;
    margin-top: 50px;
}
.why_mar:nth-child(4), .why_mar:nth-child(8) {
    border-right: none;
}
/*why lingaraj End*/

/*Products Range Start */
.warpper_2 {
    width: 100%;
    float: left; 
    background: url(../images/product_bg_paralax.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.warpper_2 h1 {
    font-family: "Work Sans",sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    line-height: 44px;
    margin-bottom: 20px;
}
.product_warpper {
    width: 100%;
    float: left;
    background: rgba(0,0,0,0.6);
    padding: 60px 0px;
}
.prd_box {
    width: 100%;
    float: left;
    margin-top: 30px;
    position: relative;
}
.prd_container:nth-child(1) .prd_box {
    margin-top: 0px;
}
.prd_container:nth-child(2) .prd_box {
    margin-top: 0px;
}
.prd_container:nth-child(3) .prd_box {
    margin-top: 0px;
}
.prd_detail {
    width: 100%;
    float: left;
    padding: 10px 13px;
    text-align: center;
    background: #0487ee;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.product-slider .owl-prev, .product-slider .owl-next {
    color: #ffffff !important;
    font-size: 70px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.product-slider .owl-prev:focus, .product-slider .owl-next:focus {
    outline: none;
}
.product-slider .owl-prev:hover, .product-slider .owl-next:hover {
    color: #0487ee;
}
.product-slider .owl-next {
    right: -58px;
}
.product-slider .owl-prev {
    left: -58px;
}
.overlay_prd {
    background: rgba(0,0,0,0.7);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.link {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    z-index: 10;
    top: 50%;
    width: 35px;
    color: #ffffff;
    height: 35px;
    font-size: 29px;
    opacity: 0;
    -moz-transform:translateY(-110px);
    -webkit-transform:translateY(-110px);
    -o-transform:translateY(-110px);
    -ms-transform:translateY(-110px);
    transform:translateY(-110px);
    -moz-transition: -moz-transform 0.3s ease-in, opacity 0.1s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;
}
.link i {
    color: #ffffff;
}
.hover_cont {
    width: 100%;
    float: left;
    position: relative;
}
.hover_cont:hover .overlay_prd  {
    opacity: 1;
}
.hover_cont:hover .link  {
    opacity:1;
    -moz-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    -o-transform:translateY(0px);
    -ms-transform:translateY(0px);
    transform:translateY(0px);
}
/*Products Range End */


/*client section start */
.client {
    width: 100%;
    float: left;
    background: #ffffff;
}
.client_box {
    width: 100%;
    position: relative;
    float: left;
    background: #eceaea;
    padding: 28px 0px;
    text-align: center;
    margin-top: 30px;
}
.client_box p {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #222222;
    line-height: 22px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0%;
}
.client_box span {
    display: block;
}
.client_container:nth-child(1) .client_box {
    margin-top: 0px;
}
.client_container:nth-child(2) .client_box {
    margin-top: 0px;
}
.client_container:nth-child(3) .client_box {
    margin-top: 0px;
}
/*client section End */

/*footer section Start */
.footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    background-position: left bottom;
    border-top: 5px solid #0487ee;
}
.footer_logo {
    width: 115px;
    margin-bottom: 15px;
}
.contact_detail {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,.7);
    line-height: 22px;
    margin-top: 15px;
    position: relative;
    padding-left: 35px;
    text-align: left;
} 
.buttonDownload {
    position: relative;
    padding: 17px 25px;
    background-color: #005baa;
    font-weight: 500;
    color: #ffffff !important;
    font-family: 'Work Sans', sans-serif;
    text-decoration: none;
    font-size: 17px;
    text-align: center;
    text-indent: 15px;
    width: 100%;
    margin: 0px 0 30px;
    float: none;
    display: block;
}

a.buttonDownload:hover, a.buttonDownload:avtive, a.buttonDownload:focus{
    background-color: #216b24;
    color: #ffffff !important;
}
.buttonDownload:before, .buttonDownload:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 15px;
    top: 52%;
}
.buttonDownload:before {
    width: 10px;
    height: 2px;
    border-style: solid;
    border-width: 0 9px 2px;
}
.buttonDownload:after {
    width: 0;
    height: 0;
    margin-left: 3px;
    margin-top: -7px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: transparent;
    border-top-color: inherit;
    animation: downloadArrow 2s linear infinite;
    animation-play-state: paused;
}

.buttonDownload:hover:before {
    border-color: #4CC713;
}

.buttonDownload:hover:after {
    border-top-color: #4CC713;
    animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {
    /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
    0% {
        margin-top: -7px;
        opacity: 1;
    }

    0.001% {
        margin-top: -15px;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        margin-top: 0;
        opacity: 0;
    }
}
.contact-address .fa-map-marker {
    font-size: 28px;
}
.contact-address .fa-phone {
    font-size: 23px;
}
.contact_detail i {
    font-size: 20px;
    margin: 2px 15px 0 0;
    color: #0487ee;
    position: absolute;
    left: 0;
}
.contact_detail a {
    color: rgba(255,255,255,.7);
}
.contact_detail a:hover {
    color: #0487ee;
}
.footer_nav {
    margin-top: 15px;
}
.footer_nav ul li {
    list-style: none;
    display: block;
    margin-bottom: 17px;
}
.footer_nav ul li:last-child {
    border-right: none;
}
.footer_nav ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,.7);
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.footer_nav ul {
    column-count: 2;
}
.footer_nav ul li a:hover {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #0487ee;
    padding: 0 10px;
}
.stay_connected {
    font-family: "Work Sans",sans-serif !important;
    font-size: 24px !important;
    color: #ffffff !important;
    text-transform: capitalize !important;
    margin-bottom: 29px !important;
}
.social_icons {
    list-style: none;
    margin-bottom: 30px;
}
.social_icons li {
    display: inline-block;
}
.social_icons li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all .3s;
    margin-right: 5px;
    text-decoration: none;
}
.social_icons li a i {
    display: block;
    position: relative;
    top: 0;
    transition: top .3s;
    margin-bottom: 38px;
    line-height: 36px;
    color: #ffffff;
}
.social_icons li a:hover {
    color: #ffffff;
}
.social_icons li a:hover i {
    top: -74px;
}
.social_icons li.facebook a {
    background-color: #3b5998;
}
.social_icons li.googleplus a {
    background-color: #f63e28;
}
.social_icons li.instagram a {
    background-color: #9C27B0;
}
.social_icons li.linkedin a {
    background-color: #007bb6;
}
.social_icons li.pinterest a {
    background-color: #cb2027;
}
.social_icons li.twitter a {
    background-color: #5ea9dd;
}
.social_icons li.youtube a {
    background-color: #f41a00;
}
.footer_bottom {
    width: 100%;
    float: left;
    background: #0d121f;
    padding: 17px 0;
}
.copy_right {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,.7);
    line-height: 22px;
    float: left;
}
.design_by {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,.7);
    line-height: 22px;
    float: right;
}
/*footer section End */

/*Inner pge*/
.inner_page_banner {
    width: 100%;
    float: left;
    position: relative;
    /*    background: url(../images/main_bg.jpg) no-repeat;
        background-size: cover;*/
}
.inner_caption {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner_caption p {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #ffffff;
    line-height: 22px;
    text-transform: capitalize;
}
.warpper h2 {
    font-family: "Work Sans",sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #464646;
    line-height: 36px;
    margin-bottom: 7px;
}
.contact_form {
    width: 100%;
    float: left;

}
.car-form-wrapper {
    padding: 50px 50px;
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.10);
    margin-top: 30px;
}
.car-form-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}
.form-group {
    margin-bottom: 25px;
}
.form-control {
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #979393;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: 99px;
}
.submit_sucessful {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 500;
    background-color: rgba(0,0,0,0.8);
    left: 0;top: 0;
    display: none;
}
.submit_sucessful_message {
    width: 450px;
    padding: 30px;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -225px;
    top: 10%;
}

.submit_sucessful_message span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ddd;
    color:#333;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.submit_sucessful_message span:hover {
    background-color: #fff;
}

.success_msg{
    color: #19773B;
}
.error_msg{
    color: #BD3131;
}
.input_error_msg {
    display: none;
}
.input_cont {
    position: relative;
}
.input_error_msg {
    display: none;
    position: absolute;
    right: 0px;
    z-index: 10;
    top: 0px;
    background-color: #EA5858;
    padding: 5px;
    font-size: 12px;
    color: #fff;
}
.error_input .input_error_msg{display: block !important}
.submit_sucessful {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1070;
    background-color: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    display: none;
}
.submit_sucessful_message {
    width: 450px;
    padding: 30px;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -225px;
    top: 10%;
}
.submit_sucessful_message span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ddd;
    color: #333;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.submit {
    background: #ec1d25;
    text-transform: capitalize;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
    display: block;
    text-align: center;
    padding: 17px 20px;
    /*    margin: 0 auto;*/
}
.contact_box {
    padding-left: 40px;
    position: relative;
    margin-bottom: 40px;
}
.contact_box:last-child {
    margin-bottom: 0px;
}
.address_container {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 40px;
    background: #edfaff;
    text-align: left;
}
.add_box {
    margin-top: 15px;
}
.contact_box h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #222222;
    margin: 10px 0px;
}
.contact_box p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #222222;
    line-height: 22px;
    margin-bottom: 0px;
    text-align: left;
}
.contact_box i {
    color: #0487ee;
    position: absolute;
    left: 0;
}
.flaticon-play-button em {
    display: block;
    font-size: 24px;
    line-height: 0;
    margin-bottom: 17px;
    font-style: normal;
}
.font_1 {
    font-size: 22px;
}
.font_2 {
    font-size: 27px;
}
.font_3 {
    font-size: 24px;
}
.or_container {
    width: 100%;
    float: left;
    padding: 58px;
    border: 1px solid #ccc;
}
.or_container h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 161px;
    color: #dedede;
    line-height: 130px;
    margin-bottom: 30px;
}
.or_container p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #222222;
    margin-bottom: 10px;
}
.or_container p a {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #222222;
    margin-bottom: 10px;
}
.or_container p a:hover {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #0487ee;
    margin-bottom: 10px;
}
.under_construction {
    font-family: 'Roboto', sans-serif;
    font-size: 65px;
    color: #dedede;
    padding: 50px 0;
}
.about_padding {
    padding: 45px 0px 0px;
}
.quality {
    width: 100%;
    float: left;
    display: block;
}
.quality li {
    list-style: none;
    background: url(../images/list_icon.png) no-repeat 0px 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #343333;
    line-height: 22px;
    padding: 8px 21px;
}
.moto {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    margin-bottom: 7px;
}
.slogan {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #0487ee;
    margin-bottom: 7px;
}
.company_group:nth-child(1) .group_box {
    margin-top: 0px;
}
.company_group:nth-child(2) .group_box {
    margin-top: 0px;
}
.group_box {
    margin-top: 30px;
}
.group_icon_bg {
    width: 87px;
    height: 87px;
    float: left;
    margin-right: 30px;
}
.lg {
    background: #f5f5f5 url(../images/lingaraj_group_of_company/lingaraj_pipes.png) no-repeat center;
}
.lb {
    background: #f5f5f5 url(../images/lingaraj_group_of_company/lingaraj_biscuits.png) no-repeat center;
}
.li {
    background: #f5f5f5 url(../images/lingaraj_group_of_company/lingaraj_infrastructure.png) no-repeat center;
}
.rpa {
    background: #f5f5f5 url(../images/lingaraj_group_of_company/rpa_food.png) no-repeat center;
}
.group_box h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    text-transform: uppercase;
}
.group_box span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #8d8a8a;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.group_box p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    text-transform: uppercase;
}
.plumbing {
    background: #f5f5f5;
}
.product_li li {
    list-style: none;
    background: url(../images/list_icon.png) no-repeat 0px 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #343333;
    line-height: 22px;
    padding: 2px 21px;
}
.plumbing h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #222222;
    margin-bottom: 10px;
}
.font_change {
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    color: #222222;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
}
.to_drop {
    display: none;
    background: #ffffff;
}
.gray_bg {
    background: #f5f5f5;
}
.scrolloff {
    pointer-events: none;
}
.gallery_container {
    text-align: center;
}
.gallery_container img { 
    width: auto;
    margin: 0 auto;
}
.menu_slide {
    display: none;
} 
/*amiya css*/
.rohit {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.rohit img{
    width: 100%;


}
.para2 {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
}



.top_bar {
    position: relative;
    background: #1e2452;
    padding: 10px 0px;
}

.top_widgets.left {
    float: right;
    position: relative;
}
.top_bar .text_warp {
    position: relative;
    float: left;
    margin-right: 40px;
}
.top_bar .text_warp::before {
    position: absolute;
    content: '';
    border-right: 1px solid rgba(255, 255, 255, .3);
    border-spacing: 20px;
    height: 20px;
    right: -19px;
    top: 3px;
}
.top_widgets i {
    float: left;
    font-size: 15px;
    color: #ffffff;
    line-height: 26px;
}
.top_widgets p {
    font-weight: 500;
    color: #fff;
    margin-left: 30px;
    margin-bottom: 0px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
}
.top_bar .text_warp.last {
    margin: 0px;
}
.top_bar .text_warp.last:before {
    display: none;
}
.top_bar ul li {
    display: inline-block;
    position: relative;   
    margin-right: 20px;
    color: #fff;
}
.top_bar ul li a {
    color: #fff;
}
.top_bar ul li:last-child {
    margin-right: 0px;
}

.new-header-middle {
    position: relative;
    padding: 15px 0px 55px;
}
.new-header-middle .logo-box {
    position: relative;
    float: left;
}
.new-header-middle .logo-box .logo img {
    width: 184px;
}
.new-header-middle .right-content {
    position: relative;
    float: right;
    margin-top: 22px;
}
.new-header-middle .info-boxes {
    position: relative;
}
.new-header-middle .info-boxes .info-box {
    position: relative;
    float: left;
    margin-right: 60px;
}
.new-header-middle .info-boxes .info-box:first-child i.icon {  
    padding-left: 0px;
}
.new-header-middle .info-boxes .info-box:last-child {
    margin-right: 0px;
}
.new-header-middle .info-boxes .info-box i.icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 55px;
    border-radius: 0;
    background: transparent;
    line-height: 55px;
    display: flex;
    font-size: 30px;
    color: #005baa;
    text-align: center;
    border: 1px solid #d2d2d2;
    justify-content: center;
    align-items: center;
}
.new-header-middle .info-boxes .info-box .inner {
    position: relative;
    padding-top: 2px;
    padding-left: 72px;
    min-height: 50px;
}
.new-header-middle .info-boxes .info-box h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #1e2452;
}
.new-header-middle .info-boxes .info-box p {
    color: #808080;
    margin-bottom: 0px;
}

.new-header-lower {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -40px;
    width: 100%;
    z-index: 999;
}
.new-header-lower .new-nav-box {
    position: relative;
    float: left;
    min-width: 730px;
}
.new-header-lower .new-nav-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3000px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}
.new-header-lower .new-nav-box .inner {
    position: relative;
    display: block;
    padding-right: 5px;
}
.new-header-lower .new-nav-box .new-navigation {
    position: relative;
}
.new-header-lower ul, .new-header-lower ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.new-header-lower .new-nav-box .new-navigation > li {
    position: relative;
    display: block;
    float: left;
    padding: 10px 0px;
}
.new-header-lower .new-nav-box .new-navigation > li:before {
    position: absolute;
    content: '';
    background: #e0e0e0;
    width: 1px;
    height: 22px;
    right: 0;
    top: 20px;
}
.new-header-lower .new-nav-box .new-navigation > li:hover > a, .new-header-lower .new-nav-box .new-navigation > li.current > a {
    color: #3786ff;
}
.new-header-lower .new-nav-box .new-navigation > li:first-child > a {
    padding-left: 0px;
}
.new-header-lower .new-nav-box .new-navigation > li > a {
    position: relative;
    padding: 0px 34px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #1e2452;
    font-family: 'Ubuntu', sans-serif;
    line-height: 40px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.new-header-lower .new-nav-box .new-navigation > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    background-color: #ffffff;
    border-top: 3px solid #2d72bb;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .07);
    z-index: 9999;
}
.new-header-lower .new-nav-box .new-navigation > li > ul > li > a {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    background: #fff;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 700;
    color: #1e2452!important;
}
.new-header-lower .new-nav-box .new-navigation > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.new-header-lower .lower-info-box {
    position: relative;
    float: right;
}
.new-header-lower .lower-info-box .inner {
    position: relative;
    padding-left: 30px;
    min-width: 265px;
}
.new-header-lower .lower-info-box .inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3000px;
    height: 60px;
    background: #1e2452;
    border: 1px solid #1e2452;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}
.new-header-lower .new-nav-box .new-navigation > li:last-child:before{
    display: none;
}
.new-header-lower .lower-info-box .emergency-call {
    position: relative;
    text-align: right;
}
.new-header-lower .lower-info-box .emergency-call .icon {
    position: relative;
    float: right;
    z-index: 1;
    height: 60px;
    background: #fccc00;
}
.new-header-lower .lower-info-box .emergency-call .icon::before {
    position: absolute;
    content: '';
    height: 0px;
    border-right: 36px solid #fccc00;
    border-top: 72px solid #fccc00;
    border-left: 36px solid #fccc00;
    border-bottom: 25px solid transparent;
    z-index: 0;
    right: 0px;
    top: 0px;
    display: none;
}
.new-header-lower .lower-info-box .emergency-call .icon i {
    position: relative;
    display: block;
    text-align: center;
    top: 5px;
    font-size: 32px;
    line-height: 32px;
    color: #005baa;
    position: relative;
    padding: 0px 20px;
    margin-top: 10px;
    display: block;
}
.new-header-lower .lower-info-box .emergency-call .text {
    float: right;
    padding-top: 9px;
    margin-right: 40px;
}
.new-header-lower .lower-info-box .emergency-call .text p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.new-header-lower .lower-info-box .emergency-call .text a {
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}
.amazon-link img, .flipkart-link img {
    width: auto;
}
.amazon-link, .flipkart-link {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex !important;
    margin: 0 auto;
}
.amazon-link {
    margin-right: 15px;
}
.inline-shoping-links {
    /*    display: none;*/
    position: absolute;
    z-index: 0;
    top: 7px;
    right: 0;
    /*    transition: all 250ms ease-in-out;
        -webkit-transition: all 250ms ease-in-out;*/
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.inline-shoping-links.show-url{
    display: flex;
    right: 50%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.show-link-hide {
    display: none;
}
.client-slider img {
    border: 1px solid #ddd;
}
.rest-client {
    font-family: "Work Sans",sans-serif;
    font-style: italic;
    font-size: 16px;
    float: right;
    margin-top: 13px;
    font-weight: 500;
    color: #232323;
}
.client-slider .owl-prev, .client-slider .owl-next {
    color: #0487ee !important;
    font-size: 70px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.client-slider .owl-prev:focus, .client-slider .owl-next:focus {
    outline: none;
}
.client-slider .owl-prev:hover, .client-slider .owl-next:hover {
    color: #0487ee;
}
.client-slider .owl-next {
    right: -58px;
}
.client-slider .owl-prev {
    left: -58px;
}
.experiance-section .image-column {
    position: relative;
}
.experiance-section .image-column .inner-column {
    position: relative;
    padding-left: 100px;
}
.experiance-section .image-column .inner-column .video-box {
    position: absolute;
    left: 0;
    bottom: -60px;
    border: 22px solid #f7f7f7;
    -webkit-box-shadow: 0 0 30px 0 rgba(240,240,240,1);
    -moz-box-shadow: 0 0 30px 0 rgba(240,240,240,1);
    box-shadow: 0 0 30px 0 rgba(240,240,240,1);
}
.experiance-section .image-column .big-image {
    position: relative;
}
.video-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: rgba(246,48,73,.85);
}
.video-box .overlay-box span {
    position: relative;
    font-family: "Work Sans",sans-serif;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    line-height: 1em;
    display: inline-block;
}
.fixed-appoint-form {
    position: fixed;
    top: 35%;
    right: -304px;
    z-index: 999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.fixed-appoint-form .appoint-form {
    position: relative;
    width: 300px;
}
.appointment-box-btn {
    position: absolute;
    content: '';
    left: -141px;
    top: 83px;
    z-index: 10;
    color: #fff;
    text-align: center;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.appointment-box-btn .appointment-btn {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 224px;
    padding: 16px 24px;
    background-color: #f64e49;
}
.form-group label {
    margin-bottom: 10px;
}

.circleGG{
    width:45px;
    margin: 15px 0 0 0;
    float: right;
    display: none
}

.circleG{
    background-color:rgb(255,255,255);
    float:left;
    height:10px;
    margin-left:5px;
    width:10px;
    animation-name:bounce_circleG;
    -o-animation-name:bounce_circleG;
    -ms-animation-name:bounce_circleG;
    -webkit-animation-name:bounce_circleG;
    -moz-animation-name:bounce_circleG;
    animation-duration:2.24s;
    -o-animation-duration:2.24s;
    -ms-animation-duration:2.24s;
    -webkit-animation-duration:2.24s;
    -moz-animation-duration:2.24s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    border-radius:6px;
    -o-border-radius:6px;
    -ms-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}

#circleG_1{
    animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
}

#circleG_2{
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#circleG_3{
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

.result-message,.result-message2 {
    background-color: #3DDC9A;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    margin-top: 30px;
    display: none;width: 100%}
.result-message2{margin-top: 0}

/* Error Box */
.error-box {
    padding: 0px 0px 60px;
    text-align: center;
}
.error-box h3{color: #333;font-size: 258px;}
.error-box p{text-align: center;font-size: 18px}
/* Error Box ends */



@keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-o-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-ms-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-webkit-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-moz-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}
.input-cont {
    position: relative;
}
.val-error .error-msg {
    display: block;
}
.error-msg {
    display: block;
    position: absolute;
    right: 0px;
    top: 25px;
    background-color: #f96666;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    display: none;
}
.mentors-name {
    font-size: 20px;
    margin-bottom: 8px;
    display: block;
}
.mentors-deg {
    font-size: 15px;
    margin-bottom: 13px;
    display: block;
    font-style: italic;
    color: #f64e49;
}
.gray_bg-new {
    background: url(../images/ourservice-bg.jpg);
}
.s-box {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.s-box img {
    width: 189px;
    margin: 0 auto;
    display: block;
}
.s-box p {
    font-family: "Work Sans",sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    min-height: 55px;
    margin-top: 17px;
}
.center-div-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-div-inner img {
    border: 1px solid #ddd;
}
.new-header-lower .new-nav-box .mobile-nav-toggler {
    position: relative;
    display: inline-block;
    font-size: 32px;
    line-height: 46px;
    margin: 15px 0 0;
    cursor: pointer;
    color: #2d72bb;
    display: none;
}
.inner_page_banner{
    position: relative;
}
.inner_page_banner:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}

/*Menu Start*/
.hamburger-menu {
    width: 58px;
    height: 50px;
    float: right;
    margin-top: 17px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    min-height: 50px;
    position: relative;    
    background: #f5f5f5;
}

.hamburger-menu:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.hamburger-menu:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 0;
    background-color: #0c4a98;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.hamburger-menu span {
    width: 38px;
    height: 3px;
    background-color: #0c4a98;
    margin: 5px 0;
    display: block;
}
.hamburger-menu:hover span {
    background-color: #ffffff;
    z-index: 9;
}
.hidden-bar{
    position: fixed;
    top: 0;
    width: 270px;
    height: 100%;
    background: #ffffff;
    z-index: 99999999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
    margin-right:0px;	
}

.hidden-bar.right-align {
    left: -400px;
}

.hidden-bar.right-align.visible-sidebar{
    left:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
    right: -40px;
}

.hidden-bar.left-align {
    left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
    left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
    right: -20px;
}

.hidden-bar .hidden-bar-closer {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    background: #f0bc01;
    color: #ffffff;
    /* font-size: 60px; */
    border-radius: 0px;
    text-align: center;
    line-height: 35px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
    background: #ff9600;
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: #1e43bd;
}

.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 17px;
}

.hidden-bar .social-icons {
    text-align: center;
    margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.hidden-bar .social-icons ul li {
    display: inline-block;
    padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    background: #ffffff;
    color: #333333;
    border-radius: 3px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover{
    background:#333333;
    color:#ffffff;	
}

.hidden-bar-wrapper {
    height: 100%;
    background: #1e2452;
}

.hidden-bar .logo {
    padding: 15px 0px;
    background: #f1f1f1;
}

.hidden-bar .logo img{
    display:inline-block;
    max-width:100%;
    width: 100px;
}

.hidden-bar .side-menu {
    background: #1e2452;
    padding: 0;
    font-size: 18px;
    letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
    background: transparent;
    text-indent: 30px;
    color: #252424;
    padding: 10px 5px 10px 0px !important;
    border-top: 1px solid #cea30a;
    border-bottom: 1px solid #f9cc2b;
}

.hidden-bar .side-menu ul li ul li ul li a {
    background: transparent;
    border-top: 1px solid #0963cc;
    border-bottom: 1px solid #04346b;
    color: #ffffff;
    padding-left: 10px !important;
}
.hidden-bar .side-menu ul li ul li ul li a:hover {
    background: transparent;
    border-top: 1px solid #0963cc;
    border-bottom: 1px solid #04346b;
    color: #f0bc01;
}

.hidden-bar .side-menu a.current {
    color: #f0bc01;
}

.hidden-bar .side-menu li.current > a {
    color: #111111;
}

.hidden-bar .side-menu ul li a {
    color: #ffffff;
    display: block;
    font-weight: 400;
    border-top: 1px solid #363a5d;
    border-bottom: 1px solid #04172d;
    padding: 12px 15px 12px 15px !important;
    position: relative;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
    background: rgba(0,0,0,0.05);
    color: #f0bc01;
}
.hidden-bar .side-menu ul li ul a:hover, .hidden-bar .side-menu ul li ul a:active, .hidden-bar .side-menu ul li ul a:visited, .hidden-bar .side-menu ul li ul a:focus {
    color: #111111 !important;
}
.hidden-bar .side-menu ul li a .btn.expander {
    background: none;
    color: #111111;
    /* border: 1px solid rgba(222, 222, 222, 0.8); */
    padding: 2px 7px;
    font-size: 14px;
    border-radius: 0px;
    position: absolute;
    top: 3px;
    right: 11px;
    outline: none;
    /* background-color: #333; */
    width: 100%;
    text-align: right;
}
.btn.expander i {
    line-height: 24px;
    color: #ffffff;
}
.dropdown .sub-cat-head {
    font-size: 13px !important;
    font-family: 'Open Sans' !important;
    color: #252424 !important;
}
.hidden-bar-opener {
    cursor: pointer;
}
.icon-bar {
    width: 33px;
    height: 2px;
    background: #010757;
    display: block;
    /* margin-top: 8px; */
    margin: 8px auto 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.icon-bar:first-child {
    margin-top: 13px;
}
.hidden-bar-opener:hover .icon-bar:first-child {
    width: 27px;
}
.hidden-bar-opener:hover .icon-bar:nth-child(2) {
    width: 27px;
}
.hidden-bar-opener:hover .icon-bar:last-child {
    width: 27px;
}
.navigation.one-page-nav .dropdown ul {
    display: none;
    background: #f0bc01;
}
.navigation.one-page-nav .dropdown ul ul {    
    background: #054998 !important;
}
.navigation.one-page-nav .dropdown ul ul li {    
    border: none !important;
}
.dropdown-btn{
    position: absolute;
    right: 7px;
    top: 4px;
    width: 27px;
    height: 25px;
    background: transparent url(../images/arrow-up-down.png) no-repeat -4px 0px;
    /* border: 1px solid #dcdcdc; */
    z-index: 1000000;
    cursor: pointer;
}
.social-icons ul li a:hover {
    background: #010757;
    border-radius: 0px;
}
.dropdown i.icon {
    line-height: 20px;
    vertical-align: text-top;
    margin-left: 0px;
}
.dropdown ul li a {
    padding: 3px 5px 3px 0px !important;
    font-size: 13px !important;
}
.dropdown.sub-drop .btn.expander {
    padding: 2px 7px !important;
    top: 2px !important;
}
.menu-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.80);
    display: none;
    position: fixed;
    z-index: 999999;
}
.side-menu-logo img {
    width: auto;
    margin: 0 auto;
}
.side-menu-logo {
    padding: 20px 30px 20px 30px;
    background: #fff;
}
.navigation {
    text-align: left;
    padding-left: 0px;
}
.navigation ul {
    text-align: left;
    padding-left: 0px;
}
.navigation li {
    list-style: none;
}
.hidden-bar-closer .btn {
    padding: 0px;
}
.dropdown-btn:active, .dropdown-btn:focus {
    outline: none;
    border: none;
}

.menu-toggle {
    position: relative;
    width: 30px;
    height: 23px;
    cursor: pointer;
}
.dropdown .btn-primary:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #fff !important;
    border: none;
    background: #ef9420 !important;
}
.dropdown-menu a {
    width: 100%;
    color: #232323 !important;
    background: transparent;
    font-size: 14px;
}
.dropdown-menu {
    right: 0 !important;
    width: 200px  !important;
    float: right  !important;
    left: auto;
    padding: 10px;
}
.dropdown-menu li a:hover {
    background: none !important;
}
.popup_close {
    width: 30px;
    height: 30px;
    right: -31px;
    position: absolute;
    right: -32px;
    right: -33px;
    top: 0px;
    cursor: pointer;
}
.popup_close_cont {
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 7px;
    margin-left: 5px;
}
.popup_close_bar:first-child {
    top: 12px;
    transform: rotate(45deg);
}
.popup_close_bar:nth-child(2) {
    top: 12px;
    transform: rotate(-45deg);
}
.popup_close_bar {
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.popup_close:hover .popup_close_bar:first-child {
    transform: rotate(315deg);
    background-color: #fff;
}
.popup_close:hover .popup_close_bar:nth-child(2) {
    transform: rotate(-315deg);
    background-color: #fff;
}
/*Menu End*/
.corp-header {
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans",sans-serif !important;
}
.banner-slider .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 15px;
    right: 70px;
    /* transform: translateX(-50%); */
    z-index: 9999999;
}
.banner-slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #1e2452;
    margin-right: 7px;
    display: inline-block;
    border-radius: 50%;
}
.banner-slider .owl-dots .owl-dot.active {
    background: #f0bc01;
}
.map {
    width: 100%;
    float: left;
    padding-bottom: 60px;
    padding-top: 0px;
}
.map h2 {
    margin-bottom: 13px;
}
.single-blog-post {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}
.single-blog-post .post-image {
    position: relative;
    overflow: hidden;
}
.single-blog-post .post-image a {
    display: block;
}
.single-blog-post .post-image a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog-post .post-content {
    padding: 25px;
}
.single-blog-post .post-content h3 {
    margin-bottom: 0;
    line-height: 1.4;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}
.single-blog-post:hover .post-image a img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
}
.gallery_margin:nth-child(1) .gallery-box, .gallery_margin:nth-child(2) .gallery-box, .gallery_margin:nth-child(3) .gallery-box {
    margin-top: 0;
}
.gallery-box {
    width: 100%;
    float: left;
    margin-top: 30px;
    position: relative;
}
.gallery-box a {
    width: 100%;
    float: left;
    display: block;
}
.gallery-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.image_zoom {
    position: absolute;
    right: 15px;
    margin-left: -8px;
    margin-top: -8px;
    z-index: 1;
    bottom: 6%;
    width: 16px;
    height: 16px;
}
.warpper.gallery-details-page h1 {
    font-family: "Work Sans",sans-serif;
    font-size: 42px;
    line-height: 50px;
}
.design_by a {
    color: rgba(255,255,255,.7);
}
.design_by a:hover {
    color: rgba(255,255,255,.7);
}