/* ==========================================================================

Author: Srishti India

Author URL: http://www.srishtiindia.com/

Code by: "Ghato"

========================================================================== */

html {

    -webkit-font-smoothing: antialiased;

    font-size: 16px;

}

body {

    font-family: 'Open Sans', sans-serif;

/*    font-family: 'Montserrat', sans-serif;*/

    font-size: 16px;

    font-weight: 400;

}

img{

    max-width: 100%;

}



strong{ color: #262688;}



.text-cap{ text-transform: uppercase; }



/*------------------------------------------*/

/*   LINK SETTINGS

/*------------------------------------------*/

a, button[type="submit"], input[type=text] {

    color: #333;

    text-decoration: none;

    -webkit-transition: all 400ms ease-in-out;

    -moz-transition: all 400ms ease-in-out;

    -o-transition: all 400ms ease-in-out;

    -ms-transition: all 400ms ease-in-out;

    transition: all 400ms ease-in-out;

}

a:hover {

    color: #666;

    text-decoration: none;

}

a:focus {

    outline: none;

    text-decoration: none;

}



:hover {-moz-transition: all 400ms ease-in-out;

    -o-transition: all 400ms ease-in-out;

    -ms-transition: all 400ms ease-in-out;

    transition: all 400ms ease-in-out }

/*------------------------------------------*/

/*    Transition Effect For Different Elements

/*------------------------------------------*/

.top-bar-right, .icon-box-1, .icon-box-1 .text,

.navbar-brand{

    -webkit-transition: all 0.15s linear;

    -moz-transition: all 0.15s linear;

    -o-transition: all 0.15s linear;

    transition: all 0.15s linear;

}

/*------------------------------------------*/

/*    Main Navigatio Style

/*------------------------------------------*/



.navbar-brand{

    width: 140px;

    background: #f1fbff;

    padding: .9rem;

}

.navbar{

    padding: 0 15px;

}

.navbar-expand-md .navbar-nav .nav-item,

.navbar-expand-lg .navbar-nav .nav-item{

    padding: 0 .19rem 1rem;

}

.navbar-expand-md .navbar-nav .nav-link,

.navbar-expand-lg .navbar-nav .nav-link{padding: 0.6rem 0.40rem;border-radius: 3px;font-weight: 500;transition: all .3s;}

.navbar-nav .active .nav-link,

.navbar-nav .active .nav-link:hover,

.navbar-nav .nav-link:hover{

    background: rgba(255,255,255, 0.302);

}



.active-1 { background: rgba(255, 255, 255, 0.8); color: #020663 !important; }

.active-2 { background: #020663; color: #fff !important; }



.navbar-nav .nav-link{color: #fff;font-size: 0.775rem;text-transform: uppercase;padding: 16px 15px;font-weight: 600;display: block !important;}

.dropdown-menu {

    padding: 0;

    min-width: 200px;

    background: #FFF;

    margin: 0;

    border: 0;

    border-radius: 5px;

    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;

}

@media (min-width: 768px) {

    .show > .dropdown-menu {

        display: block;

    }

}

.dropdown-menu:after{

    position: absolute;

    top: -7px;

    left: 20px;

    content: "";

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 0 7px 7px 7px;

    border-color: transparent transparent #FFF transparent;

}



.dropdown-menu li > .dropdown-menu:after{

    display: none;

}

.dropdown-menu a,

.dropdown-menu li > a{

    font-size: 0.75rem;

    padding: 16px 15px;

    text-transform: capitalize;

    color: #565656;

    border-bottom: 1px solid #cccccc;

    text-decoration: none;

    font-weight: 600;

}

.dropdown-menu li:last-child > a{

    border: none;

}

.dropdown-item.active,

.dropdown-item:focus, 

.dropdown-item:hover,

.dropdown-item:active,

.dropdown-menu > li.show > a{

    /*color: #ff3514;*/

    color:#242486;

    text-decoration: none;

    background-color: transparent;

}

.navbar-toggler-icon {

    background-image: url(../images/download.svg);

}



.dropdown-item-icon {

    display: inline-block;

    vertical-align: middle;

    text-align: center;

    font-size: 0.8125rem;

    min-width: 1rem;

    max-width: 1rem;

    margin-right: .5rem;

}



/*------------------------------------------*/

/*    Heading Style

/*------------------------------------------*/

.heading-main{

   /* color:#ff3514;*/

    color:#242486;

    font-size: 2rem;

    font-weight: 400;

    text-align: center;

    margin-bottom: 20px;

}

.heading-main span{

    color: #06163a;

    text-transform: uppercase;

    padding-bottom: 5px;

    display: block;

    font-size: 0.875rem;

    font-weight: 700;

}

.heading-left-border{

    color: #717171;

    padding: 0.55rem 1.2rem;

    border-left: 2px solid #ff3514;

    margin-bottom: 35px;

    font-weight: 600;

}

.parallax-head.heading-main span{

    color: #FFF;

}

/*------------------------------------------*/

/*    Typography

/*------------------------------------------*/



/* Header H5 */

h5.h5-xs { font-size: 0.875rem; }   /* 14px */

h5.h5-sm { font-size: 1rem; }       /* 16px */

h5.h5-md { font-size: 1rem; }       /* 16px */

h5.h5-lg { font-size: 1.125rem; }   /* 18px */

h5.h5-xl { font-size: 1.25rem; }    /* 20px */



/* Header H4 */

h4.h4-xs { font-size: 1rem; }       /* 16px */

h4.h4-sm { font-size: 1.125rem; }   /* 18px */

h4.h4-md { font-size: 1.125rem; }   /* 18px */

h4.h4-lg { font-size: 1.25rem; }    /* 20px */

h4.h4-xl { font-size: 1.5rem; }     /* 24px */



/* Header H3 */

h3.h3-xs { font-size: 15px; }       /* 16px */

h3.h3-sm { font-size: 1.125rem; }   /* 18px */

h3.h3-md { font-size: 1.125rem; }   /* 18px */

h3.h3-lg { font-size: 1.25rem; }    /* 20px */

h3.h3-xl { font-size: 1.5rem; }     /* 24px */



/* Header H2 */

h2.h2-xs { font-size: 1rem; }       /* 16px */

h2.h2-sm { font-size: 1.125rem; }   /* 18px */

h2.h2-md { font-size: 1.125rem; }   /* 18px */

h2.h2-lg { font-size: 1.25rem; }    /* 20px */

h2.h2-xl { font-size: 1.5rem; }     /* 24px */



/* Font Weight = fw */

.fw-3{ font-weight: 300; }

.fw-4{ font-weight: 400; margin-bottom: 1.5rem; }

.fw-5{ font-weight: 500; }

.fw-6{ font-weight: 600; }

.fw-7{ font-weight: 700; text-transform: capitalize; }



li {text-decoration: none;

    list-style-type: none;

    font-size: 15px; }



/*------------------------------------------*/

/*    Props Images

/*------------------------------------------*/

.img-business-man{

    position: absolute;

    bottom: -70px;

    left: -16%;

}

.forklift-image{

    position: absolute;

    bottom: 0;

    left: -110%;

}



/*------------------------------------------*/

/*    About Page Style

/*------------------------------------------*/

.about-bg{

    background-image: url(../images/map-bg.png);

    background-repeat: no-repeat;

    background-position: 100% -73%;

    border-radius: 5px;

    overflow: hidden;

}

.bg-with-text{

    background: url(../images/bg-text.jpg) no-repeat center right;

    background-size: cover;

    border-radius: 5px;

    text-align: center;

    color: #FFF;

    font-size: 1.125rem;

    padding: 0 1.5rem;

    font-weight: 300;

    line-height: 2;

}

.video-popup{

    padding: 11rem 0;

    margin-bottom: -100px;

    background: url(../images/popup_bg.jpg) no-repeat center center;

    text-align: center;

    overflow: hidden;

    color: #FFF;



    border-radius: 10px;

}



.video-popup a{

    color: #FFF;

}

.img-icon img{

    max-width: 100px;

    border-radius: 50%;

    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);

    border: 5px solid #FFF;

    margin-right: 25px;

}

.img-icon h3{

    font-size: 1.25rem;

  color: rgb(6, 22, 58);

}

.img-icon h3 span{

    display: block;

    font-size: 1rem;

    color: #424242;

}



.bordered-img{

    box-shadow: 0px 6px 10px 0px rgba(36, 36, 134, 0.4);

    border: 10px solid #FFF;

}



/*------------------------------------------*/

/*    Client Testimonials

/*------------------------------------------*/

#home-client-testimonials {

    margin-top: -30px;

}

#home-client-testimonials .item{

    padding: 30px;

}

.client-testimonial{

    box-shadow: 0px 8px 37px 0px rgba(0, 0, 0, 0.14);

    padding: 40px 20px;

}

.client-testimonial-icon{

    width: 100px;

    overflow: hidden;

    margin-right: 20px;

    position: relative;

}

.client-testimonial-icon:after{

    position: absolute;

    bottom: -5px;

    left: 50%;

    content: "\efcd";

    font-size: 36px;

    font-family: IcoFont;

    color: #FFF;

    line-height: 0.833;

    z-index: 1;

    transform: translateX(-50%);

}

.client-testimonial-icon img{

    opacity: 0.5;

}

.client-inner-content{

    font-size: 0.875rem;

    color: rgb(159, 159, 159);

    line-height: 1.571;

}

.client-inner-content .blockquote-footer,

.client-inner-content .blockquote-footer cite{

    font-size: 1rem;

    font-style: normal;

    font-weight: 500;

    color: #06163a;

    line-height: 1.375;

}

.client-testimonials-bg{

    background-image: url(../images/bg_2.jpg);

    background-repeat: no-repeat;

    padding: 3rem;

    text-align: center;

    color: #FFF;

    overflow: hidden;

}

.client-testimonials-bg .owl-carousel .owl-nav button.owl-prev, 

.client-testimonials-bg .owl-carousel .owl-nav button.owl-next{

    color: #FFF;

}

.client-testimonials-bg .client-inner-content,

.client-testimonials-bg .client-inner-content .blockquote-footer, 

.client-testimonials-bg .client-inner-content .blockquote-footer cite{

    color: #FFF;

}

/*------------------------------------------*/

/*    Blog Styles

/*------------------------------------------*/

.blog-warp{

    text-align: center;

    font-size: 14px;

    color: #424242;

    line-height: 1.714;

}

.blog-warp:hover img{

    opacity: 0.7;

    transform: translateY(-3px);

}

.blog-warp img{

    margin-bottom: 15px;

    -webkit-transition: all 400ms ease-in-out;

    -moz-transition: all 400ms ease-in-out;

    -o-transition: all 400ms ease-in-out;

    -ms-transition: all 400ms ease-in-out;

    transition: all 400ms ease-in-out;

}

.blog-warp h4 a{

    font-size: 1.125rem;

    color: #06163a;

    line-height: 1.2;

}

.blog-warp h4 a:hover{

    color: #ff3514;

}

.meta-box{

    margin-bottom: 15px;

    font-size: 0.8125rem;

}

.meta-box span{

    margin: 0 10px;

}

.meta-box a{

    color: #ff3514;

}



.blog-list-footer ul li{

    margin-bottom: 30px;

}

.blog-list-footer ul li:last-child{

    margin: 0;

}

.post-thumb{

    width: 80px;

    margin-right: 25px;

}

.post-text a{

    /*color: #020248;*/

     color: #fff;

}

.comment-box{

    font-size: 0.75rem;

}

.comment-box a{

    color: #06163a;

}

.comment-box a:hover{

    color: #ff3514;

}

.comment-box span{

    padding-right: 15px;

}

.comment-box span i{

    padding-right: 5px;

}

.comment-box span:last-child{

    padding: 0;

}



/*------------------------------------------*/

/*    Blogs Pages Start

/*------------------------------------------*/



.blog-list [class*="col-"]{

    margin-bottom: 40px;

}

.sidebar-spacer{

    padding-left: 1.5rem;

}

.widget-wrap{

    margin-bottom: 60px;

}

.blog-list-categories a{

    padding: 0.5rem 1.45rem;

    display: block;

    font-size: 1rem;

    color: #717171;

    position: relative;

    z-index: 1;

    border-left: 1px solid #eae6e6;

}

.blog-list-categories a:hover{

    color: #ff3514;

    padding: 0.5rem 1.45rem 0.5rem 1.75rem;

}

.blog-list-categories a:after{

    position: absolute;

    width: 0;

    height: 100%;

    background: #ff3514;

    content: "";

    left: 0;

    top: 0;

    z-index: -1;



    -webkit-transition: all 0.25s linear;

    -moz-transition: all 0.25s linear;

    -o-transition: all 0.25s linear;

    transition: all 0.25s linear;

}

.blog-list-categories a:hover:after,

.blog-list-categories li.active a:after{

    width: 2px;

    -webkit-transition: all 0.25s linear;

    -moz-transition: all 0.25s linear;

    -o-transition: all 0.25s linear;

    transition: all 0.25s linear;

}



/* Blog Standard */



.blog-standard{

    margin-bottom: 70px;

}

.blog-standard:last-child{

    margin-bottom: 0;

}



.theme-pagination .page-item .page-link{

    border-radius: 3px !important;

    margin-right: 12px;

    color: #28324c;

    border-color: #ececec;

    background: #fafafa;

}



.theme-pagination .page-item.active .page-link,

.theme-pagination .page-item .page-link:hover {

    z-index: 1;

    color: #fff;

    background-color: #ff3514;

    border-color: #ff3514;

}



.page-item:first-child .page-link,

.page-item:last-child .page-link{

    background: #ebebeb;

    border-color: #ebebeb;

}



/* Blog Single */

.tags a{

    display:inline-block;

    color:#1f2d37;

    padding:0.7rem 1.9rem;

    font-weight: 500;

    background:#fafafa;

    margin:0 10px 8px 0;

    border: 1px solid #ececec;



    border-radius:40px;

    -moz-border-radius:40px;

    -webkit-border-radius:40px;

}

.tags a:hover{

    background:#ff3514;

    color:#FFF;

}

.share-this a{

    display: inline-block;

    color: #FFF;

    width: 28px;

    height: 28px;

    text-align: center;

    background: red;

    align-items: center;

    display: flex;

    margin-left: 7px;

    justify-content: center;

}

.share-this a.ff{

    background: #627aad;

}

.share-this a.tw{

    background: #4d9ed8;

}

.share-this a.ln{

    background: #2f75ae;

}

.author-box{

    border: 1px solid #ececec;

    padding: 2rem

}

.thumb{

    width: 90px;

    margin-right: 30px;

}

.border-style{

    margin-bottom: 15px;

    border-bottom: 1px solid #e9e9e9;

    padding: 0 0 10px 0;

}



.commnets-reply .thumb{

    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);

    border: 4px solid #FFF;

}



