@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
    outline: none !important;
    box-shadow: none;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

body{
	color:#666;
	font-size:18px !important;
	font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

p{
    font-size: 18px;
}

hr{
    opacity:1;
}

.padding{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.br{
    border-right: 1px solid #ccc;
}
.devise span {font-size: 16px;}
.color-blue{
    color:#2ba7dd !important;
}

.color-white{
    color:#fff !important;
}

.bg-blue{
    background: #2ba7dd;
}
.bg-blue h3{
	font-size: 23px;
}

.bg-blue-2{
    background: #101217;
}

.heading{
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}

.heading-2{
    color: #0058a2 !important;
    font-weight: 700 !important;
    font-size: 1.8rem;
}
.address span{font-size: 16px !important;}

.btn{
    padding:8px;
    width:150px;
    font-weight: 500;
    border:2px solid #2ba7dd;
    border-radius: 6px;
    font-size: 22px;
    text-transform: capitalize;
    display: inline-block;
    transition-duration: 0.5s;
    margin-bottom: 1rem;
    cursor: pointer;
    vertical-align: text-top;
}
.btn-2{
	 padding:4px;
    width:115px;
    font-weight: 500;
    border:2px solid #d6a025;
    border-radius: 6px;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-block;
    transition-duration: 0.5s;
    margin-bottom: 1rem;
    cursor: pointer;
    vertical-align: text-top;
	 background: #d6a025;
    color:#fff;
	text-align: center;
}
.btn-2:hover{
	 color:#d6a025;
    background: #fff;
}
.type-1, .type-3{
    background: #2ba7dd;
    color:#fff;
}

.type-2{
    color:#2ba7dd;
}

.type-2:hover{
    background: #2ba7dd;
    color:#fff;
}

.type-1:hover{
    color:#2ba7dd;
    background: #fff;
}

.type-3{
    border-color:#fff;
    margin-bottom: 0;
    background: none;
}

.type-3:hover{
    color:#fff;
}

.logo{
    width: 75px;
}

.top-header{
    background: #101217;
/*    padding-top:0.6rem;*/
/*    padding-bottom: 0.6rem;*/
    color:#fff;
    font-size: 20px;
    font-weight: 300;
}

.top-header strong{
    font-weight: 600;
}

.header-links{
    border-left: 1px solid #ffffff4d;
    padding:0.9rem 1rem;
}

.header-links img{
    height:15px;
    width:auto;
}

.middle-header .row{
    display: flex;
    justify-content: space-between;
}

.middle-header .header-flex{
    display: inline-flex;
    width:fit-content;
    padding:0 1rem;
    font-size: 18px;
    align-items: center;
}

.middle-header .header-flex span{
    display: block;
    font-weight: 500;
}

.middle-header .header-flex span.color-blue{
    margin-top: -5px;
}

.middle-header .header-flex i{
    color:#fff;
    font-size: 30px;
    margin-right: 0.8rem;
}

.devise span {
    color: #fff;
}

.bottom-header{
    background: #ffffff;
    color: #289bcd !important;
    padding: 0.5rem 0;
}

footer{
    padding-top: 1rem;
    background: #181818;
}

footer .footer-heading{
    color: #2ba7dd;
    font-size: 1.6rem;
}
/*.dlslogo img {width: 40% !important;}*/

.top-footer{
    background: #181818;
    color:#fefefe;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 300;
}

.reach-us{
    display: flex;
    align-items: baseline;
}

.reach-us i{
    color: #2ba7dd;
    margin-right: 8px;
}

.reach-us p{
    margin-bottom: 0.5rem;
}

.footer-links{
    margin-bottom: 1rem;
}

.footer-links a, .footer-links a:hover{
    display: block;
    color: #fefefe;
}

.social{
    background: #2ba7dd;
    width:35px;
    height: 35px;
    border-radius: 50%;
    padding:8px;
    display: inline-block;
    margin-right: 5px;
}

.bottom-footer{
    background: #110f10;
    color: #636363;
    padding: 0.6rem 0;
    text-align: center;
    font-weight: 500;
}

.bottom-footer a, .bottom-footer a:hover{
    color: #636363;
}

.nav-mobile-v{
    display: flex;
}

.nav-mobile-v .link-1, .nav-mobile-v .link-1 .nav-2 .link-2, .nav-mobile-v .link-1 .nav-2 .link-2 .nav-3 .link-3{
    display: inline-block;
    width: 100%;
    padding: 0.4rem 0.3rem;
/*    border-bottom: 1px dotted #666;*/
}

.nav-mobile-v .link-1{
    text-align: center;
    color:#fff;
    width:fit-content;
/*    padding: 1rem 0.9rem;*/
    border:3px solid transparent;
    padding: 1rem 1.8rem 1rem 0;
}

.nav-mobile-v .link-1 a{
    font-size: 18px;
    color: #2ba7dd !important;
}

.nav-mobile-v .link-1 .nav-2 .link-2 a {
    font-size: 16px;
}

.nav-mobile-v .link-1 a:hover{
    color: #3b5268 !important;

}

.nav-mobile-v .link-1 .link-2 a{
    color:#666 !important;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
}

/*
.nav-mobile-v a:hover, .nav-mobile-v .nav-2 a:hover, .nav-mobile-v .nav-2 .nav-3 a:hover{
    text-decoration: none;
    color: #293646;
}
*/


.nav-mobile-v .link-1 i{
    margin-left: 0.5rem;
}

.nav-mobile-v .link-2 i{
    margin-left: 0.5rem;
}


.nav-mobile-v{
    
}

/*Menu Design End*/ 
.nav-mobile-v .link-1 i{
    margin-left: 0.5rem;
/*    float: right;*/
/*    background: #3d5b7f;*/
    width: 24px;
    height: 24px;
    color: #2ba7dd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.nav-3{background: #f5f5f5}

.nav-mobile-v .link-1 .nav-2 .link-2{
/*    background: #fff;*/
    width: 180px !important;
    float: left;
}

#infra-dropdown{
 display: none;
}

.minerals{
    position: relative;
}

.nav-3{
    display: none;
}

.minerals:hover #infra-dropdown {
    position: absolute;
    background: #101217;
/*    min-width: 130px;*/
    margin-top: 0.5rem;
    z-index: 22;
}

.minerals:hover #infra-dropdown{
    
    display: block;
}

