@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@400;500;600;700;800;900&display=swap');

body{ position: relative; float: left; width: 100%; margin: 0; padding:0; font-size: 20px; 
	overflow-x: hidden; font-style: normal; scroll-behavior: smooth; 
	font-family: 'Darker Grotesque', sans-serif;
}
image{ border: none; }
p{ font-weight: normal; }
a{ color:#171717; }
a:hover{ text-decoration: none; color:#00b0dc;  }
header{ position: relative; float: left; width: 100%; }
header .topbar{ position: relative; float: left; width: 100%; padding:6px 0 2px; 
    /*background: #55b8d4; */
    background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/64ad8acd601bc_bar_bg.png), 
    linear-gradient(45deg, #0089ab 2%, #00b0dc 25%, #008bae 48%, #00b0dc 77%, #0888ad 98%);
}

.topbar .container{ }
.slider-bx{ position:relative; float:left; width:100%; }
.menubar{ position:relative;float: left; width:100%; background:#ffffff; padding:13px 17px; }
 .sticky {
  position: fixed; z-index: 10;
  top: 0;
}

/* menu css */
.navbar-brand {
    width: 141.5px;
    position: absolute;
    z-index: 10;
    /* background: #fff; */
    /* padding: 20px 47px; */
    top: -17px;
    /* border: 1px solid #e5eaeb82; */
}

.navbar-brand img{ width: 100%; }
.navbar-light .navbar-nav{ 
  margin-left:auto!important; 
  margin-right:0px !important;
}
.navbar-light .navbar-nav .nav-link { color:#333; font-size:22px; padding: 11px 13px; font-weight: 600;  }
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link
{ color: #ffffff94; }
.navbar-light .navbar-nav .nav-link:hover{ color: #ffffff94; }

.city_top_news {
	float:left;
	width:80%;
    padding:25px 0px 23px;
	border-left:1px solid #cccccc;
}
.city_top_news .news-head{
	display:inline-block; width: 25%;
	padding: 2px 18px 6px; text-align: center;
	color:#fff;
	font-size:15px;
	font-weight:600;
	margin-right:34px;
	position:relative;
	float:left; 
	background:#00b0dc; 
}
.city_top_news .news-head:before{
	position:absolute;
	content:"";
	top:0px;
	left:auto;
	right:0px;
	bottom:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width:14.5px 12px 13.5px 0;
	border-color: transparent #fff transparent transparent;
}

.scroll-news{ width:60% }
.scroll-news span{ padding:0 15px 0 23px; position:relative; }
.scroll-news span:before{ position:absolute; width:0; height:0; 
	content: "\f005"; font: normal normal 18px/1 FontAwesome; top: 2px;
    left: 0;  }
.city_top_social{
	float:right;
	padding: 9px 0px;
}

.city_top_social ul{
	float:right;
	width:100%; 
	padding:0; 
	margin: -5px 0 0;
}

.city_top_social ul li{
	float:left;
	width:auto;
	margin-right:0px; 
	list-style:none;
}
.city_top_social ul li:last-child{
	margin-right:0px;
}

.city_top_social ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 24px;
}

.city_top_social ul li a:hover{
	color:#fff;
	background: #00b0dc;
}

.welcome-bar {
    position: absolute;
    top: 25%;
    left: 0%;
    width: 100%;
}
.banner_text{
}
.small_text{
	font-size:26px;
	color:#fff;
}
.medium_text {
    font-size: 57px;
    color: #fff;
    margin-bottom: 4px;
    line-height: 63px;
	font-weight: 700;
}

.abouthome-section a.theam_btn {
    background: #ffffff;
    padding: 8px 30px 13px 30px;
    color: #333;
    margin: 20px 0 0;
    box-shadow: 0 3px 19px rgb(18 18 18 / 20%);
    border-radius: 50px;
    font-weight: 600;
}

.hidden {
  opacity:0;
}

.large_text{
	font-size:70px;
	font-weight:bold;
	color:#fff;
	line-height: 70px;
	text-transform:uppercase;
	margin-bottom:20px;
	height:61px;
	overflow:hidden;
}
.banner_btn{
  margin-bottom: 40px;
  margin-top: 40px;
}

.banner_btn .theam_btn{
	margin-right:8px; 
	border: solid 2px #fff;
    color: #fff;
    padding: 12px 23px;
    font-weight: 600;
    box-shadow: 0 3px 19px rgb(18 18 18 / 20%);
    border-radius: 50px;
}
.banner_btn .theam_btn:hover{ text-decoration: none;
background: #fff; color: #333; }

.banner_btn .theam_btn:last-child{
	margin-right:0px;
}

.banner_search_form label{
	color:#fff;
	margin-bottom:10px;
}

.banner_search_field{
	position:relative;
}

.banner_search_field input{
	height:52px;
	background:none;
	border:2px solid #fff;
	width: 100%;
}

.banner_search_field input::placeholder{
	color:#fff;
}

.banner_search_field a{
	position:absolute;
	top:2px;
	right:2px;
	bottom:0px;
	left:auto;
	width:57px;
	height:48px;
	text-align:center;
	line-height:48px;
	background-color:#fff;
	font-size:13px;
}

.banner_search_field a:hover{
	color:#fff; text-decoration: none;
}

/* CITY ABOUT WRAP start */
.city_about_wrap{
	float:left;
	width:100%;
}
.city_about_wrap{
	padding:100px 0px 40px;
}
.city_about_fig{
	padding:0px 100px 70px 0px;
	position:relative;
	width: 100%;
    float: left;
}
.city_about_video{
	position:absolute;
	right:0px;
	bottom:0px;
	border:20px solid #fff;
	z-index: 2;
}
.city_about_video .overlay:before{
	opacity:0.9;
}
.paly_btn{
	position:absolute;
	top:50%;
	left:0px;
	right:0px;
	font-size:50px;
	color:#fff;
	text-align:center;
	margin-top:-33px;
	z-index:2;
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.city_about_text{
	margin-bottom:45px;
}
.city_about_text h6{
	margin:0px 0px 14px 0px;
	font-style:italic;
	line-height:28px;
	font-size: 26px;
}
.city_about_text p{
	line-height:28px;
	margin:0px 0px;
}
.city_about_link{ margin: 0; padding: 0; }
.city_about_link li{
	margin-bottom:15px; list-style: none;
}
.city_about_link li:last-child{
	margin-bottom:0px;
}
.city_about_link li a{
	font-size:15px;
	font-weight:normal; color:#666; 
}
.city_about_link li a i{
	margin-right:25px;
}
.border{
	position:relative; border: none !important;
}
.border:after,
.border:before{
	position:absolute;
	content:"";
	top:0px;
	left:auto;
	right:0px;
	bottom:0px;
	border-bottom:1px solid #cccccc;
	width:161px;
}
.border:after{
	bottom:5px;
}
.overlay:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #18a855;
    opacity: 0.6;
}
/* CITY ABOUT WRAP END */

.city_department_wrap{
	animation: 20s linear 0s normal none infinite running shafaqat;
	/*background: rgba(0, 0, 0, 0) url("../images/department-bg.png") repeat scroll 0 0;*/
	float: left; width: 100%; clear: both;
	padding: 0px 20px 20px; margin-top: 50px;
}
.city_department_wrap.overlay:before{
	opacity:0.9;
}


.bg_white{
	width:100%;
	margin:auto;
	position: relative;
	/*margin-top: -90px; padding:63px 35px 45px;
	box-shadow:0px -1px 8px 1px #e1e1e1;
	background-color:#fff;*/
}
.section_heading span {
    font-size: 27px;
    font-weight: 500;
    margin: 0 0 14px;
    float: left;
    width: 100%;
}
.section_heading h2 {
    margin: 0px 0px;
    line-height: 35px;
    font-weight: bold;
    color: #00b0dc;
    font-size: 50px;
    text-align: left;
    border-bottom: solid 3px #00b0dc;
    padding: 0 0 3px;
}
.section_heading h2 span
{
    background: #000;
    display: inline;
    float: none;
    margin: 0;
    color: #fff;
    padding: 15px;
    background-color: #00b0dc;
    padding:2px 40px 3px 11px;
    color: #fff;
    clip-path: polygon(0 0, 85% 0, 95% 100%, 0% 100%);
}

.section_heading {
    float: left;
    width: 100%;
    line-height: 15px;
    position: relative;
    margin-bottom: 30px !important;
    text-align: center;
}
.project-main { position: relative; float: left; width: 100%; padding: 0;    
    margin: 0px 0px 15px; transition: all 0.3s ease-in;
    text-align: center;
}

.project-main .image-bx{ width:100%; float: left; overflow: hidden; background: #fff; }
.project-main .image-bx img{ width:90%; margin:20px auto 0px; }
.project-main .city_department_text{overflow: hidden;  
    padding: 8px 0px 25px 1px;
    background: #ffffff; 
}
.project-main .city_department_text h5
{
    font-size: 22px;
    font-weight: 600;
}
.project-main .city_department_text a{ 
	color: #00b0dc; 
    font-size: 17px;
    font-weight: 700; display: none; }
.project-main .city_department_text a:hover{ text-decoration: none; }
.project-main .city_department_text i{ margin: 0 0 0 9px; }
.project-main:hover{ box-shadow: 0px 1px 2px 2px rgb(137 137 137 / 6%), 0 2px 6px 2px rgb(0 0 0 / 11%); }
.owl-dots{ display:none; }

.owl-nav{ position:absolute; bottom:-39px; right:0; }
.owl-nav .owl-prev, .owl-nav .owl-next{ 
	height: 44px;
    width: 44px;
    text-align: center;
    border: 1px solid #c2c2c2 !important;
    right: 18px;
    font-size:23px !important; transition: all 0.3s ease-in;
    border-radius:100px !important;
 }
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover{ 
 background:#00b0dc !important; color: #fff;
 border: 1px solid #00b0dc !important;
 }

.normal-section{ position: relative; float: left; width: 100%; padding: 90px 0; }


/*
	==================================
		CITY BLOG WRAP START
	==================================
*/
.city_blog_icon_list,
.city_blog_text,
.city_blog_fig,
.city_blog_wrap{
	float:left;
	width:100%; transition: all 0.5s ease-in;
}
.city_blog_wrap{
	padding:100px 0px;
}
.city_blog_fig{
	border-bottom:2px solid #d0d0d0;
	position:relative;
	background: #efefef;
}
.city_blog_text{
	padding:25px 20px 30px;
}
.city_blog_text span{
	display:inline-block;
	position:relative;
	padding-right:48px;
}
.city_blog_text span:before{
	position:absolute;
	content:"";
	top:0px;
	left:auto;
	right:0px;
	bottom:12px;
	border-bottom:1px solid #666666;
	width:32px;
}
.city_blog_text h4{
	margin:0px 0px 19px 0px;
	font-weight:bold;
}
.city_blog_text p{
	margin-bottom:25px;
	display:none;
}
.social_icon li,
.social_icon,
.city_blog_icon_list .theam_btn{
	float:left;
	width:auto;
}
.share_icon,
.city_blog_icon_list{
	float:right;
	width:auto;
}
.city_blog_icon_list{
	padding:8px 0px;
}
.social_icon{
	padding:4px 0px;
	display:none; margin: 0;
}
.social_icon li{
	margin-right:24px; list-style: none;
}
.social_icon li a{
	display:inline-block; color:#333; 
}
.share_icon{
	display:inline-block;
	font-size:25px;
	line-height: 20px;
}
.city_blog_fig.position .social_icon,
.city_blog_fig.position p{
	display:block;
}
.city_blog_fig.position {
    margin-top: -467px;
    position: relative;
	opacity:0;
	/*box-shadow:0px 0px 0px 0px #cecece;*/
	background: #efefef !important;
}
.city_blog_fig.position:hover{
	opacity:1;
	overflow:visible;
	visibility:visible;
	background-color:#fff;
	
	width: 106%; border-bottom: none;
}
.city_blog_fig.position:hover .city_blog_text{
	/*box-shadow:0px 2px 5px 2px #cecece;*/ border-bottom: none;
}
.city_blog_fig.position:hover .theam_btn{
	color:#fff;
}
figure { margin: 0; }

.city_blog_fig a.theam_btn{ background: #00b0dc; padding: 8px 13px 10px;
color:#fff;  }
.share_icon{ color: #333; }


/*
	==================================
		CITY BLOG WRAP END
	==================================
*/

/*
	==================================
		CITY JOBS WRAP START
	==================================
*/
.city_jobs_item,
.city_jobs_list ul li,
.city_jobs_list ul,
.city_jobs_wrap{
	float:left;
	width:100%; list-style: none;
	margin: 0;
}
.city_jobs_wrap{
	position:relative;
	background-image:url("../images/about-img.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-size:100%;
}
.city_jobs_wrap:before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background: linear-gradient(to bottom, rgb(20 40 75 / 58%) -9%, #14284b);
}
.city_jobs_fig{
	float:left;
	width:55%;
}
.city_job_text{
	width:626px;
	position:absolute;
	left:100px;
	bottom:70px;
}

.city_job_text .theam_btn {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border: 2px solid #fff;
}

.city_job_text .theam_btn:hover{ text-decoration: none; }
.city_job_text span{
	display:inline-block;
	color:#fff;
	font-size:16px;
	margin-bottom:2px;
}
.city_job_text h2{
	font-weight:bold;
	color:#00b0dc;
	margin:0px 0px 8px 0px;
	font-size: 49px;
}
.city_job_text h3{ color:#888888; font-size:22px; }
.city_job_text p{
	width:100%;
	color:#fff;
	margin-bottom:25px;
}
.city_jobs_list{
	float: right;
	width: 45%;
	position: relative;
}
.city_jobs_item{
	padding:45px 70px;
	/*background-image:url("http://kodeforest.net/html/baldiyat/images/job-list-bg.png");*/
	background-repeat:no-repeat;
	background-size: 100% 100%;
	z-index:2;
	position: relative;
	transition: all 0.3s ease-in;
}
.city_jobs_item.overlay:before{
	opacity:1;
	z-index:-1; background:#00b0dc; 
}
.city_jobs_item span{
	display:inline-block;
	height:127px;
	width:127px;
	text-align:center;
	line-height:127px;
	border-radius:100%;
	background-color:#fff;
	font-size:55px;
	float: left;
	color: #00b0dc; transition: all 0.3s ease-in;
}
.city_jobs_item:hover span i{
	transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transition: all 0.3s ease-in;
}
.ciy_jobs_caption{
	overflow:hidden;
	padding:0px 0px 0px 30px;
}
.ciy_jobs_caption h2{
	color:#fff;
	font-weight:bold;
	margin:0px 0px 6px 0px;
}
.ciy_jobs_caption p{
	margin:0px 0px 7px 0px;
	color:#fff;
}
.ciy_jobs_caption a{
	display:block;
	color:#fff;
	font-size: 22px;
	font-weight: 700;
}
.city_jobs_item.pull-right{
	float:right;
}
.city_jobs_item.pull-right.overlay:before{
	opacity:0.9;
	background: #2b529d;
}
.city_jobs_item.pull-right .ciy_jobs_caption{
	padding: 0px 30px 0px 0px;
	width: 70%;
	float: left;
	text-align: right;
}

.city_jobs_item.pull-right span {
    float: right;
}

/*
	==================================
		CITY JOBS WRAP END
	==================================
*/

/*
	==================================
		CITY PROJECT WRAP START
	==================================
*/
.city_project_fig{ position:relative; float:left; width:100%;
 transition:all 0.3s ease-in; }

.city_project_fig .overlay:before{
	opacity:0.7; z-index:1; width:100%; width:100%;
    left:0px;
}
.city_project_text{
	position:absolute;
	top:32%;
	left:20px;
	right:20px;
	z-index:2;
	margin-top:-110px; width: 100%;
	z-index:2; transition:all 0.4s ease-in;
}
.city_project_fig:hover .city_project_text{
	margin-top:-130px;
}

.city_project_fig img{ width: 100%; }
.city_project_text span{
	display:block;
	font-size:80px;
	line-height:70px;
	color:#fff;
	margin-bottom:18px;
}	
.city_project_text > a{
	display:inline-block;
	color:#fff;
	position:relative;
	padding-bottom:6px;
	margin-bottom:7px;
}
.city_project_text > a:before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	border-bottom:1px solid rgba(255,255,255,0.7);
	width:160px;
}
.city_project_text h3{
	font-weight:bold;
	margin:0px 0px 0px 0px;
	line-height: 32px;
}
.city_project_text h3 a{
	color:#fff;
}

.city_event_fig{
	margin-bottom:30px;
}
.city_event_fig figure{
	width:auto;
}
.city_event_text{
	overflow:hidden;
	padding:14px 15px 14px 25px;
	border:1px solid #d7d7d7;
}
.city_event_history{
	margin-bottom:16px;
}
.event_date{
	float:left;
	width:74px;
	text-align:center;
	padding:12px 0px 10px;
	background-color:#00b0dc;
	border-radius:1px;
}
.event_date span{
	display:block;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	line-height: 22px;
	margin-bottom:1px;
}
.event_date strong{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.city_date_text{
	overflow:hidden;
	padding:4px 0px 7px 15px;
}
.custom_size{
	font-size:22px;
	font-weight:bold;
	margin:0px 0px 8px 0px;
}
.city_date_text a{
	display:inline-block;
}
.city_date_text a i{
	margin-right:10px;
	font-size:16px;
	color:#404040;
}
.city_event_text > p{
	margin:0px 0px 12px 0px;
}
.city_event_text > a{
	font-size:14px;
	display:block;
}
.city_event_text > a span{
	font-size:16px;
	margin-left:5px;
	text-transform:capitalize;
}
.city_event_fig figure {
    width: auto; float: left;
}
.thumb img, figure img {
    float: left;
    width: 100%;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 25%;
    left: 109px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.test-section{ background:#00b0dc; float: left; width: 100%; padding: 80px 0; 
    background: #0887b3 url(../images/ser-bg.png) no-repeat;
    background-size: cover;}
.test-main{ width: 100%; float:left; }

.city_client_text {
    position: relative;
    float: left;
    width: 100%;
    background:rgb(0 0 0 / 11%);
    border-radius: 3px;
    padding: 50px 25px 40px;
    min-height: 300px;
}

.city_client_text:after {
    content: '';
    position: absolute;
    left: 55px;
    border: 14px solid transparent;
    top: 100%;
    border-top-color: rgb(0 0 0 / 11%);
}

.test-main .img-co{ width:30%; float: left; }
.test-main img{ border-radius:250px; border:23px solid #1ab4db;
 width:auto !important;  }

 .test-main .city_client_text p {
    color: #fff;
    font-size:18px;
    width: 100%;
    position: relative;
    padding: 30px 0 0;
    font-weight: 600;
}
.city_client_text p:before {
    position: absolute;
    content: "\f10d";
    top: -30px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-family: 'FontAwesome' !important;
    font-size: 50px;
    color: #fff;
    z-index:10;
}

.test-name{ float: left;
    width: 100%;
    padding:34px 30px 0;
    color: #fff; }
.test-name h4{ font-weight: 700; font-size: 26px; }
.test-name span{ float: left; width: 100%; font-size: 22px; font-weight: normal; }
.city_client_text h4{  }
.city_client_text h4 a{ color:#fff; font-size: 33px; }
.city_client_text  h4 span a{ font-size: 16px !important; }
#test-caro .owl-nav{ display: none; }

.city_news_fig{ float: left; width: 100%; }
.city_news_text{ padding:24px 0px 0px 0px; }
.city_news_text p{ width: 100%; float: left; }
.city_news_text h2{
	font-weight:bold;
	margin:0px 0px 14px 0px; font-size: 45px;
}
.city_news_meta{
	 padding: 0; margin: 0 0 20px; width: auto; float: left;
}
.city_news_meta li{
	float:left;
	width:auto;
	padding:0px 14px;
	border-right:1px solid #afafaf;
	line-height:15px; list-style: none;
}
.city_news_meta li:last-child{
	border-right:none;
	padding-right:0px;
}
.city_news_meta li:first-child{
	padding-left:0px;
}
.city_news_meta li a{
	display:inline-block;
	font-size:15px;
	line-height:15px;
}
.city_news_text .theam_btn {
        border: solid 2px #898989;
    color: #666666;
    padding: 8px 18px;
    float: left;
}
.city_news_row{ float:left; width:100%; }
.city_news_row ul{ margin:0; padding:0; }
.city_news_row li{ list-style:none; width:100%; float:left; 
 margin: 0 0 25px; }
.city_news_meta li {
    float: left; list-style: none;
    width: auto;
    padding: 0px 14px;
    border-right: 1px solid #afafaf;
    line-height: 15px;
}
.city_news_meta li a {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}

.city_news_list figure {
    width: auto; float: left;
}

.city_news_list_text{ width: 70%; float: right; padding:10px 16px; }

.city_news_feild{ 
	background-color: #00b0dc;
    padding: 25px 30px 30px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
     }
.city_news_feild:before {
    position: absolute;
    content: "\e914";
    top: auto;
    left: auto;
    right: -8px;
    bottom: -65px;
    font-family: 'icomoon' !important;
    color: #fff;
    opacity: 0.3;
    z-index: -1;
    font-size: 230px;
}
.city_news_feild span {
    display: block;
    color: #fff;
}
.city_news_feild h4 {
    font-weight: bold;
    color: #fff;
    margin: 0px 0px 6px 0px;
}
.city_news_feild p {
    color: #fff;
    margin: 0px 0px 25px;
}
.city_news_search input {
    margin-bottom: 10px;
    height: 48px;
    width: 100%;
    padding: 10px 15px;
    color: #666666;
    border: none;
}
.city_news_search .theam_btn {
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 16px;
    background-color: #14284b;
    border: none;
    padding: 10px 26px;
    text-align: center;
}
.city_news_feild.feild2 {
    margin-bottom: 0px; float: left; width: 100%;
    background-color: #14284b;
}
.city_document_list{ float:left; width:100%; }
.city_document_list ul{ float:left; width:100%; padding: 0; margin: 0; }
.city_document_list ul li{ list-style:none; padding:12px 0; 
border-bottom: 1px solid rgba(255,255,255,0.2); }
.city_document_list ul li:first-child {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.city_document_list ul li a{ color:#fff; }
.city_document_list ul li i{ margin:0 10px 0 0; }

footer{ background-color:#14284b; float:left; width:100%; position: relative;
display: block; padding: 80px 0 20px; }
footer p{ color:#fff; }
footer .widget_list, footer .widget_text{ float: left; width: 100%; }
footer .widget_list h4{ font-size: 26px; color: #fff; margin-bottom: 22px; position: relative;
 padding: 0 0 30px; }
 footer .widget_list h4::before {
    content: "";
    position: absolute;
    background: #00b0dc;
    width: 34px;
    height: 4px;
    bottom: 7px;
    border-radius: 180px;
}

footer .widget_text ul {
    margin-bottom: 30px; margin: 0; padding: 0; width: 100%; float: left;
}
footer .widget_text ul li{ list-style: none; color:#fff; }
footer .widget_text ul li a{ color:#fff; }
.widget_service ul li,
.widget_service ul,
.widget_service{
	float:left;
	width:100%;padding: 0; margin: 0;
}
.widget_service ul li{
	margin-bottom:10px; list-style: none;
}
.widget_service ul li:last-child{
	margin-bottom:0px;
}
.widget_service ul li a{
	display:block;
	padding-left:20px;
	color:#fff;
	font-size:19px;
	position:relative;
}
.widget_service ul li a:hover{
	padding-left:25px;
}

.widget_service ul li a:before, .city_request_link ul li a:before {
    position: absolute;
    content: "\f105";
    top: 4px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-family: fontAwesome;
    color: #fff;
    font-size: 16px;
}
.widget_text.text2 ul li a span{
	float:left;
	margin: 0 12px 3px 0;
}
.widget_text.text2 ul li{
	margin-bottom:10px;
}
/*widget copyright start*/
.copyright_text,
.widget_copyright{
	float:left;
	width:100%;
	text-align: center;
}
.widget_copyright{
	padding:50px 0px;
	border-top:1px solid rgba(255,255,255,0.4);
	margin-top:34px;
}

.industries-sec{
	/*background: #f8f8f8 url(../images/pattern-bg.jpg);*/
    background: #F4F4F4;
    background-size: cover;
    padding: 70px 0;
}

.industries-box {
    border-radius: 10px;
    float: left;
    width: 100%;
	margin: 15px 0;
    color: #333;
    text-align: center;
}

.industries-box:hover {
    background: #fff;
    -webkit-transition: all 0.8s ease-in-out;
    color: #333;
}

.industries-box:hover.industries-box i{ color: #333; }

.industries-box i {
    font-size:38px;
	color: #00a2cb;
	margin: 0 0 15px;
}

.industries-box h6{ 
	font-size: 23px;
    line-height: 25px;
	font-weight: 700;
}

.whoweare {
   /* background: #2F3146;
    padding: 40px;*/
    border-radius: 20px;
    margin: 0px 0;
    width: 100%;
    color: #ffffff;
}

.whoweare-box {
    text-align: center;
    color: #ffffff;
}

.whoweare-box i {
    font-size: 75px;
    display: none;
}

.whoweare-box h5 {
    color: #000000;
    font-weight: 300;
    font-size: 83px;
    font-weight: bold;
    line-height: 1;
}

.whoweare-box p
{
	text-align: center!important;
    font-size: 23px;
    line-height: 29px;
    font-weight: 600;
}
.con-list{
 margin: 10px 0 0;
}
.con-list li{
	list-style: none;
	display: inline-block;
	margin: 0 10px;
	color: #fff;
}

.con-list li span{
  position: relative;
  top: 3px;
}

.inner-banner-bx{
    background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/64ad8acd601bc_bar_bg.png), 
    linear-gradient(45deg, #0089ab 2%, #00b0dc 25%, #008bae 48%, #00b0dc 77%, #0888ad 98%);
    background-size: 100% 100%;
 float: left;
 width: 100%;
 padding:20px 0;

}
.inner-banner-bx h3 span{
	color: #fff;
    font-size: 50px;
    font-weight: 700;
	position: initial;
    padding: 0 23px 12px !important;
    background: #00657e63 !important;
    border-radius: 8px;
}
/*.inner-banner-bx h3 span::before{
	position: absolute;
    width: 60px;
    height: 6px;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: dashed 7px #00b0dc;
}*/
.breadcrumb { margin: 28px 0 20px; padding: 0; }
.breadcrumb li { padding: 0 10px 0 0; font-weight: 600; color: #fff; }
.breadcrumb li a{ color: #fff; }
.breadcrumb li i { font-size: 15px; }
.breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before{ display: none; }

.vision-mi-section{
 float: left;
 width: 100%;
 padding: 90px 0;
 background: #000 url(../images/saiseva-services-letconnect-bg.png) no-repeat top left;
 background-size: 100%;
 color: #fff !important;
}

.mission-con{ padding:0 0 60px 0; }
.mission-con img {
    width: 100%;
    /* border-radius: 90px 0 90px; */
    /* border-bottom: solid 10px #00b0dc; */
    border: solid 1px #e1dddd;
    padding: 10px;
    border-radius: 10px;
}
.mission-con h2
{
	font-weight: 700;
    font-size: 45px;
    position: relative;
    width: 100%;
    float: left;
	padding: 0 0 15px; 
	margin: 0 0 15px;
}
.mission-con h2 span{  }
.mission-con h2 span::before {
	position: absolute;
	width: 40px;
	height: 6px;
	content: "";
	left: 0;
	bottom: 0;
	border-bottom: dashed 4px #00b0dc;
}
.mission-con ul { 
	margin: 40px 0 0 22px; 
	padding: 0; 
}
.mission-con ul li{ 
	font-weight: 600; 
	font-size: 25px; 
	position: relative;
	list-style: none;
}

.mission-con ul li::before {
    position: absolute;
    width: 8px;
    height: 4px;
    content: "";
    left: -20px;
    top: 20px;
    background: #00b0dc;
}

.service-head-para{ font-size: 25px; font-weight: 500; }
.offer-con{ background: #0f0f0f; float: left; width: 100%; padding: 25px; height: 281px; 
    border-radius: 10px;
 }
.offer-con span{ font-size: 40px; margin-bottom: 10px; float: left; width: 100%; color: #00b0dc; }
.offer-con h3 { font-weight: 600; }
.method-con{ height: 380px; }
.method-con img{ margin-bottom: 20px; }
.method-con h3{ margin-bottom: 20px; }

.val-list { 
	margin: 0px 0 0 22px; 
	padding: 0; 
}

.val-list li{ 
	font-weight: 600; 
	font-size: 25px; 
	position: relative;
	list-style: none;
	margin:18px 0;
	line-height: 28px;
    width: 48%;
    float: left;
    padding: 0 40px;
}

/*.val-list li::before {
    position: absolute;
    width: 8px;
    height: 4px;
    content: "";
    left: -20px;
    top: 20px;
    background: #00b0dc;
}*/
.val-list li span {
    position: absolute;
    top: 8px;
    left: -22px;
    border: solid 2px #00b0dc;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #00b0dc;
}

.val-title h3{
    font-weight: 700;
    font-size: 45px;
    position: relative;
    width: 100%;
    float: left;
    padding: 0 0 0px;
    margin: 20px 0 10px;
}

.val-title h4{ font-weight: 500; font-size: 30px; }
.get-in-con h2{ padding: 2px 0 0 0;  }
.get-in-con{ padding: 0; position: relative; }
.method-con{ margin-bottom: 30px; }
.method-con ul {
 margin: 0; padding: 0 0 0 22px; width: 100%; float: left;
}
.method-con h3
{
 float: left; width: 100%; line-height: 26px;
}
.no-count {
    background: #fff;
    float: left;
    width:50px !important;
    text-align: center;
    height: 50px;
    line-height: 43px;
    color: #fff;
	margin: 0 20px 0 0;
	border: solid 1px #00b0dc;
}

.ind-details{
 float: left;
 width: 100%;
}
.ind-details h3{ font-size: 35px; font-weight: 700; }

.rol-con {
    background: #00b0dc;
    padding: 30px;
    border-radius: 17px;
	color:#fff;
    margin: 35px 0;
}

.rol-con h3{ font-weight: 700; font-size: 35px; }
.map-con{ border: solid 6px #fff; }

.loca-con{
 background-color: #fff;
 padding: 20px;
 text-align: center;
 float: left;
 width: 100%;
}
.loca-con .contac-page{ margin: 0; padding: 0; float: left; width: 100%; }
.loca-con .contac-page li{  list-style: none; padding: 0 10px; display: inline; }
.loca-con .contac-page li i{ color: #0db0dd; }
.city_top_social ul li {
    float: none;
    width: auto;
    margin-right: 0px;
    list-style: none;
    display: inline;
}

.city_top_social1 { float: none;  text-align: center; }
.city_top_social1 ul{ margin: 30px 0 20px }

.is-list-con{ }

.client {
    width: 100%;
    float: left;
    margin: 15px 0;
    height: 171px;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 6%);
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.client:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}

.client img{ width: 100%; }

.clients-page .client {
    width: 100%;
    float: left;
    margin: 15px 0;
    height: 255px;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 6%);
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
}

.partners {
    width: 100%;
    float: left;
    margin: 15px 0;
    height: 190px;
    overflow: hidden;
    /* border: solid 1px #333; */
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 6%);
    padding: 10px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.partners:hover {
    -webkit-filter: grayscale(0);
            filter: none;
}
.partners img{ width: 100%; }

.md-profile{ width: 100%; float: left; }
.md-profile h3 {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 20px;
    color:#00a2cb;
}

.md-profile h4 {
    font-weight: 700;
    margin: 0 0 10px;
	color:#00a2cb;
}
.pro-item img{ width: 100%;  }

.pro-item-main{ width: 300px; float: right; }
.pro-item .profile-md {	
    width: 100%;
    height: 339px;
    overflow: hidden;
    border-radius: 7px;
	margin: 0 30px 30px 0; border: solid 4px #e1f7fd;
}
.md-section {
    background: -webkit-linear-gradient(269deg, #fff 0%, #D4FFF2 96.87%);
    background: linear-gradient(269deg, #fff 0%, #D4FFF2 96.87%);
}
.navbar{ padding-left: 0; padding-right: 0; }
.dropdown-menu{ 
	min-width: 17rem
 }
.dropdown-item{ font-size: 22px;
    padding: 7px 16px;
    font-weight: 600; }
    
.pro-item p {
    font-weight: normal;
    font-size: 23px;
    font-weight: 600;
    font-style: italic;
}

.services-home-main {
    float: left;
    width: 100%;
    padding: 30px 15px;
    box-shadow: 0px 1px 2px 2px rgb(137 137 137 / 6%), 0 2px 6px 2px rgb(0 0 0 / 11%);
    margin: 20px 0;

}
.services-home h4 {
    margin: 0px 0px 8px 0px;
    font-weight: bold;
    font-size: 40px;
    background: url(../images/heading-bg.gif) repeat-x center;
    line-height: 50px;
    padding: 0 0 13px;
}

.services-home ul { 
	margin: 40px 0 0 22px; 
	padding: 0; 
}

.services-home ul li{ 
	font-weight: 600; 
	font-size: 20px; 
	position: relative;
	list-style: none;
}

.services-home ul li::before {
    position: absolute;
    width: 8px;
    height: 4px;
    content: "";
    left: -20px;
    top: 14px;
    background: #00b0dc;
}

.services-home  h4 span{ background: #fff; padding: 0 40px 0 0; }
.services-home a.theam_btn {
    background: #00b0dc;
    padding: 8px 13px 10px;
    color: #fff;
    float: left;
    margin: 20px 0 0;
}
.abouthome-section {
    background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/64ad8acd601bc_bar_bg.png), 
    linear-gradient(45deg, #0089ab 2%, #00b0dc 25%, #008bae 48%, #00b0dc 77%, #0888ad 98%);
    background-size: 100% 100%;
    padding: 60px 0 90px;
}
.abouthome-section .about-home-bx h3 {
    font-weight: bold;
    color: #fff;
    margin: 0px 0px 20px 0px;
    font-size: 78px;
}
.about-home-bx{ padding: 0px 30px 0 0; }
.about-home-bx a.theam_btn {
    background: #fff;
    padding: 8px 13px 10px;
    color: #333;
    float: left;
    margin: 20px 0 0;
    font-weight: 600;
    font-size: 25px;
}

.about-home-bx p{ color: #fff; }

.mission-home { background: #fff; float: left; width: 100%; padding: 20px; margin-bottom: 30px; 
    box-shadow: 0px 1px 2px 2px rgb(137 137 137 / 30%), 0 2px 6px 2px rgb(0 0 0 / 16%);
}
.mission-home h2{ color: #333; font-weight: bold; margin: 0px 0px 6px 0px; }
.mission-home span{ color:#00b0dc; font-size: 35px; }

.con-page-bx{ background-image: url(../images/slider-img.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; height:250px; overflow: hidden;
    text-align: center;
    margin-bottom: 30px
}
.con-page-bx div{ background: #e7e7e7e1; height:100vh; text-align: center; padding:40px 12px; }
.con-page-bx div h3{ font-size: 20px; font-weight: 600; }
.con-page-bx a, .con-page-bx p{ color: #333; margin: 0 auto; float: left; width: 100%; }
.con-page-bx div:hover{ background:#c4edf8; }
.sm-footerLink{ padding: 0; margin: 0; width: 100%; float: left; }
.sm-footerLink li{ list-style: none; display: inline-block;}
.sm-footerLink i {
    border: 1px solid #06bae7;
    color: #06bae7;
    width: 32px;
    height: 32px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin: 0 2px;
}

.services-bx-new {
    position: relative;
    float: left;
    width: 100%;
    padding: 27px;
    background: #fff;
    transition: all 0.3s ease-in;
    margin: 0;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    z-index: 1;
}
.ser-new-icon{ margin-bottom: 0px; }
.ser-new-icon img{ width: 80px !important; }
.services-bx-new a.theam_btn {
    background: #00b0dc;
    padding: 8px 26px 10px;
    color: #fff;
    float: left;
    margin: 20px 0 0;
    box-shadow: 0 3px 19px rgb(18 18 18 / 20%);
    border-radius: 50px;
}
.services-bx-new:hover {
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    border: solid 1px #fff;
}

.services-bx-new h3 {
    margin: 20px 0px 20px 0px;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    padding: 0 0 3px;
}
.service-page-section1 {
    background: url(../images/overview-video-bg.webp) no-repeat;
    background-size: 100% 100%;
}
.service-page-section2{
    background:#0f1633 url(../images/Tech-Trends-Radar-2024-HB.jpg) no-repeat bottom;
    background-size: 100%;  
    color:#fff;
}
.marketingContentBlock .marketingContentRight.bg-grey {
    background-color: #f8f9fb;
    padding: 60px 40px;
    min-height: 500px;
}
  /* line 40, ../scss/modules/_service.scss */
.marketingContentBlock .marketingContentRight .marketingDetailContent {
    max-width: 90%;
    width: 100%;   
}
.marketingContentBlock .marketingContentLeft {
    background-size: cover;
    background-position: center;
}

.marketingContentBlock .marketingContentRight .marketingDetailContent h2 {
    color: #00b0dc;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size:33px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.marketingContentBlock .marketingContentRight .marketingDetailContent p{
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.advantage-bx  {
    background: #02809f url(../images/saiseva-services-letconnect-bg.png) no-repeat top left;
    padding: 40px;
    border-radius: 15px;
    color: #fff;
    background-size: 100%;
}

.mob-view{ display: none; }

.offer-con{ color: #fff; }
.offer-con img{ width: 70px; margin: 0 0 30px; }

.whoweare-box-about{  padding: 20px; float: left; width: 100%; color: #fff !important;
     margin-bottom: 30px; padding: 50px 30px; }
.whoweare-box-about.blue {
    background: #00a2cb;
}

.whoweare-box-about.org {
    background: #df9926 !important;
}

.whoweare-box-about.purple {
    background:#963596 !important;
}

.whoweare-box-about.green {
    background:#00b28f;
}

.whoweare-box-about h5{ color: #fff; }

.three-col{ float: left; width: 100%; }
.three-col ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.three-col ul li{
    display: inline;
    width: 33.33%;
    float: left;
    list-style: none;
    text-align: center;
}
.three-col .media{ display: block; }
.three-col ul li h3{ font-weight: 600; }
.three-col ul li img{ width: 100px; margin-bottom: 20px; }



/* --------------------------------------- 

Responsive CSS 

----------------------------------------- */

/* Extra large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) { 
    .container { width: 90%; }

 }

 /* Large devices (desktops, 992px and up) */
@media (min-width: 1080px) { 
.city_top_news {
    float: left;
    width: 100%; }

 }

  /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
.city_top_news {
    float: left;
    width: 100%; }

 }
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
.con-list {
    margin: 10px 0 0;
    display: none;
}
.mob-view{ display: block; }
.navbar-collapse {
    position: absolute;
    top: 57px;
    background: #00b0dc;
    width: 100%;
    left: 0;
    z-index: 100;
    border-top: solid 1px #fff;
}

.navbar-light .navbar-toggler{
 position: absolute;
 right: 0;  
 top: -10px;
 background: #ffffff47;
}
.menubar {
    padding: 26px 17px;
}
.navbar-brand {
    width: 110.5px;
    position: absolute;
    z-index: 10;
    padding: 4px 27px;
    top: -2px;
    left: 0;
}

.city_top_social{ display:none; }

.banner_text{
	position: relative;
    right: auto;
    width: 100%;
    float: left;
    /* padding: 42px 30px 50px; */
    /* background: #18a855;*/
}
.banner_btn .theam_btn{ display:none; }
.city_jobs_wrap{ background-image: none; }
.welcome-bar {
    top: 36%;
}
.section_heading h2 {
    line-height: 35px;
    font-size: 30px;
}
.medium_text {
    font-size: 26px;
    color: #fff;
    margin-bottom: 4px;
    line-height: 20px;
}
.project-main .image-bx{ width:100%; }
.city_top_social{ display: none; }
.city_job_text {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 224px 114px 20px;
}
.city_jobs_list {
    float: left;
    width: 100%;
    position: relative;
    left: -18px;
}
.city_jobs_fig {
    float: left;
    width: 100%;
    clear: both;
}
.city_project_fig {
    margin: 15px 0;
}

.test-main .img-co {
    width: 100%;
    float: left;
    text-align: center;
}
.project-main .image-bx img{ width:180px !important; display:inline-block; }
.city_client_text p:before{ left:7px; }
.city_client_text {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 30px 0;
}

footer .widget_list h4 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding: 30px 0 30px;
}
.widget_copyright {
    padding: 20px 0px;
}
.city_about_video{ display:none; }
.inner-banner-bx {
    /*background: url(../images/slider1.jpg) no-repeat;*/
    float: left;
    width: 100%;
    padding: 10px 0;
}
.mission-con img {
    width: 100%;
    margin: 30px 0;
}

.pro-item .profile-md { width: 100%; }
.serv-home-page, .mission-home { margin: 30px 0 0; }
.services-home h4 span{ background: none; }
.partners, .client{ height: auto; }
.partners img, .client img{ width: 80% !important; margin: 0 auto; }
.inner-banner-bx h3 span {
    color: #ffffff;
    font-size: 30px; 
}
.service-head-para img{ width: 100% !important; float: left !important; margin: 0 0 30px !important; }
.offer-con{ margin: 0 0 30px; }
.con-page-bx{ overflow:auto; height: auto; }
.con-page-bx div{ float: left; width: 100%; height: auto; }
header .topbar{ padding: 0;}
.city_about_wrap {
    padding: 40px 0px 40px;
}
.normal-section {
    padding: 50px 0;
    float: left;
    width: 100%;
}
.service-sec{ background: #f4f4f43d !important; }

.vision-mi-section {
    padding: 50px 0;
}
footer {
    padding:21px 0 20px;
}
.services-home-main {
    padding:1px 15px 25px;
}
.services-home p
{
    height: 99px;
    overflow: hidden;
}
.services-home h4 {
    margin: 10px 0px 8px 0px;
    font-weight: bold;
    font-size: 30px; }
    .medium_text br{ display: none; }

    .ser-new-icon img {
        width: 80px !important;
    }
    .about-home-bx {
        padding: 0px 0px 0 0;
    }

    .abouthome-section .about-home-bx h3 {
        font-size: 45px;
        line-height: 39px;
    }
    .whoweare-box h5 {
        font-size: 50px;
    }
    footer img{ display: none; }
    .city_about_fig {
        margin: 0 0 15px;
    }
    .marketingContentBlock .marketingContentLeft{ display: none; }
    .marketingContentBlock .marketingContentRight.bg-grey {
        background-color: #f8f9fb;
        padding: 30px 0px;
        min-height: 500px;
        width: 100% !important;
    }
    .val-list li {
        width: 100%;
    }
    .mission-con h2, .val-title h3 { font-size: 35px; }
    .marketingContentBlock .marketingContentRight .marketingDetailContent {
        max-width: 100%;
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

 .city_job_text {
    padding: 40px 24px 50px;
 }
 .ciy_jobs_caption {
    overflow: hidden;
    padding: 0px 0px 0px 0px; 
    width: 100%;
}
.city_jobs_item {
    padding: 45px 30px; 
    float: right;
}
.city_jobs_item.pull-right span {
    height: 97px;
    width: 97px;
    text-align: center;
    line-height: 97px;
    float: left;
    margin: 30px 0 0;
}

.city_jobs_item span {
    display: inline-block;
    height: 107px;
    width: 107px;
    text-align: center; margin:0 0 30px;
    line-height: 107px; }

.city_jobs_item.pull-right .ciy_jobs_caption {
    padding: 0px 30px 0px 0px;
    width: 100%;
    float: left;
    text-align: left;
}
.services-home h4{ background: none; }
.medium_text br{ display: none; }
 

 }

.service-head-para img{
    float: right;
    border-radius: 20px;
    border:solid 2px #06bae7;
    width: 500px;
    margin: 0 0 0 30px;
}

.service-head-para1{ float: left; width: 100%; margin: 70px 0 0; }
.loca-con .city_top_social ul li a {
    display: inline-block;
    height: 40px;
    width: 40px ;
    text-align: center;
    line-height: 38px;
    border: 1px solid #06bae7;
    color: #06bae7;
    font-size: 16px;
}
.loca-con .city_top_social ul li a:hover{ color:#fff }








