
html, body, div, span, applet, object, iframe,
h1, h2, h3, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

p{

padding: 15px;    
   
}

h4{
font-size: 16px;
font-weight: 700;
}

a:hover{
	text-decoration: none;
}

.container{
	max-width: 1250px;
}

/*==========================================TOP HEADER===========================================*/

.top-header{
	background-color: #22527a;
	padding: 8px 0px;
	text-align: right;
}

.top-header ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-header ul li img{
	margin-right: 6px;
	vertical-align: bottom;
}

.top-header ul li{
	display: inline-block;
	position: relative;
	margin-right: 25px;
}

.top-header ul li:last-child{
	margin-right: 0
}

.top-header ul li:last-child:after{
	display: none;
}

.top-header ul li:after{
	content: '';
	width: 1.5px;
	height: 85%;
	background-color: #fff;
	position: absolute;
	right: -14px;
	top: 2px;
}

.top-header ul li a{
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.top-header ul li a i{
	font-size: 15px;
}


/*===========================================END HERE=============================================*/


/*==============================================NAVBAR===============================================*/

.sticky{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: rgba(255,255,255,0.95)
}

.dropdown-menu {
	margin-top: 0;
}


.dropdown-menu .dropdown .dropdown-menu {
	left: 100%;
	top: 0%;
	margin:0 20px;
	border-width: 0;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background: #007bff;
	color: white;
}
.dropdown-menu > li.show > a{
	color: white;
}

@media (min-width: 768px) {
	.dropdown-menu .dropdown .dropdown-menu {
		margin:0;
		border-width: 1px;
	}
}
.navbar{
	border-bottom: 2px solid #5c9cd2;
}
.navbar-brand{
	padding: 0
}
.main-header .navbar-nav .nav-link{
	padding: 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #282828;
	font-weight: 600;
}

.main-header .navbar-nav .nav-item{
	margin-right: 25px;
}

.main-header .navbar-nav .nav-item:last-child{
	margin-right: 0
}
.dropdown-toggle::after{
	content: "\f107 ";
	font: normal normal normal 14px/1 FontAwesome;
	border:0;
	vertical-align: unset;
	font-weight: 600;

}

.dropdown-menu .nav-item.dropdown{
	margin-right: 0
}

.dropdown-menu .dropdown-item{
	padding: 5px 20px 5px 15px;
	font-size: 13px;
}

.dropdown-item.dropdown-toggle:after{
	transform: rotate(-90deg);
	position: absolute;
	top: 20px;
	right: 18px;
}

.navbar-nav .dropdown-menu{
	width: 225px;
}

.dropdown-menu > li a:hover, .dropdown-menu > li.show {
	background: #22527a;
}

.nav-item.active .nav-link{
	color: #22527a !important;
}


/*=======================================================================================*/


/*=============================================SLIDER============================================*/

.carousel-control-next, .carousel-control-prev{
	width: auto;
}
.carousel-control-next {
	right: 30px;
}
.carousel-control-prev {
	left: 30px;
}
.c-control .fa{
	background-color: #011e33;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	border-radius: 50px;
}
.slider{
	border-bottom: 2px solid #5c9cd2;
	margin-bottom: 30px;
}
.carousel-inner img{
	display: inherit;
}

/*=======================================================================================================*/



/*====================================================FOOTER=================================================*/

.footer{
	background-color: #22527a;
	padding: 40px 0px 15px;
}
.company-info{
	margin-top: 10px;
}
.footer .warp-menu li{
	margin-bottom: 15px;
}
.footer .warp-menu a{
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
}
.address-info p{
	color: #fff;
	font-size: 15px;

}
.address-info span{
	text-transform: uppercase;
	font-weight: 600
}
.company-info li{
	margin-bottom: 8px;
	font-size: 15px;
}
.company-info li span{
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.company-info li a{
	color: #fff;

}
.fdiv-1 .ft-logo{
	width: 80%
}
.fdiv-1{
	width: 25%;
	display: inline-block;
	vertical-align: top;

}
.fdiv-2{
	width: 18%;
	display: inline-block;
	vertical-align: top;
}
.fdiv-3{
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.fdiv-4{
	width: 35%;
	display: inline-block;
	vertical-align: top;
}

.dd-evia{
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.dd-evia a{
	color: #fff;
}
.copy{
	color: #fff;
	font-size: 13px;
}
.copy-info{
	margin-top: 25px;
}

.banner-text{
	position: absolute;
	top: 50%;
	right: 80px;
	z-index: 99;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}

.banner-text p{
	font-size: 32px;
	font-weight: 800;
	font-style: italic;
	margin-bottom: 20px;
	font-family: 'Barlow', sans-serif;
	line-height: 42px;
}

.enquire-btn{
	background-color: #22527a;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 21px;
	display: inline-block;
	transition: 0.5s all;
}

.enquire-btn:hover{
	transition: 0.5s all;	
	background-color: #015d86;
	color: #fff;
}

/*============================================================================================================*/


/*=================================================MAIN HOME===================================================*/

.left-wrapper{
	background-color: #ededed;
	padding: 40px 20px 20px;
}

.middle-section{
	margin: 0px 0px 25px;
}

.main-text .side-title{
	font-size: 20px;
	text-transform: uppercase;
	color: #22527a;
	font-weight: 700;
	margin-bottom: 15px;
}

.left-ul li{
	position: relative;
	padding-left: 18px;
	margin-bottom: 8px;
}

.left-ul li:before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #22527a;
	position: absolute;
	left: 0;
	top: 8px;
}

.right-wrapper{
	padding-left: 15px;
}

.right-wrapper h1{
	color: #22527a;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.right-wrapper h2 {
	color: #22527a;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}


.right-wrapper b{
	font-weight: bold
}
.right-wrapper .text-para{
	text-align: justify;
	line-height: 22px;
	margin-bottom: 20px;
}
.right-wrapper .text-para a{
	color: #22517d;
}
.read-more{
	background-color: #22527a;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 21px;
	display: inline-block;
	transition: 0.5s all;
}

.read-more:hover{
	transition: 0.5s all;	
	background-color: #015d86;
	color: #fff;
}
.pro-box{
	border: 1px solid #22527a;
}
.pro-box .product-title{
	background-color: #22527a;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
	font-weight: 700;
	font-size: 18px;
}
.pro-descrpt{
	padding: 15px 20px;
}
.pro-descrpt p{
	text-align: justify;
	height: 110px;
}

.middle-section .col-lg-9{
	padding-right: 0
}

/*=====================================================================================*/

/*================================================ABOUT US============================================*/

.breadcrumb-item+.breadcrumb-item::before{
	content: "\f105  ";
	font: normal normal normal 14px/1 FontAwesome;
}

.breadcrumb{
	background-color: transparent;
	padding: 0;
	margin-top: 15px;
}

.wrap-content{
	padding-left: 15px;
}

.wrap-content h1{
	color: #22527a;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.wrap-content h2{
	color: #22527a;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.ab-text p{
	margin-bottom: 20px;
	text-align: justify;
	line-height: 26px;
}


/*====================================================================================================*/



/*================================================BUSINESS===============================================*/

.red-star{
	color: red;
	font-weight: 600
}

.enquire-form{
	margin-top: 25px;
}

.enquire-form .form-group label{
	display: block;
	position: relative;
	margin-top: 5px;
}

.enquire-form .form-group .dots{
	position: absolute;
	right: 0;
}

.enquire-form .form-group .form-control{
	border-radius: 0;
	width: 75%;
}

.enquire-form .form-group .form-control:focus{
	box-shadow: none;
}

.enquire-form .form-group button{
	background-color: #22527a;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 21px;
	display: inline-block;
	transition: 0.5s all;
	border:0;
	cursor: pointer;
}

.enquire-form .form-group button:hover{
	transition: 0.5s all;
	background-color: #015d86;
	color: #fff;
}

.reset-btn{
	margin-right: 35px;
}

.btn-gp{
	margin-top: 30px;
}

/*=========================================================================================================*/

/*=================================================Contact Us==============================================*/


.contact-us .sub-title{
	color: #22527a;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	
}

.contact-us .form-group label b{
	font-weight: 700;
}

.contact-us .form-group label{
	display: block;
	position: relative;

}

.contact-us .form-group .dots{
	position: absolute;
	right: 0;
}

.googleMap{

}

.googleMap iframe{
	width: 100%;
	height: 300px;
}


/*====================================================================================================*/



/*=================================================SITEMAP============================================*/

.parent-menu{
	padding-left: 25px;
	position: relative;
}

.parent-menu:before{
	content: "\f105 ";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 2.4px;
	background-color: #22527a;
	color: #fff;
	padding: 1px 4px 2px 6px;

}

.sitemap_text li{
	margin-bottom: 8px;
}

.sitemap_text li a{
	color: #282828;
}

.sitemap_text li a:hover{
	text-decoration: underline;
}

.sub-parent ul li{
	margin-bottom: 8px;
}

.sub-parent{
	margin-top: 8px;
	padding-left: 25px;
	position: relative;
}

.sub-parent ul{
	margin-top: 8px;
}

.sub-parent:before{
	content: "\f0da";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 15px;
	top: 4px;
}

.sub-parent ul li{
	padding-left: 30px;
	position: relative;
}

.sub-parent ul li:before{
	content: "\f0da";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 20px;
	top: 4px;

}

/*========================================================================================================*/


/*===========================================PRODUCTS DETAILS========================================*/

.products-details p{
	margin-bottom: 15px;
}

.products-details p strong{
	font-weight: bold;
}
.left-wrapper .parent{
	font-weight: 700;
	position: relative;
	padding-left: 20px;
	color: #282828;
}

.left-wrapper .parent ul li a{
	color: #282828;
}
.left-wrapper .parent ul li.active{
	font-weight: 700;
	color: #22527a
}

.left-wrapper .parent ul li{
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
	padding-left: 12px;
}

.left-wrapper .parent ul li:before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #22527a;
	position: absolute;
	top: 8px;
	left: 0;
}
.left-wrapper .parent ul{
	margin-top: 10px;
}

.left-wrapper .parent:before{
	content: "\f105 ";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 5px;
	background-color: #22527a;
	color: #fff;
	padding: 0px 3px 2px 4px;
	font-size: 10px;
}

.pro-table{
	font-size: 14px;
}

.pro-table td{
	padding: 2px 2px;
	vertical-align: middle;
	border: 1px solid #ffffff;
}

.pro-table strong , .pro-table b{
	font-weight: 700;
}

.note strong{
	font-weight: 700
}

.products-details h4{
	font-weight: bold;
	margin-bottom: 10px;
}


.another-case .pro-table td{
	height: 42px;
}

.wd-50{
	width: 50%;
}

.wd-70{
	width: 70%;
}

.wrap-content h2 sup{
	font-size: 14px;
	position: relative;
	top: -16px;
}

.default-color a{
	color: #282828;
}

p b{
	font-weight: 700;
}

.breadcrumb .breadcrumb-item{
	color: #22527a; 
}
.breadcrumb .breadcrumb-item a{
	color: #282828;
}

/*=================================================PRODUCT SLIDER==============================================*/

.product-slider .item img{
	width: 100%;
}

.item .p-name p {
	color: #22527a; 
	text-align: center;
	margin-bottom: 15px;
}

.product-slider .slick-slide{
	border:1px solid #22527a;
	margin: 0px 15px;
}
.slick-slide:focus{
	outline: none;
}
.slick-prev:before, .slick-next:before{
	color: #22527a;
	font-size: 20px !important;
}

.slick-prev:before{
	content: "\f0a8 ";
	font: normal normal normal 14px/1 FontAwesome;
}
.slick-next:before{
	content: "\f0a9  ";
	font: normal normal normal 14px/1 FontAwesome;
}
.product-slider{
	padding: 0px 25px;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0px;
}

.f-note{
	font-size: 14px;
	margin-bottom: 15px;
}

.images-pro .img1-wrap, .images-pro .img2-wrap{
	height: 250px;
}
.img5-wrap, .img6-wrap{
	height: 213px;
}

.images-pro img{
	height: 100%;
	width: 100%
}

.images-pro p{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #282828;
	margin-bottom: 20px;
}

.d-mobile{
	display: none !important;
}

/*added by dominic 29042021 */

.images-pro.mb-3 {
    text-align: center;
}

.wrap-content h1 sup {
	text-transform: lowercase;
}

.footer .fdiv-1 img{
	display:block;
}


/* Thank you page */
.thank-you-div {
    padding: 100px 0px;
}

.thank-you-div img{
	margin-bottom: 30px;
}

.thank-you-div h4 {
    margin-bottom: 15px;
}


/*added by dominic 29042021 */









