* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
	text-decoration: none;
}

#exampleModal form .btn {
    background-color:#057384;
    color: #fff;
    width: 100%;
}

/* whtaspcall  */
.quickcontact a, .quickcontact1 a {
	z-index: 999;
  }
  .socialcontact {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 1;
  }
  .quickcontact a,.quickcontact1 a {
	z-index: 999;
  }
  .quickcontact {
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
  }
  .quickcontact::after,.quickcontact::before {
	content: "";
	width: calc(100% + 40px);
	height: calc(40% + 40px);
	position: absolute;
  }
  .quickcontact::before {
	border: 1px solid #47ccc8;
	border-radius: 50%;
	animation: 1s linear infinite pulse
  }
  .quickcontact::after {
	border: 1px solid #47ccc8;
	border-radius: 50%;
	animation: 1s linear .3s infinite pulse
  }
  .quickcontact1 {
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	justify-content: center;
	align-items: center;
	margin-top: 30px
  }
  @keyframes pulse {
	0% {
		transform: scale(.5);
		opacity: 0
	}  
	50% {
		transform: scale(1);
		opacity: 1
	}  
	100% {
		transform: scale(1.3);
		opacity: 0
	}
  }

/* app btn */
.deptbtn {text-align: center;}
header .more.btn {
    background-color: #057384;
	border: 1px solid #fff !important;
    transition: .5s;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: auto;
    margin-top: 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: none;
    z-index: 1;
    background: rgb(5,115,132);
	background: -moz-linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	background: linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#057384",endColorstr="#42c1d0",GradientType=1);
}
header .more.btn:before {
	background: #057384;
	content: " ";
	color: #fff;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transform: translateX(-100%);
	z-index: -1;
}
header .more.btn::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	color: #fff;
	left: 0;
	background: #057384;
	z-index: -1;
	transform: translateX(100%);
	transition: transform .5s ease;
}
header .more.btn:hover:before {
	transform: translateX(0);
	transition: transform .35s ease;
}
header .more.btn:hover:after {
	opacity: 1;
	transform: translateX(0);
	transition: transform .35s .36s ease;
}

.map {
	padding: 5px 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	font-size: 16px;
	line-height: 28px;
}

.headersocial, .headerinfo {gap: 1rem;}
#blog-1 p::-webkit-scrollbar {
	width: 0px;
	height: 5px;
  }  
  #blog-1 p::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #ddd;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  }  
  #blog-1 p::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 0 6px #ddd;
  }  
  #blog-1 p::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 255, 255, 0.3);
  }



#product .product-inr img {
	padding: 25px;
}

.update-profile {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

/***
====================================================================Top Features====================================================================***/ 
.top-features {
	position: relative;
	margin-top: -100px;
}

.top-features:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #1370b5;
	content: "";
	display: none;
}

.feature-block {
	position: relative;
	margin-bottom: 30px;
}

.feature-block .inner-box {
	position: relative;
	padding: 45px 40px;
	background-color: #ffffff;
	background-image: url(../images/icons/pattern-1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.feature-block .inner-box:hover {
	background-color: #1370b5;
	transform: translateY(-20px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .20);
}

.feature-block .inner-box:before,
.feature-block .inner-box:after {
	position: absolute;
	height: 200px;
	width: 200px;
	right: -100px;
	top: -100px;
	border-radius: 50%;
	background-color: #ffffff;
	z-index: 9;
	transform: scale(0);
	content: "";
	transition: all 600ms ease;
}

.feature-block .inner-box:hover:before {
	transform: scale(1);
	opacity: .20;
	transition-delay: 300ms;
}

.feature-block .inner-box:hover:after {
	transform: scale(1.7);
	opacity: .10;
	transition-delay: 400ms;
}

.feature-block .icon {
	position: relative;
	display: inline-block;
	font-size: 64px;
	line-height: 1em;
	color: #1370b5;
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon {
	color: #ffffff;
}

.feature-block h4 {
	display: block;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}

.feature-block h4 a {
	color: inherit;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover h4 a {
	color: #ffffff;
}

.feature-block p {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover p {
	color: #ffffff;
}

/*=== Feature Block Four ===*/

.feature-block-four {
	position: relative;
	margin-bottom: 30px;
}

.feature-block-four .inner-box {
	position: relative;
	background-color: #ffffff;
	border-radius: 15px 15px 0 0;
	padding: 20px 10px;
	text-align: center;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	background-image: url(../images/icons/pattern-1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
	transition: all 300ms ease;
}

.feature-block-four .inner-box:hover {
	transform: translateY(-20px);
}

.feature-block-four .inner-box:before {
	position: absolute;
	height: 200px;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	top: -100px;
	border-radius: 50%;
	background-color: #7fc540;
	opacity: 0;
	z-index: 9;
	transform: scale(0);
	content: "";
	transition: all 600ms ease;
}

.feature-block-four .inner-box:hover:before {
	transform: scale(1);
	opacity: .10;
}

.feature-block-four .inner-box:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	content: "";
	border-bottom: 3px solid #7fc540;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.feature-block-four .inner-box:hover:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.feature-block-four .icon {
	font-size: 60px;
	line-height: 1em;
	color: #7fc540;
	display: inline-block;
	margin-bottom: 10px;
	transition: all 300ms ease;
}

.feature-block-four h4 {
	font-size: 19px;
	line-height: 1.2em;
	font-weight: 600;
	/*margin-bottom: 15px;*/
	transition: all 300ms ease;
	margin: 8px;
}

.feature-block-four .text {
	position: relative;
	transition: all 300ms ease;
}

/*** 


.workvid {height:100%;}

/* gallery */

#gallery {
	padding: 60px 0px;
}

.img-wrapper {
	position: relative;
	margin-top: 20px;
	overflow: hidden;
	border-radius: 11px;
	box-shadow: 0 0 10px #00000028;
}

.img-wrapper img {
	width: 100%;
}

.img-overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.img-overlay i {
	color: #fff;
	font-size: 3em;
}

#overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#overlay img {
	margin: 0;
	width: 80%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	padding: 1%;
}

@media screen and (min-width: 768px) {
	#overlay img {
		height: 100%;
	}
}

@media screen and (min-width: 1200px) {
	#overlay img {
		height: 100%;
	}
}

#nextButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
}

#nextButton:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	#nextButton {
		font-size: 3em;
	}
}

#prevButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
}

#prevButton:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	#prevButton {
		font-size: 3em;
	}
}

#exitButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	position: absolute;
	top: 15px;
	right: 15px;
}

#exitButton:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	#exitButton {
		font-size: 3em;
	}
}





/* faq */
#faq {
	padding: 50px 0px;
	background-color: #F0F0F0;
	text-align: center;
}

#faq .btn1 {
	background-color: #057384;
	transition: .5s;
	padding: 10px 10px;
	display: block;
	color: #fff;
	font-size: 16px;
	margin: auto;
	text-align: center;
	width: 110px;
	margin-top: 20px;
}

#faq .btn1:hover {
	background-color: #047384;
}

#faq .chatbtn {
	text-align: center;
	display: flex;
	align-items: center;
	height: 100%;
}

#faq .about-accordian i {
	font-weight: bold;
	margin-right: 10px;
}

#faq .accordion-button {
	color: #000;
	background: #d9d9d9;
	padding: 10px;
}

#faq .accordion-item {
	margin-bottom: 10px;
	border-bottom: 1px solid;
}

#faq .about-accordian i {
	font-weight: bold;
	margin-right: 10px;
}

#faq .about-accordian h2 {
	padding-bottom: 15px;
	text-align: center;
	font-size: 43px;
}


/*  */
/* events */

#events {
	padding: 50px 0px;
	background: #f9f9f9;
}

#events .row {
	row-gap: 30px;
}

#events h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: bold;
}

#events .product-inr {
	border-radius: 20px;
	padding: 10px 10px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid rgb(197, 195, 195);
	text-align: center;
	border-width: 1px 1px 1px 1px;
	border-radius: 2px 2px 2px 2px;
	height: 100%;
	background: #fff;
}

#events .product-inr .imgs {
	overflow: hidden;
}

#events .product-inr .imgs img {
	transition: .5s;
}

#events .product-inr .imgs:hover img {
	transform: scale(1.1);
}

#events .product-inr .content h3 a {
	font-size: 18px;
	color: #000000;
	transition: .5s;
}

#events .product-inr .content h3 a:hover {
	color: #057384;
}

#events .product-inr .content .pro-star {
	justify-content: center;
	margin-bottom: 10px;
}

#events .product-inr .content .pro-star li {
	color: rgb(184, 176, 176);
}

#events .product-inr .content h4 a {
	color: #057384;
	font-size: 16px;
}