/*------------------------------------------*/

/*    Contact Map Styles

/*------------------------------------------*/



.map-bg{

    position: relative;

}

.map-shadow{

    border-style: solid;

    border-width: 4px;

    border-color: rgb(255, 255, 255);

    border-radius: 7px;

    background-color: rgb(255, 255, 255);

    box-shadow: 0px 7px 46px 0px rgba(0, 0, 0, 0.1);

    margin-bottom: -120px;

}

.map-shadow #map-holder{

    height: 350px !important;

}

#map-holder, #map-holder-contact{

    margin:0;

    background:#FFF;

    padding:0;

    height: 400px;

}

#map_extended{

    height: 100%;

    left: 0;

    line-height: inherit;

    position: relative;

    top: 0;

    width: 100%;

}



#map_extended img {

    max-width: inherit;

}



#map_extended .gm-style div {

    font: 13px/20px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;

}



#map_extended .gmap_marker address {

    width: 300px;

}



#map_extended .gmap_marker address > div {

    width: 100%;

    display: inline-block;

}



#map_extended .gmap_marker address div div {

    float: right;

    width: 70%;

}



#map_extended .gmap_marker address div div:first-child {

    width: 30%;

    float: left;

}



/*------------------------------------------*/

/*    Contact Page Style

/*------------------------------------------*/



.contact-details {

    position: absolute;

    top: 50%;

    left: 7%;

    z-index: 99;

    background: #FFF;

    padding: 2.5rem 1.15rem;

    color: #333;

    border-radius: 3px;

    transform: translateY(-50%);

}



.contact-details h4{

    font-size: 16px;

    font-weight: 600;

    color: rgb(6, 22, 58);

    line-height: 1.714;

}



.contact-details p {

    color: #9b9b9b;

}



.contact-details a {

    font-size: 14px;

    color: rgb(6, 22, 58);

}



.contact-details i{

    color: #ff3514;

    font-size: 24px;

    top: 4px;

    padding-right: 10px;

    display: inline-block;

    position: relative;

}

.contact-details.standard{

    position: relative;

    left: auto;

    top: auto;

    padding: 0;

    transform: none;

}

.contact-full-shadow{

    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);

    padding-bottom: 250px;

}

.contact-map-bg{

    position: absolute;

    left: 50%;

    transform: translateX(-50%);
	z-index: -1;

}

.contact-map-bg.option{

    left: auto;

    top: 50%;

    transform: translate(0%,-50%);

}

.contact-detail-shadow{

    border-radius: 8px;

    background-color: #FFF;

    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);

    padding: 3rem;

}

.contact-detail-shadow .items{

    margin-bottom: 20px;

}

.contact-detail-shadow h4{

    font-size: 16px;

    color: #111111;

    margin-bottom: 15px;

}

.contact-detail-shadow i {

    /*color: #ff3514;*/

    color: #020663;

    font-size: 1.25rem;

    margin-right: 15px;

}

.contact-detail-shadow a{

    text-decoration: underline;

}

.free-quote-form.contact-page{

    margin-bottom: 0;

    margin-top: -140px;

}

.free-quote-form.contact-page .rounded-field input[type="text"], 

.free-quote-form.contact-page .rounded-field input[type="email"], 

.free-quote-form.contact-page .rounded-field select,

.free-quote-form.contact-page .rounded-field textarea,

.contact-page-option.free-quote-form .rounded-field input[type="text"], 

.contact-page-option.free-quote-form .rounded-field input[type="email"], 

.contact-page-option.free-quote-form .rounded-field select,

.contact-page-option.free-quote-form .rounded-field textarea {

    background-color: #fafafa;

}

.contact-detail-shadow.no-shadow{

    padding: 0;

    background: transparent;

    box-shadow: none;

}

.free-quote-form.contact-page-option{

    margin-bottom: 0;

    background: transparent;

    box-shadow: none;

    padding: 0;

}



/*------------------------------------------*/

/*    Request Page

/*------------------------------------------*/

.request_pag_img{

    min-height: 400px;

}

.request_popup{

    max-width: 1170px;

    border-radius: 10px;

    overflow: hidden;

}

.request_popup .modal-content{

    border: none;

    border-radius: 10px;

    overflow: hidden;

}

.request_popup .close{

    position: absolute;

    opacity: 1;

    color: #ff3514;

    top: 15px;

    right: 15px;

    z-index: 99;

    text-shadow: none;

}

.request_popup .close:hover{

    transform: rotate(360deg);

}

.request_popup .bg-img-7{

    background-image: url(../images/bg_8.jpg);

}

.center-head {

    color: #202120;

    padding: 0;

    text-transform: uppercase;

    font-size: 0.875rem;

    font-weight: lighter;

    margin: 10px 0 30px;

    text-align: center;

    position: relative;

}

.center-head:after {

    position: absolute;

    content: "";

    width: 100%;

    left: 0;

    border-bottom: 1px solid #ccc;

    top: 50%;

    /* margin-top: -1px; */

    z-index: 9;

}

.center-head span {

    display: inline-block;

    padding: 0 20px;

    position: relative;

    z-index: 99;

    font-weight: 600;

}

/*------------------------------------------*/

/*    Pricing Table Style

/*------------------------------------------*/

.pricing-table{

    text-align: center;

    background: #fafafa;

    padding: 4rem 2rem;

}

.pricing {

    position: relative;

    font-size: 2.25rem;

    font-weight: 600;

    color: #ff3514;

    padding: 35px 15px 0;

    display: inline-block;

}

.pricing sup{

    font-size: 50%;

    color: #232323;

    padding: 0 0 0 4px;

}

.pricing-table ul li{

    padding: 10px 0;

    font-size: 1rem.

}

.pricing-table .service-icon {

    width: 105px;

    height: 105px;

    font-size: 2.825rem;

    margin-top: 10px;

}

.best-seller{

    background: #FFF;

    border-style: solid;

    border-width: 1px;

    border-color: rgb(255, 53, 20);

    box-shadow: 0px 0px 52px 0px rgba(28, 28, 28, 0.09);

}

/*------------------------------------------*/

/*    Footer Style

/*------------------------------------------*/

.modal-open,

.fade.show{

    padding: 0 !important;

}

footer{

    font-size: 0.875rem;

    /*color: rgb(155, 155, 155);*/

      color: rgba(221, 221, 221, 0.75);

    line-height: 1.714;

}

.logo-footer{

    width: 80%;

    margin-bottom: 25px;

}



