html, body{
	width:100%;
	overflow-x:hidden;
	scroll-behavior:smooth;
}
*{
   font-family: 'Montserrat', sans-serif; 
}
body{
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}
.nopad{
padding:0px !important;
}
a:hover{
	text-decoration:none;
}
a:focus{
	color:#333;
}
.our-solution,.group_chairman_section,.our-loaction {
   
    padding: 40px 0;
   
}
.bg{
    background: #f7f7f7;
}

h3 {
    font-size: 28px;
    font-weight: 600;
	position:relative;
	text-transform:uppercase;
}
.text-center{
    text-align: center;
}
.weight-600{
    font-weight: 600;
}
.weight-500{
    font-weight: 500;
}
.d-flex{
	display: flex;
	flex-wrap: wrap;
}
.heading_cls{
	position:relative;
	text-align:center;
	width:100%;
	float:left;
	height:auto;
	padding:0px;
}
.round_underline{
    width: 35px;
    height: 5px;
    border-radius: 4px;
    background: #ff4345;
	display:inline-block;
}
.sm_round_underline{
    width: 40px;
    height: 5px;
    border-radius: 4px;
    background: #ff4345;	
	display:inline-block;
}
.round_underline{
    width: 14px;
    height: 5px;
    border-radius: 4px;
    background: #ff4345;
}

.heading_cls span {
    margin-right: 10px;
}

.destop_hide{
	display:none;
}
.destop_nopad{
	padding:0px;
}

.full_img_theme{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	padding:0px !important;
}
.full_img_theme img{
	width:100%;
}
/*--header section--*/
.header_section .logo_box{
	width: 20%;
}
.header_section .logo_box img{
	width: 100%;
}
.header_section .navbar-nav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}
.header_section .navbar-nav .nav-item a{
	color: #333;
	font-weight: 500;
	font-size: 15.5px;
	padding: 18px 15px;
    position: relative;
}
.header_section .navbar-nav .nav-item a:after{

    content: '';
    width: 0px;
    height: 2px;
    background: #ff4345;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.7s ease;
}
.header_section .navbar-nav .nav-item a:hover:after{
    content: '';
    width: 100%;
    height: 2px;
    background: #ff4345;
    position: absolute;
    bottom: 0px;
    left: 1px;
}
.header_section .navbar-nav .eMail{
	margin-left: 100px;
}
.header_section .navbar-nav .eMail a{
    padding: 0;
    font-size:13px;
    position: relative;
}
.header_section .navbar-nav .eMail a:hover:after{
  content: none;
}
.top_icon_co {
    color: #ff4345;
    font-size: 20px;
}
.header_section {
    position:static;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
     margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    background:#fff;
    }
#header.header-scrolled {
    position:fixed;
    background:#fff;
    padding: 0 0 0.1rem 0;
    transition: all 0.5s;
    top: 0px;
    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}
#header.header-scrolled .logo_box{
	width: 15%;
	transition: all 0.5s;
}
/************for menu 2******/
  
/*--Banner section--*/
.banner_section_home{
	width:100%;
	float:left;
	height:auto;
	background-image:url('../images/banner.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.banner_content {
    margin: 130px 0px 130px 50px;
    padding: 20px 30px;
    background: none;
    float: left;
    border-left: 10px solid #ff4345;
    width: 60%;
}
.banner_content h1 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.banner_content p {
    color: #fff;
    font-size: 17px;
}
.banner_content1s {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.2s;
}
.banner_content h1 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner_content p {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
/*--slider section--*/
.slider_section{
	width:100%;
	
	height:auto;
	padding:0px !important;
}
.slider_img_box{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	position:relative;
}
.slider_img_box img{
	position:relative;
	width:100%;
}
/*****.slider_content_box {
    width: 35%;
    position: absolute;
    top: 13%;
    left: 10%;
    padding: 30px 25px;
    z-index: 9;
    background: #ffffffe0;
    border-left: 8px solid #e07d26;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
}************/
.slider_content_box {
   width: 40%;
    position: absolute;
    top: 30%;
    left: 4%;
    padding: 30px 25px;
    z-index: 9;
    
    display: flex;
    justify-content:space-around;
    align-items: flex-start;
    flex-direction: column;
  }
  .slider_content_box .btn,.slider_content_box .btn:focus,.slider_content_box .btn:visited{
  	background: #f79820;
    border-radius: 5px;
    color: #fff;
    border: 2px solid #f79820;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 8px 20px;
  }
    .slider_content_box .btn:hover{
   background: #38519b;
    border: 2px solid #38519b;
    
}
.slider_content_box h1 {
    font-weight: 700;   
    font-size: 30px;
    color: #38519b;

    margin-top: 0px;
   }
   .slider_content_box h1{
    position: relative;
   }
   .slider_content_box h1.solar:before{
 content: "\f1e6";
font-size: 25px;
color: #f79820;
padding-right: 10px;
font-family: FontAwesome;
   }
   .slider_content_box h1.charg:before{
    content: "\f1b9";
      font-weight: 600;
    color: #f79820;
    padding-right: 10px;
    font-size: 25px;
   
        font-family: FontAwesome;
    text-transform: capitalize;
}
.slider_content_box span {
    font-weight: 500;
    color: #333;
	font-size:13px;
}
.slider_content_box a {
    font-weight: 700;
    color: #38519b;
    display: block;
    margin: 25px 0px 15px 0px;
    font-size: 16px;
}
.owl-dots {
    display: block;
    position: absolute;
    bottom: -7%;
    width: 100%;
    display: flex;
    justify-content: center;
}
.owl-dot.active {
    width: 10px;
    height: 10px;
    background: #e07d26;
    border: 2px solid #fff;
}
.owl-dot{
width:10px;
height:10px;
background:transparent;
border: 2px solid #38519b;
float:left;
margin:0px 3px;
border-radius:50%;
}
/**********for animation on silder banner
.slider_section .owl-item.active h1 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.slider_section .owl-item.active .slider_content_box {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.slider_section .owl-item.active a {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

*******/
.slider_logo_bg{
	background:#fff;
	border-radius:6px;
}
.slider_logo_one {
    width: 260px;
    height: auto;
    position: absolute;
    right: 5%;
    padding: 10px 10px;
    top: 15%;
}
.slider_logo_one img{
	width:100%;
}
/**-------end banner-------------------*/
/*-- about section -- Home ---*/
.home_about_section{
	width:100%;
	float:left;
	height:auto;
}
.new_about{
	text-align:center;
	padding-top:0px !important;
}
.new_about p{
	line-height:25px !important;
	text-align:center !important;
	font-size:15px !important;
}
.about_content_box{
	width:100%;
	float:left;
	height:auto;
	padding:50px 0px 0px 50px;
}
.about_content_box p{
	color:#333;
	text-align:justify;
	line-height:40px;
	font-size:17px;
}
.about_content_box span{
	text-transform:uppercase;
	font-weight:600;
	font-size:18px;
}
.about_img_box{
	background:#eff1f1;
	padding:20px 50px 20px 0px; 
	width:100%;
	float:left;
	position:relative;
	height:380px;
}
.about_img_box_overlay {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-right: 5px solid #ff4345;
	position:absolute;
	right:10%;
	top:10%;
}
.about_img_box_overlay img{
	width:100%;
}

/*--slider section--*/
.holding_slider_Section{
	width:100%;
	float:left;
	height:auto;
}
.holding_slider_Section img{
	width:100%;
}
.slider_area{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	overflow:hidden;
}
.holding_content{
	width:45%;
	float:left;
	height:auto;
	position:absolute;
	top:30%;
	left:12%;
}
.holding_content .underline_cls{
	background:#fff;
}
.holding_content p{
	color:#fff;
}
.holding_content h1{
	color:#fff;
	font-size:50px;
	font-weight:600;
}
#privat_holdings .owl-nav{
	display:block;
	float:left;
}
#privat_holdings .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    right: 5%;
    text-align: center;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}