#events .product-inr .content .btn1 {
	background-color: #057384;
	transition: .5s;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

#events .product-inr .content .btn1:hover {
	background-color: #047384;
}

/*  */


/* rating */
.rating-box {
	padding: 10px;
	background-color: #f1f1f1;
	border-radius: 15px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
	text-align: center;
}

.rating-box h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.rating-box .stars {
	justify-content: center;
	display: flex;
	align-items: center;
	gap: 25px;
}

.stars i {
	font-size: 35px;
	color: #b5b8b1;
	transition: all 0.2s;
	cursor: pointer;
}

.stars i.active {
	color: #ffb851;
	transform: scale(1.2);
}

/*  */



/* dashaborad */
.block {
	margin: 0 0 25px;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 3px 3px 0 0;
}

.block .block-title {
	border-bottom: 1px solid #e5e5e5;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: normal;
	margin: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	background: #fff;
	border-radius: 3px 3px 0 0;
}

.block .block-content {
	border-top: medium none;
	font-size: 12px;
	overflow: hidden;
	padding: 15px;
}

.block-account .block-content ul {
	margin-top: 12px;
	margin-bottom: 0px;
}

.block-account .block-content li {
	padding: 5px 0px;
	list-style: none;
}

.block-account .block-content li:first-child {
	border-top: none;
}

.block-account .block-content li a {
	cursor: pointer;
	padding: 0 12px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color: #000;
	font-size: 15px;
}

.block-account .block-content li:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 10px;
	display: inline-block !important;
	position: absolute;
	cursor: pointer;
	line-height: 16px;
	color: #333;
}

.edit {
	background-color: #057384;
	transition: .5s;
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.ac-detail p {
	margin-bottom: 20px;
}

.edit:hover {
	background-color: #047384;
}




/* shoping cart start */

#shopping {
	padding: 50px 0px;
}

#shopping h2 {
	text-align: center;
}

#shopping .shopcart li a {
	font-size: 14px;
	color: #000;
}

#shopping .shopcart li a:hover {
	color: #c09578;
}

#shopping .shopcart li span {
	font-size: 14px;
}

#shopping .table {
	margin-top: 10px;
}

#shopping .table tr td img {
	width: 109px;
}

#shopping .table tr th {
	border: 1px solid;
	border-color: rgb(192, 188, 188);
}

#shopping .table tr td a {
	color: #000;
	display: inline-block;
}

#shopping .continue {
	justify-content: space-between;
	margin-top: 25px;
	margin-bottom: 20px;
}

#shopping .continue li a {
	color: #464646;
	font-size: 18px;
	font-weight: 600;
}

#shopping .shoppinginr .continu {
	padding: 9px;
	width: 133px;
	display: inline-block;
	background-color: #494949;
	color: #fff;
	text-align: center;
	margin-top: 25px;
	transition: .5s;
	margin-left: 10px;
}

#shopping .qty-input {
	color: #000;
	background: #fff;
	display: flex;
	align-items: center;
	overflow: hidden;
}

#shopping .qty-input .product-qty,
#shopping .qty-input .qty-count {
	background: transparent;
	color: inherit;
	font-weight: bold;
	font-size: inherit;
	border: none;
	display: inline-block;
	min-width: 0;
	height: 2.5rem;
	line-height: 1;
}

#shopping .qty-input .product-qty:focus,
#shopping .qty-input .qty-count:focus {
	outline: none;
}

#shopping .qty-input .product-qty {
	width: 50px;
	min-width: 0;
	display: inline-block;
	text-align: center;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

#shopping .qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

#shopping .qty-input .qty-count {
	padding: 0;
	cursor: pointer;
	width: 2.5rem;
	font-size: 1.25em;
	text-indent: -100px;
	overflow: hidden;
	position: relative;
}

#shopping .qty-input .qty-count:before,
.qty-input .qty-count:after {
	content: "";
	height: 2px;
	width: 10px;
	position: absolute;
	display: block;
	background: #000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#shopping .qty-input .qty-count--minus {
	border-right: 1px solid #e2e2e2;
}

#shopping .qty-input .qty-count--add {
	border-left: 1px solid #e2e2e2;
}

#shopping .qty-input .qty-count--add:after {
	transform: rotate(90deg);
}

#shopping .qty-input {
	border-radius: 4px;
	width: 140px;
	transform: scale(1);
	border: 1px solid#e2e2e2;
}

#shopping .table tr td {
	padding: 10px 10px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: start;
}

#shopping .table tr td span {
	display: block;
}

#shopping .table tr th {
	font-size: 12px;
	font-weight: 700;
	padding: 10px 10px;
	text-align: start;
}

#shopping .table tr td .name {
	font-size: 15px;
	font-weight: 700;
}

#shopping .table tr td .det {
	font-size: 12px;
}

#shopping .shoppinginr {
	margin-top: 30px;
}

#shopping .shoppinginr h3 {
	font-size: 20px;
}

#shopping .shoppinginr {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	color: #505050;
	margin: 29px 0 29px 0;
}

#shopping .shoppinginr .form-control {
	width: 61%;
	border-radius: 0px;
	margin-top: 25px;
}

#shopping .shoppinginr .apply {
	display: inline-block;
	padding: 9px;
	width: 107px;
	background-color: #057384;
	color: #fff;
	text-align: center;
	margin-left: 10px;
	transition: .5s;
	margin-top: 25px;
}

#shopping .shoppinginr .apply:hover {
	background-color: #047384;
	color: #fff;
}

#shopping .shoppinginr .continu {
	padding: 9px;
	width: 202px;
	font-size: 17px;
	text-transform: uppercase;
	border-radius: 0%0px;
	color: #ffffff;
	display: inline-block;
	background-color: #057384;
	transition: .5s;
	position: relative;
	z-index: 1;
}

#shopping .shoppinginr .continu:hover {
	color: #ffffff;
}

#shopping .shoppinginr .continu::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: auto;
	transition: .5s;
}

#shopping .shoppinginr .continu:hover::before {
	height: 100%;
	background-color: #047384;
}

#shopping .couponcode {
	display: flex;
}

#shopping .shoppinginra {
	margin-top: 30px;
}

#shopping .shoppinginra table {
	width: 100%;
}

#shopping .shoppinginra table tr th {
	text-align: left;
	margin-bottom: 20px;
	padding: 17px 10px 0;
	font-size: 15px;
	line-height: 1.5;
}

#shopping .shoppinginra table tr td {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding: 17px 10px 0;
	font-size: 15px;
	line-height: 1.5;
}

#shopping .shoppinginra .produc {
	padding: 9px;
	width: 202px;
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
	text-transform: uppercase;
	border-radius: 0%0px;
	color: #ffffff;
	display: inline-block;
	background-color: #057384;
	transition: .5s;
	position: relative;
	z-index: 1;
}

#shopping .shoppinginra .produc:hover {
	color: #fff;
}

#shopping .shoppinginra .produc::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: auto;
	transition: .5s;
}

#shopping .shoppinginra .produc:hover::before {
	height: 100%;
	background-color: #047384;
}

#shopping .shoppinginra .make {
	padding: 9px;
	width: auto;
	font-size: 14px;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0%0px;
	color: #ffffff;
	display: inline-block;
	background-color: #057384;
	transition: .5s;
	position: relative;
	z-index: 1;
}

#shopping .shoppinginra .make:hover {
	color: #fff;
}

#shopping .shoppinginra .make::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: auto;
	transition: .5s;
}

#shopping .shoppinginra .make:hover::before {
	height: 100%;
	background-color: #047384;
}

#shopping .shoppinginra {
	text-align: end;
}

/* shoping cart pa hover */
.hoverpa .icoena {
	justify-content: space-between;
}

.hoverpa .icoena li .redes {
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	height: 20px;
	width: 20px;
	background-color: #8f8fc4;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	margin-left: 10px;
}

.hoverpa .icoena li a {
	color: #000;
}

.hoverpa {
	position: absolute;
	z-index: 9999;
	background-color: #fff;
	padding: 10px;
	width: 350px;
	right: 120px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
}

.hoverpa .icoena li a {
	font-size: 14px;
}

.hoverpa .icoena li {
	font-size: 15px;
}

.hoverpa .imas li img {
	width: 70px;
}

.hoverpa .imas li span {
	display: block;
}

.hoverpa .imas li .name {
	font-size: 10px;
}

.hoverpa .imas li .det {
	font-size: 13px;
}