.ftr-logo{ margin-bottom: 10px;}



.footer-heading{

    font-size: 0.875rem;

    /*color: #fff;*/

    color:#ffffffbd;

    line-height: 1.714;

    margin-bottom: 20px;

}

.footer-heading1{

    font-size: 0.875rem;

    /*color: #fff;*/

    color:#ffffffbd;

    line-height: 1.714;

    margin-bottom: 20px;

    margin-left: 16px;

}

footer .social-icons{

    font-size: 20px;

    /*color: rgb(6, 22, 58);*/

    color: rgba(221, 221, 221, 0.75);

    text-transform: uppercase;

    line-height: 1.2;

}

footer .social-icons a{

    padding-right: 10px;

    color: rgba(221, 221, 221, 0.75);

}

footer .social-icons a:hover{

    /*color: #080878;*/

     color: #fff;

}



footer .add-icons i{

    font-size: 22px;

   /* color: rgb(6, 22, 58);*/

    color: rgba(221, 221, 221, 0.75);

}



footer .Quick-links a{

    color: rgba(221, 221, 221, 0.75);

}



footer .Quick-links li {

   list-style: none;

    line-height: 28px;

    text-transform: uppercase;

}



footer .link{float:left;}



.copyright-wrap{

    margin-top: 20px;

    color: #FFF;

    font-size: 0.75rem;

    border-top: 0.5px solid rgba(221, 221, 221, 0.85);

}

.copyright-wrap a,

.copyright-links a:hover{

    /*color: #ff3514;*/

    color: #fff;

}

.copyright-wrap span{

    padding: 0 9px;

}

.copyright-links a{

    color: #FFF;

}



/*------------------------------------------*/

/*    On Scroll Header Animaion

/*------------------------------------------*/

.header-fullpage{

    padding-right: 0 !important;

    -webkit-transition: all 0.15s linear;

    -moz-transition: all 0.15s linear;

    -o-transition: all 0.15s linear;

    transition: all 0.15s linear;

}

@media (min-width: 991.99px) {

    .header-fullpage.fixed{

        background: rgba(8, 8, 120, 0.88) !important;

        padding-bottom: 15px;

    }

    .header-fullpage.fixed .top-bar-right{

        height: 0px;

        overflow: hidden;

        opacity: 0;

        border: 0;

        padding: 0;

    }

    .header-fullpage.fixed.top-transparent{

        padding-bottom: 0;

    }

}

.header-fullpage.fixed .navbar-brand {

    width: 200px;

    padding: 1rem;

}

.header-fullpage.fixed.navbar-expand-md .navbar-nav .nav-item, 

.header-fullpage.fixed.navbar-expand-lg .navbar-nav .nav-item{

    padding-top: 1rem;

}



/* Header With Top Bar Transparent */

.top-transparent nav{

    background: #FFF !important;

}

.top-transparent.fixed nav{

    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);

}

.top-transparent .navbar-expand-md .navbar-nav .nav-item, 

.top-transparent .navbar-expand-lg .navbar-nav .nav-item{

    padding: 1rem 0.19rem;

}

.top-transparent .navbar-brand {

    background: transparent !important;

    padding: 1.5rem 0;

    width: 130px;

    margin: 0;

}

.top-transparent .top-bar-right{

    color: #FFF;

    padding: 0;

}

.top-transparent .lang-toggle {

    padding: 0.5rem 0;

}

.top-transparent .lang-toggle a{

    color: #FFF;

}

.top-transparent .lang-toggle a:hover{

    color: #ff3514;

}

.top-transparent.header-fullpage.fixed .navbar-brand {

    width: 120px;

    padding: 1rem 0;

}

.top-transparent .navbar-nav .nav-link {

    color: #888888;

}

.top-transparent .navbar-nav .active .nav-link, 

.top-transparent .navbar-nav .active .nav-link:hover,

.top-transparent .navbar-nav .nav-item:hover > a,

.top-transparent .navbar-nav .nav-link:hover{

    background: #f4f4f4;

    color: #ff3514;

}

.top-transparent .navbar-nav .active .nav-link{

    color: #ff3514;

}

.top-transparent .navbar-toggler {

    padding: 0;

    color: red;

}

.top-transparent .navbar-toggler .icon-bar {

    background-color: #999;

}

.top-border{

    background: #FFF;

}

.top-border .top-bar-right{

    color: #1f1f1f !important;

    background: #FFF;

    border-bottom: 4px solid #fafafa;

}

.top-border .top-bar-right i{

    color: #ff3514;

}

.top-border .lang-toggle a.btn {

    background: #F4f4f4;

}



.top-transparent.top-border .lang-toggle a{

    color: #333;

}

/* Header With Top Bar Transparent */



/* Header With Top Bordered */

.bordered-nav .top-bar-right {

    padding: 1rem 0;

    color: #FFF;

}

.bordered-nav.top-transparent nav {

    background: transparent !important;

}

.bordered-nav .navbar .bdr-nav{

    border-width: 1px 0 0 0;

    border-style: solid;

    border-color: rgba(255,255,255,.2);

    padding-top: 1rem;

}

.bordered-nav .navbar-brand{

    background: transparent;

    padding: 0;

}

.bordered-nav .navbar-expand-md .navbar-nav .nav-item,

.bordered-nav .navbar-expand-lg .navbar-nav .nav-item{padding: 0.49rem 0rem 1rem;}

.bordered-nav .top-text{

    margin-right: 1.5rem;

    font-size: 12px;

}



.bordered-nav p{

    margin-bottom: 0px;

}



.top-text small{

    display: block;

}

.bordered-nav .top-text a{

    color: #FFF;

}

.top-text a:hover{

    text-decoration: underline;

}

.bordered-nav.header-fullpage.fixed .navbar-brand {

    padding: 0;

}

.bordered-nav.header-fullpage.fixed {

    padding: 0.2rem 0;

}

.bordered-nav.header-fullpage.fixed .navbar .bdr-nav {

    border-width: 0;

    border-style: solid;

    border-color: rgba(255,255,255,.2);

    padding-top: 0;

}

@media (min-width: 991.99px) {

    .bordered-nav .request-btn a#search_home {

        font-size: 1.125rem;

        color: #FFF;

        padding-right: 0;

        padding-top: 0;

    }

}

/* Header With Top Bordered */



/* Header With Logo On Top */

.header-logo-top .navbar-brand {

    padding: 0.8rem 0;

}

.header-logo-top.top-border .top-bar-right {

    border: none;

    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);

    position: relative;

    z-index: 99;

}



.header-logo-top.top-transparent nav {

    background: #fafafa !important;

}

.header-logo-top .top-text{ 

    margin-right: 2rem;

}

.header-logo-top.top-transparent .lang-toggle {

    padding-top: 0;

}

.header-logo-top.top-transparent .navbar-nav .active .nav-link, 

.header-logo-top.top-transparent .navbar-nav .active .nav-link:hover, 

.header-logo-top.top-transparent .navbar-nav .nav-item:hover > a, 

.header-logo-top.top-transparent .navbar-nav .nav-link:hover {

    background: #06163a;

    color: #FFF;

}

 .header-logo-top .header-fullpage{

    -webkit-transition: all 0.15s linear;

    -moz-transition: all 0.15s linear;

    -o-transition: all 0.15s linear;

    transition: all 0.15s linear;

 }

.header-logo-top .header-fullpage.fixed{

    padding-bottom: 0;

    position: fixed;

    top: 0;

    right: 0;

    left: 0;

    z-index: 1030;

    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);



    -webkit-transition: all 0.15s linear;

    -moz-transition: all 0.15s linear;

    -o-transition: all 0.15s linear;

    transition: all 0.15s linear;

}

/* Header With Logo On Top */



/*------------------------------------------*/

/*    Top Bar Right Elements

/*------------------------------------------*/

.top-bar-right{

    padding: 0.9rem 0 0 0;

}

.request-btn a{

    border-radius: 4px;

    padding: 0.6rem 1rem;

    color: #06163a;

    font-weight: 600;

}

.top-bar-right .social-icons{

    margin: 0 .5rem

}

.top-bar-right .social-icons a{

    color: #f1fbff;

    font-size: 1.3rem;

    margin: 0 .4rem;

    transition: all .3s;

    text-decoration: none;

}

.top-bar-right .social-icons a:hover{

    color: #ff3514;

}

.lang-toggle{

    padding-bottom: 10px;

}

.lang-toggle a.btn{

    background: #FFF;

    font-size: 0.875rem;

    border: none;

    border-radius: 0;

    padding: 0.4rem 0.9rem;

    border-radius: 3px;

}

.lang-toggle a.dropdown-toggle:after{

    display: none;

}

.lang-toggle .dropdown-menu{

    min-width: 150px;

    padding: 10px 0;

    border-radius: 3px;

}

.lang-toggle .dropdown-menu a{

    padding: 0.4rem 0.9rem;

    border: none;

    font-size: 0.875rem;

    color: #333;

    text-transform: capitalize;

}

.request-btn a#search_home{

    font-size: 1.125rem;

    color: #ff3514;

}

/* Top Bar Right Elements */





/* Home Page Second Style */

.home-welcome{

    margin-top: -90px;

}

/* Home Page Second Style */



/* Home page video starts*/





.banner1 {

    height: auto;

    overflow: hidden;

    margin: auto;

}



.video {

    width: 100%;

    min-height: 500px;

    display: block;

}



.video .myVideo {

    right: 0;

    bottom: 0;

    width: 100%;

    min-height: 0px;

}





/* Home page video ends*/



/*------------------------------------------*/

/*    What We Offer Section

/*------------------------------------------*/

.what-we-offer{

    background-image: url(../images/what_we_offer.jpg);

    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);

    position: relative;

    z-index: 99;

}

/* What We Offer Section */



/*------------------------------------------*/

/*    Page Breadcrumbs Style

/*------------------------------------------*/

.breadcrumbs-page{

    background-image: url(../images/about-1.jpg);

    background-repeat: no-repeat;

   padding: 12rem 0 4rem;

   

/*    background-position: center center !important;*/

    margin-top:0;

}

.breadcrumbs-page .breadcrumb{

    background: transparent;

    color: #FFF;

    padding: 0;

    font-size: 0.875rem;

    font-weight: 500;

}

.breadcrumbs-page .breadcrumb a,

.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before,

.breadcrumb-item.active{

    color: #FFF;

}

.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before {

    top: 1px;

    position: relative;

}

.breadcrumbs-page h1{

    color: #FFF;

    text-transform: uppercase;

    font-size: 1.575rem;

    margin-bottom: 0px;

}