#privat_holdings .owl-nav .owl-prev img{
	width:30px;
}
#privat_holdings .owl-nav .owl-next img{
	width:30px;
}
#privat_holdings .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 5%;
    text-align: center;
	line-height:25px;	
	transition: all 0.5s ease-in-out;
	transform: rotate(180deg);
}
/**-----------------new group section--------------------**/
.our-solution {
    background: #f7f7f7;
     margin:60px 0px;
}
.our-solution .equal-box{
	display: flex;
	flex-wrap: wrap;
}
.our-solution .equal-box .mb-20{
	margin-bottom: 20px;
}

.our-solution .card {
    width:100%;
    height:100%;
    position: relative;
    box-shadow: 0 0 5px rgb(0 0 0 / 6%);
    overflow: hidden;
    margin: 10px auto;
    border: 1px solid #dedede;
    border-radius: 5px;
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
   padding: 20px;
   z-index: 0;
        
}
.our-solution .card:before{
    content: "+";
    position: absolute;
    z-index: -1;
    bottom: -20px;
    right: -20px;
    background: #ff9c01;
    height:120px;
    width: 120px;
    border-radius:50%;
    transform: scale(1);
    transform-origin: 50% 50%;
    opacity: 0.1;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c7bdbd;
    font-size: 20px;
    font-weight: bold;
}

.our-solution .card:hover:before {
    transform: scale(10);
     transition: 0.8s;
}
.our-solution .card.c-1:before{
    
    background:#11866f;
}
.our-solution .card.c-2:before{
    
    background:#ce3131;
}
.our-solution .card.c-3:before{
    
    background:#245296;
}
.our-solution .card.c-4:before{
    
    background:#11196c;
}
.our-solution .card.c-5:before{
    
    background:#096852;
}

.our-solution .card .btn {
    background: transparent;
    border: 2px solid #ff9c01;
    color:#ff9c01;
    border-radius: 0px 10px 0px 10px;
   
    font-weight: 500;
    padding: 10px 20px;
    margin-top: auto;
    
    }

    .our-solution .card .btn:hover{
        background:#e07d26;
        color: #fff;
        border: 2px solid #e07d26;
    }
.our-solution .card.c-1 .btn{
    border: 2px solid #11866f;
    color:#11866f;
}
 .our-solution .card.c-1 .btn:hover{
        background:#11866f;
        border: 2px solid #11866f;
        color:#fff;
    }

   .our-solution .card.c-2 .btn{
    border: 2px solid #ce3131;
    color:#ce3131;
}
 .our-solution .card.c-2 .btn:hover{
        background:#ce3131;
        border: 2px solid #ce3131;
        color:#fff;
    }
    .our-solution .card.c-3 .btn{
    border: 2px solid #245296;
    color:#245296;
}
 .our-solution .card.c-3 .btn:hover{
        background:#245296;
        border: 2px solid #245296;
        color:#fff;
    }

 .our-solution .card.c-4 .btn{
    border: 2px solid #11196c;
    color:#11196c;
}
 .our-solution .card.c-4 .btn:hover{
        background:#11196c;
        border: 2px solid #11196c;
        color:#fff;
    }
    .our-solution .card.c-5 .btn{
    border: 2px solid #096852;
    color:#096852;
}
 .our-solution .card.c-5 .btn:hover{
        background:#096852;
        border: 2px solid #096852;
        color:#fff;
    }

.our-solution .card .content {
   
    text-align: center;
       
       
    }
   

    .our-solution .card .content .logo{
  width:45%;
  
  margin: 10px auto;
  position: relative;

    }

    .our-solution .card .content h4{
    color: var(--text333);
    font-weight: 700;
    font-size: 20px;
}
.our-solution .card .content img {
    width: 100%;
    margin-bottom: 10px;
}



.our-solution .card .content p{

    font-size: 15px;
    font-weight: 500;
}




/***********end********************/

/*--the group section--*/
.the_group_section{
	width:100%;
	float:left;
	height:auto;
}
.destop_nopad{
	padding:0px;
}
.the_group_section h3{
	text-align:center;
}
.the_group_img_box{
	width:100%;
	float:left;
	overflow:hidden;
	height:auto;
	margin-top:25px;
	position:relative;
	border-radius:10px;
	transition: all 0.6s ease-in-out;
}
.the_group_img_box:hover .group_img_overlay{
	visibility:visible;
	opacity:1;
}
.the_group_img_box img{
	width:100%;
	transition: all 0.6s ease-in-out;
}
.the_group_img_box:hover img{
transform: scale(1.1);
}
.group_img_overlay{
	position:absolute;
	height:100%;
	width:100%;
	background:#2d3240ad;
	z-index:9;
	left:0px;
	bottom:0px;
	transition: all 0.6s ease-in-out;
    visibility:hidden;
	opacity:0;
}
.content_overlay {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding:20px 15px 30px 15px;
    width: 100%;
}
.content_overlay h4 {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
}
.underline_cls {
    width: 50px;
    height: 2px;
    background: #ea8c19;
    border-radius: 5px;
    margin: 9px 0px 19px 0px;
}
.content_overlay a {
    color: #fff;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    text-decoration: underline;
}
.content_overlay p {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    margin: 0px;
}
.group_bottom_overlay{
	position:absolute;
	bottom:0px;
	left:0px;
	padding:5px 30px;
	background:#2d3240de;
	z-index:9;
	width:100%;
	  height: 60px;
	transition: all 0.6s ease;
}
.signle_line{
	margin-top:12px !important;
	display:inline-block;
}
.group_bottom_overlay h4 {
    color: #fff;
    font-size: 18.5px;
    line-height: 22px;
    font-weight: 600;
    margin: 3px 0px;
}
.the_group_img_box:hover .group_bottom_overlay{
	display:none;
}
.logo_section{
	margin:50px 0px 0px 0px;
	display:inline-block;
}
.the_logo_box{
	padding:30px 30px;
	width:100%;
	height:130px;
	float:left;
	text-align:center;
	overflow:hidden;
	background:#f9f9f9;
	border-radius:4px;
}
.the_logo_box img{
	width:100%;
}
.overylay_logo_cls{
	width:170px;
	height:auto;
	padding:10px 20px;
	overflow:hidden;
	border-radius:6px;
	margin:10px 10px;
	background:#fff;
}
.overylay_logo_cls img{
	width:100%;
}
.overylay_logo_cls_circle{
	width:90px;
	height:auto;
	padding:10px 10px;
	overflow:hidden;
	border-radius:6px;
	margin:10px 10px;
	background:#fff;
	text-align:center;
}
.overylay_logo_cls_circle img{
	width:83%;
}