.hoverpa .checo {
	padding: 4px 20px;
	display: inline-block;
	background-color: #8f8fc4;
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

.hoverpa .checoa {
	padding: 4px 20px;
	display: inline-block;
	text-align: center;
	background-color: #8f8fc4;
	font-size: 10px;
	color: #fff;
	margin-top: auto10px;
}

.hoverpa {
	display: none;
}

.hoverpa .checoa:hover {
	color: #fff;
}

.hoverpa .checo:hover {
	color: #fff;
}

/* shoping cart clos */


/* Print */
.billingpage .h3 {
	margin-bottom: 15px;
	display: inline-block;
	font-size: 20px;
}

.billingpage h4 {
	margin-bottom: 15px;
	display: inline-block;
	font-size: 20px;
}

.trackid span {
	font-size: 20px;
	font-weight: bold;
}

.trackid {
	margin: 10px 0px;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
}

.billingpage tbody,
.billingpage td,
.billingpage tfoot,
.billingpage th,
.billingpage thead,
.billingpage tr {
	font-size: 13px;
}

.Print {
	display: none;
}

@media print {
	.noPrint {
		display: none !important;
	}

	* {
		font-size: 9px;
	}

	.Print {
		display: contents;
	}
}

.card-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

/*  */


/* checkout start */
#checoct {
	padding: 50px 0px;
}

#checoct h2 {
	text-align: center;
}

#checoct .cheaa li a {
	color: #000;
}

#checoct .cheaa li a:hover {
	color: #2174b6;
}

#checoct .checoctinr .from .form-control,
#checoct .form-select {
	border: 1px solid gray;
	border-radius: 0px;
	background-color: transparent;
	box-shadow: none;
}

#checoct .checoctinr .btn6 {
	padding: 9px;
	width: 202px;
	font-size: 14px;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0%0px;
	color: #ffffff;
	display: inline-block;
	background-color: #057384;
	transition: .5s;
	position: relative;
	z-index: 1;
}

#checoct .checoctinr .btn6:hover {
	color: #fff;
}

#checoct .checoctinr .btn6::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: auto;
	transition: .5s;
}

#checoct .checoctinr .btn6:hover::before {
	height: 100%;
	background-color: #f00;
}

#checoct h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

#checoct .checoctinr h3 {
	margin-bottom: 20px;
}

#checoct .checoctinra .table-responsive table td img {
	width: 70px;
}

#checoct .checoctinra .table-responsive table th,
td {
	border-bottom: 1px solid #e7dddd;
	padding: 9px;
	vertical-align: middle;
}

#shopping .shoppinginra table tr th {
	border-bottom: 1px solid #e7dddd;
	padding: 9px;
	vertical-align: middle;
}

#checoct .checoctinra .table-responsive table td {
	font-family: Arial, Helvetica, sans-serif;
}

#checoct .checoctinra .table-responsive table td:last-child {
	text-align: end;
}

#checoct .checoctinra .table-responsive table th:last-child {
	text-align: end;
}

#checoct .checoctinra .table-responsive table td .moon {
	font-size: 14px;
	font-weight: 600;
}

#checoct .checoctinra .table-responsive table td .qty {
	display: block;
}

#checoct .checoctinra .table-responsive table .wiiii {
	text-align: inherit;
	width: 165px;
}

#checoct .checoctinra .pay {
	padding: 9px;
	font-size: 14px;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0%0px;
	color: #ffffff;
	display: block;
	background-color: #057384;
	transition: .5s;
	position: relative;
	z-index: 1;
}

#checoct .checoctinra .pay:hover {
	color: #fff;
}

#checoct .checoctinra .pay::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: auto;
	transition: .5s;
}

#checoct .checoctinra .pay:hover::before {
	height: 100%;
	background-color: #f00;
}

#checocta {
	margin-bottom: 40px;
	margin-top: 20px;
}

#checocta .checoctinr .from .form-control,
#checocta .form-select {
	border: 1px solid gray;
	border-radius: 0px;
	box-shadow: none;
	background-color: transparent;
}

#checocta .checoctinr .btn6 {
	padding: 9px;
	width: 202px;
	font-size: 14px;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0%0px;
	color: #ffffff;
	display: inline-block;
	background-color: #057384;
	transition: .5s;
	position: relative;
	z-index: 1;
}

#checocta .checoctinr .btn6:hover {
	color: #000000;
}

#checocta .checoctinr .btn6::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: auto;
	transition: .5s;
}

#checocta .checoctinr .btn6:hover::before {
	height: 100%;
	background-color: #f00;
}

#checocta .checoctinr h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

#checocta .form-check label {
	font-size: 20px;
}

table {
	width: 100%;
}

/* policy */
#policy {
	padding: 40px 0px;
}

#policy h3 {
	margin-bottom: 20px;
}

/* change password */
.changepassword .submit {
	background: none;
	border: 1px solid #2e446b;
	color: #2e446b;
	padding: 1px 15px;
	font-size: 20px;
	border-radius: 3px;
	transition: all 0.5s ease-in-out;
	margin: 10px 10px;
}

.changepassword .form-control {
	margin-bottom: 10px;
}

.changepassword label {
	font-size: 13px;
}

/*  */






/* wishlist */
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

#wishlist-table {
	margin-top: 12px;
	width: 100%;
}

.product-image img {
	border: 1px solid #ddd;
}

#wishlist-table .product-name {
	font-size: 14px;
	line-height: normal;
	margin: 0;
	text-align: left;
	font-weight: 600;
	padding: 0px 0px 0px 0px;
}

#wishlist-table .product-name a {
	color: #333;
}

.data-table td {
	line-height: 20px;
	padding: 10px;
	vertical-align: top;
}

#wishlist-table button.button.btn-cart {
	padding: 0px;
	color: #222;
	background-color: #fff;
	border: none;
	transition: all 0.3s linear;
	margin: 0px !important;
	display: block !important;
}

.data-table thead th,
.data-table thead td,
.data-table tfoot th,
.data-table tfoot td,
.cart .totals table th,
.cart .totals table td {
	color: #333;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
}

.btn-cart {
	font-size: 24px;
}

.remove-item {
	color: red;
	font-size: 24px;
}

.product-image {
	width: 100px;
	display: inline-block;
}

#shopping-cart-totals-table td {
	border-top: 0px solid #eaeaea;
	border-bottom: 0px solid #eaeaea;
}

.data-table tbody th,
.data-table tbody td {
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
	vertical-align: middle;
}

.cart-table tbody th,
.cart-table tbody td {
	border-bottom: 1px solid #eaeaea;
	vertical-align: middle;
}

.cart-table tbody th h2,
.cart-table tbody td h2 {
	margin: auto;
	padding: 0px;
	display: inline-block;
}

/*  */

.field-icon {
	float: right;
	margin-left: -25px;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}



/* login */

.login-btn {
	background-color: #057384;
	transition: .5s;
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.login-btn:hover {
	background-color: #047384;
}

#login-info {
	padding: 30px 0px;
}

#login-info .from .form-control {
	border-radius: 0px;
	padding: 12px;
	font-size: 13px;
	box-shadow: none;
}

#login-info .loginarea {
	justify-content: center;
}

#login-info .from .login-sosiyal {
	justify-content: space-between;
}

#login-info .from .login-sosiyal li,
#login-info .from .login-sosiyal li a {
	font-size: 13px;
	color: #181818;
}

#login-info .from .btn {
	background-color: #057384;
	transition: .5s;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	display: block;
	width: 100%;
}

#login-info .from .btn:hover {
	background-color: #047384;
}

#login-info .from .login-sosiyal li:last-child a {
	color: #f00;
}

#login-info .loginarea h5 {
	font-size: 20px;
	text-align: center;
}

#login-info .from h6 {
	color: red;
	font-size: 13px;
}

#login-info .from h5 a {
	color: red;
}

.account-detail a {
	color: red;
}

/*  */


/* forgont-password */
#forget-info .loginarea {
	justify-content: center;
}

#forget-info {
	padding: 50px 0px;
}

#forget-info .text {
	font-size: 13px;
	margin-bottom: 15px;
}

#forget-info h3 {
	font-size: 18px;
	margin-bottom: 14px;
	text-align: center;
}

#forget-info .from .form-label {
	font-size: 13px;
	color: #6a6a6a;
}

#forget-info .from .form-control {
	border-radius: 0px;
	padding: 12px;
	font-size: 13px;
	box-shadow: none;
}

#forget-info .from .btn {
	padding: 6px 50px;
	display: block;
	background-color: #057384;
	color: #fff;
	border-radius: 0px;
	position: relative;
	z-index: 1;
	transition: .5s;
}

#forget-info .from .btn::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: auto;
	transition: .5s;
}

#forget-info .from .btn:hover::before {
	height: 100%;
	background-color: #fff;
}

#forget-info .from .btn:hover {
	color: #000;
}