.minerals:hover #infra-dropdown .link-2{
    min-width: 250px;
}

#infra-dropdown .link-2:hover {
    background: #2ba7dd;
}

.sub-nav .link-2:hover {
    background: #3b5268 !important;
}

.sub-nav {
    padding-top: 5px;
}

.minerals:hover #infra-dropdown .link-2 {
    min-width: 250px;
    text-align: left;
    padding-left: 1rem;
    border-bottom: 1px dotted;
}

#service-l:hover #service {
    display: block;
    position: absolute;
    left: 130px;
    top: 1.2rem;
    background: #0058a2;
    min-width: 300px;
}

#service-l:hover #service .link-3{
    width: fit-content;
    float: left;
}

.nav-mobile-v .link-1 .nav-2 .link-2 a{
    color: #fff !important;
}

.get-quote{
    background: #2ba7dd;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 1rem;
    width: 180px;
    cursor: pointer;
    border: 3px solid #2ba7dd;
}
.dlslogo img{max-width: 65% !important;}

.get-quote:hover{
    color:#fff;
}

.prod-carousel{
    background: #fff;
    color:#d6a025;
    width: fit-content;
    font-size: 24px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    margin: auto;
}

.prod-carousel span{
    padding:0.5rem;
    display: block;
}

.prod-carousel img{
    max-width: 264px;
}

.prod-nav .owl-nav{
    display: block !important;
}

.prod-nav .owl-prev span, .prod-nav .owl-next span{
    display: none;
}

.prod-nav .owl-prev:before,  .prod-nav .owl-next:after{
    color:#fff;
    font-family: "Font Awesome 5 Pro";
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top:42%;
}

.prod-nav .owl-prev:before{
    content:'\f060';
    left:-4rem;
}

.prod-nav .owl-next:after{
    content:'\f061';
    right:-4rem;
}

.prod-nav{
    
}

