a:focus,
button:focus,
input:focus,
textarea:focus{
	outline: none;
}
body{	
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
h2{
	font-weight: 500;
	font-family: 'Rajdhani', sans-serif;
}
h3{
	font-family: 'Rajdhani', sans-serif;
}
p{
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6,li,ul,p{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}
a:focus, a:hover{
    color: #3397db;
	text-decoration:none;
}
img{
	outline:none;
	border:none;
	margin:0;
	padding:0;
}
a{
	color: #172754;
	text-decoration:none;
}

/* Selection */
::-moz-selection { /* Code for Firefox */
	background-color: rgba(229, 177, 57, 0.5);
}
::selection {
	background-color: rgba(229, 177, 57, 0.5);
}

/* Breadcrumb */
.breadcrumb-item + .breadcrumb-item::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f054";
	color: #fff;
	font-size: 16px;
	padding-top: 2px;
}
.breadcrumb-item a{
	color: #fff;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.breadcrumb-item.active{
	color: #fff;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 18px;
}

/* Back To Top Button */
#back_to_top_btn{
	display: inline-block;
	background-color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	text-decoration: none;
}
#back_to_top_btn::after{
	font-family: "Font Awesome 5 Pro";
  	font-weight: 900;
  	content: "\f077";
	font-size: 24px;
	color: #e5b139;
}
#back_to_top_btn:hover{
	cursor: pointer;
	background-color: #fff;
}
#back_to_top_btn:active{
	background-color: #fff;
}
#back_to_top_btn.show{
	opacity: 1;
	visibility: visible;
}

/* Main header */
#main_header{
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	width: 100%;
}
#main_header.add_shadow{
	background-color: #161921;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: auto;
	width: auto;
	z-index: 1020;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	border-top: 2px solid #e5b139;
}
#main_header .navbar-brand{
	position: relative;
	z-index: 2;
}
#main_header .nav-link{
	padding: 8px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Rajdhani', sans-serif;
	border-radius: 90px;
}
#main_header .nav-link:hover{
	background-color: #e5b139;
	color: #fff;
}
#main_header .nav-link.real_estate_navlink{
	background-color: #e5b139;
	color: #fff;
}
#main_header .dropdown-toggle::after{
	display: none;
}
#main_header .dropdown-menu{
	border-radius: 10px;
	border: none;
	min-width: 13rem;
}
#main_header .dropdown-item{
	padding: 10px 1rem;
}
#main_header .dropdown-item:focus,
#main_header .dropdown-item:hover{
	background-color: transparent;
	color: #e5b139;
}
#main_header .navbar-toggler{
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}
#main_header .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#main_header .offcanvas-title{
	color: #fff;
}
#main_header .offcanvas-header .btn-close{
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/* Main Banner */
#main_banner .carousel-item{
	height: 100vh;
}
#main_banner .carousel-item img{
	height: 100vh;
	object-fit: cover;
}
#main_banner .banner_overlay{
	background: rgba(0, 0, 0, 0.01);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main_banner .carousel-caption{
	right: auto;
	bottom: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#main_banner .carousel-caption img{
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: unset;
	display: block;
	margin: 0 auto;
}
#main_banner .carousel-caption h2{
	display: inline-block;
	clear: both;
	font-size: 52px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 600;
	border-left: 6px solid #e5b139;
	border-right: 6px solid #e5b139;
	padding: 0 30px;
}
#main_banner .carousel-caption h2 span{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
	font-size: 62px;
}
#main_banner .carousel-caption p{
	padding: 0;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	margin: 30px 0;
}
#main_banner .carousel-caption a{
	background-color: #fff;
	border-radius: 90px;
	border: 2px solid #e5b139;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Rajdhani', sans-serif;
	padding: 8px 30px;
	display: inline-block;
}
#main_banner .carousel-indicators{
	right: auto;
	margin-right: 0;
	margin-left: 2%;
}
#main_banner .carousel-indicators [data-bs-target]{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
}
#main_banner .carousel-indicators [data-bs-target]::before{
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid transparent;
	position: absolute;
	top: -3px;
	left: -3px;
}
#main_banner .carousel-indicators .active::before{
	border-color: #fff;
}
#main_banner .carousel-control-next,
#main_banner .carousel-control-prev{
	bottom: auto;
	top: 50%;
	width: auto;
	padding: 5px;
	border-radius: 4px;
	background-color: #000;
}
#main_banner .carousel-control-prev{
	left: 2%;
}
#main_banner .carousel-control-next{
	right: 2%;
}

/* Inner Banner */
#inner_banner .carousel-item{
	height: 370px;
}
#inner_banner .carousel-item img{
	height: 370px;
	object-fit: cover;
}
#inner_banner .banner_overlay{
	background: rgba(0, 0, 0, 0.01);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#inner_banner .carousel-caption{
	right: auto;
	bottom: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#inner_banner .carousel-caption h3{
	font-weight: 600;
	font-size: 39px;
}

.service_detail_page h2{
	font-weight: 600;
	font-size: 60px;
	font-family: 'Rajdhani', sans-serif;
	border-bottom: 3px solid #e5b139;
	display: inline-block;
	text-transform: uppercase;
	color: #191919;
	margin-bottom: 30px;
}
.service_detail_page p{
	font-weight: 500;
	font-size: 16px;
	color: #191919;
}
.service_detail_page img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	width: 100%;
	height: auto;
}
.service_detail_page_img{
	padding: 30px 80px 30px 30px;
	position: relative;
}
.service_detail_page_img::before{
	content: "";
	background-color: transparent;
	border-top: 9px solid #e5b139;
	border-left: 9px solid #e5b139;
	width: 175px;
	height: 67px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}
