/*=========== Home Page style Start ==========*/

*{
	padding: 0px;
	margin: 0px;
}
img {
    pointer-events: none;
}
.header-top-area {
    background-color: #fff;
    box-shadow: 0 3px 1px -3px gray;
}
.header-top-contact {
    padding: 10px 0;
}
.header-top-contact a{
    color: #282923;
}
.site-branding {
    padding: 12px 0;
}
.open_logo{
    height: 90px;
    width: 130px;
    right: 10px;
    position: absolute;
    z-index: 9999;
    top: 10px;
    /*transform: rotate(15deg);*/
}
/*-- Logo end --*/

.navigation-area {
    background: #ffffff;
    position: relative;
    height: 110px;
    box-shadow: 0px 3px 4px -2px #c6c2c2;
}
.business-nav .menu > li.active > a {
    color: #fff;
    background-color: #1986C9;
}
.business-nav .menu > li {
    float: left;
    padding: 0;
    margin-right: 2px;
}
.business-nav ul.menu > li > a {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    padding: 5px 14px;
    text-transform: capitalize;
    border-radius: 3px;
    font-weight: bold;
}
.business-nav .menu > li ul {
    background-color: #ffffff;
    border-top: 3px solid #1986C9;
    opacity: 0;
    padding: 0px 0;
    position: absolute;
    -webkit-transform: translate3d(0px, 15px, 0px);
    -ms-transform: translate3d(0px, 15px, 0px);
    transform: translate3d(0px, 15px, 0px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 210px;
    z-index: 99;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}
.business-nav .menu > li > ul li a:hover {
    background-color: #1986C9;
    border-radius: 0;
    color: #fff;
    padding-left: 20px;
}
.business-nav .menu > li:hover > a {
    background: #1986C9;
    color: #fff;
}

.mean-container a.meanmenu-reveal {
    background-color: #1986C9;
    border: 1px solid #1986C9;
}
.mean-container .mean-nav ul li a:hover {
    background: #232323;
    color: #1986C9;
    padding-left: 24px;
}



.business-nav ul.menu {
    float: right;
    margin-top: 39px;
}

.custome .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    opacity: 1;
    color: red;
}
.custome .a.btn, button.btn {
    overflow: hidden;
    float: left;
    display: block;
    padding: 10px 30px;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background-color: #1986C9;
    color: #fff;
    font-weight: bold;
}
/*-- Main Menu end --*/

.single-slide {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 522px;
    position: relative;
    background-position: center center;
}
.slide-controls .owl-nav div i {
    border: 2px solid #1986C9;
    border-radius: 50%;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 5px;
    width: 50px;
    color: #1986C9;
}
.slide-controls .owl-nav div i {
    line-height: 48px;
    color: #1986C9;
}
.slide-controls .owl-nav div i:hover {
    background-color: #00B0EB;
    color: #ffffff;
}
.slide-controls .owl-dots .owl-dot.active span, 
.owl-dots .owl-dot.active span {
    padding: 10px 0;
    background-color: #1986C9;
}
/*-- Slider Design end --*/

.section-title {
    text-align: center;
    margin: 0px 0 15px 0;
}
.section-title span{
    color: #1986C9;
}
/*-- Section Heading Title end --*/

.branding-area{
    padding: 35px 0px;
    animation: marquee 5s linear infinite;
}
.single-branding{
    border: 1px solid #ddd;
    overflow: hidden;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    padding: 10px;
    height: 90px
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;

}
.owl-carousel .owl-item img:hover {
    transform: perspective(1000px) scale(1.03);
}


/*-- Partner or Client Part end --*/

#scrollUp {
    background: #1986C9;
    border-radius: 5%;
    bottom: 75px;
    color: #fff;
    font-size: 32px;
    height: 45px;
    line-height: 45px;
    right: 8px;
    text-align: center;
    width: 40px;
}
.footer-area .text-center{
    margin-bottom: 0px;
}
.copy-right {
    border-top: 1px solid #20342b;
    padding: 25px 0 25px;
}
.copy-right p{
    margin-bottom: 0px;
}
/*-- Footer Part end --*/
/*=========== Home Page style End ============*/