.service{
    width:100%;
    text-align: center;
    margin-bottom: 1.3rem;
}

.service img{
    max-width:298px;
    width:100%;
}

.service .img-box{
    background: #fff;
    text-align: center;
    padding: 1.8rem 1.8rem 0;
    margin-bottom: 3rem;
}

.service .img-box img{
    margin-bottom: -1.8rem;
}

.service .text{
    font-size: 1.5rem;
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4rem;
    display: block;
    max-width: 250px;
    margin: auto;
}

.service .get-quot{
    display: inline-block;
    padding:8px 12px;
    color:#fff;
    background: #2ba7dd;
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 1rem;
    border-radius: 5px;
    cursor: pointer;
}

.service .get-quot i{
    margin-left: 0.3rem;
    font-size: 1rem;
}

.blog-home{
    width:100%;
    display: block;
    margin-bottom: 1.5rem;
}

.blog-home .content, .blog-home .img{
    width:49%;
    display: inline-block;
    vertical-align: bottom;
}

.blog-home .content{
    padding: 0 0.5rem;
    color:#fff;
}

.blog-home .img{
    background-size: cover !important;
    background-position: center !important;
    height:100%;
    position: relative;
}

.blog-home .img .date{
    display: flex;
    position: absolute;
    top: 1rem;
    left:1rem;
    width:60px;
    height:68px;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    color:#fff;
    line-height: 1.6rem;
    text-transform: uppercase;
    background: #0058a2;
    text-align: center;
}

.blog-home .img .date b{
    font-size: 1.7rem;
}

.blog-home .content .blog-head{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.blog-home .content .blog-desc{
    margin-bottom: 0.8rem;
}

.blog-home .content .read{
    display: inline-block;
    padding:7px 13px;
    background: #fff;
    color:#101217;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 20px;
}

.blog-home .content .read i{
    font-size: 16px;
    margin-left: 0.5rem;
}

.blog-home{
    
}

.get-quo{
    background: #fff;
    display: inline-flex;
    width:200px;
    height:60px;
    align-items: center;
    justify-content: center;
    color:#101217;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    margin: 1rem 0;
    cursor: pointer;
}

.enquiry-text{
    font-size: 2.5rem;
    color:#fff;
    font-weight: 600;
}
/*			investment section*/

	.support-services {
    background: #fff;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 40px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
    border: 1px solid #d6a025 !important;
}
		.support-services:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(233,146,46,0.96) !important;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}
		
		.support-images {
    float: left;
    font-size: 44px;
    color: #d6a025;
    line-height: 70px;
    width: 70px;
    height: 70px;
    border: 1px solid #d6a025;
    text-align: center;
    margin-right: 30px;
    border-radius: 50%;
}
.flaticon-023-management:before {
    content: "\f4fe";
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
}
.flaticon-036-security:before {
    content: "\f3ed";
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
}.flaticon-003-approve:before {
    content: "\f56c";
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
}.flaticon-042-wallet:before {
    content: "\f555";
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
}
		.support-services:hover{background: #d6a025;}
		.support-services:hover .support-images {color: #fff; border: 1px solid #fff;}
		.support-content {
    padding-left: 100px;
}
		.support-services:hover .support-content h4 {color: #fff; }
		.support-services:hover .support-content p {color: #fff; }
		.support-content h4 {
    font-size: 24px;
    text-transform: capitalize;
    color: #151b2c;
}
		.support-content p {
    margin-bottom: 0px;
}
	

@media (max-width:991px){
    .nav-mobile-v{
        display: block;
    }
    .nav-mobile-v .link-1{
        padding:0.3rem 0rem;
        display: block;
        text-align: start;
        width: 100%;
        border-bottom: 1px dotted #fff;
    }
    .minerals #infra-dropdown{
        position: static;
        padding-top: 0;
    }
    .bottom-header{
/*        background: #fff;*/
        min-height: 68px;
    }
    .get-quote{
        width: fit-content;
        position: absolute;
        right:0;
        top:0;
        height: 68px;
        display: flex;
        padding:10px 14px;
        align-items: center;
    }
    #infra-dropdown{
        padding-top: 0 !important;
        position: static;
    }
    .navbar-nav{
        padding-bottom: 1rem;
    }
    .blog-home .content, .blog-home .img{
        width:100%;
    }
    
    .blog-home .img{
        height: 300px;
        margin-bottom: 1rem;
    }
    
    .blog-home .content{
        padding:0;
    }
    .minerals:hover #infra-dropdown{
        display: none;
    }
    .nav-mobile-v .link-1 .nav-2 .link-2{
        width: 100%;
        float: none;
        padding-left: 1rem;
    }
    .nav-mobile-v .link-1 .nav-2{
        min-width: 100%;
        background: #e9ad24a6;
        margin-top: 0.8rem;
    }
    .nav-mobile-v .link-1 i{
        float: right;
    }
    .prod-nav .owl-prev:before{
        content: '\f053';
    }
    .prod-nav .owl-next:after{
        content: '\f054';
    }
    .prod-nav .owl-prev:before,  .prod-nav .owl-next:after{
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
	.support-images{margin: auto auto 20px auto;padding-bottom: 20px;}
	.support-services{display: inline-grid;}
	.support-content {padding: 0px;}
/*
    .nav-mobile-v .link-1 a{
        color:#0058a2 !important;
    }
*/
}

.navbar-light .navbar-toggler{
    outline: none !important;
    margin: 14px 0;
    border-color: #fff !important;
}

.navbar-light .navbar-toggler:focus{
    box-shadow: none;
}

.navbar-light .navbar-toggler-icon{
    background: url(../images/icon-menu-bars.svg) !important;
}


.contact-form{
	
}

.contact-form input{
	width: 49%;
	outline:none;
	margin-top:1.5rem;
	padding: 15px;
	color:#fefefe;
	background:transparent;
	border:2px solid #fefefe;
	border-radius:5px;
}

.contact-form textarea{
	width:100%;
	resize:none;
	outline:none;
	margin-top:1.5rem;
	padding: 15px;
	color:#fefefe;
	background:transparent;
	border:2px solid #fefefe;
	border-radius:5px;
}

.contact-form input::placeholder, .contact-form textarea::placeholder{
	color:#fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
}

.contact-form button{
    width:fit-content;
    background: #2ba7dd !important;
    color:#fff;
    border: none;
    border-radius: 5px;
    margin-top: 1rem;
    padding:8px 13px;
}

#get-quote .btn-close{
	position:absolute;
	background-color:#fff;
	right:1rem;
	top:1rem;
	border-radius:50%;
}

#get-quote .btn-close:focus{
	box-shadow:none;
}