.breadcrumbs-description{

    padding: 0.75rem 1.5rem;

    color: #FFF;

    /*border-left: 2px solid #ff3514;*/

    border-left: 2px solid #fff;

    max-width: 50%;

    margin-top: 15px;

}



.breadcrumb-bg

 {

   width: 32%;

    background: rgba(0, 0, 0, 0.5);

    padding: 1% 0% 1% 4%;

    position: absolute;

    right: 15%;

    bottom: 0px;

    left: 0%;

    z-index: 10;

  }



.abt-bg { width: 15%;}



.matur-bg{ width: 25%; }



.cntc-bg { width: 18%; }



.veerp-ng {width: 24%;}



.veero-laboratory {width: 46%;}



.veero-pms {width: 42%;}



.veero-ir-ite {width: 42%;}



.veero-smhd {width: 39%;}



/* Page Breadcrumbs End */



/*------------------------------------------*/

/*    Video Popup Style

/*------------------------------------------*/

.video-icon{

    position:absolute;

    left:50%;

    margin:-35px 0 0 -35px;

    top:50%;

}

.video-box {

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 9990000;

    display: none;

    position: fixed;

    overflow: hidden;

    background-color: #000000;

}

.video-box iframe {

    float: left;

    width: 100%;

    height: 100%;



    -webkit-border: 0;

    -moz-border: 0;

    -o-border: 0;

    border: 0;

}

.video-box .close-video {

    top: 17px;

    left: 17px;

    width: 50px;

    height: 50px;

    color: #ffffff;

    font-size: 25px;

    cursor: pointer;

    line-height: 50px;

    text-align: center;

    position: absolute;

    background-color: #59585b;



    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    -o-border-radius: 3px;

    border-radius: 3px;



    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;



    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.video-box .close-video:hover {

    color: #21252b;

    background-color: #ffffff;

}

/*------------------------------------------*/

/*    Footer Widgets

/*------------------------------------------*/

.footer-widget-menu ul li{

    /*padding: 0px 0 14px 0;*/

    padding: 0px 0 6px 0;

}

.footer-widget-menu ul li *{

    -webkit-transition: all 400ms ease-in-out;

    -moz-transition: all 400ms ease-in-out;

    -o-transition: all 400ms ease-in-out;

    -ms-transition: all 400ms ease-in-out;

    transition: all 400ms ease-in-out;

}

.footer-widget-menu ul li a span{

    text-decoration: underline;

}

.footer-widget-menu ul li a i{

    padding: 0 10px 0 0;

    /*color: #ff3514;*/

    color:rgba(221, 221, 221, 0.75);

    text-decoration: none !important;

}

.footer-widget-menu ul li a:hover i{

    padding: 0 10px;

}

.footer-widget-contact i{

    color: #99a0a3;

    /*font-size: 24px;

    margin-top: 4px;*/

    font-size: 20px;

    margin-top: 2px;

}

.footer-widget-contact a{

    /*color: #ff3514;*/

    color: rgba(221, 221, 221, 0.75);

}

.footer-widget-tweet i{

    color: #99a0a3;

    margin-right: 18px;

}

.footer-widget-tweet .btn-theme{

    background: #1c95de;

    font-size: 13px;

    margin-top: 30px; 

}

.footer-widget-tweet .btn-theme i{

    margin: 0;

    color: #FFF;

}

/*------------------------------------------*/

/*    Miscellenours

/*------------------------------------------*/

#body-content{

    overflow-y: hidden;

}

.bs-docs-grid .col-md-1 span, 

.bs-docs-grid .col-md-2 span, 

.bs-docs-grid .col-md-3 span, 

.bs-docs-grid .col-md-4 span, 

.bs-docs-grid .col-md-5 span, 

.bs-docs-grid .col-md-6 span, 

.bs-docs-grid .col-md-4 span, 

.bs-docs-grid .col-md-8 span, 

.bs-docs-grid .col-md-9 span, 

.bs-docs-grid .col-md-10 span {

    background-color: #f4f4f4;

    display: block;

    line-height: 40px;

    margin-bottom: 20px;

    min-height: 40px;

    font-size: 0.775rem;

    text-align: center;

}

.dropdown-menu[x-placement^=bottom], 

.dropdown-menu[x-placement^=left], 

.dropdown-menu[x-placement^=right], 

.dropdown-menu[x-placement^=top] {

    right: auto;

    bottom: auto;

}

.cbp-l-grid-work .cbp-item-wrapper, 

.cbp-l-grid-mosaic-projects .cbp-item-wrapper {

    background: #FFF;

    padding: 10px;

    box-shadow: none;

    text-align: center;

    border: none;

}

.cbp-l-grid-work-title,

.cbp-l-grid-work-desc{

    display: none;

}

.gallery-link{

    position: absolute;

    z-index: 999;

    right: -70px;

    top: -2px;

    

    background: #ff3514;



    -webkit-transition: all 400ms ease-in-out;

    -moz-transition: all 400ms ease-in-out;

    -o-transition: all 400ms ease-in-out;

    -ms-transition: all 400ms ease-in-out;

    transition: all 400ms ease-in-out;

    

}



.gallery-link a{

    padding: 10px 15px;

    display: inline-block;

}

.gallery-link a:hover{

    color: #000;

}

.cbp-item-wrapper:hover .gallery-link{

    right: -3px;

}



/**********************************************************************************************************************************************

                                                            Code By Ghatoo

***********************************************************************************************************************************************/



/************************** Home Page **************************/



/*Slider S...*/



/*

.carousel-inner { height: 100vh; }



.carousel-item{ height: 100vh; }

*/



.carousel-caption { left: 0%; float: left; bottom: 8%;  background: rgba(0, 0, 0, 0.7); text-align: left; padding: 2% 5%; }



.customized-caption{width: 47%;  padding: 2% 2% 2% 5%;}



.veeroproduct-caption{width: 47%; padding: 2% 2% 2% 5%;}



.manufacturing-caption{width: 40%; padding: 2% 2% 2% 5%;}



.carousel-item h2{ font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 40px; margin-bottom: 20px; }



.carousel-item .rev-btn{ line-height: 24px; padding: 10px 30px; }