/*=========== About Page style Start ==========*/

.banner-area {
     background-image: url(../images/enquiry2.jpg);
     background-size: cover;
     background-position: center;
     padding: 70px 0;
}
/*-- Common Banner Area End --*/

.sidebar-nav {
    font-size: 12px;
    position: fixed;
    top: 40%;
    width: 130px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 999;
    background-color: #3E3E3E;
}
.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}
.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 4px;
    background-color: #1986C9;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;
}
.sidebar-nav li:nth-child(1):before {
    background-color: #1986C9;   
}
.sidebar-nav li:nth-child(2):before {
    background-color: #369B79;   
}
.sidebar-nav li:nth-child(3):before {
    background-color: #30ABBB;   
}
.sidebar-nav li:nth-child(4):before {
    background-color: #8948AE;   
}
.sidebar-nav li:nth-child(5):before {
    background-color: #279636;   
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;
}
.sidebar-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 15px;  
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
/*-- Side Nav Bar For About us page End --*/

#who_we_are{
    padding-top: 80px;
    padding-bottom: 60px;
}
#who_we_are img{
    margin-bottom: 15px;
}
#who_we_are .section-title h2{
    background-color: #1986C9;
    color: #fff;
    padding: 2px 15px;
    border-radius: 25px;
}
#who_we_are p{
    text-align: justify;
    font-size: 14px;
}

#our_history{
    padding-top: 80px;
    padding-bottom: 60px;
}
#our_history img{
    margin-bottom: 15px;
}
#our_history .section-title h2{
    background-color: #369B79;
    color: #fff;
    padding: 2px 15px;
    border-radius: 25px;
}
#our_history p{
    text-align: justify;
}
#mission_vission{
    padding-top: 80px;
    padding-bottom: 60px;
}
#mission_vission img{
    margin-bottom: 15px;
}
#mission_vission .section-title h2{
    background-color: #30ABBB;
    color: #fff;
    padding: 2px 15px;
    border-radius: 25px;
}
#mission_vission h3{
    font-size: 20px;
    margin-bottom: 0px;
    color: #686868;
}
#mission_vission p{
    text-align: justify;
}
#corporate_brochure{
    padding-top: 80px;
    padding-bottom: 60px;
}
#corporate_brochure img{
    margin-bottom: 15px;
}
#corporate_brochure .section-title h2{
    background-color: #8948AE;
    color: #fff;
    padding: 2px 15px;
    border-radius: 25px;
}
#corporate_brochure p{
    text-align: justify;
}
/*-- About Content End --*/

.download_btn{
    float: left;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 10px 0 30px 0;
}
.download_btn a{
    background-color: #1986C9;
    padding: 14px 35px;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.download_btn a:hover{
    background-color: #8948AE;
    color: #fff;
}
/*-- Download Brochure Part end --*/
/*=========== About Page style End ==============*/

/*=========== Contact Page style Start ==========*/

#contact_us{
    padding: 20px 0 0 0;
}
.text-center{
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px #595656;
}
.office_details{
    padding: 35px 25px;
}
.office_details p{
    font-size: 16px;
}
.social_link{
    padding: 25px;
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 20px;
}
ul.social-links-footer li a{
    color: #1986C9;
}
.contact-title{
    text-align: center;
}
.contact-title h2{
    margin-bottom: 10px;
}
.top_social_link{
    padding: 5px 0;
    float: right;
}
ul.social-links-footer li a {
    border: 1px solid #1986C9;
    color: #1986C9;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    margin-right: 10px;
}
/*=========== Contact Page style End ==========*/

/*=========== Enquiry Page style Start ==========*/