.page-404{
    padding: 3rem 0.5rem;
}

.page-404 i{
    font-size:9rem;
    display: block;
    color:#d59f25;
    margin-bottom: 1rem;
}

.page-404 h2{
    color:#d59f25;
    font-weight:700;
}

.page-404 h5{
    font-weight:normal;
}

.page-404 a{
    font-size:1.2rem;
    background: #d59f25;
    color:#fff;
    padding:0.6rem 1.2rem;
    display: inline-block;
    margin-top: 1rem;
}

.page-404 a i{
    font-size:1.2rem;
    display: inline;
    color:#fff;
}

.gallery img{
    border-bottom: 5px solid #d6a025;
    margin-bottom: 1.5rem;
    height: 250px;
}

.gal-video video {
    width: 100%;
    margin-bottom: 1.5rem;
}
.gal-video {
    display: flex;
    align-items: flex-start;
}

.gallery.inner-gallery img {
    height: 100% !important;
}

.review{
    background: #fff;
    position: relative;
    padding: 2rem 1rem;
    width: 100%;
    display: block;
    margin-top: 1.5rem;
}

.review p{
    width: 95%;
}

.review .image-era{
    display: flex;
    justify-content: center;
    align-items: center;
}

.review .image-era .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.review .image-era img{
    width:50px;
    height: 50px;
    border-radius: 50%;
}

.review .image-era .name{
    display: block;
    width: 100%;
    padding: 0 0.5rem;
}

.review .image-era .name b{
    display: block;
    color: #0058a2;
}

.review .image-era .fa-star{
    color:orange;
}