.carousel-item .rev-btn a{ color: #fff; }



/*Slider E...*/



/*USB's S...*/



.usb-bg{ background: #242486; padding: 2% 12%; }



.usb-bg .col-lg-3{ display: -webkit-box; padding: 0px; border: 1px #fff solid; overflow: hidden; max-width: 23%; margin: 0 1%;}



.usb-bg .col-lg-3 img{ position: relative; }



.usb-bg-overlay .col-sm-auto{ margin-top: 15px; }





.usb-bg-overlay { background: rgba(0, 0, 0, 0.75); position: absolute; bottom: 0; padding: 8% 4%; width: 100%; color: #fff; text-align: center; transition: all 900ms ease;}

.usb-bg-overlay h2 { font-size: 19px;}



.col-lg-3:hover .usb-bg-overlay { padding: 14% 4%;  bottom: 0%;  transition: all 800ms ease; }



 .col-lg-3 .usb-bg-overlay .col-sm-auto{ display: none;  -webkit-transition-duration: 0.5s; transition-duration: 0.5s; /*transition: all 600ms ease; */}



 .usb-bg  .col-lg-3:hover .usb-bg-overlay .col-sm-auto{ display: block; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; transition: all 600ms ease; }



/*USB's E...*/



/*Business Verticals S...*/



.be{margin: auto; }



.be .col-12 {margin: 0 0 8% 0; }



.be .col-md-3 {margin: 0 0 2.5% 0; }



.be .mob { display: none; }



.be .tp-resizeme { line-height: 24px; padding: 10px 30px; margin-left: auto; margin-right: auto;  }



.be .tp-resizeme a{ color: #fff; }



.row2{ padding: 3.1rem 1rem !important; }



.p-color { color: #084e94; }



.p-color:hover{ color: #084e94; }



.icon-box-6 img{ width: 25%; margin-bottom: 8%; }





.core-s{ margin: auto; }



.core-s h4.h4-md { font-size: 1.125rem; position: absolute; top: 40%; }



.icon-box-6 { border: 1px solid #d2d2d2; padding: 2.5rem 1rem; text-align: center; margin-bottom: 0px; }



/*Business Verticals E...*/



/*Counter Col S...*/



.counter-bg .col-lg-2 {

    -ms-flex: 0 0 20%;

    flex: 0 0 16%;

    max-width: 30% !important;  

}



.counter-style-1 img{ width: 35%; display: block; margin-left: auto; margin-right: auto; }



/*Counter Col E...*/



/*Callout S...*/



.iwv{ color: #020663; }

.iwv .btn-theme.light { background: #020663 !important; color: #fff !important;}

.white-bg{ background: rgb(230, 230, 230); }



/*Callout E...*/



/*Footer S...*/



.sub{ font-size: 12px; }



.footer-nav { width: 50%; }



    .footer-nav  .col-md-6 { flex: 0 0 100%; max-width: 100%; } 

    

    .Quick-links .col-md-6 { flex: 0 0 50%; max-width: 50%; }



/*Footer E...*/





/************************** About Us Page **************************/



.vm{ display: -webkit-box; }



.vm .service-icon {

    width: 100px;

    height: 100px;

}



.vm i { font-size: 40px; color: #020663; }



.map-img{ margin-top: 3%; text-align: center; }



.map-img img{ display: block; margin-left: auto; margin-right: auto; margin-top: 4%; }



.why-choose{ padding: 60px 0 !important; margin-top: -45px; }



/*Core Values S...*/



.cv { padding: 60px 0 !important; }



.cv .col-4 { width: 22%; }



.cv .col-12{ display: -webkit-box; }



.cv .col-12 .col-6{margin:0 0 3% 0px; }



.cv .col-12:nth-child(4) .col-6{margin: 0 0px; }



.cv .col-6{margin: 5% 0px; }



.cv .rows { display: flex; }



.cv .row-p { display: flex; /* width: 85%; */ width: 68%; }

.cv .row-p p { margin-bottom: 0px;width: 98%; }



.cv .v-icons { width: 85px; margin-right: 15px; }





/*Core Values E...*/



/*Careers S...*/



.careers{ margin: 3% auto; background: url(../images/careers.jpg) center; background-size: contain; }



.careers h2 { color: #FFF; text-align: center; font-weight: 300; margin-bottom: 10px !important; }



.careers li  { text-align: center; }



.careers li a { color: #FFF; }



/*Careers E...*/



.media-body p{ text-align: center; font-size: 20px; }



/*Sustainability S...*/



.sustainability-bg { background-image: url(../images/Sustainability.jpg); background-repeat: no-repeat; background-position: center center; text-align: center; }



.sustainability-bg .heading-main { margin-bottom: 30px; color: #fff; }



.sustainability-bg p { color: #fff; font-size: 16px; }





/*Sustainability E...*/



.wide-tb-100 .pb-5 { padding: 3rem 0!important; }



.lob{ display: -webkit-box; }



.lob li { list-style-type: disc; }



/*Our Company Locations S...*/



/*.india{ width: 67%; border-right: 1px solid #242486; }*/
.india{ width: 65%; border-right: 1px solid #242486; }



.india h2, .philippines h2 { font-weight: 400; font-size: 26px; text-align: center; margin: 0 0 20px 0; text-transform: uppercase; }



.india .row{ padding: 0px; display: -webkit-inline-box; margin: 0px; }



.india .row .col-md-6{ padding: 0 10px; }



.india .row .col-md-6:nth-child(1){ padding: 0 10px 0 10px; margin-bottom: 20px; }



.philippines{ width: 33%; }



.philippines .col-md-12 { width: 96%; margin-left: 10px; padding: 0px; }



.box { height: auto; background: orange; width: 100%; background-position: center; background-size: cover; position: relative; } 



.box:hover .the-content-box { transform: translateY(0%); background: rgba(0, 0, 0, 0.8); }



.box:hover .the-content-box hr { width: 20%; transition-delay: 400ms; }



.box:hover .the-content-box p { opacity: 1; transition: all 400ms ease; transform: translateY(0%); transition-delay: 600ms; }



.box:hover .the-content-box a { opacity: 1; transform: translateX(0%); transition-delay: 900ms; }



.box-inner { position: absolute; bottom: 0; padding: 20px 00px; overflow: hidden; width: 100%; }



.box-inner .btn-theme a{ color: #fff; }



.box-inner h3 { font-size: 18px; padding-top: 15px; }



.the-content-box { position: relative; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.6); color: white; transform: translateY(80%); transition: all 600ms ease; top:20px;}



.the-content-box h1 { padding: 0.2em 0em 0em 0em; margin: 0; }



.the-content-box hr {  background: #4A89CD; height: 3px;  border: none; margin: 0em 0em 0.5em 0em; width: 0; transition: all 400ms ease; }



.the-content-box p { letter-spacing: 1px; opacity: 0; transition: all 900ms ease; transform: translateY(40%); font-weight: lighter; font-size: 0.9rem; }



/*.the-content-box a { display: inline-block; background: #4A89CD;background:rgb(2, 6, 99);  padding: 0.5em 1em; color: white; text-decoration: none; font-weight: bolder;  position: relative; transition: all 600ms ease; opacity: 0; transform: translateX(20%); text-transform: uppercase;}*/



.the-content-box a:hover { background: #242486; }



/*.content-box-inner { padding: 0em 1em; height:257px;  }*/
.content-box-inner { padding: 0em 1em; height:266px;  }


/*Our Company Locations E...*/



.csr{ padding: 3% 0; }



.csr .p-5{ padding: 3rem 1% !important; }



.addr{ margin-bottom: 5px; font-weight: 500 !important; }





/************************** Capabilities Page **************************/



.cap{ margin: auto; }



.cap-bg{ background: #848484; padding: 5% 3%; color:#fff; }



.cap-bg-one{ background: #020663; padding: 5% 3%; color:#fff; }



.cap, .icon-box-5 { width: 90px; height: 90px; color: #262688; }



/************************** VOM Page **************************/



.veero-products{ background-image: url(../images/banenr-inner.jpg); }



.product-list-box{ margin: auto 8%; }



.product-list-box .col-md-4 { border: 1px solid #c5c5c5; padding: 20px; margin: 1%; max-width: 31.3%; }



.product-list-box .col-md-4 h3 { font-weight: 400; font-size: 22px; text-transform: uppercase; margin: 15px 0; text-align: center; color: #242486; }



.btn-theme a { color: #fff; }



.product-list{ margin: auto; padding: 3% 0px; }



.product-list:nth-child(1){ padding: 0 0 3% 0; }



.product-list .owl-carousel .owl-item img{ border: 1px solid #d2d2d2; }



.product-list .owl-carousel .owl-item p{ margin-bottom: 0px; margin-top: 0px; text-align: center; color: #fff; font-weight: 500; font-size: 12px; background: rgb(2, 6, 99); text-transform: uppercase; padding: 7px; }



.butt .tp-caption a { color: #fff !important;}



.butt .tp-caption a { color: #fff !important;}



.modal-header .mb-4{ margin-bottom: 0!important; }



.form-group { width: 100%; padding: 0px 20px; }



/************************** Laboratory Water Purification System Page **************************/



.subnav .btn-theme, .mob-view .btn-theme { border: 1px #020663 solid; margin: 10px 10px 10px 0;}



.subnav .btn-theme a, .mob-view .btn-theme a{ color: #020663 !important; }



.subnav .btn-theme:hover, .mob-view .btn-theme:hover{ background: #020663; }



.subnav .btn-theme a:hover, .mob-view .btn-theme a:hover{ color: #fff !important; }



.subnav .btn-theme-active, .mob-view .btn-theme-active{ background: #020663; color: #fff !important; }



.subnav .btn-theme-active a, .mob-view .btn-theme-active a{ color: #fff !important; }



.p-list-inner .butt .btn-theme{ margin: 0px 10px 10px 0;  }



.mob-view { display: none; }



.modal-header .fw-4{ margin-bottom: 0px; }



/*.form-group .wpcf7-submit{ padding: 10px 30px; border: none; background: #020663; color: #fff; text-transform: uppercase; border-radius: .25rem; }*/



/************************** Customised Product Page **************************/



/** /font-icons/**/

@font-face {

	font-family: 'Slide-icons';

	src:url('../font/Slide-icons.eot');

}

@font-face {

	font-family: 'Slide-icons';

	src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'),

		 url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format('truetype');

	font-weight: normal;

	font-style: normal;

}



.customised-product{ background-image: url(../images/customised.jpg); }





.gallery {

    margin-left: -40px;

}

.gallery li {

    width: 160px;

	display: inline-block;

    margin: 0 10px;

}



.gallery-space-top{ position: relative; top: -18px; }



.gallery-space-bottom{ margin-top: 25px !important;  }



.gallery-space-bottom1{ margin-top: 25px !important;  }



.gallery li a img{

    border: 1px solid #d2d2d2;

}



.gallery li p{

	margin-bottom: 0px;

    margin-top: 0px;

    text-align: center;

    color: #fff;

    font-weight: 500;

    font-size: 12px;

    background: rgb(2, 6, 99);

    text-transform: uppercase;

    padding: 7px;

}



.gallery li .p-height {height: 68px;}



.gallery li .p-height1 {height: 86px;}



.title { line-height: 24px !important; }



.title br { display: none; }



#lightGallery-Gallery img {

	border: none!important;

}

#lightGallery-outer{

	width: 100%;

	height: 100%;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 99999!important;

	overflow: hidden;

	-webkit-user-select: none;

	-moz-user-select: none;

	user-select: none;

	opacity:1;

	-webkit-transition: opacity 0.35s ease;

	-moz-transition: opacity 0.35s ease;

	-o-transition: opacity 0.35s ease;

	-ms-transition: opacity 0.35s ease;

	transition: opacity 0.35s ease;

	background: #0d0d0d;

}



/*lightGallery starting effects*/

#lightGallery-Gallery.opacity{

	opacity: 1;

	transition: all 1s ease 0s;

	-moz-transition: all 1s ease 0s;

	-webkit-transition: all 1s ease 0s;

	-o-transition: all 1s ease 0s;

	-ms-transition: all 1s ease 0s;

}

#lightGallery-Gallery.opacity .thumb_cont{

	opacity: 1;

}

#lightGallery-Gallery.fadeM{

	opacity: 0;

	transition: all 0.5s ease 0s;

	-moz-transition: all 0.5s ease 0s;

	-webkit-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	-ms-transition: all 0.5s ease 0s;

}

/*lightGallery starting effects*/





/*lightGallery core*/

#lightGallery-Gallery {

	height: 100%;

    opacity: 0;

    width: 100%;	

	transition:all 1s ease 0s;

	-moz-transition: all 1s ease 0s;

	-webkit-transition: all 1s ease 0s;

	-o-transition: all 1s ease 0s;

	-ms-transition: all 1s ease 0s;

}

#lightGallery-slider {

	height: 100%;

	left: 0;

	top: 0;

	width: 100%;

	white-space: nowrap;

	position: absolute;

}

#lightGallery-slider .lightGallery-slide {

    background:url(../img/loading.gif) no-repeat scroll center center transparent;

    display: inline-block;

    height: 100%;

    line-height: 1px;

    text-align: center;

    width: 100%;

}

#lightGallery-slider.slide .lightGallery-slide{

	 position: absolute;	

	 opacity: 0.4;

}

#lightGallery-slider.fadeM .lightGallery-slide{

	position:absolute;

	left:0;

	opacity:0;

}

#lightGallery-slider.animate .lightGallery-slide{

	position:absolute;

	left:0;

}

#lightGallery-slider.fadeM .current{

	opacity:1;	

}

#lightGallery-Gallery.opacity .lightGallery-slide.current img, #lightGallery-Gallery.opacity .lightGallery-slide.current iframe {

	transform:scale(1, 1);

	-moz-transform:scale(1, 1);

	-ms-transform:scale(1, 1);

	-webkit-transform:scale(1, 1);

	-o-transform:scale(1, 1);

}

.lightGallery-slide.current img, .lightGallery-slide.current iframe {

	transform:scale(0.5, 0.5);

	-moz-transform:scale(0.5, 0.5);

	-ms-transform:scale(0.5, 0.5);

	-webkit-transform:scale(0.5, 0.5);

	-o-transform:scale(0.5, 0.5);

	transition: all 1s ease 0s;

	-moz-transition: all 1s ease 0s;

	-webkit-transition: all 1s ease 0s;

	-o-transition: all 1s ease 0s;

	-ms-transition: all 1s ease 0s;

}

#lightGallery-Gallery.fadeM .lightGallery-slide.current img, #lightGallery-Gallery.fadeM .lightGallery-slide.current iframe{

	transform:scale(0.5, 0.5);

	-moz-transform:scale(0.5, 0.5);

	-ms-transform:scale(0.5, 0.5);

	-webkit-transform:scale(0.5, 0.5);

	-o-transform:scale(0.5, 0.5);

}

#lightGallery-slider.fadeM.on .current{

	opacity:1;	

	transition: all 0.5s ease 0s;

	-moz-transition: all 0.5s ease 0s;

	-webkit-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	-ms-transition: all 0.5s ease 0s;

}

#lightGallery-slider.fadeM .lightGallery-slide {

	transition: opacity 0.4s ease 0s;

	-moz-transition: opacity 0.4s ease 0s;

	-webkit-transition: opacity 0.4s ease 0s;

	-o-transition: opacity 0.4s ease 0s;

	-ms-transition: opacity 0.4s ease 0s;

}

#lightGallery-slider.slide .lightGallery-slide {

	transform:translate3d(100%, 0px, 0px);

	-moz-transform:translate3d(100%, 0px, 0px);

	-ms-transform:translate3d(100%, 0px, 0px);

	-webkit-transform:translate3d(100%, 0px, 0px);

	-o-transform:translate3d(100%, 0px, 0px);

}

#lightGallery-slider.slide.on .lightGallery-slide {

    opacity: 0;

}

#lightGallery-slider.slide .lightGallery-slide.current {

    opacity: 1 !important;

	transform:translate3d(0px, 0px, 0px) !important;

	-moz-transform:translate3d(0px, 0px, 0px) !important;

	-ms-transform:translate3d(0px, 0px, 0px) !important;

	-webkit-transform:translate3d(0px, 0px, 0px) !important;

	-o-transform:translate3d(0px, 0px, 0px) !important;

}

#lightGallery-slider.slide .lightGallery-slide.prevSlide {

	opacity: 0;

    transform: translate3d(-100%, 0px, 0px);

	-moz-transform:translate3d(-100%, 0px, 0px);

	-ms-transform:translate3d(-100%, 0px, 0px);

	-webkit-transform:translate3d(-100%, 0px, 0px);

	-o-transform:translate3d(-100%, 0px, 0px);

}

#lightGallery-slider.slide .lightGallery-slide.nextSlide {

	opacity: 0;

    transform: translate3d(100%, 0px, 0px);

	-moz-transform:translate3d(100%, 0px, 0px);

	-ms-transform:translate3d(100%, 0px, 0px);

	-webkit-transform:translate3d(100%, 0px, 0px);

	-o-transform:translate3d(100%, 0px, 0px);

}

#lightGallery-slider.slide.on .lightGallery-slide, #lightGallery-slider.slide.on .current, #lightGallery-slider.slide.on .prevSlide, #lightGallery-slider.slide.on .nextSlide{

	transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;

	-moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;

	-webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;

	-o-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;

	-ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;

}

#lightGallery-slider.speed .lightGallery-slide, #lightGallery-slider.speed .current, #lightGallery-slider.speed .prevSlide, #lightGallery-slider.speed .nextSlide{

	transition-duration:inherit !important;

	-moz-transition-duration:inherit !important;

	-webkit-transition-duration:inherit !important;

	-o-transition-duration:inherit !important;

	-ms-transition-duration:inherit !important;

}

#lightGallery-slider.timing .lightGallery-slide, #lightGallery-slider.timing .current, #lightGallery-slider.timing .prevSlide, #lightGallery-slider.timing .nextSlide{

	transition-timing-function:inherit !important;

	-moz-transition-timing-function:inherit !important;

	-webkit-transition-timing-function:inherit !important;

	-o-transition-timing-function:inherit !important;

	-ms-transition-timing-function:inherit !important;

}

#lightGallery-slider .lightGallery-slide:before {

	content: "";

	display: inline-block;

	height: 50%;

	width: 1px;

	margin-right: -1px;

}

#lightGallery-slider .lightGallery-slide img {

	display: inline-block;

	max-height: 100%;

	max-width: 100%;

    margin: 8.5% 0;

	padding: 0;

    width: auto;

	/*width: 520px;*/

	height: auto;

	vertical-align: middle;

}

/*lightGallery core*/





/*action*/

#lightGallery-action {

	bottom: 20px;

	position: absolute;

	left: 50%;

	margin-left: -55px;

	z-index: 9;

}

#lightGallery-action a {

	margin: 0 3px 0 0 !important;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

	position: relative;

	top: auto;

	left: auto;

	bottom: auto;

	right: auto;

	display: inline-block !important;

	display: inline-block;

	vertical-align: middle;

	 *display: inline;

	  *zoom: 1;

	background-color: rgba(0, 0, 0, 0.65);

	font-size: 16px;

	width: 28px;

	height: 28px;

	font-family: 'Slide-icons';

	color: #FFF;

	cursor: pointer;

}

#lightGallery-action a:hover, #lightGallery-action a:focus {

	background-color: rgba(0, 0, 0, 0.85);

}

#lightGallery-action a#lightGallery-prev:before, #lightGallery-action a#lightGallery-next:after {

	content: "\e01d";

	left: 5px;

	bottom: 3px;

	position: absolute;

}

#lightGallery-action a#lightGallery-prev:before {

	content: "\e01d";

}

#lightGallery-action a#lightGallery-next:after {

	content: "\e01b";

}

#lightGallery-action a.cLthumb:after {

	font-family: 'Slide-icons';

  	content: "\e01c";

	left: 6px;

	bottom: 4px;

	font-size: 16px;

	position: absolute;

}

/*action*/



/*lightGallery Thumb*/

#lightGallery-Gallery .thumb_cont {

	position: absolute;

	bottom: 0;

	width: 100%;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	background-color: #000000;

	-webkit-transition: max-height 0.4s ease-in-out;

	-moz-transition: max-height 0.4s ease-in-out;

	-o-transition: max-height 0.4s ease-in-out;

	-ms-transition: max-height 0.4s ease-in-out;

	transition: max-height 0.4s ease-in-out;

	z-index: 9;

	max-height: 0;

	opacity:0;

}