/*--new group section--*/
.new_group_section {
	width:100%;
	float:left;
	height:auto;	
}
.row_pad {
    padding: 0px 60px 60px 60px !important;
    width: 100%;
    float: left;
    height: auto;
}
.privat_healthcare_content_box {
    width: 100%;
    float: left;
    height: auto;
    padding: 40px 15px 0px 15px;
}
.privat_healthcare_img_box{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	border-radius:4px;
}
.privat_healthcare_img_box img{
	width:100%;
}
.privat_healthcare_content_box h2 {
    font-size: 27px;
    font-weight: 600;
    color: #1a567b;
}
.privat_healthcare_content_box p {
    text-align: justify;
    color: #4c4c4c;
    margin: 0px;
}



/*--footer section-*/
.footer_section{
	width:100%;
	float:left;
	height:auto;
	padding:40px 0px 0px 0px;
	background:#daf5ff;
}
.footer_section .d-flex{
	display: flex;
	flex-wrap: wrap;
}
.footer_logo_box{
	width:auto;
	float:left;
	height:100%;
	display: flex;
	align-items: center;
}
.footer_logo_box h5 {
    color: #00893b;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}
.footer_logo_box span{
	color:#de470a;
}
.logo_box h5 {
    color: #00893b;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}
.logo_box span{
	color:#de470a;
}
.footer_logo_box img{
	width:100%;
    max-width:200px;
}
.footer_section p{
	margin:10px 0px 10px 0px;   
	display:inline-block;
	position: relative;
}
.footer_section p.contact{
    padding-left: 20px;
    font-size: 13px;

}
.footer_section p.contact:before{
    content: '\f041';
    position:absolute;
    left: 0;
  font-family: 'FontAwesome';
  color: #ff4345;
   font-size: 20px;
}
.footer_section h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
	text-transform:uppercase;
}
.footer_section .holding-link{
	display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.footer_navi{
	width:auto;
	float:left;
	height:auto;
	flex:2;
}
.footer_navi ul{
	list-style:none;
	padding:0px;
}
.footer_navi a {
    color: #333;
    padding-top: 12px;
    display: inline-block;
    font-weight: 600;
	transition: all 0.5s ease-in-out;
	font-size:13px;
}
.footer_navi a:hover {
    color: #ff4345;
    text-decoration: none;
}
.footer_section a{
	color:#333;
	font-weight:500;
		font-size:13px;
     text-decoration: none;

}
.powered_by{
	width:100%;
	float:left;
	height:auto;
	margin-top:20px;
}
.powered_by img{
	width:100px;
}
.copy_right{
	text-align:center;
	color:#fff;
}
.copy_right a{
	float:left;
	color:#fff;
	padding-right:10px;
	font-weight:400;
}
.copy_right p{
	color:#fff;
	margin:0px;
	font-size:13px;
}
.copy-footer{
	display: flex;
	justify-content: space-around;
	align-items: center;
	background:#4986c5;
}
.copy-footer p{
	margin: 0;
	color: white;
	font-size: 13px;
	font-weight: normal;
}
.copy-footer p img{
	width: 100px;
}
/*------------------------------------group CEO page-----------------------------------*/
.banner_section{
	width:100%;
	float:left;
	height:auto;
	background-image: url("../images/banenr_1.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
    padding: 20px 0px !important;
   
}
.home_banner_section{
	width:100%;
	float:left;
	height:auto;
	background-image: url("../images/banenr_2.jpg") !important;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
    padding: 80px 0px !important;
}
.home_banner_section h1 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.banner_section h3{
	color:#38519b;
	text-align:left;
}
.banner_section .heading_cls {
    text-align: left;
}
.the_group_middle_section{
	width:100%;
	float:left;
	height:auto;
	padding-bottom:0px !important;
	background:#fff !important;
}
.the_group_img_inner{
	width:100%;
	float:left;
	overflow:hidden;
	height:auto;
	transition: all 0.5s ease;
}
.the_group_img_inner img{
	width:100%;
}

.the_groupPage_content{
	width:100%;
	float:left;
	height:auto;
	padding:50px 0px;
}
.the_group_middle_section h5{
display:inline-block;
width:100%;
}
.the_groupPage_content h4 {
    color: #333;
    font-size: 25px;
    font-weight: 600;
}
.the_group_middle_section p{
	margin-top:20px;
	
}

.middle_services_list{
	width:100%;
	float:left;
	height:auto;
	background:#f1e9e152;
	padding:30px 0px;
	margin-top:30px;
}
.main_container_list{
	width:100%;
	float:left;
	height:auto;
	padding:15px 15px;
	position:relative;
	text-align:center;
	transition: all 0.5s ease;
}
.main_container_list:hover .circle_box_list{
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
.circle_box_list{
	width:120px;
	height:120px;
	background:#fff;
	padding:30px 20px;
	text-align:center;	
	border-radius:50%;
	transition: all 0.5s ease-in-out;	
	float:none;
	display:inline-block;
}
.circle_box_list img{
width:60px;
}
.main_container_list h4 {
    color: #333;
    display: inline-block;
    margin-top: 30px;
}
.customs_cls .heading_cls {
    padding: 0px 20px;
}
.Bullets_poing_CEO{
	width:100%;
	float:left;
	height:auto;
	padding:20px 20px;

}
.Bullets_poing_CEO p{
	width:100%;
	float:float;
	margin-top:10px;
}
.the_group_middle_section hr{
	margin-top:30px;
	display:inline-block;
}
.Bullets_poing_CEO h4{
	margin:20px 0px 20px 0px !important;
	font-size:20px !important;
	color:#112950 !important;
}
.main_container_list h4{
	text-align:center !important;
}
.ceo_form{
	width:100%;
	float:left;
	height:350px;
}
.assist_bg{
	background:#f1f1f1;
}
.healthcare_section{
	background:#e9fbff;
}

/*------------------------------------group chairman page-----------------------------------*/
.group_chairman_section{
	width:100%;
	float:left;
	height:auto;
	background:#f1e9e152;
}

.group_chairman_section h4 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    margin: 30px 0px;
    padding: 0px;
    display: block;
}
 .group_chairman_section p{  
	color: #333;
    line-height: 25px;
    font-size: 15px;
	text-align:justify;
}
.group_chairman_section span{
	text-align:center;
	font-style:italic;
	font-weight:600;
	color:#38519b;
	font-size:18px;
	display:inline-block;
	margin:10px 0px;
}
.group_chairman_section h5 {
    font-weight: 600;
    text-align: center;
    line-height: 25px;
    color: #38519b;
    margin-left: -48px;
    font-size: 16px;
}
/*------------------------------------contact page-----------------------------------*/
.contact_middle_Section{
	width:100%;
	float:left;
	height:atuo;
	background:#f1e9e152;
}
.contact_middle_Section h3{
	font-size:18px;
}
.contact_middle_Section .heading_cls {
	padding:0px !important;
	margin-bottom:30px;
}
.map_cls_contact{
	width:100%;
	float:left;
	height:300px;
}
.contact_us_add_txt{
	width:100%;
	float:left;
	height:auto;
	border-radius:15px;
	background:#f1e9e1;
	padding:20px 20px;
	text-align:center;
}
.contact_us_add_txt img{
	width:30px;
	margin-top:30px;
	margin-bottom:10px;
}
.contact_us_add_txt h5{
	font-weight:600;
	margin-bottom:20px;
	font-size:20px;
}
.contact_us_add_txt a{
	display:block;
	color:#333;
}
.country_add_list{
	margin-top:40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.country_add_list h4{
	font-size: 18px;
}
.country_add_list p{
	font-size: 15px;
}
.country_add_list h4 img{
	width:25px;
}
.country_add_list .contact_us_add_txt{
	background:#fff;
	border-radius:0px;
	transition: all 0.5s ease;
	border:1px solid transparent;
}
.country_add_list:hover .contact_us_add_txt{
	border:1px solid #ccc;
	border-top-left-radius:40px;
	border-bottom-right-radius:40px;
}
.contact_middle_Section hr {
    background: #e2e2e2;
    height: 2px;
    margin-top: 25px;
    margin-bottom: 0px;
}
/*------------------------------------Grographical reach page-----------------------------------*/
.full_map_img{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
}
.full_map_img img{
	width:100%;
}
.map_content_holdings{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
	padding:50px 20px;
}
.map_content_holdings h4{
	font-size:17px;
	padding:10px 0px; 
}
.map_content_holdings p{
	width:15px;
	height:15px;
	background:#3d6171;
	display:inline-block;
	margin:0px 15px 0px 0px;
}
.map_content_holdings .color_1{
	background:#69cc9e;
}
.map_content_holdings .color_2{
	background:#e86f50;
}
.map_content_holdings .color_3{
	background:#f7991f;
}
.contact_full_ara{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	position:relative;
}
.connect_us {
    width: auto;
    float: none;
    height: auto;
    display: inline-block;
    padding: 45px 80px;
    border-radius: 6px;
	background: #2094ab;
	/*background: #fff2f2;*/
	color:#fff;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}
.connect_us:hover{
	background:#1db1a5;
}
.connect_us:hover h2{
	color:#fff;
}
.connect_us:hover a{
	color:#fff;
}
.connect_us h2{
	display:block;
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:20px;
	font-weight:600;
}
.connect_us a{
	font-size:16px;
	color:#fff;
}





/*---------------privat Medi suite -----------------------*/
.header_section .medi_logo{
	width:400px !important;
	float:left;
}
.general_banner_section{
	width: 100%;
    float: float;
    height: auto;
	padding:0px !important;
	position:relative;
	text-align:center;
	background-image:url('../images/medi_banner.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.general_banner_section img{
	width: 100%;
}
.medi_suites_banner_content {
    width: 100%;
    float: left;
    height: auto;
    padding: 100px 150px 30px 150px;
    text-align: center;
}
.medi_suites_banner_content h1{
	font-size:60px;
	font-weight:500;
	color:#fff;
	margin:30px 0px;
}
.medi_banner_frm{
	width:100%;
	float:left;
	height:auto;
	padding:15px 15px;
	background:#fff;
	position:relative;
}
.medi_banner_frm p {
    color: #8e8d8e;
    font-size: 13px;
    text-align: left;
}
.frm_icons_box .fa{
	 color: #8e8d8e;
}
.medi_banner_frm .fa{
	font-size:18px;
}
/*--dropdown btn-*/
.medi_banner_frm .dropbtn {
    color: #000;
    padding: 10px 0px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    background: none;
    font-weight: 600;
}
.medi_banner_frm .dropdown {
    position: relative;
    float: left;
}
.medi_banner_frm .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.medi_banner_frm .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
text-align: left;
}
.medi_banner_frm .dropdown-content a:hover {background-color: #f1f1f1;}

.medi_banner_frm .dropdown:hover .dropdown-content {
  display: block;
}
.medi_banner_frm .dropbtn .fa {
    font-weight: 800;
    font-size: 23px;
}
.border_right{
border-right:2px solid #d8d8d8;
}
.frm_icons_box{
	float:left;
	width:20px;
	height:auto;
}
.nor_content{
	float:left;
	width:87%;
	height:auto;
	padding:0px 0px 0px 10px;
}
.lst_box{
	width:100%;
	float:left;
}
.medi_banner_frm .custom_pad {
    padding: 15px 0px 25px 10px !important;
}
.nor_bx .dropbtn{
	text-align:left;
}
.dropdown sub{
	font-size:11px;
}
.nor_bx span {
    font-size: 11px;
    float: left;
    margin-top: -7px;
    color: #353535;
    font-weight: 600;
}
.banner_frm_btn {
    background: #ef6411;
    color: #fff;
    text-align: center;
    outline: none;
    font-size: 22px;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 44px 50px 40px 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 13px;
    transition: all 0.5s ease-in-out;
}
.banner_frm_btn span{
	display:block;
}
.banner_frm_btn:hover {
	color:#fff;
	background:#e85a05;
}
.banner_frm_btn:focus {
	color:#fff !important;
}

/*--check box-*/
.lavel_box .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    display: inline-block;
    text-align: left;
	float:none;
    font-weight: 500;
}
/* Hide the browser's default checkbox */
.lavel_box .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.lavel_box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border:2px solid #eee;
}
/* When the checkbox is checked, add a blue background */
.lavel_box .container input:checked ~ .checkmark {
  background-color: #f06512;
}
/* Create the checkmark/indicator (hidden when not checked) */
.lavel_box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.lavel_box .container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.lavel_box .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lavel_box{
width: 100%;
float: left;
height: auto;
padding: 50px 150px;
text-align: center;
}
/*--medi about section--*/
.medi_about_section{
	padding:0px !important;
	width:100%;
	float:left;
	height:auto;
	margin:40px 0px;
	background:#f9f9f9;
}
.medi_about_img{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
}
.medi_about_img img{
	width:100%;
}
.medi_about_content {
    width: 100%;
    float: left;
    box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.1);
    padding: 30px 30px;
    text-align: left;
    background: #fff;
    margin: 50px 0px 0px -100px;
    z-index: 9;
}
.medi_about_content h3 {
    text-transform: capitalize;
    margin: 0px 0px 20px 0px;
    font-size: 40px;
    font-weight: 700;
    color: #ee6411;
}
.medi_about_content span {
    font-weight: 600;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}
.medi_about_content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.medi_general_btn {
    padding: 10px 25px;
    text-align: center;
    border: 1px solid #ee6411;
    color: #ee6411;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 20px 0px 20px 0px;
	transition: all 0.3s ease-in-out;
}
.medi_general_btn .fa{
	transform: rotate(90deg);
}
.medi_general_btn:hover{
	background:#ee6411;
	color:#fff;
}
.medi_services_section{
width:100%;
float:left;
height:auto;
margin:40px 0px;
background:#fffaf7;
text-align:center;
}
.medi_services_section h3{
	font-weight:700;
	text-transform:capitalize;
	font-size: 40px;
	margin:0px 0px 50px 0px;
}
.medi_services_list {
    width: 100%;
    float: left;
    background: #fff;
    border: 0.3px solid #ee641178;
    border-radius: 6px;
    text-align: center;
    padding: 15px 15px;
    transition: all 0.3s ease-in-out;
}
.medi_services_list:hover{
background:#ee6411;
box-shadow:2px 5px 10px 0px rgba(0,0,0,0.3);
}
.medi_services_section h4 {
    margin: 20px 0px;
    display: inline-block;
    line-height: 26px;
    font-size: 17px;
}
.medi_services_icons_one{
	width:100px;
	height:100px;
	float:none;
	display:inline-block;
	border-radius:50px;
	border:4px solid transparent;
	background-image:url('../images/icons/medi_medical_facility.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:55px;
	transition: all 0.3s ease-in-out;
	box-shadow:3px 5px 4px 0px rgba(0,0,0,0.1);
}
.medi_services_list:hover .medi_services_icons_one{
	width:100px;
	height:100px;
	float:none;
	display:inline-block;
	background:#ee6411;
	border-radius:50px;
	border:4px solid #fff;
	background-image:url('../images/icons/medi_medical_facility-1.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:55px;
	transition: all 0.3s ease-in-out;
	box-shadow:none;
}
.medi_services_icons_two{
	width:100px;
	height:100px;
	float:none;
	display:inline-block;
	border-radius:50px;
	border:4px solid transparent;
	background-image:url('../images/icons/medi_find_dining.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:55px;
	transition: all 0.3s ease-in-out;
	box-shadow:3px 5px 4px 0px rgba(0,0,0,0.1);
}
.medi_services_list:hover .medi_services_icons_two{
	width:100px;
	height:100px;
	float:none;
	display:inline-block;
	background:#ee6411;
	border-radius:50px;
	border:4px solid #fff;
	background-image:url('../images/icons/medi_find_dining-1.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:55px;
	transition: all 0.3s ease-in-out;
	box-shadow:none;
}
.medi_services_icons_three{
	width:100px;
	height:100px;
	float:none;
	display:inline-block;
	border-radius:50px;
	border:4px solid transparent;
	background-image:url('../images/icons/medi_fast-food.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:55px;
	transition: all 0.3s ease-in-out;
	box-shadow:3px 5px 4px 0px rgba(0,0,0,0.1);
	
}
.medi_services_list:hover .medi_services_icons_three{
	width:100px;
	height:100px;
	float:none;
	display:inline-block;
	background:#ee6411;
	border-radius:50px;
	border:4px solid #fff;
	background-image:url('../images/icons/medi_fast-food-1.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:55px;
	transition: all 0.3s ease-in-out;
	box-shadow:none;
}
.medi_services_icons_four{
	width:100px;
	height:100px;
	float:none;
	display:inline-block;
	border-radius:50px;
	border:4px solid transparent;
	background-image:url('../images/icons/medi_hotel.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:55px;
	transition: all 0.3s ease-in-out;
	box-shadow:3px 5px 4px 0px rgba(0,0,0,0.1);
}
.medi_services_list:hover .medi_services_icons_four{
	width:100px;
	height:100px;
	float:none;
	display:inline-block;
	background:#ee6411;
	border-radius:50px;
	border:4px solid #fff;
	background-image:url('../images/icons/medi_hotel-1.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:55px;
	transition: all 0.3s ease-in-out;
	box-shadow:none;
}
.medi_services_icons_five{
	width:100px;
	height:100px;
	float:none;
	display:inline-block;
	border-radius:50px;
	border:4px solid transparent;
	background-image:url('../images/icons/medi_hotel.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:55px;
	transition: all 0.3s ease-in-out;
	box-shadow:3px 5px 4px 0px rgba(0,0,0,0.1);
}
.medi_services_list:hover .medi_services_icons_five{
	width:100px;
	height:100px;
	float:none;
	display:inline-block;
	background:#ee6411;
	border-radius:50px;
	border:4px solid #fff;
	background-image:url('../images/icons/medi_hotel-1.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:55px;
	transition: all 0.3s ease-in-out;
	box-shadow:none;
}
.medi_services_section span{
	display:block;
}

/*--medi review--*/
.medi_customer_review{
	width:100%;
	float:left;
	height:auto;
	margin:30px 0px;
	background-image:url('../images/medi_pallaxx.jpg');
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center;
	background-attachment:fixed;
}
.medi_customer_review h3{
	font-weight:500;
	text-align:center;
	text-transform:capitalize;
	font-size: 40px;
	color:#fff;
	margin:0px 0px 30px 0px;
}
#medi_customer_review .owl-nav{
	display:block;
	float:left;
}
#medi_customer_review .owl-nav .owl-prev {
    width: 50px;
    height: 50px;  
    position: absolute;
    bottom: 40%;
    left: -4%;
    text-align: center;   
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
    border-radius: 4px;
	background: #5d5b5b;
	 line-height: 48px;
}
#medi_customer_review .owl-nav .owl-next {
	 width: 50px;
    height: 50px;  
    position: absolute;
    bottom: 40%;
    right: -4%;
    text-align: center;
	line-height:25px;	
	transition: all 0.3s ease-in-out;
	color:#fff; 
	border-radius: 4px;
	background: #5d5b5b;
	 line-height: 48px;
}
#medi_customer_review .owl-nav .owl-prev:hover {
	background:#ee6411;
}
#medi_customer_review .owl-nav .owl-next:hover {
	background:#ee6411;
}
#medi_customer_review .owl-nav .owl-prev img{
	width:20px;
}
#medi_customer_review .owl-nav .owl-next img{
	width:20px;
}

.medi_review_area{
	width:80%;
	float:none;
	display:inline-block;
	height:auto;
	padding:25px 25px;
	background:none;
	border:2px solid #fff;
	border-radius:6px;
	text-align:left;
}
.medi_review_area h4{
	font-weight:600;
	color:#fff;
	margin:0px 0px 10px 0px;
	display:inline-block;
	font-size:21px;
}
.medi_review_area span{
	display:block;
	text-decoration:underline;
	color:#fff;
	font-size:15px;
}
.medi_review_area p {
    color: #fff;
    margin: 20px 0px 0px 0px;
    font-size: 14px;
}
.medi_customer_review .medi_general_btn {
    margin: 30px 0px 0px 0px;
    border-color: #fff;
    color: #fff;
}
.medi_gallery_section{
width:100%;
float:left;
height:auto;
margin:30px 0px;	
text-align:center;
}
.medi_gallery_section h3{
	font-weight:700;
	text-align:center;
	text-transform:capitalize;
	font-size: 40px;
	margin:0px 0px 10px 0px;
}
.medi_gallery_section span{
	font-weight:500;
	font-size:20px;
	text-align:center;
	display:block;
	margin:0px 0px 50px 0px;
}
.medi_gallery_box{
	width:100%;
	float:none;
	display:inline-block;
	height:auto;
	overflow:hidden;
	padding:10px 10px;
	margin:0px;
	text-align:center;
}
.slider_box{
	float:none;
	display:inline-block;
	text-align:center;
	width:25%;
}
.medi_gallery_box img{
	width:100%;
	border-radius:7px;
}
.active .border_box_gallery{
	border:10px solid #f06512;
	line-height:0px;
	width:100%;
	padding:0px 0px 0px 0px;
}
.border_box_gallery{
	width:90%;
	float:none;
	display:inline-block;
	height:auto;
	border:10px solid transparent;
	transition: all 1.3s ease;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-radius:20px;
	overflow:hidden;
}
.medi_gallery_section .owl-stage-outer {
	overflow: visible !important;
}
.medi_gallery_section .owl-dots {
    text-align: center;
    margin-top: 35px;
	display:block;
}
.medi_gallery_section .owl-dot {
    height: 20px;
    width: 20px;
    display: inline-block;
    background: #f06512 !important;
    margin: 0 10px;
	border-radius:10px;
    opacity: 0.3;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.medi_gallery_section .active.owl-dot {
    opacity: 1;
}
/*--medi form section--*/
.medi_form_section{
	width:100%;
	float:left;
	height:auto;
}
.medi_frm_heading {
    width: 100%;
    float: left;
    height: auto;
    background: #f06512;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    padding: 15px 0px;
}
.medi_frm_area{
	border:2px solid #cacaca;
	width: 100%;
    float: left;
    height: auto;
	padding:40px 40px;
	text-align:center;
}
.medi_frm_area .reatil_inputs{
	margin-top:0px;
	margin-bottom:30px;
	width:90%;
	float:none;
	border: 2px solid #bdbdbd;
}
.full_width{
	width:100% !important;
}
.medi_frm_area .full_width{
	width:97% !important;
}
.medi_frm_area .medi_general_btn{
	border-radius:4px;
	font-weight:600;
}
.medi_logins_btn {
    float: right;
    height: auto;
    text-align: right;
    padding: 18px 0px;
}

.medi_logins_btn a{
	padding:7px 25px;
	border-radius:4px;
	border:2px solid #f06512;
	color:#f06512;
	transition: all 0.5s ease-in-out;
	margin:0px 5px;
}
.medi_logins_btn a:hover{
	background:#f06512;
	color:#fff;
}
.medi_logins_btn .active{
	background:#f06512;
	color:#fff;
}
.need_help_medi {
    font-size: 18px !important;
    font-weight: 600;
    padding-top: 5px;
    display: inline-block;
}


/*-------------------------------------privat food court---------------------------------------*/
.food_business{
	width:100%;
	float:left;
	height:auto;
}
.food_court{
	text-align:left;
	float:left;
}
.food_about_content{
	width:100%;
	float:left;
	height:auto;
	position:relative;
}
.bg-text {
    color: #fbf4f0;
    font-size: 100px;
    text-align: left;
    font-weight: 800;
    position: absolute;
    top: -40px;
    left: 0px;
	z-index:-1;
	text-transform:uppercase;
}
.food_about_content h2{
	text-transform:uppercase;
	color:#333;
}
.food_about_content span{
	font-weight:700;
	display:block;
}
.food_about_content .underline_cls{
	background:#d4914f;
}
.food_about_content p{
	text-align:justify;
}

.btn_food {
    background: #f7540d;
    color: #fff;
    border: 2px solid #cecece;
    border-radius: 40px;
    padding: 8px 30px;
    margin: 20px 0px;
    display: inline-block;
}
.food_menu_section{
	width:100%;
	float:left;
	height:auto;
	background:#1e415e;
	text-align:center;
}
.food_menu_section p {
    color: #fff;
    font-size: 15px;
    float: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.menu_list{
	background:#fff;
	border:1px solid #f1f1f1;
	border-radius:4px;
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.menu_img_list{
	width:50%;
	float:left;
	height:auto;
	overflow:hidden;
}
.menu_img_list img{
	width:100%;
}
.menu_content_list span{
	display:block;
}
.menu_content_list {
    width: 50%;
    float: left;
    height: auto;
    text-align: center;
    padding: 14px 0px;
}
.menu_content_list h4 {
    color: #333;
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
}
.menu_content_list a:hover{
	color:#fff
}
.logo_partner_section{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	padding-bottom:0px !important;
}
.logo_partner_section span{
	display:block;
	line-height:50px;
	margin-bottom:30px;
}
.logos_list_box {
    width: 20%;
    float: none;
	height:150px;
    display: inline-block;
    padding: 7px 15px;
    text-align: center;
    border: 1px solid #1e415e;
    margin-left: 35px;
	margin-bottom:40px;	
	transition: all 0.5s ease-in-out;
}
.logos_list_box:hover {
	box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.3);
}
.logos_list_box img{
	width:130px;
}
.btn_food:hover{
	color:#fff !important;
}
.parcking_Section{
	width:100%;
	float:left;
	height:auto;
	background:#e2f3fa;
	margin:30px 0px;
}
.parcking_Section .parking_content_box{
	border:none;
	margin-top:0px;
}
.parcking_Section .parking_content_box:hover{
	box-shadow:none;
}
.parcking_img_box{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	transition: all 0.5s ease-in-out;
	border:5px solid transparent;
	border-bottom-right-radius:40px;
	border-top-right-radius:40px;
}
.parcking_img_box:hover{
	border:5px solid #f1f1f1;
	border-radius:6px;
}
.parcking_img_box img{
	width:100%;
}
.parcking_content{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
}
.parcking_Section .parking_content_box hr {
    width: 100%;
    float: left;
    height: 2px;
    background: #1e415e;
    margin: 10px 0px 20px 0px;
}
.parcking_content h4 {
    font-size: 30px;
    line-height: 40px;
}
.parcking_content p {
    font-size: 18px;
    margin-top: 20px;
	display:inline-block;
}
/*-----------------slider css------------*/
.food_slider_section{
	width:100%;
	float:left;
	height:auto;
	padding:0px;	
}
.top_slider{
	position:relative;
	width:100%;
	float:left;
}
.slider_content_HP{
	width:60%;
	position:absolute;
	top:25%;
	left:10%;
}
.slider_content_HP h1{
	font-size:50px;
	color:#fff;
	margin:20px 0px;
	font-weight:700;	
}
.slider_content_HP span{
	color:#f6bb18;
}
.slider_content_HP p{
	font-size:20px;
	color:#fff;
}
.slider_content_HP a {
    background: #f7540d;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 8px 30px;
    font-size: 18px;
    margin: 30px 0px;
    display: inline-block;
}

.food_slider_section .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.food_slider_section .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.food_slider_section .owl-item.active a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
#privat_food .owl-nav{
	display:block;
	float:left;
}
#privat_food .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    right: 5%;
    text-align: center;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}
#privat_food .owl-nav .owl-prev img{
	width:30px;
}
#privat_food .owl-nav .owl-next img{
	width:30px;
}
#privat_food .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 5%;
    text-align: center;
	line-height:25px;	
	transition: all 0.5s ease-in-out;
	transform: rotate(180deg);
}
.slider_content_HP .underline_cls{
	background:#fff;
}

/*-----------------------------------high street retails--------------------------------------*/

.category_branded{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
}
.btn_retail {
    float: left;
    text-align: left;
}
.category_branded h4{
	font-weight:400;
	text-align:center;
	line-height:25px;
	width:74%;
	float:none;
	display:inline-block;
	margin-bottom:40px;
    font-size: 16px;
    font-weight: 500;   
}
.common_slider {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 30px;
}
.categroy_box{
	background:#102040;
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	padding:15px 10px;
}
.categroy_box img{
	width:55px;
}
.categroy_box h4 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 17px 0px 5px 0px;
    font-size: 14.4px;
}
.left_box_img{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	border-radius:6px;
	transition: all 0.5s ease-in-out;
}
.left_box_img:hover{
	box-shadow:2px 5px 15px 0px rgba(0,0,0,0.5);
}
.left_box_img img{
width:100%;
}
.logo_cls_box{
	width:90%;
	float:left;
	height:auto;
	padding:10px 20px;
	text-align:center;
	border:1px solid #333;
	position:relative;
	transition: all 0.5s ease-in-out;
}
.logo_cls_box:hover{
box-shadow:2px 5px 10px 0px rgba(0,0,0,0.1);
}
.logo_cls_box img{
	width:120px !important;
	float:none;
	display:inline-block !important;
}
#brand_category_1 .owl-nav{
	display:block;
	float:left;
}
#brand_category_1 .owl-nav .owl-prev {
    position: absolute;
    bottom: 37%;
    left: -9%;
    text-align: center;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}