#enquiry {
    padding: 20px 0px 25px 0;
}
#enquiry p{
    text-align: justify;
}
.contact_form{
    border: 1px solid #ddd;
    padding: 25px;
    margin: 0px 0 15px 0;
}
.contact_form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1986C9;
    outline: 0;
    box-shadow: none;
}
.contact_form .form-control {
    display: block;
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-file-input:focus {
    border-color: #1986C9;
    box-shadow: none;
    outline: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 5px 15px;
    line-height: 1.8;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.contact_form label {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: bold;
}
.contact_form .form-group {
    margin-bottom: 10px;
}
.contact_form .re{
    color: red;
    font-weight: bold;
    font-size: 16px;
}
.custome_send_btn{
    background-color: #1986C9;
    padding: 5px 25px;
    border: 1px solid #1986C9;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 10px 0;
    cursor: pointer;
    transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
}
.custome_send_btn:hover{
    background-color: #fff;
    color: #1986C9;
}
.custome_reset_btn{
    background-color: #f63a07;;
    padding: 5px 25px;
    border: 1px solid #f63a07;;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 10px 0;
    cursor: pointer;
    transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
}
.custome_reset_btn:hover{
    background-color: #fff;
    color: #f63a07;
}
/*=========== Enquiry Page style End ==========*/

/*=========== Services Page style Start ==========*/

#services_part{
    padding: 20px 0 25px 0;
}
#services_part .text-center{
    margin-bottom: 5px;
}

.intending{
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 10px;
}
.intending img{
    max-height: 350px;
    width: 100%;
     -moz-transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
     transition: all 1.5s ease 0s;
}
.intending:hover img{
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
.intending .main_mask_ind {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.main_mask_ind{
    z-index: 111;
    background: rgba(17, 24, 31, 0.3);
}
.main_mask_ind h2{
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    color: #00B0F0;
    margin-bottom: 0px;
    padding: 10px 0;
    opacity: 1;
}
.main_mask_ind h2 span{
    color: #fbd258;;
}
.intending .intending_overflow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    -o-transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    background: rgba(17, 24, 31, 0.7);
}
.intending:hover .intending_overflow{
    opacity: 1;
}

.anim_header{
    text-align: center;
    font-size: 20px;
    text-shadow: 1px 1px 2px #595656;
}

/*.anim_header {
    margin: 0;
    position: relative;
    top: 0;
    opacity: 1;
    transition: all 1s ease 10ms;
}*/
.anim_header {
    margin-bottom: 30px;
    top: 1%;
    opacity: 1;
    transition: all .5s cubic-bezier(1,-.53,.405,1.425) 10ms;
}
.anim_header::after {
    content: "";
    width: 0;
    height: 2px;
    background: #1986C9;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 1s ease 0s;
}

#services_part:hover .anim_header:after{
    width: 35%;
    transition:all .8s ease .8s;
}
.indenting_body{
    /*padding: 0 0 35px 0;*/
}
.indenting_body p{
    text-align: justify;
    font-size: 14px;
}
.indenting_body h3{
    font-size: 20px;
    color: #686868;
}
.indenting_body ul{
    list-style: none;
}
.indenting_body ul li{
    font-size: 14px;
    pa
}
.indenting_body ul li i{
    color: #1986C9;
    padding-right: 10px;
}
.indenting_img{
    padding-top: 5px;
}