#lightGallery-Gallery .thumb_cont.open {

	max-height: 350px;

}

#lightGallery-Gallery .thumb_cont .thumb_inner {

	margin-left: -12px;

	padding: 12px;

	max-height: 290px;

	overflow-y: auto;

}

#lightGallery-Gallery .thumb_cont .thumb_info {

	background-color: #333;

	padding: 7px 10px;

}

#lightGallery-Gallery .thumb_cont .thumb_info .count {

	color: #ffffff;

	font-weight: bold;

	font-size: 12px;

}

#lightGallery-Gallery .thumb_cont .thumb_info .close {

	color: #FFFFFF;

	display: block;

	float: right !important;

	opacity: 0.6;

	-webkit-transition: opacity 0.3s ease 0s;

	-moz-transition: opacity 0.3s ease 0s;

	-o-transition: opacity 0.3s ease 0s;

	-ms-transition: opacity 0.3s ease 0s;

	transition: opacity 0.3s ease 0s;

	z-index: 1090;

	cursor:pointer;

}

#lightGallery-Gallery .thumb_cont .thumb_info .close i:after, #lightGallery-close:after{

	content: "\e01a";

	font-family: 'Slide-icons';

	font-style:normal;

}

#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {

	opacity: 1;

	filter: alpha(opacity=100);

	-webkit-transition: opacity 0.3s ease;

	-moz-transition: opacity 0.3s ease;

	-o-transition: opacity 0.3s ease;

	-ms-transition: opacity 0.3s ease;

	transition: opacity 0.3s ease;

}

#lightGallery-Gallery .thumb_cont .thumb {

	display: inline-block !important;

	vertical-align: middle;

 *display: inline;

  /* IE7 inline-block hack */



  *zoom: 1;

	margin-bottom: 4px;

	margin-left: 4px;

	width: 94px;

	height: 94px;

	opacity: 0.6;

	filter: alpha(opacity=60);

	overflow: hidden;

	border-radius: 3px;

	border: 3px solid transparent;

	-webkit-transition: border-color linear .2s, opacity linear .2s;

	-moz-transition: border-color linear .2s, opacity linear .2s;

	-o-transition: border-color linear .2s, opacity linear .2s;

	-ms-transition: border-color linear .2s, opacity linear .2s;

	transition: border-color linear .2s, opacity linear .2s;

}

#lightGallery-Gallery .thumb_cont .thumb > img {

	height: 100%;

}

#lightGallery-Gallery .thumb_cont .thumb.active, #lightGallery-Gallery .thumb_cont .thumb:hover {

	opacity: 1;

	filter: alpha(opacity=100);

	border-color: #ffffff;

}

/*lightGallery Thumb*/



/*lightGallery Video*/

#lightGallery-slider .video_cont {

	display: inline-block;

	max-height: 100%;

	max-width: 100%;

	margin: 0;

	padding: 0;

	width: auto;

	height: auto;

	vertical-align: middle;

}

#lightGallery-slider .video_cont {

	background: none;

	max-width: 1140px;

	max-height: 100%;

	width: 100%;

	box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

}

#lightGallery-slider .video {

	width: 100%;

	height: 0;

	padding-bottom: 56.25%;

	overflow: hidden;

	position: relative;

}

#lightGallery-slider .video iframe {

	width: 100%!important;

	height: 100%!important;

	position: absolute;

	top: 0;

	left: 0;

}

/*lightGallery Video*/





/*lightGallery info Title Desc*/

#lightGallery-slider .info {

    color: #FFFFFF;

    padding: 10px 0;

    position: absolute;

    top: 8%;

    width: 100%;

}

#lightGallery-slider .info span {

  display: block;

  line-height: 1;

}

#lightGallery-slider .info span:last-child {

	margin-top:6px;

}

#lightGallery-slider .info .title {

    font-size: 1.5rem;

    text-transform: uppercase;

/*    font-weight: bold;*/

}

#lightGallery-slider .info .desc {

    color: #DDDDDD;

    font-size: 14px;

    padding: 5px 0;

}

/*lightGallery info Title Desc*/







/*lightGallery Close*/

#lightGallery-close {

	color: #FFFFFF;

	height: 20px;

	opacity: 0.6;

	filter: alpha(opacity=60);

	position: absolute;

	right: 20px;

	top: 20px;

	transition: opacity 0.3s ease 0s;

	-webkit-transition: opacity 0.3s ease 0s;

	-moz-transition: opacity 0.3s ease 0s;

	-o-transition: opacity 0.3s ease 0s;

	-ms-transition: opacity 0.3s ease 0s;

	width: 20px;

	z-index: 1090;

	cursor:pointer;

}

#lightGallery-close:hover {

	opacity: 1;

	filter: alpha(opacity=100);

	-webkit-transition: opacity 0.3s ease;

	-moz-transition: opacity 0.3s ease;

	-o-transition: opacity 0.3s ease;

	-ms-transition: opacity 0.3s ease;

	transition: opacity 0.3s ease;

}



/************************** Veer-o-products Page **************************/



.mob-view{ display: none; }





/************************** Design and Engineering Page **************************/



.design-engineering{ background-image: url(../images/Design&Engineering.jpg); }





/************************** Manufacturing Page **************************/



.manufacturing{ margin: auto; }