div.dt-buttons {
	float: left;
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 8px 10px;
	font-size: 14px;
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #333 !important;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: rgba(230, 230, 230, 0.1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	color: #333 !important;
	border: 1px solid transparent;
	border-radius: 2px;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-left: 0.167em;
	margin-right: 0.167em;
	margin-bottom: 0.333em;
	padding: 0.5em 1em;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	cursor: pointer;
	font-size: .88em;
	line-height: 1.6em;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	/* user-select: none; */
	text-decoration: none;
	outline: none;
	text-overflow: ellipsis;
}

/* end */



/* blogs */

#blog {
	position: relative;
	padding: 30px 0px;
}

#blog p {
	text-align: justify;
}

#blog img {
	width: 100%;
	margin: 10px 0px;
}

.right-sidebar {
	padding: 20px 10px;
	box-shadow: -1px 0px 2px #8b8b8b;
	margin-top: 20px;
	position: sticky;
	top: 0px;
}

.right-sidebar ul li {
	list-style: none;
}

.right-sidebar ul li a {
	color: #047384;
	padding: 10px 0px;
	display: flex;
	line-height: 30px;
	border-bottom: 1px solid #ff00002e;
}

.right-sidebar ul li a i {
	margin-right: 10px;
	padding: 6px 0px;
}

/* :end */


/* supporterror */
.supporterror {
	margin-top: 20px;
}


.editlogo {
	width: 300px;
	margin: auto;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.foorm .btn6 {
	background-color: #057384;
	transition: .5s;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.bradcrumb {
	padding: 30px 0px 10px;
	border-bottom: 1px solid;
}

.bradcrumb a {
	color: #f00;
}

.highligh-title h1 {
	text-align: center;
	font-size: 40px;
	color: #fff;
	padding: 20px 0px;
	font-weight: bold;
}

.buy-btn {
	margin: 30px 0px;
}

.reverse-column {
	flex-direction: row-reverse;
}

.pricing-box a {
	color: #000;
}

.contentarea .row {
	margin: 20px 0px;
}

.contentarea {
	padding: 30px 0px;
}

.contentarea p {
	margin-bottom: 10px;
}

.contentarea h2 {
	padding-bottom: 20px;
	text-align: center;
	font-size: 43px;
	font-weight: bold;
	border-bottom: 2px solid;
	margin-bottom: 20px;
}

.contentarea h4 {
	padding-bottom: 20px;
	font-size: 35px;
	font-weight: bold;
}

.social-box a {
	background-color: #057384;
	color: #ffffff;
	padding: 8px;
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
}

.copyright img {
	width: 230px;
}

.pricing-album {
	padding: 30px 0px;
}

.pricing-album h2 {
	padding-bottom: 20px;
	text-align: center;
	/* color: #f00; */
	font-size: 43px;
	font-weight: bold;
}

.pricing-album h4 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px 0px;
	background: #057384;
}

.pricing-album h3 {
	padding: 20px 0px;
	text-align: center;
}

.pricing-box {
	text-align: center;
	border: 1px solid;
	padding: 10px 10px 20px;
	height: 100%;
}

.pricing-box .mbtn {
	margin-top: 20px;
}

.mbtn {
	background-color: #057384;
	transition: .5s;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.mbtn:hover {
	background-color: #f00;
	color: #fff;
}

.choose-title {
	text-align: center;
}

header .headertop {
	background-color: #057384;
	padding: 5px 0px;
}

.headersocial {
	display: flex;
}

header .headertop .headtop li {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}

header .headertop .headtop li a {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	border: none;
	animation: blinka1 2s ease-in-out infinite;
	font-weight: normal;
}

header .headertop .headerinfo li a {
	font-size: 18px;
}

@keyframes blinka {
	0% {
		color: #ff8d29;
	}

	50% {
		color: #ffffff;
	}

	100% {
		color: #ff8d29;
	}
}

header .headertop .headerinfo li::after {
	content: '';
	width: 2px;
	height: 10px;
	/* background-color: #fff; */
}

header .headertop .headerinfo li:last-child::after {
	display: none;
}

header .heaberbooyem .navbar-brand {
	padding: 0px !important;
}

header .heaberbooyem .navbar .offcanvas-body .navbar-brand {
	width: 150px;
}

.dropdown-menu a.dropdown-item img {
	width: 40px;
	margin-right: 20px;
	background: #ffeded;
	padding: 2px;
	border-radius: 50%;
	border: 1px solid #057384;
	transition: all 1s;
}

.header-b {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

header .heaberbooyem .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	font-weight: normal;
	font-family: Lato, sans-serif;
	text-transform: uppercase;
	transition: .5s;
	color: #000;
	padding: 10px 20px;
	font-weight: bold;
}

header .heaberbooyem img {
	width: 100px;
}

header .sticky img {
	width: 70px;
}

.btn-close {
	color: #fff;
}

header .heaberbooyem .navbar-nav .nav-item .nav-link:hover {
	color: #057384;
}

header .heaberbooyem .navbar-nav .nav-item .nav-link::after {
	background-color: #057384;
	height: 2px;
	width: 0px;
	content: '';
	display: block;
	top: calc(100% + 4);
	transition: .5s;
}
header .heaberbooyem .navbar-nav .nav-item .nav-link:hover::after {
	width: 100%;
	margin-left: 0;
}
header .heaberbooyem .dropdown-toggle::after {
	border: 0px;
}
header .heaberbooyem .navbar-toggler {
	border: 1px solid #9b9b9b;
	border-radius: 5px;
}
header .heaberbooyem .navbar-toggler span i {
	color: #000 !important;
}
header .heaberbooyem .offcanvas {
	background-color: #fff;
	color: #fff;
	width: 320px;
}
header .heaberbooyem button:focus:not(:focus-visible) {
	box-shadow: none;
}
header .heaberbooyem .offcanvas-header .btn-close {
	color: #fff;
	/* filter: invert(1); */
}
header .heaberbooyem .navbar-nav .leee .lee {
	display: none;
}
header .heaberbooyem {
	background-color: #fff;
	left: 0;
	right: 0;
	z-index: 99;
	border-bottom: 1px solid #bfbfbf;
}
header .heaberbooyem .offcanvas-title {
	color: #000;
}
nav.navbar.navbar-expand-lg {
	padding: 3px 0px;
}
.btn-send {
	border: 1px solid #e43028;
	background: #e43028;
	color: #fff;
}
.navbar .megamenu {
	padding: 1rem;
}
@media all and (min-width: 992px) {
	.navbar .has-megamenu {
		position: static !important;
	}
	.navbar .megamenu {
		left: 10px;
		right: 10px;
		/* width: 100%; */
		margin-top: 7px;
	}
}
@media(max-width: 991px) {
	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px;
	}
}

.btn-send:hover {
	border: 1px solid #e43028;
	background: #fff;
	color: #e43028;
}

.h-banner-content {
	top: 30%;
	right: 10%;
	left: 50%;
	margin: 0px 30px;
	padding: 56px 20px;
	scale: .8;
}

.banner-form {
	margin-top: 20px;
}

.hb-logo img {
	width: 230px;
	margin: auto;
	display: block;
}

.highlightb {
	color: #eac248;
}

.hb-logo h4 {
	font-size: 26px;
	line-height: 50px;
	font-weight: bold;
}

#search-menu {
	position: fixed;
	width: 100%;
	height: 20em;
	top: -20em;
	left: 0;
	right: 0;
	white-space: nowrap;
	z-index: 9999;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.01)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc000000", endColorstr="#1a000000", GradientType=0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
}

#search-menu.toggled {
	top: 0;
	opacity: 1;
	visibility: visible;
}

#search-menu .wrapper {
	position: relative;
	margin: 3em auto 0 auto;
	padding: 0 1em;
}

#search-menu .wrapper input {
	width: 58%;
	padding: 0 0 0.125em 0;
	background: transparent;
	border: none;
	border-bottom: 3px solid #bfbfbf;
	font-size: 25px;
	color: #bfbfbf;
}

#search-menu .wrapper input:focus {
	outline: none;
}

#search-menu .wrapper button {
	right: 0;
	top: 0;
	background: transparent;
	border: none;
	color: #bfbfbf;
	font-size: 40px;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
}

#search-menu .wrapper button:hover {
	color: #fff;
}

#search-menu .wrapper button:focus {
	outline: none;
}

#search-icon {
	padding: 0 0.5em 0.25em 0.5em;
	font-size: 15px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
}

#search-icon:hover {
	color: #057384;
}

#myHeader .col-megamenu {
	display: flex;
	flex-wrap: wrap;
}

#myHeader .col-megamenu a.dropdown-item {
	width: 350px;
}

/* slider */
.product-slider {
	margin-bottom: 0px;
}


#slider .owl-carousel .owl-stage .owl-item h2 {
	font-size: 75px;
	color: #fff;
	margin-top: 135px !important;
	font-family: 'Playfair Display', serif;
}

