.navbar img {
  width: 175px;
  padding-top: 13px;
}
.footer-logo img{
    width: 40%;
}

/* ============================================================== 
     # Top Bar 
=================================================================== */

.top-bar-area .container-full {
	padding: 0 30px;
}

.top-bar-area .container-fill {
	padding: 0 30px;
}

.top-bar-area {
  font-family: var(--font-default);
  font-weight: 400;
  padding:20px 0px;
}

.top-bar-area.transparent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	overflow: hidden;
}



@media (min-width: 1200px) {
}

.top-bar-area.transparent i {
	color: var(--white) !important;
}

.top-bar-area.inc-border {
	border-bottom: 1px solid #e7e7e7;
}

.top-bar-area li {
	display: inline-block;
	margin-left: 15px;
	/* padding-left: 18px; */
	position: relative;
	z-index: 1;
}

.top-bar-area li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}

.top-bar-area p {
	margin: 0;
	font-weight: 500;
}

.top-bar-area p a {
	text-decoration: underline;
	font-weight: 700;
}

.top-bar-area.inc-border {
	border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .button a {
	display: inline-block;
	padding: 6px 25px;
	color: var(--white);
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.top-bar-area .item-flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-bar-area .item-flex.space-between {
	justify-content: space-between;
}



.top-bar-area .social ul li::after {
	display: none;
}
.top-bar-area .social ul li a {
  border: 1px solid #fff;
  height: 34px;
  display: block;
}
.top-bar-area .social  ul li a:hover{
    border: 1px solid #16133e;
}
.top-bar-area .social li {
	margin-left: 10px;
}

.top-bar-area.inc-pad {
	padding: 15px 0;
}

.top-bar-area.inc-padding {
	padding: 10px 0;
}

.top-bar-area .button i {
	margin-right: 5px;
}
.top-bar-area .info li a{
	color:#000;
}

.top-bar-area .info li i {
    margin-right: 0px;
    font-weight: 100;
    font-size: 22px;
    position: relative;
    top: 5px;
}

.top-bar-area.fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.top-bar-area.fixe .row {
	align-items: center;
}

.top-bar-area.fixed {
	padding: 20px 0;
}

.top-bar-area .address-info li {
	text-align: left;
}

.top-bar-area .address-info li .icon,
.top-bar-area .address-info li .info {
	display: inline-block;
}

.top-bar-area .address-info li .icon i {
	margin-right: 10px;
}

/* .top-bar-area .info a {
	margin-left: 20px;
} */

.top-bar-area.fixed .container {
	padding-right: 30px;
}

.top-bar-area.bg-dark .info li i,
.top-bar-area.bg-theme .info li i,
.top-bar-area.bg-gradient .info li i {
	color: var(--white);
}

.top-bar-area.inc-logo {
	padding: 15px 0;
}

.top-bar-area .info-colums ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-bar-area .info-colums ul .info span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.top-bar-area .info-colums li i {
	font-size: 35px;
}

.top-bar-area .info-colums ul .info {
	font-size: 14px;
	text-align: left;
}

.top-bar-area .info-colums .info,
.top-bar-area .info-colums .icon {
	display: inline-block;
}

.top-bar-area .info-colums ul li {
	text-align: left;
}

.top-bar-area .info-colums ul li .info {
	line-height: 24px;
}

.top-bar-area .info-colums ul li .icon {
	margin-right: 15px;
}

.top-bar-area .info-colums ul li::after {
	height: 90%;
	top: 5%;
}

.top-bar-area.bg-theme .info-colums ul li::after {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .info-colums ul li .icon i {
	color:var(--color-primary);
}

.top-bar-area.bg-theme .info-colums ul li .icon i {
	color: var(--white);
}

.top-bar-area.bg-theme {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* Topbar Multi Content */

.top-bar-area.multi-content {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 8px 0;
}

.top-bar-area.multi-content .fixed-content p {
	margin: 0;
	position: absolute;
	right: 0;
	z-index: 1;
	color:var(--color-heading);
	padding: 10px 20px;
	top: -20px;
	font-weight: 400;
	padding-left: 35px;
}

.top-bar-area.multi-content .fixed-content p::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 400%;
	background: linear-gradient(90deg, rgba(237, 245, 255, 1) 0%, rgba(204, 223, 247, 1) 100%);
	z-index: -1;
	border-radius: 0 0 0 10px;
}

.top-bar-area.multi-content .social li {
	padding: 0;
	border: none;
}

.top-bar-area.multi-content .social li a {
	height: 40px;
	width: 40px;
	line-height: 44px;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	border-radius: 50%;
	margin: 0;
	color: var(--white);
	font-size: 13px;
}

.top-bar-area.multi-content .social li a i {
	margin: 0;
	color: var(--white);
	font-size: 18px;
	top: 0;
}

@media (min-width: 1024px) {
	.top-bar-area.multi-content .logo a {
		position: relative;
		z-index: 1;
		padding-right: 40px;
	}
	.top-bar-area.multi-content .logo a::after {
		position: absolute;
		right: 0;
		top: -60px;
		content: "";
		height: 200px;
		width: 4000%;
		background: var(--white);
		z-index: -1;
		transform: skewX(-15deg);
	}
}
.bg-color-dark{
    background-color: #9b2121;
}
#navbar-menu{
    float: right;
}
.vertical{
    border-left: 1px solid #4a686a;
    height: 110px;
    position: absolute;
    left: 50%;
    top: 3;
}
.contact-page{
	margin-bottom: 0px;
}
.contact-mail{
	
}

.item-flex ul li i{
	width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #242424;
    /* background-color: #fff; */
    text-align: center;
    font-size: 17px;
}

.banner-area .owl-prev {
	width: 55px;
	height: 55px;
	border-radius: 50px !important;
	color: #fff !important;
	background-color: #122d49 !important;
	font-size: 30px !important;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
  }
  
  .banner-area .owl-prev i {
	line-height: 55px !important;
  }
  
  .banner-area .owl-prev:hover {
	background-color: #242424 !important;
  }
  .banner-area .owl-next {
	width: 55px;
	height: 55px;
	border-radius: 50px !important;
	color: #fff !important;
	background-color: #122d49 !important;
	font-size: 30px !important;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
  }
  
  .banner-area .owl-next i {
	line-height: 55px !important;
  }
  
  .banner-area .owl-next:hover {
	background-color: #242424 !important;
  }
  .love-area .love-item .abt-area .section-title{
	margin-bottom: 0px;
  }
  .abt-area{
	margin-bottom: 30px;
  }
.whats img{
	width: 5%;
    /* border-radius: 50%; */
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 999;
}
.copyright-area ul li{
	list-style: none;
	display: inline;
}
/*.copyright-area{*/
/*	padding-bottom: 0px !important;*/
/*}*/
.address-1:after{
		content: "";
		background-color: #918a8a;
		position: absolute;
		width: 1px;
		height: 127px;
		top: 0px;
		left: 107%;
		display: none;
	  }
.modal-title{
	color: #122d49;
	margin-bottom: 20px;
}
.list{
	width: 100%;
}
.team-area{
	background-color: #fff;
}
.review-area{
	/*background-color: #f5f5f5;*/
}
.modal-content{
	align-items: flex-end;
}
.btn-close{
	padding: 0.75em 0.75em;
}
.footer-logo img{
	margin-right: 10px;
}
.choose-area .service-area .service-item h3 a{
	color: #fff;
}
.choose-area .service-area.two .service-item {
	text-align: left;
	background-color: #4a686a;
	border: 1px solid #456061;
}
  
.choose-area .service-area.two .service-item:hover {
	border: 1px solid #fff;
	background-color: #fff;
}
.choose-area .service-area.two .service-item:hover h3 a{
	color: #000;
}
.ad-head{
	font-size: 17px;
	padding-bottom: 10px;
}
.navbar{
	background-color: #122d49;
	margin-bottom: 0px !important;
}
.carousel-caption h1{
	font-size: 55px;
    margin-bottom: 30px;
	color: #fff;
}
.carousel-caption{
	top: 40% !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 4em !important;
	height: 3em !important;
}
.choose-area .service-area.two .service-item p{
	color: #fff;
}
.choose-area .service-area.two .service-item p:hover{
	color: #4a686a;
}
.location-section .section-title{
	max-width: 100%;
}
.btn-close{
	border-radius: none !important;
	color: #122d49 !important;
	opacity: 1;
}
.service-item .service-link .cmn-btn{
	color: #fff;
}
.service-item .service-link{
	color: #fff;
}
nav.navbar.bootsnav.navbar-fixed.nav-box.no-background{
	/* left: 30px !important; */
	right: 30px;
}
.multi-content {
	background-color:#333;
}
.review-item h3 a{
	color: #0aa81d;
}
.review-item p{
	text-align: justify;
}


.logo {
  width: 250px;
}
@media (max-width: 999px) {
	.top-bar-area{
		display:none;
	}
	.navbar img {
  padding-top: 0px;
}
}

.carousel-caption h2 {
    font-size: 55px;
    margin-bottom: 30px;
    color: #fff;
}

.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.choose-contact ul{
	line-height: 30px
}
.carousel-inner .carousel-item::after{
	content: "";
    background-color: #33333363;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.carousel-caption{
	z-index: 1;
}
.blog-item .blog-bottom .btn-bg{
	background-color: #0aa81d;
    padding: 8px 13px;
	color: #fff;
}
.details-choose{
	margin: 0px 35px 30px;
}
.service-top img {
    width: 50%;
}