.single_ind{
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 30px;
}
.related-project-wrap {
    padding-top: 10px;
}
.related-project-wrap .owl-item img {
    display: block;
    width: 100%;
    padding: 35px 0;
    height: 160px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.related-project-wrap .owl-item img:hover {
    transform: perspective(1000px) scale(1.03);
}

.box3 .main-mask {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.box3:hover .main-mask{
    display: none;
}


/*=========== Services Page style End ==========*/

/*=========== Error Page style Start ==========*/

.error-page-area {
    padding: 120px 0;
}
/*=========== Error Page style End ==========*/

/*=========== Product Page style Start ==========*/
#products_category_page{
    padding: 20px 0px 15px 0;
}
.heading_of_list {
    margin-bottom:5px;
}
.back_breadcamb a{
    color: #1986C9;
}
.back_breadcamb a:hover{
    border-bottom: 1px solid #1986C9;
}

.main_product{
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}
.main_product img{
    width: 100%;
     -moz-transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
     transition: all 1.5s ease 0s;
}
.main_product:hover img{
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
.main_product .main-mask {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.main-mask{
    z-index: 111;
    background: rgba(17, 24, 31, 0.3);
}
.main-mask h3{
    text-align: center;
    padding: 2px 5px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.main_product .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    -o-transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    background: rgba(17, 24, 31, 0.7);
}
.main_product:hover .overlay{
    opacity: 1;
}
.main_product .coming{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: red;
    line-height: 7;
}

.box17,.icon li a{
    overflow:hidden;
}
.social li a,.box17 .icon li a{
    border-radius:50%;
    font-size:20px;
    color:#fff;
}
.box17 .icon li,.box17 .icon li a{
    display:inline-block;
}
.box17{
    position:relative;
    text-align:center;
}
.box17:after{content:"";width:100%;
height:100%;
background:rgba(17, 24, 31, 0.8);
position:absolute;top:0;left:0;
opacity:0;transition:all .5s ease 0s}
.box17:hover:after{opacity:1}
.box17 img{width:100%;height:auto;transition:all 1.5s ease 0s}
.box17 .box-content,.box17 .icon li a{position:absolute;
    transition:all .6s ease 0s}
.box17:hover img{transform:scale(1.2)}
.box17 .icon{width:100%;height:100%;
    list-style:none;padding:0;margin:0 auto;
    position:absolute;top:0;left:0;z-index:1}
.box17 .icon li a{width:45px;height:45px;
    line-height:45px;margin:0 auto;top:50%;
    border:1px solid #fff;opacity:0}
.box17:hover .icon li a{top:15%;opacity:1}
.box17 .icon li a:hover{background:#fff;
    color:#1986C9}
.box17 .icon li:first-child a{left:-90%;right:0}
.box17:hover .icon li:first-child a{left:-55px}
.box17 .icon li:last-child a{right:-90%;left:0}
.box17:hover .icon li:last-child a{right:-55px}

.box17 .box-content{width:100%;
    padding:10px 10px;
    /*background:rgba(0,0,0,.1);*/
    background:rgba(0,0,0,0);
    bottom:-100px;left:0;z-index:1}
.box17:hover .box-content{bottom:0}
.box17 .title{
    font-size:16px;font-weight:700;
    color:#F9F9F9;margin-top:0
}
.box17 .post{display:block;font-size:14px;color:#fff}

.box-content h3{
    margin-bottom: 0px;
}
.box-content p{
    margin-bottom: 0px;
    color: #F9F9F9;
    font-size: 12px;
}
/*@media only screen and (max-width:990px){.box17{margin-bottom:30px}
}*/

/*=========== Product Page style End ==========*/

/*=========== Single Product Page style Start ==========*/
.details_producs{
    border: 1px solid #ddd;
    padding: 25px;
}

.single_pro_det {
    background: #f4f4f4;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    padding: 15px 25px;
    color: #6D6D6D;

}
.single_pro_det i{
    padding-right: 10px;
}

.single_pro_det li{
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.single_pro_det li i{
    padding-right: 10px;
    color: #1986C9;
}
.single_pro_det table{
    margin-bottom: 0px;
    font-size: 16px;
}
.single_pro_det table th{
    text-align: center;
}
.single_pro_det .table td, .table th {
    padding: 5px 15px;
    vertical-align: middle;
}
.single_pro_det table img{
    height: 80px;
    width: 95px;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.single_pro_det table img:hover{
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
/*=========== Single Product Page style End ==========*/

@media (min-width: 280px) and (max-width: 450px) {
    .open_logo{
        display: none;
    }
}
@media (min-width: 451px) and (max-width: 1260px) {
    .open_logo{
        display: none;
    }
}


.picture_back_bg{
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin: 0px 0 15px 0;
}
.picture_back_bg img{
    min-height: 350px;
    width: 100%;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.picture_back_bg_over{
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: rgba(17, 24, 31, 0.7);
}
.picture_back_bg_over p{
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    padding: 23% 5%;
    opacity: 1;
}



.office_details .contact-title h2{
    color: #fbd258;
}
.info_text{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    text-shadow: 1px 1px 2px #000;
}
.info_text b{
    color: #fbd258;
}
#googleMap{
    width:100%;
    height: 350px;
    margin: 0px 0px 15px 0px;
}