#brand_category_1 .owl-nav .owl-prev img{
	width:30px;
}
#brand_category_1 .owl-nav .owl-next img{
	width:30px;
}
#brand_category_1 .owl-nav .owl-next {
    position: absolute;
    bottom: 37%;
    left: -33%;
    text-align: center;
	line-height:25px;	
	transition: all 0.5s ease-in-out;
	transform: rotate(180deg);
}

#brand_category_2 .owl-nav{
	display:block;
	float:left;
}
#brand_category_2 .owl-nav .owl-prev {
    position: absolute;
   bottom: 36%;
    left: -9%;
    text-align: center;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}
#brand_category_2 .owl-nav .owl-prev img{
	width:30px;
}
#brand_category_2 .owl-nav .owl-next img{
	width:30px;
}
#brand_category_2 .owl-nav .owl-next {
    position: absolute;
    bottom: 37%;
    left: -33%;
    text-align: center;
	line-height:25px;	
	transition: all 0.5s ease-in-out;
	transform: rotate(180deg);
}

#brand_category_3 .owl-nav{
	display:block;
	float:left;
}
#brand_category_3 .owl-nav .owl-prev {
    position: absolute;
    bottom: 36%;
    left: -9%;
    text-align: center;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}
#brand_category_3 .owl-nav .owl-prev img{
	width:30px;
}
#brand_category_3 .owl-nav .owl-next img{
	width:30px;
}
#brand_category_3 .owl-nav .owl-next {
    position: absolute;
    bottom: 36%;
    left: -33%;
    text-align: center;
	line-height:25px;	
	transition: all 0.5s ease-in-out;
	transform: rotate(180deg);
}