.review .quote{
    position: absolute;
    right: 0;
    top:0;
}


@media (max-width:720px){
    .prod-nav .owl-prev:before{
        left:-1rem;
    }
    .prod-nav .owl-next:after{
        right:-1rem;
    }
	.contact-form{
		margin-top:1rem;
		margin-bottom:0rem;
	}
	.contact-form input{
		width:100%;
	}
    .review{
        padding-top: 2.5rem;
    }
    .review .image-era, .review .image-era .img{
     display: block;   
        text-align: center;
    }	
	.support-images{margin: auto auto 20px auto;padding-bottom: 20px;}
	.support-services{display: inline-grid;}
	.support-content {padding: 0px;}
			
		
    
/*
    .container-fluid, .container{
        margin-bottom: -2px;
    }
*/
}

.blog-thumbnails{
    margin-bottom: 1.5rem;
    padding: 1rem;
    box-shadow: 1px 1px 20px #f3f3f3;
}

.blog-thumbnails:hover{
    box-shadow: 1px 1px 20px #f0f0f0;
}

.blog-thumbnails .img-thumb{
    width: calc( 100% + 2rem );
    margin: -1rem 0 0.6rem -1rem;
}

.blog-thumbnails .blog-title{
    font-size: 1.3rem;
    color:#000;
    display: block;
    margin-bottom: 0.4rem;
    font-weight: bold;
}

.blog-thumbnails .blog-title:hover{
    color:#0058a2;
}

.blog-thumbnails .btn{
    padding:7px 12px;
    border-radius: 0;
}

.blog-thumbnails .time{
    display: block;
    margin-bottom: 0.3rem;
    color:#0058a2;
}

.blog-thumbnails p{
    font-size: 20px;
}

.blog-thumbnails h2{
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 5px;
}

.blog .blog-main-title{
    font-size: 2rem;
    margin-bottom: 1rem;
    color:#0058a2;
    font-weight: 600;
}

.blog h2, .blog h3, .blog h4{
    font-size: 1.8rem;
    color:#000;
    font-weight: 700;
    margin-bottom: 1.3rem;
}

.blog h3 {
   font-size: 1.5rem !important; 
}

.blog h4 {
   font-size: 1.2rem !important; 
    margin-bottom: 5px !important;
}

.blog img{
    width:100%;
    margin-bottom: 1rem;
}

