/* Logo */
.header .logo {
	float: left;
	margin-top:27px;
}
.header .logo .img2{
	position:absolute;
	left:0;
	top:16px;
	z-index:-1;
	opacity:0;
	visibility:hidden;
}
.header .navbar {
	padding: 0;
}

/* Main Menu */
.header{
	position:relative;
	background: #fff;
	}
.header .header-inner{
	position:absolute;
	width:100%;
	z-index:99;
}
.header .nav-inner {
	float: right;
}
.header .nav li {
	margin-right: 15px;
	float: left;
	position: relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	padding: 30px 0;
	color: #fff;
	z-index: 4;
	font-size: 15px;
	position:relative;
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.navbar-expand-lg .navbar-collapse{
	
}
.header .nav li a i {
	margin-left: 6px;
	font-size: 12px;
}


/* Dropdown Menu */
.header .nav li .dropdown {
	background: #f9f9f9;
	width: 280px;
	position: absolute;
	top: 60px;
	z-index: 999;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	padding: 0px 0 10px 0;
	left: 0;
	margin: 0;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
}
.header .nav li .dropdown li a {
	padding: 8px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li:hover a,.header .nav li .dropdown li a.active{
	color:#0C59DB;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}
.header .nav li .dropdown li i {
	float: right;
	margin-top: 8px;
	font-size:10px;
	z-index:5;
}
.header .nav li .dropdown.sub-dropdown {
	background: #fff;
    width: 220px;
    position: absolute;
    left: 186px;
    top: 0;
    z-index: 999;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown.sub-dropdown li a{
	padding: 8px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a{
	background:transparent;
}
.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover{
	color:#fff;
	background:#181E4E;
}
.header .nav li .dropdown.sub-dropdown li:last-child a{
	border-bottom:0px solid;
}
.mobile-search{
	display:none;
}

/* Header Other Pages */
.header.other-page .header-inner {
	position: relative;
	transform:none;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	z-index:9998;
}
.header.other-page .logo .img2{
	z-index:5;
	opacity:1;
	visibility:visible;
}
.header.other-page .header-inner .container-inner{
	padding:0;
	box-shadow:none;
}
.header.other-page .search-top {
	top: 42px;
}
.header.other-page .nav li a {
	color:#000;
}

.header.other-page .nav>li>a.active{ color:#0C59DB}

.header.other-page .nav li:hover a {
	color:#0C59DB;
}
.header.other-page .nav li.active a {
	color:#181E4E;
}
.header.other-page .nav li .dropdown>li>a {
	color: #181E4E;
	border-bottom:1px #999 dashed;
}
.header.other-page .nav li .dropdown>li:last-child a{ border:none;}

.header.other-page .nav li .dropdown li ol{ margin-left:0; padding: 8px 15px;border-bottom:1px #999 dashed;}
.header.other-page .nav li .dropdown li ol li a{
	color:#888;
	padding:0;
	font-size: 0.8rem;
	line-height: 22px;
}
.header.other-page .nav li .dropdown li a:hover, .header.other-page .nav li .dropdown li a.active{
	color: #0C59DB;
}
.header.other-page .right-button .btn {
	background:#181E4E;
	color:#fff;
	border-color:#181E4E;
}
.header.other-page .right-button .btn:hover{
	background:transparent;
	color:#181E4E;
}
/* Header Sticky */
.header.sticky .header-inner {
	position: fixed;
	transform:translateY(0);
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	z-index:9998;
}
.header.sticky .logo .img2{
	z-index:5;
	opacity:1;
	visibility:visible;
}
.header.sticky .header-inner .container-inner{
	padding:0;
	box-shadow:none;
}
.header.sticky .search-top {
	top: 42px;
}
.header.sticky .nav li a {
	color:#181E4E;
}
.header.sticky .nav li:hover a {
	color:#0C59DB;
}
.header.sticky .nav li.active a {
	color:#0C59DB;
}
.header.sticky .nav li .dropdown li a {
	color: #181E4E;
}
.header.sticky .right-button .btn {
	background:#181E4E;
	color:#fff;
	border-color:#181E4E;
}
.header.sticky .right-button .btn:hover{
	background:transparent;
	color:#181E4E;
}

/* banner */

.agency .container > div {
    margin: 0 auto;
    width: 86%;
    margin-bottom: 30px;
}

.agency .white-overlay {
   padding: 50px 0 20px;
}

.agency .container > div > div {
    display: inline-block;
    position: relative
}

.agency .container > div > div img {
    width: 500px;
    margin: 0 20px;
}

.agency img:first-of-type, .agency img:last-of-type {
    width: 200px;
}

.agency .container > div h2 {
    position: absolute;
    color: white;
    bottom: 105px;
    left: 195px;
    font-size: 40px;
}
.carousel-inner{ position:relative;}


.ovarlay_slide_cont {
    background: rgba(4, 30, 83, 0.5);
	 width: 35%;
    margin: 0  0 0 40%;
	top: 28%;
    position: absolute;
    z-index: 1111111111;
	left:0;
    padding: 30px;
}

.ovarlay_slide_cont h4 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
	
    margin: 0 0 15px 0;
    line-height: normal;
}

.ovarlay_slide_cont p {
    color: #fff;
    font-weight: 300;
    margin: 0;
    font-size: 22px;
    padding: 0 ;
    line-height: 28px;
}
.carousel{
	background: #F0F4F9;
}
.carousel-inner{width: 92%;
margin: auto;}



/* about */
.basic-1 {
	padding-top: 6.5rem;
	padding-bottom: 3rem;
}

.basic-1 .text-container {
	margin-bottom: 3rem;
}

.basic-1 .section-title {
	margin-bottom: 0.5rem;
}

.basic-1 h2 {
	margin-bottom: 1.375rem;
}

.basic-1 .testimonial-author {
	color: #484a46;
}
.basic-1 .image-container {
	overflow: hidden;
	border-radius: 0.25rem;
}

.basic-1 .image-container img {
	margin: 0;
	border-radius: 0.25rem;
	transition: all 0.3s;
}


.videoall ul li a{display:block;text-align:center; line-height:18px; font-size:14px;color: #555}
.videoall ul li:nth-child(2n){margin:15px 0px 5px;margin-right: 0}
.videoall ul li:nth-child(2n+1){clear: both;}
.videoall ul li a span{display:block;margin-bottom:10px;}
.videoall ul li a span{display:block;position:relative;color:#fff;font-size:26px;}
.videoall ul li a span:before{border-radius:50%;font-family:fontawesome;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;content:"\f04b";width:50px;height:50px;padding:15px 0 0 7px; color:#0C59DB; background:#fff}
.videoall ul li a span:hover:before{background:#0C59DB;color: #fff;}

 
.subname{ color:#999; font-weight:normal; padding-top:8px; font-size:1.25rem; line-height:30px;}
.etw_hometitle {
  padding: 0 0 0.5rem 0;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #181E4E;
  font-weight: 800;
}
.author-content .etw_hometitle{ font-size:1.75rem; line-height:2rem;}
.feedback_info{ background:#eee; margin:30px 0;min-height:550px;}
.feedback_info .comment-reply-title{ padding-left:25px; padding-top:20px;}

.tbfeedback{ font-weight:normal; position:relative; font-size:14px;}
.tbfeedback i{ padding-right:6px;color:#0C59DB;}
.tbfeedback:hover{ color:#0C59DB;}



.foot_feedback{ width:100%; height:auto; margin:0 auto; padding:1rem 0 1.5rem 0; border-bottom:1px #ccc dashed;margin-bottom:1.5rem;color:#fff; font-size:1.7rem; text-align:center;} 

.foot_feedback a{ display:inline-block; width:auto; background:#0C59DB; font-size:1rem;  text-align:center; padding:0.6rem 2rem; margin-left:1.5rem; border-radius:25px;}
.foot_feedback a:hover{ background:#002b70;} 
@media only screen and (max-width:768px)  {
	.foot_feedback{ font-size:1.3rem;} 
	.foot_feedback span{ display:block; padding-bottom:20px;}
}


.etw_foot_title {
  color: #fff !important;
  font-size: 1.2rem;
  display: block;
  line-height: 1.35;
  position: relative;
  padding-bottom: 0.5rem;
  position: relative;
}

.pblist {
  overflow: hidden;
  margin: 0.5rem auto;
}
.pblist ul > li > a {
  display: block;
  line-height: 1.4rem;
  padding-left: 1rem;
  color: #fff;
  position: relative;
  font-weight: 400;
  position: relative;
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
}
.pblist ul > li > ol {
  padding-left: 1rem;
  margin-bottom: 1rem;
  float: left;
}
.pblist ul > li > a:before {
  position: absolute;
  content: "\f105";
  left: 2px;
  top: 0px;
  font-family: fontawesome;
  color: #fff;
}


.cot_add,
.cot_tel,
.cot_email,
.cot_people,
.cot_mobile,
.cot_fax,
.cot_whatsapp {
  position: relative;
  padding-left: 25px;
  display: block;
  margin-bottom: 3px;
  padding-top: 0.2rem;
}
.cot_add:before {
  content: "\f041";
  position: absolute;
  left: 0px;
  top: 4px;
  color: #fff;
  font-family: fontawesome;
  font-size: 20px;
}
.cot_tel:before {
  content: "\f095";
  position: absolute;
  left: 0px;
  top: 3px;
  color: #fff;
  font-family: fontawesome;
  font-size: 18px;
}
.cot_email:before {
  content: "\f0e0";
  position: absolute;
  left: 0px;
  top: 2px;
  color: #fff;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_people:before {
  content: "\f007";
  position: absolute;
  left: 0px;
  top: 4px;
  color: #fff;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_mobile:before {
  content: "\f10b";
  position: absolute;
  left: 4px;
  top: 4px;
  color: #fff;
  font-family: fontawesome;
  font-size: 22px;
}
.cot_fax:before {
  content: "\f1ac";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_whatsapp:before {
  content: "\f232";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 18px;
}



/* О нас*/ 
.space{margin:5px 0 15px 0;}
.about-area{
	background:#fff;
}
.about-area .about-left{
	position:relative;
	z-index:2;
	background-image:url('../images/why-choose.jpg');
	background-size:cover;
	background-position:left;
	background-repeat:no-repeat;
	padding:40px;
	height:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.about-area .about-left:hover{
	background-position:right;
}
.about-area .about-left.overlay:before{
	z-index:-1;
	opacity:0.9;
	background:#181E4E;
}
.about-area .about-left h4 {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
}
.about-area .about-left h4 span{
	color:#fff;
	display:block;
	font-size:20px;
	font-weight:500;
	padding:30px 0;
	line-height:28px;
	margin-bottom:20px;
}
.about-area .about-left a {
	color: #fff;
	display: block;
	position: absolute;
	left: 40px;
	bottom: 40px;
}
.about-area .about-left a i{
	font-size:1.25rem;
	display:inline-block;
	margin-right:6px;
}
.about-area .about-left .button .btn2:before{
	background:#fff;
	bottom:2px;
}
.about-area .about-right{
	background:#FAFAFA;
}
.about-area .about-right img {
	width: 100%;
	height: 100%;
}
.about-area .about-content {
	padding: 40px 40px 40px 35px;
}
.about-area .about-content h4 {
	color: #030303;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
}
.about-area .about-content h4 span{
	color:#030303;
	display:block;
	font-size:14px;
	font-weight:500;
	margin-bottom:20px;
}
.about-area .about-content p{
	display:block;
	margin-top:20px;
}
.about-area .about-content p.quote{
	border-left:4px solid #181E4E;
	padding-left:15px;
	line-height:20px;
	padding-bottom:5px;
}
.about-area .about-content p:last-child{
	margin-bottom:0;
}
.about-area .about-content .button{
	margin-top:40px;
}
.about-area .about-content .btn{
	background:transparent;
	color:#0C59DB;
	border:2px solid #0C59DB;
}
.about-area .about-content .btn:hover{
	background:#0C59DB;
	color:#fff;
	border-color:transparent;
}
.service-newsletter{
	margin-top:30px;
}
.service-newsletter .single-service{
	padding:20px;
	border:1px solid #eee;
	position:relative;
}
.single-service{
	background:#f8f8f8;
	padding:0 0 5px 0;
	}

.single-service .service-image img{
	padding-bottom:5px;
	}
.single-service .service-image p{
	padding-left:15px;
}
.single-service .content{
	padding:10px;
	}
.single-service .content p{
	min-height:80px;
	}

.service-newsletter .single-service .serial {
	font-size: 80px;
	font-weight: 700;
	position: absolute;
	right: 7px;
	bottom: 30px;
	z-index: -1;
}
.service-newsletter .single-service i{
	font-size:50px;
	display:block;
	margin-bottom:20px;
	color:#0C59DB;
}
.service-newsletter .single-service h4{
	display:block;
	margin-bottom:20px;
}
.service-newsletter .single-service h4 a:hover{
	color:#0C59DB;
}
.service-newsletter .single-service h4 a {
	font-size: 25px;
	font-weight: 600;
}
.service-newsletter .single-service p{}
.service-newsletter .single-service .more{
	font-size:14px;
	margin-top:25px;
	display:inline-block;
	font-weight:500;
}
.service-newsletter .single-service .more i {
	font-size: 20px;
	display: inline-block;
	margin: 0;
	margin-left:2px;
	position: relative;
	top: 3px;
	opacity: 0.5;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.service-newsletter .single-service .more:hover i{
	opacity: 1;
}
.service-newsletter .newsletter-form{
	background:#181E4E;
	height:100%;
	padding:40px;
}
.service-newsletter .newsletter-form h4{
	font-size: 25px;
	font-weight: 600;
	color:#fff;
	display:block;
	margin-bottom:20px;
}
.service-newsletter .newsletter-form p{
	color:#fff;
	margin-bottom:20px;
}
.service-newsletter .newsletter-form input{
	height:50px;
	width:100%;
	color:#333;
	padding:0px 30px;
	background:#fff;
	border:none;
	border-radius:0;
	line-height:50px;
	font-weight:500;
}
.service-newsletter .newsletter-form button{
	height:50px;
	width:100%;
	color:#fff;
	padding:0px 30px;
	background:#181E4E;
	border:none;
	border-radius:0;
	margin-top:10px;
	line-height:50px;
	font-weight:500;
}

/*=== Services CSS=====*/ 
.services {
	background: transparent;
	padding-top: 0;
	position: relative;
	padding-bottom:70px;
	margin-top: -80px;
}
.services.extra-page {
	background: transparent;
	padding-top: 70px;
	position: relative;
	padding-bottom:100px;
	margin-top: 0px;
}
.services.extra-page:before{
	display:none;
}
.services.extra-page .section-title h2 {
	color: #181E4E;
}
.services.extra-page .section-title h4 {
	color: #181E4E;
}
.services.extra-page .section-title h4::before {
	background: #181E4E;
}
.services.extra-page .section-title h4::after {
	background: #181E4E;
}
.services::before {
	position: absolute;
	content: "";
	left: 50%;
	top: -100px;
	height: 385px;
	width: 1300px;
	margin-left: -650px;
	background-image:url('../images/service-bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.services .section-title h2 {
	color: #fff;
}
.services .section-title h4 {
	color: #fff;
}
.services .section-title h4::before {
	background: #fff;
}
.services .section-title h4::after {
	background: #fff;
}
.services .single-service {
	position:relative;
	z-index:2;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
}
.services .single-service img{
	height:100%;
	width:100%;
	z-index:2;
}
.services .single-service .content {
	z-index: 2;
	width: 100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	margin-top:30px;
}
.services .single-service .content h4{
	display:block;
	margin-bottom:25px;
	padding-bottom:15px;
	color:#181E4E;
	position:relative;
}
.services .single-service .content h4:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:3px;
	width:80px;
	background:#0C59DB;
	z-index:1;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.services .single-service:hover .content h4:before{
	width:110px;
}
.services .single-service .content h4:after{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:3px;
	width:100%;
	background:#e6eefb;
	z-index:-1;
}
.services .single-service .content h4 a{
	
	font-weight:600;
	font-size:23px;
	color:#181E4E;
}
.services .single-service .content p {
	color: #666;
	transition:all 0.4s ease;
}
.services .single-service .content .button{
	margin-top:30px;
}
.services .single-service .content .button .btn{
	border:2px solid #0C59DB;
	color:#0C59DB;
	background:transparent;
}
.services .single-service .content .button .btn:hover{
	border-color:transparent;
	color:#fff;
	background:#0C59DB;
}
/* Service Details */
.service-details .detail-post-navigation {
	margin-bottom: 0 !important;
}
.service-details>p{
    font-weight: 400;
    font-size: 16px;
	margin-bottom: 20px;
}
.service-details>p:last-child{
	margin:0;
}
.service-details .quote-icon+p{
    position: relative;
    top: -6px;
}
.quote-icon {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 70px;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	color: #fff;
}
/*service sidebar*/
.service-single-img{
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
}
.service-single-img img{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.service-single-img:hover img{
	transform:scale(1.1);
}
.sidebar.service-sidebar .service-category{
	margin-bottom:30px;
}
.sidebar.service-sidebar .service-docs>li{
	margin-bottom:10px;
}
.sidebar.service-sidebar .service-category>li{
    margin-bottom: 10px;
}
.sidebar.service-sidebar .service-docs>li:last-child,
.sidebar.service-sidebar .service-category>li:last-child{
    margin-bottom: 0;
}
.sidebar.service-sidebar .service-category>li>a{
    display: flex;
    background: #f7f7f7;
    align-items: center;
    justify-content: space-between;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 500;
}
.sidebar.service-sidebar .service-category>li>a>i{
    opacity: 0;
	font-size:25px;
}
.sidebar.service-sidebar .service-category>li>a:hover,.sidebar.service-sidebar .service-category>li>a.dq{
    background-color: #181E4E;
    color: #fff;
}
.sidebar.service-sidebar .service-category>li>a:hover>i{
    opacity: 1;
}
.sidebar.service-sidebar .service-docs{
	margin-bottom:30px;
}
.sidebar.service-sidebar .service-docs>li>a{
    display: flex;
    background: transparent;
    align-items: center;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #f7f7f7;
}
.sidebar.service-sidebar .service-docs>li>a:hover{
	color:#0C59DB;
}
.sidebar.service-sidebar .service-docs>li>a>i{
    margin-right: 20px;
    color: #0C59DB;
}
.sidebar.service-sidebar .service-quote{
    border: 2px solid #f7f7f7;
    padding: 30px;
    position: relative;
    padding-right: 15px;
}
.sidebar.service-sidebar .service-quote .quote-author{
    display: flex;
    align-items: center;
	margin-top:0px;
}
.sidebar.service-sidebar .service-quote .quote-author .quote-img{
    width: 60px;
    height: 60px;
    margin-right: 20px;
	
}
.sidebar.service-sidebar .service-quote .quote-author .quote-text{
    width: calc(100% - 80px);
}
.sidebar.service-sidebar .service-quote .quote-author .quote-text h5{
    font-weight:600;
	font-size:18px;
}
.adv-banner{
	margin-top:30px;
}

.service-quote{margin-top: 20px !important;}


.table{margin:5px 0 0;width:100%;}
.table-responsive{margin-bottom:15px}
.table-responsive1{width: auto;margin-top: 0.5rem}
table,td{border:1px solid #aaa!important}
.table>tbody>tr{background-color:#fff}
.table>tbody>tr:nth-of-type(odd){background-color:#fff}
.table-hover>tbody>tr:hover,.table>tbody>tr:nth-of-type(odd):hover{background-color:#fff}  
.table .top{background:#f2f2f2!important;}  
.table>tbody>tr>td{vertical-align:middle;padding:10px;font-size:14px;line-height:18px; text-align:center} 
.table .top td{ border-right:1px #aaa solid !important}
.table>tbody>tr:last-child>td,.table>tbody>tr>td:last-child{ border:1px #aaa solid !important }
.tur-img{width: 100%;margin-left: 8px;}
.tur-img figure{width: 18.4%; margin:0 2% 1rem 0; display:block;}
.tur-img figure:nth-child(5n){ margin-right:0;}
.tur-img figure:nth-child(5n+1){ clear:both;}
.tur-img a img{ width:100%;}

.portfolio {
	background-color: #F0F4F9;
}
.portfolio .single-portfolio{
	position:relative;
	margin-top:30px;
}
.portfolio .single-portfolio img{
	height:100%;
	width:100%;
}
.portfolio .single-portfolio .content {
	display: block;
	padding: 35px;
	background: #fff;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 295px;
	border-radius: 3px;
	transform: translateY(-50%);
}
.portfolio .single-portfolio .small-title{
	font-size:15px;
	font-weight:500;
	display:block;
	margin-bottom:2px;
	position:relative;
	padding-left:35px;
}
.portfolio .single-portfolio .small-title:before{
	position:absolute;
	content:"";
	left:0;
	top:50%;
	height:2px;
	width:25px;
	margin-top:1px;
	background:#181E4E;
}
.portfolio .single-portfolio .main-title{
	display: block;
	margin-bottom: 15px;
}
.portfolio .single-portfolio .main-title a{
	font-size: 23px;
	font-weight: 600;
}
.portfolio .single-portfolio .main-title a:hover{
	color:#0C59DB;
}
.portfolio .single-portfolio .descrip{
	color:#666;
}
.portfolio .single-portfolio .button{
	display:block;
	margin-top:30px;
}
.portfolio .single-portfolio .button .btn3{
	padding:12px 28px;
}
/* Slider Nav */
.portfolio .owl-nav{
	margin: 0;
    width: 100%;
}
.portfolio .owl-carousel .owl-nav div {
	height: 55px;
	width: 55px;
	line-height: 47px;
	background: #fff;
	color: #333;
	position: absolute;
	margin: 0;
	font-size: 22px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	top: 50%;
	margin-top: -27.5px;
}
.portfolio .owl-carousel .owl-nav div:hover{
	color:#fff;
	background:#181E4E;
}
.portfolio .owl-carousel .owl-nav .owl-prev{
	left:-80px;
}
.portfolio .owl-carousel .owl-nav .owl-next{
	right:-80px;
}
/* Slider Dots For Small Device */
.portfolio .owl-dots {
	position: absolute;
	left: 50%;
	bottom: -70px;
	margin-top: -47px;
	padding: 10px 25px;
	border-radius: 3px;
	transform: translateX(-50%);
	display:none;
}
.portfolio .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
}
.portfolio .owl-dots .owl-dot:last-child{
	margin:0px;
}
.portfolio .owl-dots .owl-dot span {
	width: 10px;
	height:10px;
	display: block;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	background: #181E4E;
	position: relative;
}
.portfolio .owl-dots .owl-dot span:hover{
	background:#0C59DB;
}
.portfolio .owl-dots .owl-dot.active span{
	background:#0C59DB;
	width:20px;
}
.portfolio .owl-dots {
	display:none !important;
}
/* Project Details */
.project-details .project-head {
	padding: 30px;
	background-color: #fff;
	box-shadow: 0px 1px 10px 0 #00000017;
	width: calc(100%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:30px;
}
.project-details p{
    font-weight: 400;
    font-size: 16px;
	margin-bottom: 20px;
}
.project-details p:last-child{
	margin-bottom: 0;
}
.project-details .project-head .details > li {
	margin-left: 30px;
	border-left: 4px solid #525cf2;
	padding-left: 10px;
	border-radius: 4px;
}
.project-details .project-head .details > li:first-child{
	margin-left:0;
}
.project-details .project-head .details>li>h5 {
    margin-bottom: 3px;
	font-size: 20px;
	font-weight:700;
}
.project-details .project-head .details>li a{
	font-weight:500;
	font-size:15px;
}
.project-details .project-head .details>li a:hover{
	color:#0C59DB;
}
.project-details .single-p-thumb{
	margin-bottom:30px;
}
.project-details .single-p-thumb img{
	width:100%;
}
.project-details .project-head .button .btn i {
	font-size: 18px;
	display: inline-block;
	margin-left: 3px;
	position: relative;
	top: 1px;
}
.project-gallery .single-img{
	overflow:hidden;
	margin-top:10px;
	margin-bottom:30px;
}
.project-gallery .single-img img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
}
.project-gallery .single-img:hover img{
	transform:scale(1.1);
}
.project-details .project-image img{
	width:100%;
}
/*======================================
	End Portfolio CSS
========================================*/ 

/*======================================
	07. Team CSS
========================================*/   
.team-area {
  background-position: left bottom;
  background-repeat: no-repeat;
  background:#fff;
}
.team-area .single-team{
	margin-top:30px;
}
.team-area .single-team .team-img{
	position:relative;
}
.team-area .single-team .team-img:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#181E4E;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team-area .single-team:hover .team-img:before{
	opacity:0.5;
	visibility:visible;
}
.team-img {
  position: relative;
  overflow: hidden;
}
.team-img img {
  width: 100%;
  transition: 0.3s;
}

.team-wrapper:hover .team-img img {
  transform: scale(1.1);
}

.team-wrapper:hover .team-img::before {
  opacity: 0.5;
}

.team-02-icon {
  top: 25px;
  position: absolute;
  left: 25px;
  transition: 0.3s;
}
.inner-team-icon .plus {
	background: #fff;
	color: #181E4E;
	border: 1px solid #fff;
	font-size: 15px;
	height: 40px;
	width: 40px;
	display: inline-block;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
}
.team-icon {
  position: absolute;
  left: 0;
  text-align: center;
  top: 47px;
  transition: 0.3s;
  opacity: 0;
}
.team-icon a {
  font-size: 16px;
  transition: 0.3s;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  color: #ffffff;
  margin-bottom: 6px;
  border:1px solid #eee;
}
.team-icon a:hover {
  color: #181E4E;
  background: #fff;
  border-color:transparent;
}
.team-icon a:last-child {
  margin-bottom: 0;
}
.team-02-icon:hover .team-icon {
  opacity: 1;
}
.team-text {
	background: #fff;
	border-bottom: 2px solid #0C59DB;
	margin-top: -57px;
	position: relative;
	padding: 32px 30px 27px;
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
	box-shadow: 0px 0px 10px #0000000f;
}
.team-text h3 {
	margin-bottom: 0;
	font-size: 23px;
	color: #181E4E;
	font-weight: 600;
}
.team-text span {
  color: #181E4E;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.team-details-wrapper {
  background-size: cover;
  background-position: center center;
  padding: 70px 40px;
}

.team-details-img img {
  width: 100%;
}

.team-details-content h4 {
  color: #ffffff;
  margin-bottom: 14px;
}
.team-details-content p {
  color: #ffffff;
  margin: 0;
}
/*======================================
	End Team CSS
========================================*/  

/*======================================
	08. Testimonials CSS
========================================*/  
.testimonials-sec{
	background:#F0F4F9;
}
.testimonials-sec .testimonial-box {
	background-color: #fff;
	margin: 30px 20px;
	position: relative;
	z-index: 1;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #00000021;
}
.testimonial-box h4{
	text-align:center;
	padding: 6px;
	font-size:20px;
	font-weight:400;
	
}
.testimonials-sec .testimonial-box:before{
    font-family: icofont;
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #f4f6f8;
    font-size: 50px;
    line-height: 1;
    font-weight: 100;
    z-index: -1;
}
.testimonials-sec .testimonial-box .text{}
.testimonials-sec .testimonial-box .name {
	margin-bottom: 5px;
	margin-top: 20px;
}
.testimonials-sec .testimonial-box .name a {
	font-size: 22px;
	font-weight: 400;
}
.testimonials-sec .testimonial-box .name a:hover{
	color:#0C59DB;
}
.testimonials-sec .testimonial-box .deg{}
.testimonials-sec .testimonial-box .deg span {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
	padding-left: 20px;
	color: #828282;
}
.testimonials-sec .testimonial-box .deg span::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	height: 2px;
	width: 13px;
	border-radius: 0;
	background: #0C59DB;
}
.testimonials-sec .owl-dots {
	position: absolute;
	left: 50%;
	padding: 10px 25px;
	border-radius: 3px;
	margin: 0 0 0 -52px;
	margin-top: -20px;
}
.testimonials-sec .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
}
.testimonials-sec .owl-dots .owl-dot:last-child{
	margin:0px;
}
.testimonials-sec .owl-dots .owl-dot span {
	width: 10px;
	height:10px;
	display: block;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	background: #181E4E;
	position: relative;
}
.testimonials-sec .owl-dots .owl-dot span:hover{
	background:#0C59DB;
}
.testimonials-sec .owl-dots .owl-dot.active span{
	background:#0C59DB;
	width:20px;
}
/*======================================
	End Testimonials CSS
========================================*/ 

/*======================================
	09. Consultation & Контакты CSS
========================================*/  
.contact-area {
	background: #0C59DB;
	margin-bottom: 245px;
}
.contact-page{
	background:#fff;
}
.contact-page{
	background:#fff;
}
.contact-area .section-title{
	margin-bottom:60px;
}
.contact-area .section-title h2 {
	color: #fff;
}
.contact-area .section-title h4 {
	color: #fff;
}
.contact-area .section-title h4::before {
	background: #fff;
}
.contact-area .section-title h4::after {
	background: #fff;
}
.contact-area .contact-inner {
	background: #fff;
	box-shadow: 0px 16px 32px 0px rgba(228, 228, 228, 0.56);
	padding: 70px;
	z-index: 9;
	margin-bottom: -245px;
	border-radius:3px;
}
.contact-page .contact-inner {
	background: #fff;
	box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.06);
	padding: 70px;
	z-index: 9;
	border-radius: 3px;
}
.contact-area .inner-section-title {
	text-align: left;
	margin-bottom: 40px;
}
.contact-area .inner-section-title h4{
	font-size: 16px;
    font-weight: 600;
    margin-bottom:0;
	position:relative;
	padding-left:40px;
}
.contact-area .inner-section-title h4:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	height: 2px;
	width: 30px;
	border-radius: 0;
	background: #0C59DB;
}
.contact-area .single-info{
	margin-bottom:30px;
}
.contact-wrapper {
	background: #fff;
	border-radius: 5px;
	border-left: 1px solid #eee;
	padding-left: 60px;
}
.contact-address-icon i {
	height: 70px;
	width: 70px;
	background: #0C59DB;
	line-height: 70px;
	text-align: center;
	font-size: 31px;
	border-radius: 3px;
	color: #fff;
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	box-shadow: 0px 0px 10px #0000000a;
}
.contact-address-icon {
    margin-right: 30px;
}
.contact-address-text {
	overflow: hidden;
}
.contact-address-text h3 {
	font-size: 24px;
	color: #181E4E;
	margin-bottom: 12px;
	font-weight: 700;
}
.contact-address-text span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #565872;
    margin-bottom: 6px;
}
.contact-text h3 {
    font-size: 24px;
    color: #181E4E;
    line-height: 1.2;
    margin-bottom: 34px;
}
.contacts-form input {
    border: 1px solid #181E4E1C;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 28px;
    width: 100%;
    font-size: 16px;
    color: #181E4E;
    font-weight: 500;
    border-radius: 3px;
    background: none;
}
.contacts-form textarea {
    border: 1px solid #181E4E1C;
    height: 150px;
    margin-bottom: 30px;
    padding: 28px;
    width: 100%;
    font-size: 16px;
    color: #181E4E;
    font-weight: 500;
    border-radius: 3px;
    background: none;
}
.contacts-button button {
    padding: 16px 30px;
    width: 100%;
    border: none;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    line-height: 1;
    cursor: pointer;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	background:#0C59DB;
}
.contacts-button button:hover{
	color:#fff;
	background:#181E4E;
}
/* Google Map */
#myMap {
	height: 500px;
	width: 100%;
	border-radius: 0px;
}
/*======================================
	End Consultation & Контакты CSS
========================================*/  

/*======================================
	10. Why Choose CSS
========================================*/  
.our-choose-area .accordion {
	border: 2px solid transparent;
}
.our-choose-area .inner-section-title {
	text-align: left;
	margin-bottom: 40px;
}
.our-choose-area .choose-left{
	padding-right:40px;
}
.our-choose-area .inner-section-title h4{
	font-size: 16px;
    font-weight: 600;
    margin-bottom:0;
	position:relative;
	padding-left:40px;
}
.our-choose-area .inner-section-title h4:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	height: 2px;
	width: 30px;
	border-radius: 0;
	background: #0C59DB;
}
.our-choose-area .accordion .card{
	border:none;
}
.our-choose-area .accordion .card:first-child {
	border-top: 0;
}
.our-choose-area .accordion .card .card-header {
	border-bottom: 0;
	padding: 0;
	margin: 0;
	padding-bottom: 13px;
	background-color: transparent;
}
.our-choose-area .accordion .card .card-header {
	border-bottom: 0;
	padding: 0;
	margin: 0;
	padding-bottom: 13px;
	background-color: transparent;
}
.our-choose-area .accordion .card .card-header a.collapsed {
	color: #181E4E;
}
.our-choose-area .accordion .card .card-header a {
	line-height: 50px;
	padding: 0 0 0 0px;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	width: 100%;
	color: #0C59DB;
	position: relative;
}
.our-choose-area .accordion .card .card-header a i {
	padding-right: 5px;
}
.our-choose-area .accordion .card .card-body {
	padding: 0 9px 4px 0px !important;
}
.our-choose-area .accordion .card .card-body p {
	margin-top: -10px;
	font-size: 15px;
	padding-left: 25px;
	color: #616161;
	padding-top: 5px;
	padding-bottom: 5px;
}
.our-choose-area .our-choose-counter-area .our-choose-counter sub {
	font-size: 55px;
	font-weight: 600;
	color: #0c59db;
	line-height: 33px;
}
.our-choose-area .our-choose-counter.mt-top{
	margin-top:50px;
}
.our-choose-area .our-choose-counter .title{
	display:block;
	margin-top:5px;
	margin-bottom:15px;
	color:#181E4E;
}
.our-choose-area .our-choose-counter-area .our-choose-counter > span {
	font-size: 18px;
	color: #232323;
	display: block;
	font-weight: 700;
	padding-top: 20px;
}
/*======================================
	End Why Choose CSS
========================================*/ 



/*======================================
	12. Latest News CSS
========================================*/  
.latest-news-area {
	background: #F0F4F9;
	position: relative;
}
.latest-news-area .latest-news {
	padding:60px;
	box-shadow: 0px 16px 32px 0px rgba(228, 228, 228, 0.56);
	background:#fff;
	margin-top:30px;
}
.latest-news-area.extra-page{
	padding-top:70px;
}
.latest-news-area.extra-page .sidebar{
	margin-top:30px;
}
.latest-news-area.extra-page .latest-news {
	padding: 0;
	box-shadow:none;
	background:transparent;
	margin-top: 0;
}
.latest-news-area.extra-page .letest-news-item {
	padding: 40px;
	background:#fff;
	box-shadow: 0px 16px 32px 0px rgba(228, 228, 228, 0.56);
	margin-top: 0;
	margin-top:30px;
}
.latest-news-area .letast-news-grid .letest-news-item span {
	font-size: 14px;
	color: #0c59db;
	font-weight:500;
	padding-bottom: 7px;
	display:block;
}
.latest-news-area .letast-news-grid .letest-news-item .title {
	font-size: 24px;
	padding-bottom: 25px;
	line-height:26px;
}
.latest-news-area .letast-news-grid .letest-news-item .title a {
	color: #181E4E;
	font-weight:700;
	font-size:20px;
}
.latest-news-area .letast-news-grid .letest-news-item .title a:hover {
	color: #0C59DB;
}
.latest-news-area .letast-news-grid .letest-news-item p {
	color: #616161;
	font-size: 15px;
	line-height: 28px;
}
.latest-news-area .letast-news-grid .letest-news-item .button {
	margin-top:25px;
}
/* News Details */
.blog-single{
	background:#F0F4F9;
}
.post-details{
    padding: 10px 0;
}
.post-details .post-title {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 25px;
	line-height: 32px;
}
.post-details .post-title a{
    font-size: 30px;
    font-weight: 700;
}
.post-details .post-title a:hover{
    color:#0C59DB;
}
ul.custom-flex {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.post-details .post-meta li {
    font-weight: 500;
    font-size: 15px;
    margin-right: 25px;
    margin-bottom: 20px;
}
.post-details .post-meta li a i {
    font-weight: 400;
    margin-right: 3px;
}
.post-details .post-meta li a:hover{
	color:#0C59DB;
}
.post-details p {
    font-size: 15px;
	margin-bottom:20px;
}
.post-details h3 {
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 28px;
}
.post-details p:last-child{
	margin-bottom:0;
}
.bg-blue{
    background-color: #0C59DB;
}
.blog-middle-image{
	overflow:hidden;
	width:100%;
}
.blog-middle-image img{
   width:100%;
   -webkit-transition:all 0.4s ease;
   -moz-transition:all 0.4s ease;
   transition:all 0.4s ease;
}
.blog-middle-image:hover img{
   transform:scale(1.1);
}
blockquote {
    margin-bottom:30px;
    position: relative;
    text-align: center;
    padding: 50px;
    z-index: 1;
}
blockquote h3 {
	font-weight: 700;
	font-size: 22px;
	font-size: 27px !important;
	line-height: 32px;
	margin:0 !important;
	color:#fff;
}
blockquote cite {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	margin-bottom: 15px;
	display: inline-block;
}
blockquote:before {
    content: "\efcd";
	font-family: icofont;
    font-weight: 900;
    display: block;
    position: absolute;
    z-index: -1;
    top: 50px;
    right: 45px;
    color: #fff;
    font-size: 180px;
    line-height: .8;
    opacity: .1;
}
.post-details .list{
	margin-bottom:30px;
}
.post-details .list li {
	color: #888;
	font-weight: 400;
	position: relative;
	padding-left: 18px;
	display: block;
	margin-bottom: 8px;
}
.post-details .list li:last-child{
	margin:0;
}
.post-details .list li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	height: 7px;
	width: 7px;
	background: #0C59DB;
	border-radius: 0;
	transform: rotate(45deg);
}
.popular-tag-widget .tag-title{
	margin-bottom:20px;
	font-weight:500;
}
.popular-tag-widget .tags>a {
    display: inline-flex;
    justify-content: center;
    padding: 4px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    background: #0C59DB;
    margin-right: 7px;
    margin-bottom: 10px;
    color: #fff;
}
.post-tags-media .share-title{
	margin-bottom:20px;
	font-weight:500;
}
.post-details .post-tags-media .post-tags .tags a:hover {
    color: #fff;
    background-color: #0C59DB;
}
.post-details .post-tags-media .post-social-media ul {
    justify-content: flex-end;
}
.post-details .post-tags-media .post-social-media ul>li>a {
    color: #b5becf;
    font-size: 18px;
    margin-left: 30px;
    margin-bottom: 10px;
    display: inline-flex;
}
.detail-post-navigation .prev-post span, .detail-post-navigation .next-post span {
    font-size: 14px;
    font-weight: 500;
    color: #096bda;
    display: block;
}
.detail-post-navigation .prev-post a, .detail-post-navigation .next-post a {
    font-size: 26px;
    font-weight: 700;
}
.post-details .post-tags-media{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.post-details .post-category li a{
    display: inline-flex;
    padding: 4px 30px;
    background: #0C59DB;
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 10px;
}
.post-details .post-category li a:hover{
    background-color: #181E4E;
    color: #fff;
}
.post-details .post-meta li{
    font-weight: 500;
    font-size: 15px;
    margin-right: 25px;
    margin-bottom: 20px;
}
.post-details .post-meta li a{
	font-weight:500;
}
.post-details .post-meta li a{}
.post-details .post-meta li a i{
    font-weight: 400;
    margin-right: 5px;
	color:#0C59DB;
}
.post-details>p{
    font-size: 16px;
}
.post-details .post-image{
    margin: 40px 0;
	width:100%;
	overflow:hidden;
}
.post-details .post-image img{
   width:100%;
   -webkit-transition:all 0.4s ease;
   -moz-transition:all 0.4s ease;
   transition:all 0.4s ease;
}
.post-details .post-image:hover img{
   transform:scale(1.1);
}
.post-details>ul>li{
    font-weight: 500;
}
.post-details .image-alignment.left{
    margin-right: 25px;
    margin-bottom: 0;
}
.post-details .post-tags-media .post-tags .tags a{
    color: #181E4E;
    background-color: #f3f5f7;
}
.post-details .post-tags-media .post-tags .tags a:hover{
    color: #fff;
    background-color: #0C59DB;
}
.post-details .post-tags-media .post-social-media{
    text-align: right;
}
.post-details .post-tags-media .post-social-media ul{
    justify-content: flex-end;
}
.post-details .post-tags-media .post-social-media ul>li>a{
    color: #b5becf;
    font-size: 18px;
    margin-left: 30px;
    margin-bottom: 10px;
    display: inline-flex;
}
.post-details .post-tags-media .post-social-media ul>li>a:hover{
    color: #0C59DB;
}


/*post author*/
.post-comments{
	margin-top:30px;
}
.post-author{
	padding:20px;
    background: #f3f5f7;
    display: flex;
    align-items: center;
	
}
.bg01 .post-author{
	background:#fff;}
.post-author .author-image{
    width: 180px;
    margin-right: 30px;
}
.post-author .author-content{
    width: calc(100% - 210px);
}
.post-author .img-r{
	padding-right:30px;
	}
.post-author .img-l{
	padding-left:30px;}
.post-author .author-content cite{
    color: #096bda;
    font-weight: 500;
    font-style: normal;
}
.post-author .author-big-title {
	font-size: 22px;
	border: none;
	padding: 0;
	margin-top: 0px;
}

/* News sidebar */
.sidebar .widget {
    padding: 40px;
    background-color: #fff;
}
.sidebar .widget .widget-title {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}
.sidebar .widget .widget-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #0C59DB;
    content: '';
}
.sidebar .widget.about-author-widget .author-box {
    font-size: 14px;
    text-align: center;
}
.sidebar .widget.about-author-widget .author-box h6 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 700;
}
.sidebar .widget.about-author-widget .author-box .social-icon {
	justify-content: center;
	margin-top: 20px;
}
.sidebar .widget.about-author-widget .author-box .social-icon li {
    display: inline-block;
    margin: 0 5px;
}
.sidebar .widget.about-author-widget .author-box .social-icon li a {
    padding: 5px;
    color: #b3bed3;
}
.sidebar .widget.about-author-widget .author-box .social-icon li a:hover{
    color: #0C59DB;
}
.sidebar .widget.search-widget form {
    position: relative;
}
.sidebar .widget.search-widget form input {
	width: 100%;
	background-color: #f3f5f7;
	height: 60px;
	border: none;
	padding-left: 30px;
	padding-right: 80px;
	font-size: 14px;
	font-weight: 400;
}
.sidebar .widget.search-widget form input::placeholder{
    color: #181E4E;
}
.sidebar .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 1;
    background-color: #0C59DB;
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
    color: #fff;
}
.sidebar .widget.search-widget form button:hover {
    background-color: #181E4E;
    color: #fff;
}
.sidebar .widget.popular-feeds .single-popular-feed {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    align-items: center;
}
.sidebar .widget.popular-feeds .single-popular-feed:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-img{
    width: 80px;
    margin-right: 15px;
    border-radius: 50%;
    height: 80px;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc{
    width: calc(100% - 95px);
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.5;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a{
    font-size: 16px;
    font-weight: 600;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover{
   color:#0C59DB;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time{
    font-weight: 500;
    font-size: 14px;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time>i{
    margin-right: 4px;
}
.sidebar .widget.categories-widget ul li {
    margin-bottom: 10px;
}
.sidebar .widget.categories-widget ul li:last-child {
    margin-bottom: 0;
}
.sidebar .widget.categories-widget ul li a {
    font-size: 14px;
    padding-left: 30px;
    height: 50px;
    background-color: #f3f5f7;
    display: block;
    position: relative;
    line-height: 50px;
    color: #181E4E;
    transition: all 0.3s ease-out 0s;
    font-weight: 500;
}

.sidebar .widget.categories-widget ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #043fa2;
    color: #fff;
    transition: all 0.3s ease-out 0s;
}
.sidebar .widget.categories-widget ul li a:hover {
    background-color: #0C59DB;
    color: #fff;
}
.sidebar .widget.categories-widget ul li a:hover span {
    background-color: #043fa2;
}
.sidebar .widget.social-widget ul li {
    display: inline-block;
    margin-right: 10px;
}
.sidebar .widget.social-widget ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: #f3f5f7;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sidebar .widget.social-widget ul li a:hover{
    background-color: #0C59DB;
    color: #fff;
}
.sidebar .widget.twitter-feed-widget ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    padding-left: 35px;
    position: relative;
    font-weight: 500;
    line-height: 1.9;
}
.sidebar .widget.twitter-feed-widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar .widget.twitter-feed-widget ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\ed7a";
    font-family: icofont;
    font-size: 14px;
    color: #0C59DB;
    display: block;
    background-color: transparent;
}
.sidebar .widget.twitter-feed-widget ul li .date {
    margin-top: 10px;
    font-weight: 600;
    display: flex;
    font-size: 14px;
}
.sidebar .widget.twitter-feed-widget ul li a:hover{
	color:#0C59DB;
}
.sidebar .widget.instagram-feed-widget{
    padding-bottom: 25px;
}
.sidebar .widget.instagram-feed-widget ul{
    margin-right: -15px;
}
.sidebar .widget.instagram-feed-widget ul li{
    width: calc(33.33% - 15px);
    margin-bottom: 15px;
    margin-right: 15px;
}
.sidebar .widget.popular-tag-widget{
    padding-bottom: 30px;
}
.popular-tag-widget .tags>a{
    display: inline-flex;
    justify-content: center;
    padding: 4px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    background: #0C59DB;
    margin-right: 7px;
    margin-bottom: 10px;
    color: #fff;
}
.popular-tag-widget .tags>a:hover{
    background-color: #181E4E;
    color: #fff;
}
/*======================================
	End Latest News CSS
========================================*/  





/*---Footer--- */

#footer{ width:100%;height:auto;margin:0 auto; padding-top:10px; font-size:0.9rem;background:#181E4E; color:#fff;}
.footercop{width:100%; background:#181E4E;}
.etw_footin{margin:0 auto;width:96%; max-width:1200px; overflow:hidden; padding:1rem 0 1.5rem 0; }
.etw_footin a{font-weight:normal}
.etw_footin a:hover{color: #0CF;}
#etw_coper{margin-top:2px;width:100%;line-height:22px;text-align:center;}
#etw_coper a{display:block;color:#fff;}
#otherlink{clear:both;width:100%;height:auto; text-align:center;border-top: 1px #282E5E solid; padding-top:25px;}
#otherlink a{color:#fff; display:inline-block;padding:0 8px;font-size:13px; margin-right:5px; line-height:22px;  margin-bottom:5px; border:1px solid #fff;}
#otherlink a span{opacity:.5;position:relative;top:0;font-size:12px}
#otherlink a:hover{color: #0CF;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all .3s ease-in-out}



.subtitle{ font-weight:600; padding:20px 0 0px 0; display:block; font-size:1.125rem;}
.subtitle1{ padding-bottom:6px;}
table
  {
  border-collapse:collapse;

  }
table,th, td
  {
  border: 1px solid black;
  padding:4px;
  }
table th{ background:#fff;border: 1px solid #aaa !important; font-weight:normal;} 

.sidebar.service-sidebar .sqat { padding:0; margin:0;}
.author-img{
	max-width:40% !important; padding-right:20px; }

.bt img{ padding-bottom:20px;}
#etw_form{width:100%;display: flex;flex-flow:wrap; margin:3rem 0 2rem 0;}
#etw_set_feedback_form{border-radius:5px;margin:0 3% 0 0;width:100%;background:#f5f5f5; padding:1rem;}
.contact_info #etw_set_feedback_form{ padding:0px; width:95%; background:#f8f8f8;}
#etw_form_title{overflow:hidden;padding-left:2%;text-align:left;font-weight:300;line-height:40px;font-size:1.4rem;margin-bottom:12px;border-radius:5px 5px 0 0;border-bottom:1px solid #ccc}

#feedback2017{min-height: 450px; }
/*Quick*/
.breadcrumb{height:auto; color:#444; line-height:1.2rem; font-size:0.8rem; overflow:hidden;padding:0.8rem 0;}
.breadcrumb a{color:#999;}
.breadcrumb ul{width:96%;}
.breadcrumb li{display:inline-block; padding:0.0rem 0.4rem 0.0rem 0px;}
.breadcrumb li+li::before{padding:0 5px;color:#666;content:"/\00a0"}
.breadcrumb a:hover{color:#000;}
@media (max-width: 575.98px) {
.breadcrumb{ display:none;}
.banner-service-text{top:38%}
.banner-service-word{ font-size:.9rem; line-height:1rem}
	.post-author .n-5 h4{width: 200px;display: block; margin:20%  0 0 -90%; word-break:normal;color: #fff;}
}