#brand_category_4 .owl-nav{
	display:block;
	float:left;
}
#brand_category_4 .owl-nav .owl-prev {
    position: absolute;
    bottom: 36%;
    left: -9%;
    text-align: center;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}
#brand_category_4 .owl-nav .owl-prev img{
	width:30px;
}
#brand_category_4 .owl-nav .owl-next img{
	width:30px;
}
#brand_category_4 .owl-nav .owl-next {
    position: absolute;
    bottom: 36%;
    left: -33%;
    text-align: center;
	line-height:25px;	
	transition: all 0.5s ease-in-out;
	transform: rotate(180deg);
}
#brand_category_5 .owl-nav{
	display:none;
	float:left;
}
.ads_space{
    position: relative;
    width: 100%;
    height: auto;
	float:left;
    overflow: hidden;
    border: solid 2px #e9e9e9;
	margin-bottom:10px;
}
.ads_space img{
	width:100%;
}
.ads_space_overly {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.45);
    float: left;
    width: 100%;
    height: 100%;
    padding: 12px 25px 0px 25px;
    text-align: center;
}
.privat_retails .col-md-4{
	width:31.50%;
}
.privat_retails .col-md-3{
	width:26.8%;
}
.ads_space_overly h4 {
    text-transform: uppercase;
    font-size: 13px;
    background: #ff9e0d;
    padding: 10px 25px;
    border-radius: 0px 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
	display:inline-block;
}
.ads_space_overly p {
    color: #fff;
    font-size: 12px;
}
.ads_space_overly a {
    color: #fff;
    padding: 6px 25px;
    border: 1px solid #dfff;
    border-radius: 4px;
    margin: 10px 0px;
    display: inline-block;
	transition: all 0.5s ease-in-out;
	background:none;
}
.ads_space_overly a:hover {
	background:#2770ff;
	color:#fff;
}