.padding-blog{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.blog p a, .blog li a{
    color:#0058a2;
    font-weight: 600;
}

.blog p a:hover, .blog li a:hover{
    color:#0058a2;
    transition-duration: 0.5s;
}

.blog .date-era{
    color:#000;
    font-weight: 500;
    display: block;
    margin-bottom: 1rem;
}
/*

.blog .date-era i{
    color:#c9305f;;
}
*/

.blog .date-era .d-inline-block{
    width:170px;
}

.blog ol, .blog ul{
    padding-left: 20px;
    margin: 0;
    margin-bottom: 1rem;
}

.blog ol li, .blog ul li{
    margin-bottom: 8px;
}

.latest-blog{
    list-style: none;
    padding-left: 0 !important;
}

.latest-blog li a{
    color:#000;
    font-weight: normal;
}

.latest-blog li a~span{
    font-size: small;
    display: block;
    margin-top: 2px;
}

.latest-blog li{
    padding: 0.6rem 0;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 !important;
}

.latest-blog li a:hover{
    color:#0058a2;
}

.banner-area{
    display: flex;
    position: absolute;
    z-index: 2;
/*    background: #00000099;*/
    width: 100%;
    height: 100%;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 1rem;
}

.banner-area .title{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
}

.banner-area .desc {
    font-size: 24px;
    margin-bottom: 1rem;
    max-width: 1080px;
    line-height: 1.8;
    color: #000;
    -webkit-text-stroke: 1px #bbbbbb;
    font-weight: bold;
    margin: auto;
}

.tagline{
    width: 100%;
    display: block;
    text-align: left;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    color:#000;
    padding-left: 1rem;
}

.gal-heading{
    font-size: 2rem;
    color:#333;
    font-weight: 600;
}

@media (max-width:720px){
    .blog h2{
        font-size: 1.5rem;
    }
    .blog .date-era .d-inline-block{
        width: fit-content;
        margin-right: 0.5rem;
    }
    .banner-area .title{
        font-size: 2rem;
    }
    .banner-area .desc{
     font-size: 1rem; 
     font-weight: 800;
    }
}

.top-banner{
	padding-top:4rem;
	padding-bottom: 4rem;
	background: url('../images/products/inner-banner-dark.webp');
	background-position: center;
	background-size:cover;
	text-transform:uppercase;
	color: #fff;
}

.table-img {
    max-width: 60%;
}

.custom-color {
    color: #3b5268;
}

.custom-color2 {
    color: #000;
}

.pre-footer-top {
    background: #3b5268 !important;
    color: #fff;
    border-bottom: 1px solid #414244;
}

.mb-mobile span{ 
    text-align: center;
}

.mb-mobile {
    display: flex;
    align-items: center;
}

.pre-footer {
    display: flex;
}



@media (min-width: 600px) {
    .margin-mob {
        margin: 2rem 0 0 !important;
    }
}
@media only screen and (max-width: 600px) {
    
    .sub-nav {
        margin: 5px 0 0 !important;
        padding: 0;
    }
    
    .margin2 {
        margin-bottom: 3rem;
    }
    
    
    
    
    .type-1, .type-3 {
        float: left;
    }
    
    .mb-mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .pre-footer {
        margin: 1rem 0;
    }
    
    .mb-mobile {
       padding: 0; 
    }
    
    
    .mob-none {
        display: none;
    }
    
    .carousel-item img {
        max-height: 90vh;
    }
    
    .nav-mobile-v .link-1 .nav-2 .link-2:hover {
        background: #2ba7dd;
    }
    .nav-mobile-v .link-1 .nav-2 .link-2 {
        width: 100% !important;
        border-bottom: 1px dashed #fff;
    }
    
    .nav-mobile-v .link-1 .nav-2 {
        background: #101217;
    }
    
    .navbar-collapse .navbar-nav {
        margin-top: 1rem;
    }
    
    .table-img {
    max-width: 100%;
}

    
    .navbar-light .navbar-toggler {
        position: absolute;
        right: 0;
        top: -72px;
    }
    
	.top-banner{
	
		padding-top:4rem;
		padding-bottom: 4rem;
		background: url('../images/products/inner-banner-dark.webp');
		background-position: center;
		background-size:cover;
		text-transform:uppercase;
		color: #fff;
	}
}

header{
    background: #3b5268;
}

.bottom-header{
    position: sticky;
    top: -1px;
    z-index: 99;
}


#top-scrollbutton {
    display: flex;
    background-color: #2ba7dd;
    width: 50px;
    padding: 0;
    height: 50px;
    color:#fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000;
}

#top-scrollbutton:hover {
  cursor: pointer;
  text-decoration:none;
}

#top-scrollbutton:active {
  background-color: #555;
}

#top-scrollbutton.show {
  opacity: 1;
  visibility: visible;
}

.wp-btn{
    position: fixed;
    right: 30px;
    z-index: 999;
    display: block;bottom: 6rem;
    width: fit-content;
}