#slider .owl-carousel .owl-stage .owl-item .heading {
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	font-family: 'Playfair Display', serif;
}

#slider .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 290px;
	right: 50px;
	height: 40px;
	width: 40px;
	background-color: #13131380;
	border-radius: 50px;
	text-align: center;
	line-height: 17px;
	font-size: 26px;
	color: #fff;
}

#slider .slider-content {
	left: 90px;
	right: auto;
	top: 30%;
	animation: zoom-in 5s ease;
}

@keyframes zoom-in {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.1, 1.1);
	}

	100% {
		transform: scale(1, 1);
	}
}

#slider .slider-content h2 {
	text-shadow: 0px 0px 2px #ffffff;
	color: #057384;
	font-size: 50px;
	font-weight: bold;
}

#slider .carousel-control-next,
.carousel-control-prev {
	width: 50px;
}

#slider .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 290px;
	left: 50px;
	height: 40px;
	width: 40px;
	background-color: #13131380;
	border-radius: 50px;
	text-align: center;
	line-height: 17px;
	font-size: 26px;
	color: #fff;
}

#slider .owl-carousel .owl-nav button.owl-next span {
	position: absolute;
	top: 8px;
	left: 16px;
}

#slider .owl-carousel .owl-nav button.owl-prev span {
	position: absolute;
	top: 8px;
	left: 16px;
}

#slider .owl-theme .owl-dots .owl-dot {
	display: none;
}

#slider {
	padding-top: 0px;
	position: relative;
	top: 0px;
	background-attachment: fixed;
}

#about-5,
#about-4 {
	padding: 60px 0px;
}

.abox-4-txt {
	margin-top: 25px;
}

.abox-3 h5,
.abox-4 h5 {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}



#about-4 .abox-4 {
	box-shadow: 0px 0px 5px #ddd;
	border-radius: 10px;
	padding: 10px;
	transition: all 1s;
	margin-bottom: 25px;
}

#about-4 .abox-4:hover {
	box-shadow: 0px 2px 5px #4d4d4d;
}

#about-4 .more.btn {
	background-color: #057384;
	transition: .5s;
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin: auto;
	margin-top: 15px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: none;
	z-index: 1;
	background: rgb(5,115,132);
	background: -moz-linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	background: linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#057384",endColorstr="#42c1d0",GradientType=1);
}
#about-4 .more.btn:before {
	background: #057384;
	content: " ";
	color: #fff;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transform: translateX(-100%);
	z-index: -1;
}

#about-4 .more.btn::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	color: #fff;
	left: 0;
	background: #057384;
	z-index: -1;
	transform: translateX(100%);
	transition: transform .5s ease;
}

#about-4 .more.btn:hover:before {
	transform: translateX(0);
	transition: transform .35s ease;
}

#about-4 .more.btn:hover:after {
	opacity: 1;
	transform: translateX(0);
	transition: transform .35s .36s ease;
}



.abox-3 h5 a,
.abox-4 h5 a {
	color: #057384;
}

.bg-lightgrey {
	background-color: #e5e5e5;
}

.steelblue-color,
.steelblue-color h2,
.steelblue-color h3,
.steelblue-color h4,
.steelblue-color h5,
.steelblue-color h6,
.steelblue-color p,
.steelblue-color a,
.steelblue-color li,
.steelblue-color i,
.white-color .steelblue-color,
.steelblue-color span {
	color: #057384;
}

span.section-id {
	font-size: 2rem;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	/* text-transform: uppercase; */
	display: block;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
	color: #000000;
}


#about-5.welcome {
	background: #ecfdff;
}

#about-5.welcome h2 {
	color: #057384;
	font-size: 30px;
}
#about-5.welcome h5 {
	color: #000;
	font-size: 24px;
	line-height: 34px;
}

#about-5.welcome h4 {
	color: #057384;
    font-size: 28px;
}

.about1 {
	background: #e5e5e5;
	background: rgb(5, 8, 106);
	background: linear-gradient(225deg, rgb(234 235 255) 0%, rgb(255 230 232) 100%);
}

.about-img img {
    border: 6px solid #148697;
    width: 100%;
    border-radius: 20px;
}

/* services-2 */

#services-2.gynecology {
	background: linear-gradient(rgb(50 1 1 / 92%), rgb(0 0 0 / 81%)), url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

#services-2.gynecology h3 {
	color: #fff;
}

#services-2 {
	padding: 40px 0px;
}
#services-2 .more.btn {
    background-color: #057384;
    transition: .5s;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: auto;
    margin-top: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: none;
    z-index: 1;
    background: rgb(5, 8, 106);
    background: linear-gradient(225deg, rgba(5, 8, 106, 1) 0%, rgba(147, 20, 28, 1) 100%);
}
#services-2 .sbox-2-icon {
	margin-bottom: 20px;
}

#services-2 .sbox-2-icon img {
	width: 100px;
	background: #ffeded;
	padding: 20px;
	border-radius: 50%;
	border: 1px solid #057384;
	transition: all 1s;
}

#services-2 .sbox-2-icon img:hover {
	background: #ffdddd;
}

#services-2 h3 {
	margin-bottom: 20px;
	font-size: 2.625rem;
	color: #000;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}

.sbox-2 {
	text-align: center;
	margin-bottom: 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 40px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.sbox-2:hover,
.sbox-7:hover,
.bg-lightgrey .sbox-7:hover {
	background-color: #fafafa;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.sbox-2:hover .sbox-2-icon {
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

.sbox-2:hover h5.sbox-2-title {
	-webkit-transform: translate3d(0, -110px, 0);
	transform: translate3d(0, -110px, 0);
}

.sbox-2-icon {
	color: #00a3c8;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.sbox-2 h5 {
	letter-spacing: -0.5px;
	margin-top: 25px;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #000;
}
.services-section p {text-align: justify;margin-bottom: 10px;}
.services-section ul li {text-align: justify;margin-bottom: 10px;}
.about-img {
    position: sticky;
    top: 80px;
}



/* contact */
#contact .maparea {border-top:1px solid #000;margin-top:30px; padding-top:30px;}
#contact .maparea h2{font-size: 30px; font-weight: 500; color: #000;}
#contact .maparea h2 span{font-weight: 800; color: #057384;}

#contact {padding: 50px 0px;}
#contact .row{row-gap: 10px;}
#contact .location h2{font-size: 30px; font-weight: 500; color: #000;}
#contact .location h2 span{font-weight: 800; color: #057384;}
#contact .location p{font-size: 16px; color: black; margin-bottom: 30px;}
#contact .location ul{columns: 1;}
#contact .location ul h5 {margin-top: 20px;text-transform: uppercase;}
#contact .location ul li a{color: #000; font-size: 16px; font-weight: 500; transition: .5s;}
#contact .location ul li{transition: .5s;padding: 15px 0px;border-radius: 20px;margin-bottom: 10px;font-size: 20px;   color: #057384;
    transition: .5s;}
#contact .location ul li:hover a, #contact .location ul li:hover{color: #057384;}
#contact .location .map iframe{border-radius: 20px;}
#contact form{background-color:#197e8e;padding: 30px 15px;border-radius: 0px;}
#contact form .form-control{border: none; border-bottom: 1px solid #05738459; background-color: #fff; border-radius: 0px; color: black;padding: 10px;}
#contact form .label{color: #000; font-size: 16px; font-weight: 600; margin-bottom: 10px;}
#contact form .form-control:focus{box-shadow: none; border-color: #057384;}
#contact form .form-control::placeholder{color: darkgray;}
#contact form .btn{background-color: #fff; color: #000000; width: 100px;}

.thanks {text-align:center;padding:40px 0px;}
.carousel-indicators [data-bs-target] {background-color: #000;}
/* gallery */

#gallery {padding: 60px 0px;}
.breadcrumbs {background:linear-gradient(rgb(5 115 132 / 93%), rgb(5 115 132 / 93%)), url(../images/aboutbg.jpg);}
.img-wrapper {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 11px;
  box-shadow: 0 0 10px #00000028;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}






/* breadcrumbs */
.breadcrumbs {
	padding: 50px 0px;
    text-align: left;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    background-size: 100% !important;
  }
  .breadcrumbs h1 {color: #fff;text-transform: uppercase;}
  .breadcrumbs ul {
	margin: 0px;
	padding: 0px;
  }
  .breadcrumbs ul li {
	list-style-type: none;
	display: inline;  
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
  }
  .breadcrumbs a {
	color: #fff;
	font-weight: normal;
  }
  .breadcrumbs span {
	display: inline-block;
	margin: 0 5px 0 5px;
	color: #fff;
	font-size: 16px;
  }
  


/*  */

.ab-service {
	margin-top: 30px;
}
.ab-service li a {color:#000;}


#about-6 {
	padding: 40px 0px;
}

.column-reverse .row {
	flex-direction: row-reverse;
}

#about-6 .btn {
	background-color: #057384;
	transition: .5s;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin: auto;
	margin-top: 30px;
	text-align: center;
	background: rgb(5, 8, 106);
	background: linear-gradient(225deg, rgba(5, 8, 106, 1) 0%, rgba(147, 20, 28, 1) 100%);
}

#about-6 .btn {
	padding: 5px 20px;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: none;
	z-index: 1;
}

#about-6 .btn:before {
	background: #047384;
	content: " ";
	color: #fff;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transform: translateX(-100%);
	z-index: -1;
}

#about-6 .btn::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	color: #fff;
	left: 0;
	background: #047384;
	z-index: -1;
	transform: translateX(100%);
	transition: transform .5s ease;
}