/*--why us--*/
.why_us_section{
width:100%;
float:left;
height:auto;
background:#e4eeff;
text-align:center;
}
.why_us_section h3 {
    font-size: 40px;
    color: #333;
    margin: 20px 0px;
    text-align: center;
    font-weight: 600;
}
.why_us_section p {
    color: #333;
    font-size: 18px;
    width: 70%;
    display: inline-block;
    float: none;
	margin-bottom:30px;
}
.whyus_list{
	width:100%;
	float:left;
	height:auto;
	border:1px solid #102040;
	border-radius:4px;
	transition: all 0.5s ease-in-out;
	padding:10px 10px;
	margin-bottom:20px;
	transition: all 0.5s ease-in-out;
    height: 100%;
}
.whyus_list:hover{
	background:#060e1f;
	color:#fff;
}
.whyus_list:hover p{
	color:#fff;
}
.whyus_list p {
    width: 75%;
    float: left;
    padding: 0px 0px 0px 10px; 
    margin: 0px;
    text-align: left;
    font-size: 15px;
    color: #333;
}
.line_hight_one{
	padding-top:22px !important;
}
.line_hight_two{
	padding-top:15px !important;
}
.whyus_icons_list_one {
    float: left;
    width: 80px;
    height: 70px;
    text-align: center;
    background-image: url(../images/icons/building.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}
.whyus_list:hover .whyus_icons_list_one{
	float: left;
    width: 80px;
    height: 70px;
    text-align: center;
    background-image: url(../images/icons/building-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}
.whyus_icons_list_two {
    float: left;
    width: 80px;
    height: 70px;
    text-align: center;
    background-image: url(../images/icons/grouss_complex.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}
.whyus_list:hover .whyus_icons_list_two{
	float: left;
    width: 80px;
    height: 70px;
    text-align: center;
    background-image: url(../images/icons/grouss_complex-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}
.whyus_icons_list_three {
    float: left;
    width: 80px;
    height: 70px;
    text-align: center;
    background-image: url(../images/icons/privat_plaza.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}
.whyus_list:hover .whyus_icons_list_three{
	float: left;
    width: 80px;
    height: 70px;
    text-align: center;
    background-image: url(../images/icons/privat_plaza-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}
.whyus_icons_list_four{
    float: left;
    width: 80px;
    height: 70px;
    text-align: center;
    background-image: url(../images/icons/build_up.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}
.whyus_list:hover .whyus_icons_list_four{
	float: left;
    width: 80px;
    height: 70px;
    text-align: center;
    background-image: url(../images/icons/build_up-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}
.whyus_icons_list_five{
    float: left;
    width: 80px;
    height: 70px;
    text-align: center;
    background-image: url(../images/icons/cancer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}
.whyus_list:hover .whyus_icons_list_five{
	float: left;
    width: 80px;
    height: 70px;
    text-align: center;
    background-image: url(../images/icons/cancer-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}
.whyus_icons_list_six{
    float: left;
    width: 80px;
    height: 70px;
    text-align: center;
    background-image: url(../images/icons/group.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}
.whyus_list:hover .whyus_icons_list_six{
	float: left;
    width: 80px;
    height: 70px;
    text-align: center;
    background-image: url(../images/icons/group-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}


.parking_area{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.parking_area img{
	width:100%;
}
.parking_content_box{
	width:100%;
	float:left;
	height:auto;
	border:1px solid #102041;
	border-radius:4px;
	padding:20px 20px;
	text-align:center;
	margin-top:30px;
	transition: all 0.5s ease;
}
.parking_content_box:hover{
	box-shadow:2px 5px 10px 0px rgba(0,0,0,0.1);
}
.parking_content_box h4{
	font-weight:600;
	font-size:28px;
	color:#060e1f;
}
.parking_content_box p{
	width:100%;
}
.bullets_text{
	width:90%;
	float:left;
	color:#333;
	padding-left:20px;
	text-align:left;
	margin-bottom:10px;
}
.bullets_text:before {
    content: '';
    width: 40px;
    height: 32px;
    background-image: url(../images/icons/bullets.png);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    background-size: 20px;
    float: left;
}
.form_section_retails{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	background:#eef9ff;
	padding:0px !important;
	margin:40px 0px;
}
.frm_bg{
	background:#102041;
}
.frm_content_box{
	text-align:center;
	padding:30px 20px;
}
.form_section_retails h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
	text-align:center;
}
.form_section_retails .underline_cls{
	float:none;
	display:inline-block;
	margin-bottom:10px;
}
.frm_content_box .underline_cls{
	background:#fff;
}
.frm_content_box p {
    color: #fff;
    margin: 20px 0px;
    font-size: 16px;
}
.frm_area{
	width:100%;
	float:left;
	height:auto;
	padding:20px 20px;	
}
.frm_area h4{
	color:#333;
	display:block;
}
.reatil_inputs{
width:100%;
float:left;
padding:10px 15px;
color:#102041;
border:2px solid #333;
background:none;
margin-top:20px;
}
.frm_area ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #102040;
}
.custome_pad{
	padding:0px 5px;
}
.general_bet{
	padding: 8px 20px;
    background: #286cf3 !important;
    color: #fff;
    border-radius: 4px !important;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 10px 0px;
	transition: all 0.5s ease-in-out;
    display: inline-block;
	border:0px !important;
}
.frm_area .general_bet{
	margin-top:30px;
}


.underline_cls {
    width: 100px;
    height: 2px;
    background: #1a567b;
}
.form_section_retails .underline_cls {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
}
.banner_content_general{
	position:absolute;
	top:35%;
	left:10%;	
	width:50%;
}
.banner_content_general h1 {
    color: #fff;
    margin: 0px;
    font-size: 55px;
    font-weight: 700;
}
.banner_content_general p {
    color: #fff;
    font-size: 18px;
    margin: 25px 0px;
}
.banner_content_general .underline_cls{
	background:#fff;
}
.btn_retail a{
    padding: 12px 20px;
    background: #286cf3 !important;
    color: #fff;
    border-radius: 4px !important;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 15px 0px;
	transition: all 0.5s ease-in-out;
    display: inline-block;
	border:0px !important;
}
.btn_retail a:hover{
	background:#0349d4;
}
.btn_retail span{
	display:block;
	font-weight:500;
	padding-top:10px;
}

.privat_retails{
	width: 100%;
    float: float;
    height: auto;
	background:#f7f7f7;
}
.about_content_retail{
	width:100%;
	float:left;
	height:auto;
}
.about_content_retail h1{
	font-weight:600;
	font-size:40px;
}
.locater_icon {
    color: #a2a2a2;
    margin: 20px 0px;
    display: inline-block;
    font-size: 18px;
}
.icon_map{
	color:#286cf3;
	font-size:30px;
}
.map_box{
	width:100%;
	float:left;
	height:500px;
}
.street_map_img {
    width: 100%;
    float: left;
    height: auto;
    border: 10px solid #e7e7e7;
	transition: all 0.5s ease;
}
.street_map_img:hover{
	box-shadow:2px 2px 10px 2px rgba(0,0,0,0.1);
}
.street_map_img img{
	width:100%;
}
.about_content_retail p{
	text-align:justify;
}
.about_content_retail a {
    padding: 8px 20px;
    color: #fff;
    background: #2770ff;
    border-radius: 4px;
    margin: 20px 0px;
    display: inline-block;
	transition: all 0.5s ease-in-out;
}
.about_content_retail a:hover{
	background:#0652e5;
}


.general_banner_section .banner_content_general a{
	background:#f7540d;
	color:#fff;
	border:2px solid #fff;
	border-radius:40px;
	padding:8px 30px;
	font-size:18px;
}





/*---------------------------------------------------privat media--------------------------------------*/
.privat_media{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	position:relative;
}
.privat_media a{
	background:#07b952 !important;
	color:#fff;
	border:none !important;
}
.privat_media span{
	display:inline-block;
}
.privat_media .underline_cls{
	background:#07b952 !important;
	float:none;
	display:inline-block;
}
.privat_media .bg-text{
	left:32%;
}
.privat_media .banner_content_general{
	width:80%;
	left:10%;
}

/*-----------------------------------------power genration----------------------------------------*/
.power_genration{
		width:100%;
	float:left;
	height:auto;
}
.power_genration h1{
	text-transform:uppercase;
}
.power_genration span{
	display:block;
	color:#e19106;
}
.power_genration a{
	border-radius:4px !important;
	background:#e19106 !important;
	border:0px !important;
	text-transform:uppercase;
}
.power_genration_middle{
	width:100%;
	float:left;
	height:auto;
}
.power_genration_middle .left_box_img{
	overflow:visible;
border-radius:20px;
}
.power_genration_middle .underline_cls{
	background:#e19106;
	height:3px;
	margin-bottom:10px;
}
.bg_color_container{
	margin-top:80px;
	background:#f1f1f1;
	border-radius:20px;
}
.power_genration_middle .left_box_img img{
	margin:-50px 0px 0px -50px;
	z-index:9;
}

.power_genration_middle a{
	border-radius:4px !important;
	background:#e19106 !important;
	border:0px !important;
	text-transform:uppercase;
}
/***********end************/

/***********our location*****/
.our-loaction h3{
color: #ff4345;
text-align: center;
font-weight: 600;
font-size: 20px;
margin-bottom: 20px;
}
.our-loaction .card{
height: 100%;
padding: 10px;
border-radius: 5px;
border:0px;

}
.our-loaction .card h4{
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 17px;


}
.our-loaction .card h4:before{
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background: url('../images/icons/india.png');
    background-repeat: no-repeat;
    background-size: cover;
    left: -40px;
    bottom: 0;
    top: 0;
}
.our-loaction .card h4.aus:before{
    background: url('../images/icons/austria.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.our-loaction .card h4.hong:before{
    background: url('../images/icons/hong-kong.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.our-loaction .card h4.npl:before{
    background: url('../images/icons/nepal.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.our-loaction .card h4.ph:before{
    background: url('../images/icons/philippines.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.our-loaction .card h4.sri:before{
    background: url('../images/icons/sri-lanka.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.our-loaction .card h4.tur:before{
    background: url('../images/icons/turkey.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.our-loaction .card h4.uae:before{
    background: url('../images/icons/uae.png');
    background-repeat: no-repeat;
    background-size: cover;
}


.our-loaction .card p.name{
    font-weight: 600;
    display: none;
}
.our-loaction .card p{
    font-weight: 500;
    font-size: 14px;
}

/********end**************/


/***************responsive**************/
@media (max-width:768px){
.header_section .navbar-nav .eMail{
	margin-left:0;
}	
}
@media (max-width:540px)
{
.copy-footer{
	flex-direction: column;
}
}