.wp-btn i:before{
    width: 55px;
    height: 55px;
    display: flex;
    color: #fff;
    background: #07af06;
    font-size: 38px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev, .carousel-control-next{
    z-index: 7;
    opacity: 1 !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
    width: 0;
    height: 0;
    background: none;
}

.carousel-control-prev-icon:before, .carousel-control-next-icon:before{
    width: 40px;
    height: 40px;
    display: flex;
    font-family: "Font Awesome 5 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    bottom: 50%;
    z-index: 9;
    opacity: 1 !important;
}

.carousel-control-prev-icon:before{
    content:'\f053';
    left: 3rem;
}

.carousel-control-next-icon:before{
    content:'\f054';
    right: 3rem;
}

.carousel-indicators {
    display: none;
}


/*
.rooms-col .row {
    justify-content: center;
}
*/
.rooms-col {
    width: 80%;
    margin: 0 auto;    
}

.rooms-col p {
    padding: 10px;
    background: #3b5268;
    color: #fff;
    border-radius: 3px;
    margin: 0 5px;
    font-weight: 600;
    box-shadow: 0px 0px 1px #c5c5c5;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.rooms-col .col-md-4, .rooms-col .col-md-6 {
    margin-bottom: 1rem;
}

a:focus {
    outline: none;
}

.custom-select select option{
    background: #3b5268;
}

.custom-select select{
    width: 100%;
    outline: none;
    margin-top: 1.5rem;
    padding: 15px;
    color: #fefefe;
    background: transparent;
    border: 2px solid #fefefe;
    border-radius: 5px;
}


@media (max-width:720px){
    .carousel-control-prev-icon:before, .carousel-control-next-icon:before{
        bottom: 1rem;
        display: none!important;
     
    }
    .carousel-control-prev-icon:before{
        left:250%;

    }
    .carousel-control-next-icon:before{
        right:250%;
  
    }
}


.list-sty{
    margin-left: 0;
    padding-left: 19px;
}

  .success-bg{
        background-color:#2ba7dd;
        padding-top:30px;
        padding-bottom:30px;
        color:white;
    }
    .font-size-h2{
        font-size:3rem;
        font-weight: 700;
    }
    .bb{
        border-bottom:2px solid #ffffff;
        width:80px;
        margin: auto;
        height:5px !important;
         }
    .paddingt{
        padding-top:10px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1.6rem;
    }

.contact-form2{
/*    text-align: center;*/
    margin-top: -1rem;
    margin-bottom: 3rem;
    background: #f4f4f4;
    padding: 2rem 1rem;
}

.contact-form2 h2{
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    text-align: center;
/*
    margin-left:auto;
    margin-right: auto;
*/
}

.contact-form2 input{
    width:100%;
    background: none;
    border: 2px solid #ccc;
    border-radius: 2px;
    padding: 0.8rem;
    margin-bottom: 1rem;
}

.contact-form2 input[type="file"]{
    border:0;
    padding: 0;
    margin-bottom: 0;
}

.contact-form2 button{
    border:none;
    border-radius: 3px;
    background: #000;
    color:#fff;
    width:fit-content;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 12px;
}

.contact-form2 input[type="button"]{
    padding: 2px 7px;
    text-transform: capitalize;
    width: fit-content;
    border: 2px solid #666;
    color:#666;
    margin-bottom: 0;
}

.prod-carousel img {
    max-width: 350px;
}

.post-navigation {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.post-navigation a {
    background: #0058a2;
    color: #fff;
    width: 190px;
    padding: 0.5rem 0;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    font-size: 17px;
    border: 0;
    display: inline-block;
}

.aligner {
/*  height: 100%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

    @media (max-width:720px){
        .prod-nav .owl-dots{
            display: block;
            text-align: center;
            margin-top: 1rem !important;
            width:100%;
        }
        .prod-nav .owl-nav{
            display: none !important;
        }
         .prod-nav .owl-dots .owl-dot, .owl-dots .owl-dot.active{
            width: 12px !important;
            height: 12px !important;
            display: inline-block;
            background: #fff !important;
            border-radius: 50%;
            margin: 2px;
        }
         .prod-nav .owl-dots .owl-dot.active{
            background: #000 !important;
        }
        .post-navigation a {
            width: 100%;
            margin-bottom: 10px;
        }
    }

.carousel-control-next, .carousel-control-prev{
    width: auto;
}

.cerfication .gallery img {
    max-width: 75%;
}
    
.cerfication .gallery {
    padding: 2rem;
    text-align: center;
}



@media (min-width:767px){
   .cerfication .gallery img {
        max-width: 90%;
    }

    .cerfication .gallery {
        text-align: center;
    } 
    
    .about-photo {
        display: flex;
        align-items: flex-end;
    }
}

@media (min-width:1024px){
    ::-webkit-scrollbar {
      width: 8px;
    }

    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }

    ::-webkit-scrollbar-thumb {
      background: #2ba7dd ; 
    }

    ::-webkit-scrollbar-thumb:hover {
      background: #3b5268 ; 
    }
}