#about-6 .btn:hover:before {
	transform: translateX(0);
	transition: transform .35s ease;
}

#about-6 .btn:hover:after {
	opacity: 1;
	transform: translateX(0);
	transition: transform .35s .36s ease;
}




.column-reverse {
	background: #f8f9fb;
}


/*#about-3*/
.about-section p {
	text-align: justify;
	margin-bottom: 10px;
}
#about-3 {
	padding: 40px 0px;
}
#about-3 .btn {
	background-color: #057384;
	transition: .5s;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin: auto;
	margin-top: 30px;
	text-align: center;
	background: rgb(5, 8, 106);
	background: linear-gradient(225deg, rgba(5, 8, 106, 1) 0%, rgba(147, 20, 28, 1) 100%);
}
#about-3 .btn {
	padding: 5px 20px;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: none;
	z-index: 1;
}
#about-3 .btn:before {
	background: #047384;
	content: " ";
	color: #fff;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transform: translateX(-100%);
	z-index: -1;
}
#about-3 .btn::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	color: #fff;
	left: 0;
	background: #047384;
	z-index: -1;
	transform: translateX(100%);
	transition: transform .5s ease;
}
#about-3 .btn:hover:before {
	transform: translateX(0);
	transition: transform .35s ease;
}
#about-3 .btn:hover:after {
	opacity: 1;
	transform: translateX(0);
	transition: transform .35s .36s ease;
}
.about-section h4 {margin: 20px 0px 5px; font-weight: bold;}

/* ==========================================================================
  11. STATISTIC
  =========================================================================== */

#statistic-1 {
	background-image: url(../images/statistic.jpg);
	padding-top: 80px;
	padding-bottom: 40px;
}

#statistic-2 {
	padding-top: 80px;
	padding-bottom: 40px;
	background: #057384;
	background: rgb(5,115,132);
	background: -moz-linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	background: linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#057384",endColorstr="#42c1d0",GradientType=1);
}

.statistic-block {
	text-align: center;
	margin-bottom: 40px;
}

#statistic-2 .statistic-block {
	text-align: center;
	background-color: #fff;
	border: 1px solid #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 40px 20px;
	margin-bottom: 40px;
}

#statistic-2.bg-lightgrey .statistic-block {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.statistic-holder .statistic-block {
	text-align: left;
	margin-bottom: 0;
}

.statistic-holder {
	margin-top: 45px;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK
  /*------------------------------------------*/

.statistic-block h5 {
	font-size: 2.85rem;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 0.5px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#statistic-2 .statistic-block h5 {
	font-size: 2.35rem;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 0.5px;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #057384;
}

.statistic-holder .statistic-block h5 {
	font-size: 2rem;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 0.5px;
	margin-top: 22px;
	margin-bottom: 10px;
}

.statistic-block p {
	font-size: 1.05rem;
	font-family: 'Lato', sans-serif;
	margin-bottom: 0;
}

#statistic-2 .statistic-block p {
	color: #000;
	font-size: 1rem;
}

#statistic-2 .statistic-block i {
	font-size: 40px;
    color: #ffffff;
    background: #017487;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%;
}

.statistic-holder .statistic-block p {
	color: #000;
	font-size: 0.925rem;
}

/*------------------------------------------*/
/*   STATISTIC IMAGE
  /*------------------------------------------*/

.statistic-img {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

.statistic-img img {
	max-width: none;
	display: inline-block;
}

/*end-*/


/* blog- */
#blog-1 {
	padding: 40px 0px;
}
#blog-1 .blog-post-img .date {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #057384;
    padding: 5px 20px;
    border-radius: 10px 0 0 0;
}
#blog-1 .blog-post-img {
    position: relative;
}
#blog-1 .blog-post {
	box-shadow: 0px 0px 5px #ddd;
	border-radius: 10px;
	padding: 10px;
	transition: all 1s;
	height: 100%;
}
#blog-1 .post-info {
    position: relative;
    font-size: 16px;
    line-height: initial;
    margin-top: 10px;
	padding: 15px 0px;
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
}
#blog-1 .post-author {
	display: flex;
    align-items: center;
    margin-bottom: 0px;
    color: #222222;
    font-size: 12px;
    text-decoration: underline;
}
#blog-1 .post-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#blog-1 .post-option .fa-heart {color: #f00;}
#blog-1 .post-option li {
    position: relative;
	list-style: none;
    margin-left: 15px;
}
#blog-1 .post-option li a {
    color: inherit;
    font-size: 16px;
}
#blog-1 .post-option li i {
	margin-right: 5px;
    font-size: 15px;
    color: #017985;
}
#blog-1 .blog-post:hover {
	box-shadow: 0px 2px 5px #4d4d4d;
}

#blog-1 .all-posts-btn {
	margin-top: 30px;
}

#blog-1 .section-title h3 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000;
}

#blog-1 h5 a {
	margin-top: 15px;
	display: block;
	font-weight: bold;
	color: #057384;
}

#blog-1 p {
	text-align: justify;
	height:150px;
	overflow-y: scroll;
	padding-right: 0px;
}

#blog-1 img {
	border: 1px solid #ddd;
	width: 100%;
}


#blog-1 .btn {
	background-color: #057384;
	transition: .5s;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin: auto;
	text-align: center;
	background: rgb(5,115,132);
	background: -moz-linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	background: linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#057384",endColorstr="#42c1d0",GradientType=1);
}

#blog-1 .btn {
	padding:5px 20px;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: none;
	z-index: 1;
}

#blog-1 .btn:before {
	background:#057384;
	content: " ";
	color: #fff;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transform: translateX(-100%);
	z-index: -1;
}

#blog-1 .btn::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	color: #fff;
	left: 0;
	background: #047384;
	z-index: -1;
	transform: translateX(100%);
	transition: transform .5s ease;
}

#blog-1 .btn:hover:before {
	transform: translateX(0);
	transition: transform .35s ease;
}

#blog-1 .btn:hover:after {
	opacity: 1;
	transform: translateX(0);
	transition: transform .35s .36s ease;
}




#blog-1 .btn:hover {
	background-color: #047384;
}

.about-accordian i {
	font-weight: bold;
	margin-right: 10px;
}

.about-accordian .accordion-button {
	color: #f00;
	background: #dbd2d2;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dbd2d2 0%, #fff8f4 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dbd2d2 0%, #fff8f4 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dbd2d2 0%, #fff8f4 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbd2d2', endColorstr='#fff8f4', GradientType=0);
	/* IE6-9 */
}

.workedius {
	padding: 30px 0px;
	background: #ebebeb;
}

.workedius h2 {
	padding-bottom: 20px;
	text-align: center;
	font-size: 43px;
	font-weight: bold;
}

.edit-project {
	padding: 30px 0px;
}

.edit-project h2 {
	padding-bottom: 20px;
	text-align: center;
	color: #f00;
}

.banner-content {
	position: absolute;
	top: 10px;
	color: #fff;
}

.about-accordian {
	padding: 30px 0px;
}

.about-accordian h2 {
	padding-bottom: 15px;
	text-align: center;
	font-size: 43px;
}

.description-tabs {
	padding: 30px 0px;
	background: #ebebeb;
}

.description-tabs h2 {
	padding-bottom: 20px;
	text-align: center;
	font-size: 43px;
	font-weight: bold;
}

.description-tabs .tab-pane {
	padding: 20px;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
}

.description-tabs .nav-link.active {
	color: #f00;
}

.tab-pane a {
	color: #f00;
}

.nav-link {
	color: #000;
}

ul#myTab {
	margin-bottom: 0px;
}

.description-tabs p {
	margin-bottom: 10px;
	font-size: 16px;
	text-align: justify;
}

.description-tabs ul {
	margin-bottom: 10px;
	font-size: 16px;
	text-align: justify;
}

ul.disc {
	padding-left: 30px;
}



/* box */