.manufacturing-bg{ background-image: url(../images/manufacturing.jpg)   ; }



.manufacturing .accordion{ margin-top: 2%; }



.manufacturing .col-md-6{ display: block; }



.manufacturing .col-md-6 .fw-4{ margin-bottom: 0px; }



.manufacturing .card{ margin: 5px 0 10px 0; }



.manufacturing .card-header { padding: 10px 20px; margin-bottom: 0; background-color: #e6e6e6; border-bottom: 1px solid rgba(0,0,0,.125); }



.manufacturing .card-header:hover { background-color: #7c7e80; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }



.manufacturing .card-header:hover  h2  {  -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }



.manufacturing .btn-link, .btn-link a, .btn-link:hover, .btn-link:focus { font-weight: 400; color: #000; background-color: transparent; text-decoration: none; padding: 0px; }



.manufacturing .btn h2 { font-size: 1.5em; text-transform: capitalize; }



.you-video{ padding-top: 2%; }



.you-video iframe{ width:800px; height:450px; margin-left: auto; margin-right: auto; display: block; }



.card-body p { margin-bottom: 0px; margin-top: 10px; }



/************************** Contact Us Page **************************/



.contact-us-bg{ background-image: url(../images/contact.jpg); }



.form-control{ border-radius: 20px; }



https://goo.gl/maps/sKTCiQTnknBE4zLh6



https://goo.gl/maps/88td7z5dQTXNzBGb8



/*********************** site map *******************************/

.a{}

.joblist{ padding: 0 30px 20px 0;} 
.joblist a{color: #3206c7;text-decoration: underline;font-weight: 600;font-size: 15px;}
.titleone{border-bottom: 1px solid #020663;padding: 0 0 20px;margin: 0 0 50px;}
.backlink a{ color: #fff;}
.bnrhed{
    color: #fff;
    margin: 10px 0 20px;
    }
.desig{ color: #fff;}
.position{color: #fff;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #98928b;
    border-radius: 5px;
    margin: 10px 0 40px;}
.aplybtn a{ color: #fff;
    background: #1212e6;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 6px;}
.breadcrumbs-pages {
    background:#020663;
    background-repeat: no-repeat;
    padding: 12rem 0 4rem; 
    margin-top: 0;
}
.careerform{ padding: 30px; background: #eee;}
.careerform input{ background: #fff;
    border: 1px solid #ddd; margin: 0 0 20px;
    padding: 10px 20px;
    width: 100%;}.careerform h5{ margin: 0 0 20px;}
    .careerform button{background: rgba(8, 8, 120, 0.88) !important;
        border: none;
        padding: 15px 36px;
        text-align: center;
        color: #fff;
        width: auto;
        margin: 20px 0 0;
        cursor: pointer;
    }
.joblist h5{font-weight: 600;margin: 0 0 10px;color: #000;}


.careerform [type="file"] {
    height: 0;
    overflow: hidden; display: none;
    width: 0; padding:0 !important; border: none !important; margin: 0 !important;
  }
  .careerform textarea{background: #fff;
    border: 1px solid #ddd;
    margin: 0 0 10px;
    padding: 10px 20px;min-height: 150px;
    width: 100%;}
   .input-file-container {
  position: relative;
  
} 
.js .input-file-trigger {
  display: inline-block;
  padding: 14px 45px;
  background: #39D2B4;
  color: #fff;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;text-align:center;
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 100%
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #34495E;
  color: #fff;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold; text-align: center;
}
.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}.joblist a:hover{ text-decoration: none;}
.listcol{margin: 0;padding: 0px 0 0 20px;list-style-type: disc;}
.listcol li{padding: 0 0 15px 0;position: relative;list-style-type: disc;}
.sidebar{ background: #eee; padding:0px; min-height: 500px}
.listcol p{ margin: 0;}
.sidebar h4{
    font-size: 14px;
    background: #020663;
    padding: 15px 25px;
    margin: 0 0 0px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    }
    .sidebar ul{ padding: 0 0 20px; margin: 0;} 
    .sidebar ul li a{display: block;padding: 10px 40px 10px 20px;border-bottom: 1px solid #ddd;position: relative;}
.r_bar form{ background: #f1f1f1; padding: 20px;}
.r_bar form input, .r_bar form textarea{ width: 100%; padding: 10px 20px; margin: 0 0 15px; border: 1px solid #ccc;}
.r_bar form button{ background: #020663; border: none; padding: 10px 20px; color: #fff; font-weight: bold; width: 100%; border: none;}
.r_bar h5{ font-size: 15px; margin: 0 0 20px; text-align: center;}
.r_bar h4{ text-align: center;}
.sidebar ul li a i{position: absolute;right: 20px;top: 36%;}.tickul { padding: 0px 0 0;}
.tickul li{ padding: 0 0 20px 40px; position: relative;}
.tickul li svg{position: absolute;
    left: 0;
    top: 0px;
    font-size: 25px;
    color: #10107f;}
.pad_t30{padding-top: 30px;}
.breadcrumbs-page h1{font-size: 1rem;}
.activelink{
    color: #020663;
    background: #f9f9f9;
    border-left: 1px solid #eee;
    }.induicons { text-align: center;}.induicons h5{ margin: 10px 0 30px; font-size: 18px;}
.induicons img{ min-height: 80px;max-height: 80px;}
.ficons i{ font-size: 60px; padding: 0 0 20px;color: #242486;}.ficons{ text-align: center;}
.whentext h5{ font-size: 16px; text-align: center; padding: 20px 0 20px;}
.pad_t30{ padding-top: 30px;}
.dprint.gallery li{margin: 0 5px;}

.ci { padding: 60px 0 !important; margin-bottom: 3%; }

.ci .col-4 { width: 22%; }

.ci .col-12{ display: -webkit-box; padding: 15px 0; }

.ci .col-12 .col-6{margin:0 0 3% 0px; }

.ci .col-12:nth-child(4) .col-6{margin: 0 0px; }

.ci .col-6{margin: 5% 0px; }

.ci .rows { display: flex; }

.ci .row-p { padding: 7% 0; width: -webkit-fill-available; }

.ci .row-p p { margin-bottom: 0px;width: 98%; }

.ci .v-icons { width: 25%; margin-right: 20px; }
.addFlex {
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 405px) minmax(0, 405px);
    grid-gap: 1.6rem;
    justify-content: space-around;
    margin: 3rem 0 0;
}
.whychoose .induicons h5 {
    margin: 0px 50px 50px;
    font-size: initial;
}.whychoose .ficons i {
    font-size: 80px;
    padding: 0 0 20px;
    color: #242486;
    display: block;
}
.whychoose{ padding: 80px 0;}
.pad_t20{ padding-top: 20px;}

.dropfull {
    position: static !important;
}
.dropfull .dropdown-menu{ left: 0; right: 0;padding: 20px;}
.dropfull .dropdown-menu:after{left: 48.5%;}
#lightGallery{ display: flex;}
.dropdown .dropdown-menu .dropdown-menu 
.dropfull .dropdown-menu a, .dropfull .dropdown-menu li > a{border: none;padding: 0;}
.dropfull h4{
    min-height: auto;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-size: 17px;
    font-weight: 600;
}
.dropfull .dropdown-menu li{ padding: 0 0 20px;}
#lightGallery {
    display: table;
}
.dropdown-menu .dropdown{ padding-bottom: 0 !important;}

.gallery li{display: inline-grid;}
.ficons img{ height: 100px;}
.ficons img{ min-height: auto; max-height: inherit;}
.upparcase{ text-transform: uppercase;}
.pad_t30{ padding-top: 30px;}
.mar-top30{ margin-top: 30px;}
.dropdown-menu .nav-item{padding: 0rem 0rem 0 !important;}
.slibtn a{ display: inline-block;
    padding: 5px 20px;
    background: #020663;
    color: #fff;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    font-size: 14px;}
    #lightGallery-slider .lightGallery-slide img{background: #fff;}
.pad_b0{ padding-bottom: 0 !important;}
#lightGallery-slider .lightGallery-slide img{max-height: 325px;}
.icon-box-6{min-height: 217px;}
.sub {
    font-size: 11px;
}.breadcrumb-bg {
    width: 35%;}
   #home-clients .owl-nav{ display: block;}
   #home-clients.owl-carousel .owl-nav button.owl-prev,  #home-clients.owl-carousel .owl-nav button.owl-next{margin: -20px -25px; color: #fff;}
.marb0{ margin-bottom: 0;}
.dropdown-menu a, .dropdown-menu li > a {
    font-size: 0.70rem;}
    .dropfull .dropdown-menu:after {
        left: 58.5%;
    }
    .customized-caption, .manufacturing-caption{ bottom: 6%;padding: 20px 2% 2% 5%;}
.carousel-caption{ height: 250px; width:630px;}
.carousel-caption h2{ font-size: 30px;}
.pad_t30{ padding-top: 30px;}
.pad_t10{ padding-top: 10px;}
.carousel-indicators li{ cursor: pointer;}

.metelbn.carousel-caption{ height: 287px; top: 50.5%;}
.usd-bg-sec{position: relative;}
.core-strengths .media{position: relative; padding-top: 30px; padding-left: 75px; margin-bottom: 20px; min-height: 70px;}
.core-strengths .media .service-icon{position: absolute; left: 0px; top:0px; left:0px; }
.blue-bg{background-color: #06163a;}
.footer-widget-contact .media{position: relative; padding-left: 25px;}
.footer-widget-contact .media i{position: absolute; left:0px; top:0px;}
.accordion .btn-link.focus, .accordion .btn-link:focus {text-decoration: none;  border-color: transparent; box-shadow: none;}
.modal button.close{border-color:transparent; background-color:transparent; font-size:20px;}



 



/* ............ Ritesh Blog Section Css ............... */
.dropdown-menu.blog-ul:after {
    left: 100px
  }
  .blog-head .blog-ul {
    min-width: 140px;
    left: -80px;
  }

.blog-head-part {
    display: flex;
    margin: 50px auto;
    border: 1px solid rgb(232, 232, 232);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*cursor: default;*/
    font-size: 11px;
    overflow: hidden;
    transform: translateZ(0px);
    inset: 0px auto auto 0px;
    /*height: 340.5px;*/
    transition: opacity 0.2s ease 0s;
    opacity: 1;
}
.right-text-part {
    padding: 20px 40px 10px;
}
.right-cursor {
    /*cursor: pointer;*/
}
.right-cursor img {
    background: 50% center / cover no-repeat transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 295px;
    left: 0px;
    object-fit: cover;
    overflow: hidden;
    top: 0px;
    /*cursor: pointer;*/
}
.div-font-head {
    font-size: 28px;
    line-height: 1.4em;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: inherit;
    color: rgb(1, 197, 162);
}
.p-font-head {
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-line-clamp: 3;
    /*cursor: pointer;*/
}
.p-font-down {
    font-size: 16px;
    vertical-align: baseline;
    background: transparent;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-line-clamp: 3;
    /*cursor: pointer;*/
    text-align: justify;
}

.inner-blog-head {
    margin: 30px;
}
img.img-class {
    width: 100%;
}
.veero-p-head {
    padding-top: 20px; 
    text-align: justify;
}
.inner-blog-head img {
    width: 100%;
    padding: 0px 230px 0px 0px;
    height: 370px;
}
.inner-blog-head img.new-width {
    padding: 0px 0px 0px 0px;
}
.blog-head-part h2 {
    font-size: 30px;
}
.read-link button {
    background: #020663;
    border: none;
    padding: 10px 10px;
    color: #fff;
    font-weight: bold;
    width: 30%;
    font-size: 15px;
}
.btn-div-head {
    text-align: center;
    /*padding-top: 10px;*/
}

/* ........ Responsiveness.... */
@media (max-width: 991px) {	
    .blog-head-part.mo-res {
        display: block;
        margin: 50px auto;
        border: 1px solid rgb(232, 232, 232);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        cursor: default;
        font-size: 11px;
        overflow: hidden;
        transform: translateZ(0px);
        inset: 0px auto auto 0px;
        transition: opacity 0.2s ease 0s;
        height: 100%;
        opacity: 1;
        width: 100%;
    }
    
}
@media (max-width: 767px) {	
    .blog-head-part.mo-res {
        display: block;
        margin: 50px auto;
        border: 1px solid rgb(232, 232, 232);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        cursor: default;
        font-size: 11px;
        overflow: hidden;
        transform: translateZ(0px);
        inset: 0px auto auto 0px;
        transition: opacity 0.2s ease 0s;
        height: 100%;
        opacity: 1;
        width: 100%;
    }
    .right-text-part.mo-res {
        padding: 10px;
    }
    .inner-blog-head.mo-res {
        margin: 10px;
    }
     .inner-blog-head img.img-class {
        width: 100%;
        height: 100%;
        padding: 0px;
    }
    .blog-head-part.mo-res img.gallery-item-visible {
        width: 100%;
        height: 100%;
        padding: 0px;
    }
}
@media (max-width: 600px) {
    .blog-head-part.mo-res {
        display: block;
        margin: 50px auto;
        border: 1px solid rgb(232, 232, 232);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        cursor: default;
        font-size: 11px;
        overflow: hidden;
        transform: translateZ(0px);
        inset: 0px auto auto 0px;
        transition: opacity 0.2s ease 0s;
        height: 100%;
        opacity: 1;
    }
    .right-text-part.mo-res {
        padding: 10px;
    }
    .inner-blog-head.mo-res {
        margin: 10px;
    }
     .inner-blog-head img.img-class {
        width: 100%;
        height: 100%;
        padding: 0px;
    }
    .blog-head-part.mo-res img.gallery-item-visible {
        width: 100%;
        height: 100%;
        padding: 0px;
    }
}

@media (max-width: 400px) {
    .blog-head-part.mo-res {
        display: block;
        margin: 50px auto;
        border: 1px solid rgb(232, 232, 232);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        cursor: default;
        font-size: 11px;
        overflow: hidden;
        transform: translateZ(0px);
        inset: 0px auto auto 0px;
        transition: opacity 0.2s ease 0s;
        height: 100%;
        opacity: 1;
    }
    .right-text-part.mo-res {
        padding: 10px;
    }
    .inner-blog-head.mo-res {
        margin: 10px;
    }
    .inner-blog-head img.img-class {
        width: 100%;
        height: 100%;
        padding: 0px;
    }
    .blog-head-part.mo-res img.gallery-item-visible {
        width: 100%;
        height: 100%;
        padding: 0px;
    }
}

/* ............ Ritesh Blog End Here............... */

.box-inner h3 {
    font-size: 18px;
    padding-top: 5px;
}
.the-content-box hr {
    background: #4A89CD;
    height: 3px;
    border: none;
    margin: 0em 0em 0.1em 0em;
    width: 0;
    transition: all 400ms ease;
}
.the-content-box p {
    font-size: 0.8rem;
} 



/*table.veero-certi-table, */
/*table.veero-certi-table tr, */
/*table.veero-certi-table td {*/
/*    border: 1px solid gray;*/
/*    border-collapse: collapse; */
/*}*/
/*table.veero-certi-table tr td {*/
/*    padding: 2px 5px;*/
/*    font-size: 11px;*/
/*}*/

.content-box-inner.new-inner p {
    margin-bottom: 0.4rem;
}
.content-box-inner.new-inner h3 {
        margin-bottom: 0rem;
}
.content-box-inner.new-inner table {
    /*margin-left: 20px;*/
    /*margin-top: -20px;*/
}
ul.veero-ul {
    display: flex;
    padding: 0px 0px;
    gap: 15px;
    margin: 0px;
}
ul.veero-ul li {
    font-size: 0.7rem;
    list-style: none;
}
.veero-certi-div span {
    font-size: 0.77rem;
    color: yellow;
}






/*..................... Ritesh Carousel ....................*/

/*@media (min-width: 768px) {*/
/*  .image-slider-container {*/
/*    width: 80%;*/
/*    margin: 20px auto;*/
/*  }*/
/*}*/


.image-slider-container .swiper .swiper-wrapper {
    display: inline-flex;
}
.image-slider-container .swiper .swiper-wrapper .swiper-slide {
    background: #fff !important;
    width: 158px;
    margin-right: 12px;
    margin-left: 12px;
}
.slider-heading h1 {
    padding-top: 20px;
}
.slider-heading p {
    margin: 15px 30px 35px;
}


.slider-header-head {
background-image: url(../images/clients.jpg);
background-repeat: no-repeat;
background-position: center center;
color: #fff;
text-align: center;
/*padding-top: 70px;*/
height: 400px;
}
.slider-heading {
padding-top: 30px;
}
.swiper-wrapper {
/*overflow: hidden;*/
}
.swiper .owl-nav {
/*display: block;*/
}
.owl-nav button.owl-prev, #home-clients.owl-carousel .owl-nav button.owl-next {
margin: -20px -25px;
color: #fff;
}
.owl-nav button.owl-prev {
left: -25px;
}
.owl-nav button.owl-prev, .owl-nav button.owl-next {
position: absolute;
height: 40px;
width: 40px;
outline: none;
display: inline-block;
color: #4b1616;
font-size: 48px;
font-family: "FontAwesome";
line-height: 44px;
margin: -20px 5px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}






.image-slider-container {
    background-image: url(../images/clients.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    text-align: center;
    overflow: hidden;
}


.image-slider-container .image-slider-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
}

.image-slider-container .image-slider-heading h2 {
  font-size: 17px;
  color: #c7c7c7;
}

.image-slider-container .image-slider-heading .swiper-pagination {
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
  top: 0;
  bottom: 0;
}

.image-slider-container .image-slider-heading .swiper-pagination .swiper-pagination-bullet {
  /*background-color: #e4e4e4;*/
  /*opacity: 100%;*/
  /*width: 15px;*/
  /*height: 10px;*/
  /*border-radius: 100px;*/
  /*transition: 0.5s;*/
  /*margin: 0px 3px;*/
}

.image-slider-container .image-slider-heading .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme);
  width: 30px;
}

.image-slider-container .swiper {
  position: relative;
  margin: 0 12px;
}

.image-slider-container .swiper .swiper-slide {
  width: 170px; 
 
}

.image-slider-container .swiper .swiper-slide .slide-con {
  /*overflow: hidden;*/
  /*height: 220px;*/
  /*margin: 0px 0px;*/
  /*position: relative;*/
  /*border-radius: 10px;*/
  
    background: #fff !important; 
    padding: 10%;
}

.image-slider-container .swiper .swiper-slide .slide-con .slide-details {
  padding: 10px;
  overflow :hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  display: none;
}

.image-slider-container .swiper .swiper-slide .slide-con .slide-details .movie-info {
  text-align: left;
}

.image-slider-container .swiper .swiper-slide .slide-con .slide-details .movie-info h2 {
  font-size: 15px;
  padding: 5px 0px 5px 0px;
}

.image-slider-container .swiper .swiper-slide .slide-con .slide-details .movie-info span {
  font-size: 13px;
  margin-right: 0px;
  color: #727272;
}

.image-slider-container .swiper .swiper-slide .slide-con .slide-details .movie-btns {
  /*display: flex;*/
  /*align-items: stretch;*/
  /*justify-content: space-between;*/
}

.image-slider-container .swiper .swiper-slide .slide-con .slide-details .movie-btns a {
  text-decoration: none;
  color: white;
  padding: 5px 5px;
  font-size: 13px;
  margin: 0px 3px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: transparent;*/
  color: white;
}

.image-slider-container .swiper .swiper-slide .slide-con .slide-details .movie-btns a svg {
  font-size: 15px;
}

.image-slider-container .swiper .swiper-slide .slide-con .slide-details .movie-btns a:hover {
  /*background-color: transparent;*/
  color: white;
  border: 1px solid white;
}

.image-slider-container .swiper .swiper-slide .slide-con .slide-details .movie-btns .imdb-rate {
  width: 100%;
  font-size: 10px;
  color: #ecc900; 
}

.image-slider-container .swiper .swiper-slide .slide-con .slide-details .movie-btns .imdb-rate:hover {
  /*background-color: #ecc900;*/
  color: black;
  border: 0;
}

.image-slider-container .swiper .swiper-slide .slide-con .slide-details .movie-btns .like:hover {
  color: white;
  /*background-color: #ff2a00;*/
  border: 0;
}

.image-slider-container .swiper .swiper-slide .slide-con .slide-details .movie-btns .show-movie:hover {
  color: white;
  /*background-color: #2a4aff;*/
  border: 0;
}

.image-slider-container .swiper .swiper-slide .slide-con:hover .slide-details {
  display: flex;
}

.image-slider-container .swiper .swiper-slide .slide-con:hover div.movie-info {
  animation: 30s 1 m;
}

@keyframes m {
  from {
    transform: translateY(-85px);
  }
  1% {
    transform: translateY(60px);
  }
  1.5% {
    transform: translateY(0px);
  }
  2% {
    transform: translateY(20px);
  }
  2.5% {
    transform: translateY(0px);
  }
  to {
    transform: translateY(0px);
  }
}

.image-slider-container .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /*box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.6);*/
}

/*................. Ritesh Carousel End ..............................*/