.service_detail_page_img::after{
	content: "";
	background-color: transparent;
	border-bottom: 9px solid #e5b139;
	border-right: 9px solid #e5b139;
	width: 67px;
	height: 175px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 60px;
}
.project_card_img{
	height: 200px;
}
.project_card_img img{
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_detail2{
	background: url('../images/industry_bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 50px;
	padding-bottom: 80px;
}
.desc_div h2{
	font-weight: 600;
	font-size: 60px;
	font-family: 'Rajdhani', sans-serif;
	color: #191919;
	border-bottom: 3px solid #e5b139;
	display: inline-block;
	text-transform: uppercase;
}
.desc_div p{
	font-weight: 500;
	font-size: 16px;
	color: #191919;
	margin: 20px 0;
}
.sector-icon2_h2{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #1e2227;
	border-bottom: 3px solid #e5b139;
	display: inline-block;
	margin-top: 10px;
}
.sector-icon2_p{
	font-weight: 500;
	font-size: 16px;
	color: #191919;
	margin-top: 20px;
}
.page_detail{
	padding-top: 50px;
	padding-bottom: 80px;
}
.page_detail .card{
	border: none;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nav-pills .nav-link{
	background-color: #161921;
	color: #fff;
	margin-bottom: 10px;
	min-width: 200px;
	text-align: left;
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link.active{
	background-color: #e5b139;
	color: #fff;
}
.nav-tabs{
	border-bottom: none;
}
.tab-content{
	padding: 10px;
}
.nav-tabs .nav-link{
	background-color: #161921;
	color: #fff;
	border: none;
	border-radius: .25rem;
	margin-right: 10px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active{
	background-color: #e5b139;
	color: #fff;
}
.contactus_section{
	padding-top: 50px;
	padding-bottom: 80px;
}
.contact_form_card{
	border: none;
	border-radius: 10px;
	background-color: #e5b139;
}
.contact_form_card .card-header{
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: none;
	background-color: #161921;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
}
.contact_form_card .btn{
	background-color: #fff;
	color: #161921;
	font-size: 16px;
	font-weight: 700;
	border: none;
	padding: 10px 20px;
}
.contact_form_card .btn:hover{
	background-color: #161921;
	color: #fff;
}
.contact_form_card .form-floating .form-control{
	background-color: transparent;
	border: none;
	border-bottom: 4px solid #fff;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
}
.contact_form_card .form-floating .form-control:focus{
	box-shadow: none;
}
.contact_form_card .form-floating > label{
	color: #fff;
	font-weight: 600;
}
.contactus_section h2{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 49px;
	color: #161921;
}
.contactus_section h6{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #161921;
}
.info_icons_div{
	display: flex;
	align-items: center;
}
.info_icons_div p,
.info_icons_div a{
	font-weight: 400;
	font-size: 16px;
	color: #161921;
	margin-bottom: 0;
}
.info_icons_div h5{
	font-weight: 600;
	font-size: 16px;
	color: #e5b139;
	margin-bottom: 0;
}
.info_icons_div img{
	max-height: 100%;
	max-width: 100%;
	width: 64px;
	margin-right: 15px;
}
.contact_social_icons img{
	max-width: 100%;
	max-height: 100%;
}
.contact_social_icons a{
	margin-right: 20px;
}
.contact_social_icons a:last-child{
	margin-right: 0;
}
.google_maps_div iframe{
	width: 100%;
	height: 450px;
}
.modal iframe{
	width: 100%;
}
.google_map_offcanvas{
	width: 100%;
	top: auto;
	height: 72vh;
	background-color: #161921;
	border-top: 2px solid #e5b139;
}
.google_map_offcanvas iframe{
	width: 100%;
	height: 100%;
}
.google_map_offcanvas .offcanvas-title{
	color: #fff;
}
.google_map_offcanvas .btn-close{
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.contact_us_offcanvas .list-group .list-group-item{
	display: flex;
	align-items: center;
}
.contact_us_offcanvas .list-group p{
	font-weight: 600;
	font-size: 18px;
	color: #000;
	margin: 0;
}
.contact_us_offcanvas .list-group a{
	font-weight: 600;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.contact_us_offcanvas .list-group img{
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.submit_btn{
	background-color: #e5b139;
	color: #fff;
	border-color: #fff;
	border-width: 2px;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Rajdhani', sans-serif;
	border-radius: 90px;
	padding: 5px 20px;
}
.submit_btn:hover{
	background-color: #fff;
	color: #000;
	border-color: #e5b139;
}
.swal2-confirm{
	background-color: #e5b139 !important;
}
.section_hd_mn{
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
	padding: 0 12px;
}
.section_hd_mn h3{
	font-size: 25px;
	color: #000;
	float: left;
	display: inline-block;
	float: left;
	width: 220px;
	text-align: left;
}
.lines_ar{
	height: 10px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	margin-top: 8px;
}
.dotss{
    height: 15px;
    width: 15px;
    background-color: #898989;
    border-radius: 50px;
    position: absolute;
    border: 3px solid #fff;
    top: 30px;
    left: 240px;
}
.clear{
	clear:both;	
}
.left{
	float: left;
}
.right{
	float: right;
}
.sectoion-links{
	display: block;
	clear: both;
}
.info_section_web{
	display: block;
}
.my-ld li{
	margin-top: 45px;
}
.customSubmenu ul li{
	display: inline-block;
	width: 15%;
	float: left;
}
.basket_search_area{
	float: right;
	margin-top: 23px;
}
a.basket{
	background: url(../images/basket_top.html) left top no-repeat;
	width: 43px;
	height: 40px;
	float: right;
	display: block;margin-left: 15px;
}
a.basket span{
	border-radius: 100px;
	background-color: #e30404;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #fff;
	float: right;
	font-size: 15px;
	padding-top: 2px;
	margin-top: -10px
}
.dropbtn{
    background-color: #fff;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown{
    position: relative;
    display: inline-block;
}
.dropdown-content{
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
	border: 1px solid #ec267b;
    z-index: 999999999;
}

/* Links inside the dropdown */
.dropdown-content a{
    display: block;
    font-size: 13px;
    overflow: hidden;
    padding: 6px 20px;
    position: relative;
    border-top: 1px solid rgba(0,0,0, 0.10);
    font-family: 'Roboto', sans-serif;
    color: #484848 !important;
}
.dropdown-content a i{
	margin-right: 8px;
}
.dropdown-content li{
	display: block;
	clear: both;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content{
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn{
    background-color: #ec267b;
	color: #fff;
}
.intro_border{
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}
button.close{
	position: absolute;
    right: 7px;
    top: 7;
}
.close{
	font-size: 31px;
}

/* slider */
.slick-slide{
	margin: 0px 10px;
}
.slick-prev:before,
.slick-next:before{
	color: black;
}
.slick-slide{
	transition: all ease-in-out .3s;
	opacity: 1;
}
.slick-active{
	opacity: 1;
}
.slick-current{
	opacity: 1;
}
.overlay-s{
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.95);
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 9999999999999999999;
	overflow: hidden;
}
.overlay-content-s{
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.overlay-s a{
	text-decoration: none;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.overlay-s a:hover, .overlay-s a:focus{
	color: #f1f1f1;
}
.overlay-s .closebtn{
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

@media screen and (max-height: 450px){
	.overlay-s a{
		font-size: 20px
	}
	.overlay-s .closebtn{
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

.search-section input{
	width: 100%;
	margin-bottom: 20px;
	border-radius: 500px;
	background-color: #fff;
	height: 50px;
	border: none;
	margin-bottom: 20px;
	padding:0 20px;
}
.search-section{
	width: 50%;
	margin: 0 auto;
}
.view-all2{
	margin: 0 auto;
	display: block;
}
#scroll span{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff
}
#scroll:hover{
    background-color: #044164;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
.top-menu-left{
	background: url(../images/top-bg.html) center top no-repeat;
	height: 58px;
}
.topmenuleft p span{
	float: left;
	margin-right: 15px;
	padding:5px 10px;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #4cc493;
	line-height: normal !important;
}
.topmenuleft p{
	color: #fff;
	line-height: 31px;
	font-size: 14px;
    text-align: center;
    display: inline-block;
}
.topmenuleft{
	padding-top: 14px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.top-head{
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #e0dede;
}
.search-sec a{
	color: #172754;
}
.search-sec{
	float: left;
	height: 30px;
	width: 30px;
	border: 1px solid #fdd109;
	background-color: #fdd109;
	border-radius: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 10px;
}
.container{
    max-width: 1300px;
}
.mainbnr .slick-slide{
	transition: all ease-in-out .3s;
	opacity: .2;
}
.mainbnr .slick-active{
	opacity: .5;
}
.mainbnr .slick-current{
	opacity: 1;
}
.mainbnr .slick-slide{
	margin: 0px 20px;
}
.main_prodcts{
	min-height: 433px;
}
.main-all-cont{
	position: relative;
	overflow: hidden;
}
.product-hd-txt h4{
	display: block;
	clear: both;
	text-align: left;
	margin-bottom: 10px !important;
}
.product-hd-txt p{
	text-align: left;
}
.need-help{
	background-color: #f5f5f5;
	padding: 20px 0;
	margin-top: 30px;
}
.top-forms{
	margin-bottom: 20px;
	text-align: center;
}
.top-forms p{
	opacity: 0.7;
}
.top-forms h2{
	margin-bottom: 15px;
	color: #00b0f0;
}
.btns-sub{
	color: #fff;
    border-radius: 90px;
    border: 1px solid #00b0f0;
    background-color: #00b0f0;
    padding: 5px 35px;
    display: block;
    margin: 25px auto 50px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
	float: left;
}
.icon-bx-cont{
	margin-right: 10px;
	text-align: center;
	float: left;
	width: 55px;
}
.icon-bx-txt h2{
	font-size: 25px;
	margin-bottom: 12px;
}
.box-cont{
	margin-bottom: 25px;
}
.icon-bx-txt{
	overflow: hidden;
}

/* new menu */
.news-box{
	position:absolute;
	padding:10px;
	width:212px;
	height:232px;
	background-color: rgba(255,255,255, 0.5);
	left:20%;
	top:180px;	
}
.box-in{
	overflow:hidden;
	height:212px;
	background-color:#FFF;padding:10px;	
}
.header-box{
	border:1px solid #cdcdcd ;
	width:100%;
	height:191px;
	padding:10px;
	text-align:center;		
}
.header-box h3{
	color:#a11419;
	font-weight:400;
	font-size:11px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase;
}
.header-box h4{
	color:#545454;
	font-weight:300;
	font-size:10px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:15px;
	text-align:center;
	text-transform:uppercase;
}
.header-box p{
	color:#222222;	
	font-size:18px;
	font-family: 'brandon_grotesquelight';
	margin-bottom:15px;
	text-align:center;	
}
a.btn-rd{
	border:1px solid #a51d22;
	color:#a51d22;
	font-weight:300;
	font-size:10px;
	font-family: 'Open Sans', sans-serif;
	height:38px !important;
	width:80%;
	margin:0 auto;
	padding:5px !important;
	text-align:center;
	text-transform:uppercase;
}
.headerWrapper{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.headerArea::after{
    background-color: white;
    content: "";
    height: 76px;
    position: absolute;
    right: -4000px;
    top: 0;
    transition: background-color 400ms ease 0s;
    width: 4000px;
}
.headerArea{
    position: relative;
}
.u-StructureWrapper{
    margin: 0 auto;
    width: 1200px;
}
.headerNav::before{
    transition: background-color 400ms ease 0s, border-right-color 400ms ease 0s;
}
.headerNav::before{
    border-bottom: 76px solid transparent;
    border-right: 44px solid white;
    bottom: 0;
    content: "";
    height: 0;
    left: -44px;
    position: absolute;
    width: 0;
}
.headerNav{
    transition: all 400ms ease 0s;
}
.headerNav{
    height: 76px;
    margin-left: 75px;
    margin-top: 38px;
    padding: 0.4em 0 0.2em 0.6em;
}
.headerNav{
    background-color: white;
    position: relative;
    transition: margin-left 400ms ease 0s;
    z-index: 1;
}
.top-links{
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
	background: rgb(236,38,123);
	background: linear-gradient(90deg, rgba(236,38,123,1) 25%, rgba(37,32,33,1) 53%, rgba(236,38,123,1) 100%);
	padding:9px 0;
}
.links-left{
	width: 70%;
	float: right;
	margin-left: 25px;
	text-align: right;
}
.links-left li{
	display: inline-block;
}
.links-left li a{
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	padding: 0 9px 0 7px !important;
	border-right: 1px solid #fff;
	text-align: left;
	display:block;
}
.social-media-links{
	width:25%;
	float:left;	
	text-align:left;
}
.social-media-links li{
	display:inline-block;
	margin-left:18px;
}
.social-media-links li a{
	display:block;
}
.search{
    float: right;
    overflow: hidden;
    width: 25%;
}

/* new social media */
.social-media-links h2{
	font-size: 13px;
	float: left;
	color: #fff;
	line-height: 20px;
}
.social-media-links li a{
	color: #fff;
}
.cont-wrp{
	position: relative;
	overflow: hidden;
}
.social-media-bnr{
	float: left;
    margin-top: 8px;
}
.social-media-bnr li{
	display: inline-block;
}
.social-media-bnr li a{
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
}
.logo-company{
	margin: 0 auto !important;
	text-align: center;
	display: block;
}
.logo-company img{
	margin: 0 auto !important;
	text-align: center;
	display: block;
}
.mt{
	margin: 100px 0;
}
.welcome-txt h2{
	font-size: 18px;
	color: #9e9e9e;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
}
.welcome-txt p{
	font-size: 15px;
	color: #1e2227;
	opacity: 0.8;
	text-align: justify;
}
.welcome-txt h3 span{
	color: #e5b139;
}
.welcome-txt h3{
	font-size: 49px;
	color: #1e2227;
	margin-bottom: 15px;
	font-weight: 600;
}
.welcome-txt a{
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	border-radius: 90px;
	background-color: #1e2227;
	padding: 8px 25px;
	margin-top: 20px;
	display: inline-block;
}
.welcome-icon{
	float: left;
	width: 65px;
	text-align: center;
}
.welcome-bx-txt{
	overflow: hidden;
	padding-left: 25px;
}
.welcome-bx-txt p{
	margin: 0 !important;
	text-align: justify;
}
.welcome-bx-txt h4{
	font-size: 25px;
	color: #1e2227;
	font-weight: 600;
	margin-bottom: 10px;
}
.welcome-bx{
	margin-top: 35px;
}
.headerss{
	text-align: center;
}
.ourservices-container{
	background-color: #f8f8f8;
	padding: 60px 0;
}
.headerss h3{
	font-size: 16px;
	color: #1e2227;
	opacity: 0.6;
	font-weight: 600;
	text-transform: uppercase;
}
.headerss h2{
	font-size: 55px;
	color: #1e2227;
	font-weight: 500;
}
.our-services{
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 374px;
	width: 100%;
}
.head-lines{
	width: 150px;
	height: 4px;
	border-radius: 90px;
	background-color: #fbba22;
	margin-bottom: 50px;
	margin-top: 20px;
}
.services-wrp{
	padding: 0 15px;
}
.services-wrp-box{
	border-bottom: 2px solid #e5b139;
	background-color: #fff;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: -40px;
}
.services-icons{
	height: 94px;
	width: 84px;
	background-color: #e5b139;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services-wrp-box h2{
	height: 94px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1e2227;
	font-size: 30px;
	font-weight: 600;
}
.services-kis-wrapper{
	background-color: #2e3037;
    padding: 60px 0;
}
.services-kic h6{
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
	font-family: 'Rajdhani', sans-serif;
}
.services-kic h3{
	font-size: 50px;
	font-weight: 600;
	color: #e5b139;
	margin-bottom: 0;
	font-family: 'Rajdhani', sans-serif;
	position: relative;
}
.services-kic h3::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -50px;
	background-color: #e5b139;
	width: 250px;
	height: 3px;
}
.services-kic h2{
	font-size: 50px;
	font-weight: 600;
	color: #e5b139;
	margin:10px 0;
}
.services-kic p{
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
}
.services-kic h4{
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin:10px 0;
}
.services-kic h5{
	font-size: 18px;
	font-weight: 600;
	color: #e5b139;
	margin:10px 0 20px 0;
}
.services-kic img{
	max-width: 100%;
	max-height: 100%;
}
.read_more_btn{
	color: #2e3037;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	background-color: #e5b139;
	border-radius: 90px;
	padding: 8px 25px;
	display: inline-block;
	margin-top: 20px;
}
.services-kic ul li{
	display:block;
	margin-bottom: 15px;
	background: url(../images/arrow1.png) left top no-repeat;
	padding-left:35px;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	min-height: 27px;
}
.plays{
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.gwader{
	padding: 30px 0 50px;
	padding-right: 120px;
}
.gwader h1{
	color: #e29e00;
	font-size: 50px;
	font-weight: 600;
 	font-family: 'Rajdhani', sans-serif;
 	margin-bottom: 0;
}
.gwader img{
	max-width: 100%;
	max-height: 100%;
}
.gwader h2{
	color: #e5b139;
	font-size: 25px;
	font-weight: 600;
	margin: 25px 0;
}
.gwader h5{
	color: #e5b139;
	font-size: 19px;
	font-weight: 600;
	margin: 25px 0;
}
.gwader p{
	color: #191919;
	font-size: 16px;
	opacity: 0.8;
}
.gwader a:hover{
	background-color: #000000;
}
.gwader a{
	padding: 8px 25px;
	display: inline-block;
	background-color: #e5b139;
	font-size: 22px;
	color: #fff;
	border-radius: 90px;
	margin-top: 20px;
}
.gwader .gawadar_inner h2{
	font-weight: 600;
	font-size: 35px;
	color: #161619;
	margin-bottom: 0;
}
.gwader .gawadar_inner h3{
	font-weight: 600;
	font-size: 25px;
	color: #e29e00;
	margin-bottom: 0;
	font-family: 'Rajdhani', sans-serif;
}
.gwader .gawadar_inner h3 span{
	font-weight: 700;
	font-size: 20px;
	color: #5b5b5b;
	margin-bottom: 0;
	font-family: 'Rajdhani', sans-serif;
}
.gwader .gawadar_inner ul{
	list-style-image: url('../images/consultant_list.png');
	padding-left: 18px;
}
.gwader .gawadar_inner ul li{
	list-style-image: url('../images/consultant_list.png');
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.8);
}
.gwader .gawadar_inner ul li:last-child{
	margin-bottom: 0;
}
.new_consultants h2{
	font-weight: 600;
	font-size: 35px;
	color: #161619;
	margin-bottom: 0;
}
.new_consultants h3{
	font-weight: 600;
	font-size: 25px;
	color: #e29e00;
	margin-bottom: 0;
	font-family: 'Rajdhani', sans-serif;
}
.new_consultants h3 span{
	font-weight: 700;
	font-size: 20px;
	color: #5b5b5b;
	margin-bottom: 0;
	font-family: 'Rajdhani', sans-serif;
}
.new_consultants ul{
	list-style-image: url('../images/consultant_list.png');
	padding-left: 18px;
}
.new_consultants ul li{
	list-style-image: url('../images/consultant_list.png');
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.8);
}
.new_consultants ul li:last-child{
	margin-bottom: 0;
}
.new_consultants img{
	max-width: 100%;
	max-height: 100%;
}
.news{
  	box-shadow: 0px 0px 40px 0px rgba(35, 31, 32, 0.1);
	border-radius: 20px;
	margin-top: -100px;
	position: relative;
	z-index: 999;
	background-color: #fff;
	border-bottom: 7px solid #fbba22;
}
.news h2{
	color: #000;
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 15px 0;
	padding: 20px;
	padding-bottom: 0;
}
.news-wrapper{
	overflow: hidden;
	padding: 20px;
}
.news-pic{
	width: 140px;
	height: 140px;
	float: left;
	border-right: 4px solid #e5b139;
	border-bottom: 4px solid #e5b139;
	background-size: cover;
	border-radius: 99px;
}
.news .news-wrapper:nth-of-type(2n+1){
	background-color: #fff;
}
.news .news-wrapper{
	background-color: #f6f6f6;
}
.news .news-wrapper:last-child{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.new-txt{
	padding-left: 25px;
	overflow: hidden;
	padding-bottom: 15px;
}
.new-txt h4{
	font-size: 15px;
	color: #000;
	margin-bottom: 15px;
}
.new-txt p{
	font-size: 14px;
	color: #000;
	margin-bottom: 22px;
	opacity: 0.8;
}
.new-txt a img{
	margin-left: 8px;
}
.new-txt a{
	border: 1px solid #eaeaea;
	border-radius: 3px;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	padding: 11px 20px;
	position: relative;
	overflow: hidden;
}
.new-txt a i{
	font-size: 20px;
	padding-left: 5px;
}
.new-txt a::before{
	width: 80px;
	height: 2px;
	background-color: #e5b139;
	left: 30px;
	bottom: 0;
	content: "";
	position: absolute;
}
.section-cont{
	background-color: #2e3037;
	padding: 60px 0;
	margin-top: 30px;
	text-align: center;
	color: #fff;
}
.section-cont2{
	background-color: #f3f3f3;
	padding-top: 60px;
	padding-bottom: 100px;
	text-align: center;
	color: #fff;
}
.section-cont2 img{
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 365px;
	object-fit: cover;
	border: 5px solid #d5d5d5;
}
.center5{
	margin-top: 30px;
}
.headerss1 p{
	color: #fff;
	font-size: 14px;
	opacity: 0.8;
	margin: 15px 0 40px;
}
.headerss1 h2{
	background: url(../images/header-bg.png) center top no-repeat;
	color: #e5b139;
	font-size: 35px;
	font-weight: 600;
}
.headerss2 h2{
	background: url(../images/header-bg2.png) center center no-repeat;
	color: #262626;
	font-size: 40px;
	font-weight: 600;
}
.sector-icon{
	background: url(../images/sector0.png) center top no-repeat;
	width: 168px;
	height: 171px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.sector-icon2{
	background: url(../images/sector1.html) center top no-repeat;
	width: 120px;
	height: 128px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-box h2{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 15px 0;
}
.section-dots img{
	text-align: center;
	margin: 0 auto;
}
.section-dots{
	display: block;
	text-align: center;
}
.our-pro{
	background-color: #f3f3f3;
	padding: 60px 0;
}
.our-projects{
	height: 361px;
	border-radius: 10px;
	background-size: cover;
	width: 100%;
}
.headerss p{
	color: #000;
	margin-bottom: 20px;
	padding:0 15%;
}
.prjects-wrp{
  	box-shadow: 0px 0px 40px 0px rgba(35, 31, 32, 0.1);
	padding: 24px;
	background-color: rgba(255,255,255,0.90);
	position: relative;
	z-index: 9999;
	margin-top: -112px;
	margin-right: -25px;
	width: 95%;
	float: right;
	border-radius: 8px;
}
.prjects-wrp h2{
	color: #1b1b1b;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}
.prjects-wrp p{
	color: #000000;
	font-size: 14px;
}
.projet-icons{
	height: 49px;
	width: 49px;
	background-color: #e5b139;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
	border-radius: 7px;
	margin-left: 25px;
	color: #fff;
	font-size: 20px;
}
.new-wrps{
	width: 93%;
	margin: 0 auto;
}
.logos{
	border: 1px solid #d1d1d1;
  	background-color: #f5f5f5;
	padding: 5px;
	text-align: center;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.center img{
	max-width: 100%;
	max-height: 100%;
	display: unset;
}
.clientss{
	margin: 60px 0;
}
.slick-dots li{
	width: 12px;
	height: 12px;
}
.slick-dots li button{
	width: 12px;
	height: 12px;
}
.slick-dots li button::before{
	background-color: transparent;
	border: 4px solid #000;
	border-radius: 50%;
	content: "";
	width: 12px;
	height: 12px;
	opacity: 1;
}
.slick-dots li.slick-active button::before{
	border-color: #fbba22;
	opacity: 1;
}
.slick-dots{
	bottom: -45px;
}
.footers{
	background-color: #161921;
	border-top: 2px solid #e5b139;;
}
.links-footer h2{
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
}
.links-footer ul li{
	display: block;
	margin: 20px 0;
}
.links-footer ul li a:hover{
	color: #fff;
}
.links-footer ul li a{
	color: #999999;
	font-size: 14px;
}
.social-media p{
	color: #fff;
	font-weight: 300;
	opacity: 0.7;
	font-size: 14px;
}
.newsletter{
	margin: 20px 0;
	background-color: #0e111b;
}
.newsletter button{
	width: 55px;
	height: 53px;
	background-color: #e5b139;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	float: right;
	border: none;
	color: #fff;
	font-size: 18px;
}
.newsletter input{
	width: 75%;
	padding: 0 20px;
	color: rgba(255,255,255,0.70);
	font-size: 15px;
	height: 53px;
	background-color: #0e111b !important;
	border: none;
}
.social-media{
	padding: 0 50px;
}
.social-icons ul{
	display: flex;
}
.social-icons ul li{
	margin-right: 10px;
}
.social-icons ul li:last-child{
	margin-right: 0;
}
.social-icons ul li a{
	height: 25px;
	width: 25px;
	border: 1px solid #fff;
	border-radius: 90px;
	opacity: 0.7;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px !important;
	color: #fff;
}
.social-icons ul li a:hover{
	opacity: 1;
}
.footers{
	padding: 0px 0 50px 0;
}
.footer-copy-right .pull-left{
	text-align: left;
	font-size: 14px;
}
.footer-copy-right .pull-right{
	text-align: right;
	font-size: 14px;
}
.footer-copy-right{
	padding: 20px 0;color: #fff;
	background-color: #e5b139;
}
.footer-copy-right a{
	color: #fff;
}
.addres{
	position: relative;
	background-color: #e5b139;
	padding: 25px;
	border-radius: 0 10px 10px 0;
	display: inline-block;
	margin-left: -40px;
	margin-top: -100px;
	margin-bottom: 50px;
}
.addres::before{
	content: "";
	background-color: #e5b139;
	border-radius: 0 10px 10px 0;
	width: 10000px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.addres-icon{
	position: relative;
	z-index: 2;
	float: left;
}
.addres-icon i{
	color: #fff;
	font-size: 25px;
}
.addres-wrp{
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-left: 20px;
}
.addres-wrp h2{
	font-size: 14px;
	font-weight: 600;
}
.addres-wrp p, .addres-wrp a{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.map .addres-wrp h2{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.map{
	position: relative;
	background-color: #161921;
	padding: 25px 125px;
	border-radius: 10px 0 0 0;
	display: inline-block;
	float: right;
	margin-right: -40px;
	margin-top: -50px;
	margin-bottom: 50px;
}
.map::before{
	content: "";
	background-color: #161921;
	border: 2px solid #e5b139;
	border-bottom: none;
	border-right: none;
	border-radius: 10px 0 0 0;
	width: 10000px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.center3 .slick-prev:before{
	color: #fff !important;
}
.center3 .slick-next:before{
	color: #fff !important;
}
.view-all2 a{
	padding: 10px 40px;
	border-radius: #e5b139;
	background-color: #e5b139;
	border-radius: 90px;
	display: inline-block;
	margin:0 auto;
	text-align: center;
	color: #fff;
}
.about-pic img{
	max-width: 100%;
	max-height: 100%;
}

@media only screen and (min-width: 768px){
	.tab-button-outer{
		position: relative;
		z-index: 2;
		display: block;
	}
	.tab-select-outer{
		display: none;
	}
	.tab-contents{
		position: relative;
		top: -1px;
		margin-top: 0;
	}
}

@media only screen and (min-width: 810px){
	#main_header .nav-item:hover .dropdown-menu{
		display: block;
	}
}

@media only screen and (max-width: 1199px){
	.container {
		width: 99% !important;
		padding: 0 2%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.over_products figure{
		width: 30%;
	}
	.logos-info{
		width: 346px;
	}
	.company_info{
		margin-bottom: 20px;
	}
	.footer_top_sn{
		padding: 0;
	}
	figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover figcaption > span{
		bottom: 60px;
	}
	.enquiry_form{
		width: 80%;
	}
	.login_area h2{
	 	font-size: 24px;
	}
	.slick-next{
	    right: -18px !important;
	    z-index: 99999;
	}
	.slick-prev{
    	left: -18px !important;
    	z-index: 99999;
	}
	.how-icons-work img{
    	width: 100%;
	}
	.headerWrapper1{
		position: inherit;
	}
	.u-StructureWrapper1{
    	margin: 0 auto;
    	width: 100%;
		position: inherit;
		width: 100%;
	}
	.headerArea1{
		position: inherit;
	}
	.headerNav1{
		position: inherit;
		margin: 0;
	}
	.headerNav{
		position: inherit;
		width: 100%;
		margin: 0;
	}
	.headerArea{
		position: inherit;
		width: 100%;
	}
	.headerArea1::after{
		display: none;
	}
	.headerNav1::before{
		display: none;
	}
	.u-StructureWrapper{
    	margin: 0 auto;
    	width: 100%;
		position: inherit;
	}
	.headerArea::after{
		display: none;
	}
	.headerNav::before{
		display: none;
	}
	.headerWrapper{
		position: inherit;
	}
	.programmes-img img{
		width: 100%;
	}
	.logo-bt img{
		width: 66%;
	}
	.youtube{
    	background-position: right bottom;
	}
	.about-pic img{
		width: 100%;
	}
	.fb img{
		width: 100%;
	}
	.footer-logo img{
		max-width: 100%;
		max-height: 100%;
	}
	.social-media{
    	padding: 0 0px;
	}
	.welcome-bx-txt p{
    	margin: 0 !important;
    	padding-right: 0px;
	}
}

@media only screen and (max-width: 992px){
	.intro_pic{
		width: 90%;
		margin: 0 auto 30px auto;
	}
	.intro_pic img{
		width: 100%;
	}
	.footer{
	    background: url(../images/background.html) center bottom no-repeat;
	    padding-top: 20px;
		background-color: #040404;
	}
	.howitswork ul li h5{
	    color: #1f93ce;
		font-size: 20px;
	}
	.strip h2{
	    font-size: 23px;
	    color: #fff;
	    font-weight: 400;
	}
	.strip p{
	    font-size: 13px;
	    color: #fff;
	    font-weight: 400;
	}
	.links li{
	    display: block;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.logos-info{
		width: 100%;
	}
	.logos-info img{
		width: 100%;
	}
	.topmenuleft p{
	    font-size: 12px;
	}
	.programmes-box h3{
	    font-size: 22px;
	}
	.programmes-box p{
	    font-size: 17px;
	}
	.youtube{
	    height: auto;
	}
	.youtube-txt{
	    overflow: hidden;
	    background-color: rgba(26,26,26,0.50);
	    padding: 22px 38px;
	    position: absolute;
	    width: 100%;
		height: auto;
	    left: 0;
	    top: 150px;
	}
	.youtube-img img{
		width: 450px;
	}
	.welcome-bx-txt p{
	    margin: 0 !important;
	    padding-right: 0px;
	}
	.welcome-txt h3{
	    font-size: 29px;
	}
	.welcome-bx-txt{
	    overflow: hidden;
	    padding-left: 5px;
	}
	.services-kic h2{
	    font-size: 30px;
	    font-weight: 600;
	}
	.gwader{
	    padding: 30px  0 50px;
	    padding-right: 0px;
	}
	.news-pic{
	    width: 40px;
	    height: 40px;
	}
	.headerss h2{
		font-size: 25px;
	}
	.gwader h1{
	    color: #191919;
	    font-size: 35px;
	}
	.fb iframe{
		width: 100%;
		max-width: 100%;
	}
	#inner_banner .carousel-item,
	#inner_banner .carousel-item img{
		height: 300px;
	}
	.contact_form_card .card-header{
		font-size: 28px;
	}
	.contactus_section h2{
		font-size: 39px;
	}
	.contactus_section h6{
		font-size: 16px;
	}
	.info_icons_div p,
	.info_icons_div a{
		font-size: 14px;
	}
	#main_banner .carousel-caption h2{
		font-size: 32px;
	}
	#main_banner .carousel-caption h2 span{
		font-size: 42px;
	}
	#main_banner .carousel-caption p,
	#main_banner .carousel-caption a{
		font-size: 18px;
	}
	#main_banner .carousel-item,
	#main_banner .carousel-item img{
		height: 700px;
	}
	#main_banner .carousel-caption img{
		height: auto;
	}
	#main_header .nav-link{
		padding: 8px 12px;
		font-size: 16px;
	}
	.desc_div h2{
		font-size: 50px;
	}
	.sector-icon2_h2{
		font-size: 28px;
	}
}

@media only screen and (max-width: 810px){
	.section_countity{
		margin-bottom: 20px;
	}
	.over_products figure{
		width: 100%
	}	
	.links{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.position_image{
		height: inherit;
	}
	.info_section_web{
		float: left;
	}
	.social_media_top{
		text-align: left;
		padding: 10px 0; 
	}
	.email_template{
		padding: 0;
		min-height: 0;
		background: transparent;
	}
	.enquiry_form{
		width: 100%;
	}
	.emils_type, .new-btn{
		width: 100%;
		border-radius: 0;
	}
	.socialmedia{
		width: 100%;
	}
	.footer_social_media h4{
		width: 100%;
		margin-bottom: 20px;
	}
	.option_offers_icon1, .option_offers_icon2{
		margin-bottom: 20px;
	}
	.my-ld li{
    	margin-top: 0;
		margin: 0;
	}
	.col-lg-6{
		padding: 0;
	}
	.copy_right{
		display: block;
		clear: both;
		text-align: center;
	}
	.login_area{
		margin-top: 50px;
	}
	.product_detail_text{
		width: 100%;
	}
	.only-product_pic{
		width: 100%;
		float: left;
		margin-right: 0;
		margin-bottom: 60px;
	}
	.section_countity{
		width: 100%;
		float: none;
		display: block;
		overflow: hidden;
	}
	.add-to_btns{
		width: 100%;
		float: none;
		display: block;
	}
	.left_menu{
		width: 100%;
	}
	.s_hd{
		display: block;
		width: 100%;
	}
	.pro_imgs{
		float: right;
		margin: 0;
		margin-left: 20px;
	}
	.shopping_heading{
		display: none;
	}
	.s_hd1{
		width: 32%;
	}
	.product_shoping_carts .s_hd1{
		margin-top: 0;
		margin-bottom: 20px;
		line-height: 36px;
	}
	.total-count{
		float: none;
		display: block;
		width: 100%;
	}
	.conf-order{
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	.over_products figure{
		margin: 0
	}
	.login_area{
		padding: 0 15px;
	}
	.intro_pic{
		width: 100%;
	}
	.intro_pic img{
		width: 100%;
	}
	.intro_box{
		display: none;
	}
	.intro_btn{
		display: block;
	}
	.howitswork{
		display: none;
	}
	.social-icons{
	    opacity: 0.7;
	    margin-bottom: 13px;
	    overflow: hidden;
	}
	.top-menu-left{
	    background: url(../images/top-bg.html) center top repeat;
	    height: auto;
	}
	.section-right-area{
		float: none;
		margin: 0;
	}
	.section-right-area1{
		float: none;
		margin: 0;
	}
	.dropdown-content{
	    display: none;
	    position: absolute;
	    background-color: #fff;
	    min-width: 100%;
	}
	.logos-info{
	    width: 100%;
	}
	.section-right-area{
		float: none;
		margin: 0;
	}
	.section-right-area1{
		float: none;
		margin: 0;
	}
	.professional{
		margin: 30px 0;
	}
	.headerNav{
		height: auto;
	}
	.social-media-links{
		display: none;
	}
	.links-left{
		width: 100%;
		display: block;
	}
	.f1{
		display: none !important;
	}
	.search-section{
	    width: 100%;
	    margin: 0 auto;
	}
	.baskets{
	    margin-right: 5px;
	}
	.search-sec{
	    margin-right: 0;
	    float: right;
	}
	.our-programmes h1{
	    font-size: 44px;
	}
	.product_headings h4{
	    color: #ec267b;
	    font-size: 47px;
	    margin-top: 70px;
	}
	.youtube-img img{
    	width: 100%;
		display: block;
		width: 100%;
		float: none;
	}
	.videos{
		position: inherit;
	}
	.youtube-txt{
		position: inherit;
		width: 100%;
		display: block;
	}
	.videos{
		background-repeat: repeat;
	}
	.social-icons{
		display: none;
	}
	.cont-wrp{
	    position: inherit;
	    overflow: inherit;
	}
	.topmenuleft p{
	    color: #fff;
		line-height: normal;
	}
	.banner-inr{
	    background-size: cover;
	    min-height: auto; 
	    position: relative;
	    overflow: hidden;
	    padding: 40px 0;
	}
	.banner-inr h2{
		margin: 0;
	}
	.new-wrps{
	    width: 100%;
	    margin: 0 auto;
	}
	.prjects-wrp{
	    box-shadow: 0px 0px 40px 0px rgb(35 31 32 / 10%);
	    padding: 24px;
	    background-color: rgba(255,255,255,0.90);
	    position: relative;
	    z-index: 9999;
	    margin-top: -112px;
	    margin-right: 0;
	    width: 95%;
	    float: right;
	    border-radius: 8px;
	}
	.addres{
		margin: 0 0 20px 0 !important;
		padding: 10px 15;
		width: 100%;
		border-radius: 10px;
	}
	.map{
		margin: 0 0 20px 0 !important;
		width: 100%;
		padding: 25px 100px;
		border-radius: 10px;
		border: 2px solid #e5b139 !important;
	}
	.news{
	    padding: 10px;
	    margin-top: 10px;
	}
	.about-pic img{
		margin-bottom: 15px;
	}
	.google_map_offcanvas{
		height: 60vh;
	}
	#inner_banner .carousel-item,
	#inner_banner .carousel-item img{
		height: 250px;
	}
	.contact_form_card .card-header{
		font-size: 26px;
	}
	.contactus_section h2{
		font-size: 29px;
	}
	.contactus_section h6{
		font-size: 14px;
	}
	.contactus_section .col-sm-7,
	.contactus_section .col-sm-5{
		width: 50%;
	}
	.contactus_section .col-sm-6{
		width: 100%;
	}
	.contactus_section .row .col-sm-6:last-child{
		margin-top: 1.5rem;
	}
	.addres::before{
		display: none;
	}
	.map::before{
		display: none;
	}
	.footers{
		padding-top: 25px;
	}
	#main_banner .carousel-caption{
		width: 60%;
	}
	#main_banner .carousel-caption h2{
		font-size: 27px;
	}
	#main_banner .carousel-caption h2 span{
		font-size: 37px;
	}
	#main_banner .carousel-caption p,
	#main_banner .carousel-caption a{
		font-size: 16px;
	}
	#main_banner .carousel-item,
	#main_banner .carousel-item img{
		height: 550px;
	}
	#main_banner .carousel-caption img{
		height: auto;
		width: 100px;
	}
	#main_header{
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		background-color: #161921;
		border-top: 2px solid #e5b139;
	}
	#main_header .offcanvasNavbar{
		background-color: #161921;
	}
	.desc_div h2{
		font-size: 40px;
	}
	.sector-icon2_h2{
		font-size: 26px;
	}
	.sector-icon2_p, .desc_div p{
		font-size: 14px;
	}
	.welcome-txt p{
		font-size: 13px;
	}
	.services-kic h3{
		font-size: 40px;
	}
	.services-kic h6{
		font-size: 25px;
	}
	.services-kic p{
		font-size: 14px;
	}
	.services-kic h3::after{
		width: 200px;
	}
	.gwader .gawadar_inner h2{
		font-size: 30px;
	}
	.gwader .gawadar_inner h3{
		font-size: 23px;
	}
	.gwader .gawadar_inner h3 span{
		font-size: 18px;
	}
	.gwader .gawadar_inner ul li{
		font-size: 13px;
	}
	.section-cont2 img{
		height: 265px;
	}
}

@media only screen and (max-width: 481px){
	.socialmedia li{
		margin: 0 6px;
	}
	.slick-prev{
		left: 0 !important;
	}
	.slick-next{
		right: 0 !important;
	}
	.footer-copy-right .pull-left,
	.footer-copy-right .pull-right{
		text-align: center;
	}
	.contactus_section .col-sm-7,
	.contactus_section .col-sm-5{
		width: 100%;
	}
	.contactus_section .col-sm-7{
		margin-bottom: 25px;
	}
	#main_banner .carousel-item,
	#main_banner .carousel-item img{
		height: 200px;
	}
	#inner_banner .carousel-item,
	#inner_banner .carousel-item img{
		height: 200px;
	}
	#main_header .navbar-brand img{
		width: 220px;
	}
	.services-kis-wrapper .col-sm-8{
		margin-bottom: 25px;
	}
	.gwader .gawadar_inner .col-sm-4{
		margin-bottom: 25px;
	}
}