#box {
	padding: 50px 0px;
	background: #333;
}

#box h2 {
	color: #fff;
	text-align: center;
}

#box .row {
	row-gap: 30px;
}

#box .boxiner {
	color: #047384;
	padding: 20px 30px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid rgb(197, 195, 195);
	text-align: center;
	border-radius: 20px;
	height: 100%;
	background: #fff;
	padding: 10px 20px;
	transition: 1s;
}

#box .boxiner:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0b6b5+0,ffdfc6+100 */
	background: #e0b6b5;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #e0b6b5 0%, #ffdfc6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #e0b6b5 0%, #ffdfc6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #e0b6b5 0%, #ffdfc6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0b6b5', endColorstr='#ffdfc6', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

#box .boxiner .imgsc img {
	width: 70px;
}

#box .boxiner .imgsc {
	border-radius: 50%;
	width: 140px;
	height: 140px;
	background: #f28427;
	padding: 37px;
	margin: auto;
	/* border: 1px solid #f00; */
	background-image: linear-gradient(to right bottom, #ff0000, #fc4000, #f95c05, #f57216, #f28427);
}

.product-inr i.fa-star {
	color: #057384;
}

.boxiner p {
	color: #000;
}

.boxiner h5 {
	margin-bottom: 10px;
	font-weight: bold;
	/* border: 1px solid #000; */
	padding: 10px;
	color: #f00;
	font-size: 40px;
	text-transform: uppercase;
}

#box .boxiner h3 {
	font-size: 24px;
	margin: 15px 0px 10px;
	font-weight: bold;
}

#box .boxiner .box-text {
	text-align: center;
	margin-top: 10px;
}


/* pricing */

.pricing {
	text-align: center;
	padding: 40px 0px;
	background-color: #ddd;
}

.pricing .card-header {
	padding: 12px 0px;
	font-size: 24px;
}

.rsprice {
	font-size: 40px;
	line-height: 60px;
}

.pricing p {
	margin: 20px 0px 30px;
	line-height: 35px;
}

.pricing .list-group-item {
	padding-bottom: 20px;
}

/* end */

.work-high {
	color: #ffffff;
	text-align: center;
	padding: 20px 0px;
	line-height: 40px;
}





/* searcy by-use */

#by-use {
	padding: 50px 0px;
	background: #fff;
}

#by-use h2 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 40px;
	font-weight: bold;
}

#by-use .by-use-inr .imgsc {
	overflow: hidden;
}

#by-use .by-use-inr .imgsc img {
	transition: .5s;
}

#by-use .by-use-inr .imgsc:hover img {
	transform: scale(1.2);
}

#by-use .by-use-inr h4 {
	text-align: center;
}

#by-use .by-use-inr h4 a {
	margin-top: 30px;
	color: #000000;
	display: inline-block;
	transition: .5s;
}

#by-use .by-use-inr h4 a:hover {
	color: #057384;
}


#by-use .by-use-inr {
	box-shadow: 0px 0px 15px #ddd;
	padding: 10px;
	border: 1px solid;
	background: rgb(255, 230, 209);
	background: linear-gradient(90deg, rgba(255, 230, 209, 1) 0%, rgba(255, 226, 225, 1) 100%);
}


/* google review */
#social-review {
	padding: 40px 0px;
	text-align: center;
	background: #ecfdff;
  }
  .rate-review {
    margin-bottom: 60px;
}
  .google-rate {
	display: block;
	width: 160px;
	margin: auto;
	margin-bottom: 10px;
  }
  .ti-profile-img span {
	background: #067581;
	color: #fff;
	padding: 8px;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
  }
  #social-review .fa-star {
	color: #f58634;
	font-size: 22px;
  }
  
  #social-review h4 {
	font-size: 20px;
    margin-top: 12px;
    margin-bottom: 3px;
    color: #fff;
  }
  
  #social-review .testi-slider .fa-star {
	font-size: 12px;
  }
  
  .testi-slider .ti-inner {
	padding: 15px;
	box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 15%), 0 0 2px 0 rgb(0 0 0 / 5%);
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	background-color: #fff !important;
	backdrop-filter: blur(0px);
  }
  
  .testi-slider .carousel-control-next,
  .testi-slider .carousel-control-prev {
	width: 10%;
	width: 20px;
	height: 20px;
	top: 45%;
	border-radius: 50%;
	padding: 3px;
	background-color: #36252559 !important;
  }
  
  .testi-slider .ti-review-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
  }
  
  .testi-slider .ti-profile-img {
	margin: 0 15px 0 0 !important;
  }
  
  .testi-slider .ti-profile-img img {
	width: 40px !important;
	height: 40px !important;
	padding: 0 !important;
	display: block;
	border-radius: 30px;
	min-width: initial !important;
	max-width: initial !important;
	object-fit: cover;
	object-position: top;
  }
  
  .testi-slider .ti-profile-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  .testi-slider .ti-inner>.ti-stars {
	margin-bottom: 6px;
	margin-top: 15px;
	text-align: left;
  }
  .testi-slider .ti-stars {
	margin-top: 3px;
	white-space: nowrap;
	display: block;
  }
  .testi-slider .ti-review-content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 20.3px;
	height: 120px;
	font-size: 14px;
	text-align: left;
	transition: height .5s;
	font-style: normal;
	overflow-y: scroll;
	padding-right: 0;
  }
  ::-webkit-scrollbar {
	  width: 5px;
  }  
  
  .testi-slider .ti-read-more {
	display: block;
	padding: 5px 0 0;
	text-align: left;
	color: #f6bb06;
	font-size: 12px;
  }
  
  .testialign {
	align-items: center;
  }
  
  .carousel {
	padding: 0px;
  }
/* end */


#social-review .review-btn {
	text-align: center;
}
#social-review .btn {
	border:2px solid #fff;
	background-color:#057384;
	transition:.5s;
	padding:5px 20px;
	display: inline-block;
	color:#fff;
	font-size: 16px;
	margin:auto;
	margin-top:30px;
	text-align:center;
	position:relative;
	overflow:hidden;
	z-index: 1;
	background: rgb(5,115,132);
	background: -moz-linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	background: linear-gradient(45deg, rgba(5,115,132,1) 0%, rgba(66,193,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#057384",endColorstr="#42c1d0",GradientType=1);
}
#social-review .btn:before {
	background: #047583;
	content: " ";
	color: #fff;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transform: translateX(-100%);
	z-index: -1;
}

#social-review .btn::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	color: #fff;
	left: 0;
	background: #047583;
	z-index: -1;
	transform: translateX(100%);
	transition: transform .5s ease;
}

#about-6 .btn:hover:before {
	transform: translateX(0);
	transition: transform .35s ease;
}

#social-review .btn:hover:after {
	opacity: 1;
	transform: translateX(0);
	transition: transform .35s .36s ease;
}

#social-review .btn1:hover {
	background-color:#047583;
}
#social-review {
	padding: 40px 0px;
	background:#067581;
}
#social-review h5 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #fff;
}
#social-review h2 {
	font-size: 35px;
	text-align: center;
	margin:0px;
	font-weight: bold;
	color: #fff;
}
#social-review h6 {
	text-align: center;
	margin-bottom: 25px;
}
#social-review .test-inr {
	padding: 20px 15px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid rgb(197, 195, 195);
	border-width: 1px 1px 1px 1px;
	border-radius: 2px 2px 2px 2px;
	height: 340px;
	overflow-y: scroll;
	background: #fff;
}
#social-review .test-inr::-webkit-scrollbar {
	width: 2px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
.owl-theme .owl-dots .owl-dot span {
	background: #a1a0a0;
}
.test-star {
	justify-content: center;
}
#social-review .test-inr .test-star li {
	color: #057384;
}
#social-review .test-inr .test-text {
	margin: 10px 0px;
	text-align: justify;
}
#social-review .test-inr .test-img li:first-child {
	display: block;
	align-items: center;
}
#social-review .test-inr .test-img li img {
	width: 50px;
	border-radius: 50px;
	margin: auto;
	margin-bottom: 15px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
}
#social-review .test-inr .test-img li .text {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
}
#social-review .test-inr .test-img .six {
	font-size: 24px;
	color: rgb(60 57 111);
}
.test-img {
	text-align: center;
}
#social-review .owl-carousel.owl-drag .owl-item {
	padding-top: 25px;
}

/* bestwork */

#best-work {
	background-color: #fff;
	padding: 30px 0px;
}

#best-work .bestworktitle {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}

#best-work .bestworktitle img {
	width: 150px;
}

/* international-company */
.international-company .owl-carousel .owl-stage-outer {
	margin: 30px 0px;
}

.international-company {
	padding: 50px 0px;
	background-color: #F0F0F0;
	text-align: center;
}

.international-company .row {
	row-gap: 30px;
	justify-content: center;
}

.international-company h2 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

.international-company h5 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 70px;
}

.international-company .imgsc img {
	width: 180px;
	margin: auto;
}

.international-company .col-md-2 {
	margin-bottom: 60px;
}



/* Usermap */

.usermap {
	padding: 50px 0px;
	background-color: #ffffff;
}

.usermap .row {
	row-gap: 30px;
	justify-content: center;
}

.usermap h2 {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}

.usermap h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.usermap h5 {
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 30px;
	color: #000;
	line-height: 40px;
	font-weight: bold;
}

.usermap .benefites {
	padding-left: 80px;
}


.usermap .imgsc img {
	width: 90px;
}

.usermap .col-md-2 {
	margin-bottom: 60px;
}

.classes {
	padding: 30px 0px;
}

.courses h2 {
	padding-bottom: 20px;
	font-size: 35px;
	font-weight: bold;
}

.courses h4 {
	color: #057384;
	padding: 10px 0px;
	font-weight: bold;
}

.courses .mbtn {
	background-color: #057384;
	transition: .5s;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}

.course-format {
	columns: 2;
}

.classes h5 {
	font-size: 22px;
	margin-bottom: 20px;
}

.course-format p {
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	display: flex;
}

.course-format p i {
	color: #047384;
	line-height: 30px;
	margin-right: 15px;
}

.benefites ul.undisc li {
	list-style: none;
	font-size: 22px;
	display: flex;
	line-height: 28px;
	padding: 10px 0px;
}

.benefites ul.undisc li i {
	margin-right: 10px;
	color: #047384;
}

.coursepic img {
	margin-bottom: 20px;
}

.course-heading {
	margin-top: 15px;
}


/* careerarea */
.careerarea {
	text-align: center;
	background-color: #efefef;
	padding: 30px 0px;
}

.careerarea h5 {
	margin: 20px 0px;
}

/* end */





/* footer */
.footertop a {
	color: #fff;
}

.footertop .ftlinks li {
	list-style: none;
}

.footertop .ftlinks a {
	padding: 5px 0px;
	display: block;
	font-size: 14px
}
.footer-logo {width: 100px;display: block;margin: auto;}
footer .footertop {
	padding: 50px 0px 20px;
	background-color: #004650;
}

footer .footertop .footer-inr .sosyal-icon {
	margin-top: 10px;
}

footer .row {
	row-gap: 30px;
}

footer .footertop .footer-inr .footer-ab {
	color: #fff;
	margin: 15px 0px;
	font-size: 14px;
	text-align: justify;
}

footer .footertop .footer-inr .footer-ab a {
	font-weight: bold;
}

footer .footertop .footer-inr .sosyal-icon li a {
	height: 40px;
	width: 40px;
	border-radius: 50px;
	display: inline-block;
	background-color: #057384;
	transition: .5s;
	color: #fff;
	text-align: center;
	line-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .footertop .footer-inr .sosyal-icon li a:hover {
	background-color: #ffffff;
	color: #000;
}

footer .footertop .footer-inr h3 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.footertop ul {padding-top:6px;}

footer .footertop .footer-inr .footer-tex {
	color: #fff;
	margin: 15px 0px;
	font-size: 14px;
	display: flex;
	gap: 10px;
}

footer .footertop .footer-inr .footer-tex i {
	padding-top: 3px;
}

footer .footertop .footer-inr .forem .form-control {
	border-radius: 0px;
	width: 304px;
	padding: 10px;
	border: none;
}

footer .footertop .footer-inr .forem .btn6 {
	background-color: #057384;
	transition: .5s;
	color: #fff;
	border-radius: 0px;
	margin-left: -83px;
	padding: 10px 20px;
	border: none;
}

footer .footertop .footer-inr .forem .btn6:hover {
	background-color: #047384;
}

footer .footertop .footer-inr .sosyalinfo {
	justify-content: end;
	list-style: none;
	gap: 15px;
	display: flex;
	border-bottom: 1px solid gray;
	padding-bottom: 20px;
}

footer .footertop .footer-inr .sosyalinfo li a {
	color: #fff;
	transition: .5s;
	font-size: 14px;
}

footer .footertop .footer-inr .sosyalinfo li a:hover {
	color: #057384;
}

footer .footertop .footer-inr .footer-text {
	color: #fff;
	font-size: 14px;
	margin: 15px 0px;
}

footer .footertop .footer-inr .imgs {
	text-align: end;
}

.footerbottom {
	background:#004650;
	padding: 10px 0px;
	border-top: 1px solid #005460;
}
.copyright {
	text-align: center;
	color: #fff;
	padding-top: 10px;
}

.tblet {
	display: none;
}

/* index clos */

/*Contact Us */

#contact-banner {
	background-image: url(../images/contact-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0px 100px;
}

#contact-banner h2 {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#contact-home {
	padding: 50px 0px;
}

#contact-home h3 {
	text-align: center;
}

#contact-home .contact-info {
	justify-content: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	list-style: none;
	margin-bottom: 40px;
}

#contact-home .contact-info li a {
	color: #057384;
}

#contact-home h5 {
	color: #057384;
	margin-top: 80px;
}

#contact-home h2 {
	font-size: 40px;
	font-weight: 600;
}

#contact-home .contact-inr {
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

#contact-home .contact-inr .foorm .form-control {
	border-radius: 0px;
	padding: 8px;
	box-shadow: none;
}

#contact-home .contact-inr .foorm .btn6 {
	display: block;
	padding: 10px 20px;
	text-align: center;
	background-color: #057384;
	color: #fff;
	border: transparent;
	width: 100%;
	transition: .5s;
}

#contact-home .contact-inr .foorm .btn6:hover {
	background-color: #047384;
}
#contact-map {
	padding: 30px 0px;
}
#contact-map iframe {
	width: 100%;
	height: 300px;
}
#contact-map .contact-mapinr {
	height: 100%;
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
#contact-map .contact-mapinr h2 {
	font-size: 40px;
	font-weight: bold;
}

#contact-map .contact-mapinr h4 {
	margin: 20px 0px;
}

#contact-map .contact-mapinr .map-info li {
	margin-bottom: 20px;
	color: #057384;
}

#contact-map .contact-mapinr .map-info li a {
	color: #057384;
	transition: .5s;
}

#contact-map .contact-mapinr .map-info li a:hover {
	color: #047384;
}

#contact-map h3 {
	font-size: 35px;
	margin-bottom: 20px;
}

#contact-map .icon-info li a {
	display: inline-block;
	height: 50px;
	width: 50px;
	background-color: #057384;
	color: #fff;
	transition: .5s;
	text-align: center;
	line-height: 50px;
	font-size: 27px;
}

#contact-map .icon-info li a:hover {
	background-color: #047384;
}

/* contact clos */

/* about us start*/

#aboutt {
	padding: 50px 0px;
}

#aboutt .row {
	row-gap: 30px;
}

#aboutt h5 {
	color: #047384;
}

#aboutt h2 {
	font-size: 43px;
	font-weight: bold;
}

#aboutt h3 {
	text-align: center;
}

#aboutt .contact-info {
	justify-content: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	list-style: none;
	margin-bottom: 40px;
}

#aboutt .contact-info li a {
	color: #057384;
}

#about p {
	text-align: justify;
}

#about-img {
	padding: 50px 0px;
}

#about-img h2 {
	margin: 15px 0px;
}

#about-img .about-text {
	margin-bottom: 50px;
}

/* gallery start */

#galleery {
	padding: 50px 0px;
}

#galleery h3 {
	text-align: center;
}

#galleery .contact-info {
	justify-content: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	list-style: none;
	margin-bottom: 10px;
}

#gallery-img {
	padding: 0px 0px 50px;
}

#gallery-background {
	padding: 50px 0px;
}

#gallery-background .gallery-iiner {
	border: 1px solid rgb(180, 178, 178);
}

#gallery-background .gallery-iiner h3 {
	text-align: center;
	margin: 10px 0px 0px;
}

#gallery-background .gallery-iiner h3 a {
	font-size: 18px;
	padding: 0px 10px;
	color: #057384;
	text-align: center;
	display: inline-block;
	transition: .5s;
}

#gallery-background .gallery-iiner h4 {
	text-align: center;
	margin: 0px 0px 15px;
}

#gallery-background .gallery-iiner h4 a {
	font-size: 16px;
	color: #057384;
	text-align: center;
	display: inline-block;
	transition: .5s;
}

#gallery-background .gallery-iiner h4 a:hover {
	color: #047384;
}

#gallery-background .gallery-iiner h3 a:hover {
	color: #047384;
}

#gallery-background .row {
	row-gap: 30px;
}