@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i|Lato:300,300i,400,400i,500,500i,700,700i&amp;display=swap";
:root {
	--main-color-one: #069eaf;
	--main-color-two: #0c9bb8;
	--secondary-color: #1d2f3c;
	--heading-color: #2d3663;
	--paragraph-color: #54545a;
	--heading-font: "Montserrat", sans-serif;
	--body-font: "Lato", sans-serif
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	font-family: var(--body-font)
}

* {
	box-sizing: border-box;
	outline: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

body {
	margin: 0;
	color: #54545a;
	overflow-x: hidden;
	font-family: "Lato", sans-serif;
	font-size: 14px
}

h1 {
	font-size: 48px;
	line-height: 1.0833333333
}

h2 {
	font-size: 36px;
	line-height: 1.4444444444
}

h3 {
	font-size: 24px;
	line-height: 1.0833333333
}

h4 {
	font-size: 20px;
	line-height: 1.2380952381
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2d3663;;
	font-family: "Montserrat", sans-serif;
}

p {
	color: #2a2a2a; text-align:justify;
	margin-bottom: 10px;
	line-height: 24px;
    font-size: 15px;
}

a {
	color: inherit;
	text-decoration: none;
	color: var(--paragraph-color)
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: inherit
}

pre {
	word-break: break-word
}

a i {
	padding: 0 2px
}

img {
	max-width: 100%
}

ol {
	counter-reset: counter;
	padding-left: 0
}

ol li {
	list-style: none;
	margin-bottom: 1rem
}

ol li:before {
	counter-increment: counter;
	content: counter(counter);
	font-weight: 500;
	margin-right: 10px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #ddd
}
.navbar-toggler-icon {
    display: inline-block;
    width: 18px;
    height: 24px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
/*------------------------------Header*/
.topbar-area {
    background-color: rgba(29, 47, 60, 0.8);
}
.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-link ul li {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    transition: all 0.3s ease-in;
}
.social-link ul li + li {
    margin-left: 10px;
}
.social-link ul li {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    transition: all 0.3s ease-in;
}
.topbar-inner .right-contnet {
    display: flex;
    align-items: center;
}
.info-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.info-items li {
    margin-right: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    transition: all 0.3s ease-in;
}
.info-items li i {
    font-size: 20px;
    margin-right: 5px;
    color:#069eaf;
}
.topbar-area {
	    background-color: #076576;
}
.padt1{ padding-top:10px;}
.topbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.topbar-inner.style-01 {
	padding: 10px 0
}

.topbar-inner .right-contnet {
	display: flex;
	align-items: center
}

.topbar-inner .right-contnet .icon-part {
	margin-right: 25px
}

.topbar-inner .right-contnet .icon-part ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex
}

.topbar-inner .right-contnet .icon-part ul li {
	font-size: 15px;
	color: #fff
}

.topbar-inner div .appointment-btn {
	padding: 12px 30px;
	background-color: #069eaf;;
	display: inline-block;
	color: #000;
	transition: all .3s ease-in;
	position: relative;
	z-index: 0
}

.topbar-inner div .appointment-btn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	height: 100%;
	background-color: #b8d046;
	z-index: -1
}

.topbar-inner div .appointment-btn:hover {
	background-color: #1d2f3c;
	color: #000;
}

.header-style-04.has-top-bar .navbar-area {
	top: 75px
}

.header-style-04.has-top-bar .header-area {
	padding-top: 352px;
	padding-bottom: 300px
}

.header-style-03 .header-area {
	padding-top: 295px
}

.header-area-wrapper,
.header-style-02,
.header-style-03 {
	position: relative;
	z-index: 0
}

.header-style-02 .header-area {
	padding-top: 295px;
	padding-bottom: 290px
}

.header-slider-one .owl-item.active .title {
	animation: slideInLeft 2s 0s both
}

.header-slider-one .owl-item.active p {
	animation: slideInLeft 2s 1s both
}

.header-slider-one .owl-item.active span {
	animation: slideInRight 2s 1s both
}

.header-slider-one .owl-item.active .author-sign {
	animation: flipInX 2s 1s both
}

.header-slider-one .owl-item.active .btn-wrapper {
	animation: flipInX 2s 2s both
}

.header-slider-one:hover .owl-nav div {
	visibility: visible;
	opacity: 1
}

.header-slider-one .owl-nav div {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: rgba(255, 255, 255, .7);
	border: 1px solid rgba(255, 255, 255, .5);
	transition: all .3s ease-in;
	visibility: hidden;
	opacity: 0
}

.header-slider-one .owl-nav div:hover {
	color: #1d2f3c;
	border-color: #1d2f3c
}

.header-slider-one .owl-nav div.owl-next {
	left: auto;
	right: 20px
}

.header-area {
	    padding: 220px 0 128px;
/*padding: 162px 0 128px;*/
    position: relative;
	z-index: 0;
	overflow: hidden
}

.header-area.style-01 {
	padding: 290px 0 140px
}

.header-area.style-02 {
	padding: 295px 0 275px
}

.header-area.style-03 {
	padding: 275px 0 165px
}

/*.header-area.header-bg {
	background-color: #000;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0
}*/
.header-area.header-bg {
    background-color: #000;
    background-position: contain;
    background-size: 100%;
    /* position: relative; */
    z-index: 0;
    object-fit: cover;
    background-repeat: no-repeat;
    height: auto;
    /* padding: 200px; */

}
.header-area.header-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background: linear-gradient(to right, rgba(50, 115, 251, 0.6) 40%, rgba(255, 0, 0, 0) 100%);
	z-index: -1
}

.header-area.header-bg-02 {
	background-color: #000;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0
}

.header-area.header-bg-02::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background: linear-gradient(to right, rgba(21, 21, 41, 0.6) 40%, rgba(255, 0, 0, 0) 100%);
	z-index: -1
}

.header-area.header-bg-04 {
	background-color: #000;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0
}

.header-area.header-bg-04::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background: linear-gradient(to right, rgba(116, 189, 247, 0.8) 100%, rgba(129, 164, 244, 0.8) 100%);
	z-index: -1
}

.header-area .header-inner-wrap {
	display: flex;
	align-items: center;
	height: 100%
}

.header-area .title {
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px
}

.header-area .title.style-01::after {
	content: "";
	position: absolute;
	left: 0;
	top: -13px;
	height: 2px;
	width: 100px;
	background-color: #069eaf;;
	z-index: 1
}

.header-area p {
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, .8)
}

.header-area span {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 10px
}

.header-area .header-bottom {
	display: flex;
	padding-bottom: 20px
}

.header-area .header-bottom .vdo-btn a {
	color: #fff
}

.header-area .header-bottom .vdo-btn a i {
	margin-left: 30px;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	background-color: var(--main-color-two);
	border-radius: 50%
}

.header-area .header-bottom .btn-wrapper .boxed-btn {
	border: 1px solid transparent
}

.header-area .header-bottom .btn-wrapper .boxed-btn:hover {
	border: 1px solid #fff;
	background-color: transparent
}

.header-area .header-bottom .btn-wrapper .boxed-btn+.boxed-btn {
	margin-left: 20px
}


.header-area .header-inner-02 p {
	margin-bottom: 30px
}

.header-area .header-inner-02 .title {
	font-size: 100px;
	font-weight: 800;
	text-transform: uppercase;
	color: #1d2f3c;
	margin-bottom: 30px
}

.header-area .header-inner-02 .subtitle {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase
}

.header-area .header-inner-03 p {
	font-weight: 600;
	color: #2d3663;
}

.header-area .header-inner-03 p span {
	margin-right: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	padding: 2px 20px;
	border-radius: 5px;
	display: inline-block;
	background-color: #f6b500
}

.header-area .right-content.bg-image {
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 450px
}

.header-area .price-wrap {
	width: 115px;
	height: 115px;
	line-height: 1;
	padding-top: 20px;
	border-radius: 50%;
	text-align: center;
	background-color: #076cec;
	font-size: 42px;
	font-weight: 700;
	color: #fff
}

.header-area .price-wrap p {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0
}

.header-area .price-wrap .sign {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline;
	padding-bottom: 0;
	margin-bottom: 0
}

.header-bottom-wrapper.m-bottom {
	margin-bottom: -90px;
	position: relative;
	z-index: 1
}

.header-bottom-wrapper.m-top {
	margin-top: -37px;
	position: relative;
	z-index: 1
}

.header-bottom-wrap {
	background-color: #1d2f3c;
	padding: 30px 0 40px
}

.desktop-left {
    text-align: left;
}
.btn-wrapper {
    display: block;
}
.header-area .header-bottom .btn-wrapper .boxed-btn {
    border: 1px solid transparent;
}
.btn-wrapper .boxed-btn {
    background-color: #069eaf;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    font-weight: 600; margin-top:10px;
}
.navbar-area {
	padding: 0
}

.navbar-area.nav-absolute {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 1
}

.navbar-area.nav-style-02 {
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 70px;
	z-index: 2
}

.navbar-area.nav-style-02.has-topbar {
	top: 70px
}

.navbar-area.nav-style-02.has-topbar-02 {
	top: 130px
}

.navbar-area.nav-style-02.has-topbar-03 {
	top: 137px
}

.navbar-area.nav-style-02.has-topbar-04 {
	top: 45px
}

.navbar-area.nav-style-02 .nav-container {
	background-color: rgba(255, 255, 255, .8);
	box-shadow: none;
	border-radius: 0;
	padding: 0 10px
}

.navbar-area.nav-style-02 .nav-container .logo-wrapper {
	max-width: 240px
}

.navbar-area.nav-style-02 .nav-container .logo-wrapper.mobile-logo {
	display: none
}

.navbar-area.nav-style-02 .nav-container.medheal-left {
	background-color: #069eaf;;
	text-align: left;
	padding: 0 0 0 30px
}

.navbar-area.nav-style-02 .nav-container.medheal-left .navbar-collapse .navbar-nav {
	text-align: left
}

.navbar-area.nav-style-02 .nav-container.medheal-left .navbar-collapse .navbar-nav li {
	line-height: 70px
}

.navbar-area.nav-style-02 .nav-container.medheal-left .navbar-collapse .navbar-nav li.current-menu-item a {
	color: #1d2f3c
}

.navbar-area.nav-style-02 .nav-container.medheal-left .navbar-collapse .navbar-nav li.current-menu-item:before {
	color: rgba(255, 255, 255, .8)
}

.navbar-area.nav-style-02 .nav-container.medheal-left .navbar-collapse .navbar-nav li.menu-item-has-children {
	z-index: initial
}

.navbar-area.nav-style-02 .nav-container.medheal-left .navbar-collapse .navbar-nav li.menu-item-has-children:before {
	color: rgba(255, 255, 255, .8)
}

.navbar-area.nav-style-02 .nav-container.medheal-left .navbar-collapse .navbar-nav li a {
	transition: all .3s ease-in;
	color: rgba(255, 255, 255, .8)
}

.navbar-area.nav-style-02 .nav-container.medheal-left .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
	color: rgba(255, 255, 255, .8)
}

.navbar-area.nav-style-02 .nav-container.medheal-left .navbar-collapse .navbar-nav li:hover a {
	color: #1d2f3c
}

.navbar-area.nav-style-02 .nav-container.medheal-left-02 {
	background-color: transparent;
	text-align: left;
	padding: 0
}

.navbar-area.nav-style-02 .nav-container.medheal-left-02 .navbar-collapse .navbar-nav {
	text-align: left
}

.navbar-area.nav-style-02 .nav-container.medheal-left-02 .navbar-collapse .navbar-nav li {
	line-height: 70px
}

.navbar-area.nav-style-02 .nav-container.medheal-left-02 .navbar-collapse .navbar-nav li.current-menu-item a {
	color: #1d2f3c
}

.navbar-area.nav-style-02 .nav-container.medheal-left-02 .navbar-collapse .navbar-nav li.current-menu-item:before {
	color: #1d2f3c
}

.navbar-area.nav-style-02 .nav-container.medheal-left-02 .navbar-collapse .navbar-nav li.menu-item-has-children {
	z-index: initial
}

.navbar-area.nav-style-02 .nav-container.medheal-left-02 .navbar-collapse .navbar-nav li.menu-item-has-children:before {
	color: #1d2f3c
}

.navbar-area.nav-style-02 .nav-container.medheal-left-02 .navbar-collapse .navbar-nav li a {
	transition: all .3s ease-in;
	color: #1d2f3c
}

.navbar-area.nav-style-02 .nav-container.medheal-left-02 .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
	color: #1d2f3c
}

.navbar-area.nav-style-02 .nav-container.medheal-left-02 .navbar-collapse .navbar-nav li:hover a {
	color: #1d2f3c
}

.navbar-area.nav-style-02 .nav-container .nav-right-content {
	display: flex;
	align-items: center
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
	color: #2d3663;;
	font-size: 24px
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li+li {
	margin-left: 5px
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
	color: #2d3663;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
	text-align: right
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
	color: #069eaf;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
	color: #069eaf;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
	z-index: initial
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
	color: #2d3663;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
	background-color: #fff;
	color: var(--paragraph-color)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
	background-color: #069eaf;;
	color: #fff
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
	color: #fff
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
	transition: all .3s ease-in;
	color: #2d3663;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
	color: #069eaf;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover a {
	color: #069eaf;
}

.navbar-area.nav-style-01 {
	background-color: var(--main-color-two)
}

.navbar-area.nav-style-01 .nav-container {
	background-color: var(--main-color-two);
	box-shadow: none;
	border-radius: 0;
	padding: 0 15px
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li {
	color: rgba(255, 255, 255, .8)
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
	color: rgba(255, 255, 255, .8)
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
	text-align: right
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
	line-height: 110px
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
	color: #069eaf;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
	color: #069eaf;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
	z-index: initial
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
	color: rgba(255, 255, 255, .8)
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
	border-top: 1px solid #e2e2e2
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
	background-color: #fff;
	color: var(--paragraph-color)
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
	background-color: #069eaf;;
	color: #fff
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
	color: #fff
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
	transition: all .3s ease-in;
	color: rgba(255, 255, 255, .8)
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
	color: #069eaf;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
	color: #069eaf;
}

.navbar-area .nav-container {
	background-color: #fff;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .2);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0 30px
}

.navbar-area .nav-container .nav-right-content .btn-wrapper {
	margin-left: 40px
}

.navbar-area .nav-container .nav-right-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 15px
}

.navbar-area .nav-container .nav-right-content ul li {
	display: inline-block;
	margin: 0 5px;
	color: #6a7795
}

.navbar-area .nav-container .nav-right-content ul li:last-child {
	margin-right: 0
}

.navbar-area .nav-container .nav-right-content ul li a {
	color: #6a7795;
	transition: all .3s ease-in
}

.navbar-area .nav-container .nav-right-content ul li a:hover {
	color: #069eaf;
}

.navbar-area .nav-container .nav-right-content ul li.search {
	cursor: pointer;
	transition: all .3s ease-in
}

.navbar-area .nav-container .nav-right-content ul li.search:hover {
	color: #069eaf;
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 5px;
	background-color: #069eaf;
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
	background-color: #1d2f3c
}

.navbar-area .nav-container .navbar-brand .site-title {
	font-weight: 700;
	font-size: 30px;
	font-family: "Montserrat", sans-serif;;
	line-height: 90px;
	color: #2d3663;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
	display: block;
	width: 100%;
	text-align: right
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
	display: inline-block;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 100px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
	margin-left: 25px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
	color: #069eaf;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
	position: relative;
	z-index: 0;
	padding-right: 15px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	font-weight: 700;
	font-family: fontawesome;
	transform: translateY(-50%);
	transition: all .3s ease-in
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
	visibility: visible;
	opacity: 1
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
	position: absolute;
	text-align: left;
	min-width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
	left: 0;
	top: 75%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	background-color: #fff;
	z-index: 9;
	border-bottom: 4px solid #069eaf;;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.pl-less {
	left: -30px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
	display: block;
	margin-left: 0;
	line-height: 24px;
	font-size: 14px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
	border-top: 1px solid #e2e2e2
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
	display: block;
	padding: 12px 30px;
	background-color: #fff;
	white-space: nowrap;
	color: #54545a;
	transition: all .3s ease-in
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
	background-color: #069eaf;;
	color: #fff
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
	position: relative;
	z-index: 0;
	padding-right: 0
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
	left: 100%;
	top: 0
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
	left: auto;
	right: 100%
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
	visibility: visible;
	opacity: 1
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
	color: #fff
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
	transition: all .3s ease-in
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
	color: #069eaf;
}
.common-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #fff !important;
  background-color: #069eaf !important;
  padding: 12px 25px;
  font-weight: 500;
} 
.mart1{ margin-top:20px;}
.common-btn:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #2A2A2A;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.common-btn i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.common-btn:hover {
  color: #fff;
}

.common-btn:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.common-btn.two {
  background-color: #C03D30;
}

.common-btn.two:before {
  background-color: #182C4F;
}

.info-bar-bottom {
	background-color: transparent
}

.info-bar-bottom.style-02 {
	position: absolute;
	width: 100%;
	z-index: 2;
	padding: 20px 0 40px
}

.info-bar-bottom.style-03 {
	position: absolute;
	width: 100%;
	z-index: 2;
	padding: 20px 0;
	border-bottom: 1px solid #e1e1e1
}

.info-bar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.info-items {
	margin: 0;
	padding: 0;
	list-style: none
}

.info-items.style-01 li i {
	color: #fff
}

.info-items li {
	margin-right: 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: #fff;
	transition: all .3s ease-in
}

.info-items li:hover {
	color: var(--main-color-two)
}

.info-items li i {
	font-size: 20px;
	margin-right: 5px;
	color: #b8d046;
}

.info-items-02 {
	margin: 0;
	padding: 0;
	list-style: none
}

.info-items-02 li {
	display: flex;
	align-items: center
}

.info-items-02 li .title {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-top: 15px;
	margin-right: 15px
}

.info-items-02 li .number {
	color: #fff;
	font-size: 24px;
	font-weight: 700
}

.info-items-02 li .number span {
	color: var(--secondary-color)
}

.info-items-03 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center
}

.info-items-03 li+li {
	margin-left: 20px
}

.info-bar-item {
	display: flex;
	align-self: flex-start
}

.info-bar-item.style-01 {
	border-radius: 5px;
	padding: 20px
}

.info-bar-item.style-01 .icon {
	color: #fff
}

.info-bar-item.style-01 .content .title {
	color: #fff
}

.info-bar-item.style-01 .content .details {
	color: #fff
}

.info-bar-item .icon {
	line-height: 45px;
	text-align: center;
	margin-right: 20px;
	font-size: 30px;
	color: var(--main-color-one);
	transition: all .3s ease-in
}

.info-bar-item .icon i {
	padding-right: 15px;
	border-right: 1px solid #dce0e4
}

.info-bar-item .content {
	flex: 1
}

.info-bar-item .content .title {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
	display: block;
	font-family: var(--heading-font);
	color: var(--heading-color)
}

.info-bar-item .content .details {
	color: var(--heading-color);
	font-size: 20px;
	font-weight: 600
}

.info-bar-item-02 {
	margin-top: 40px;
	display: flex;
	align-self: flex-start;
	background-color: var(--bg-color-two)
}

.info-bar-item-02 .icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	margin-right: 20px;
	font-size: 25px;
	background-color: var(--main-color-two);
	color: #fff;
	transition: all .3s ease-in
}

.info-bar-item-02 .content {
	flex: 1
}

.info-bar-item-02 .content .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 0;
	display: block;
	font-family: var(--heading-font);
	color: #fff
}

.info-bar-item-02 .content .details {
	color: var(--main-color-one);
	font-size: 18px;
	font-weight: 700
}

.info-bar-item-03+li {
	padding-left: 30px;
	margin-left: 30px;
	position: relative;
	z-index: 0
}

.info-bar-item-03+li::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	top: 40%;
	transform: translateY(-50%);
	left: 0;
	background-color: #e1e1e1;
	z-index: -1
}

.info-bar-item-03 .icon {
	line-height: 15px;
	font-size: 15px;
	color: var(--main-color-one);
	transition: all .3s ease-in
}

.info-bar-item-03 .icon i {
	padding-right: 5px
}

.info-bar-item-03 .icon .title {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 0;
	text-transform: capitalize;
	font-family: var(--heading-font);
	color: #333
}

.info-bar-item-03 .content {
	flex: 1
}

.info-bar-item-03 .content .details {
	font-family: var(--heading-font);
	color: var(--heading-color);
	font-size: 16px;
	font-weight: 500
}

.search-form {
	position: relative;
	z-index: 0
}

.search-form .form-group {
	margin-bottom: 0
}

.search-form .form-group .form-control {
	padding: 10px 70px 10px 30px;
	border-radius: 5px
}

.search-form .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	transition: all .3s ease-in;
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #1d2f3c;
	border: none;
	cursor: pointer;
	border-radius: 0 5px 5px 0
}

.search-form .search-btn.style-01 {
	background-color: var(--main-color-one)
}


/*----------------------------------*/
.single-icon-box-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.single-icon-box-list li {
	width: calc(100%/3)
}

.single-icon-box-list-02 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.single-icon-box-list-02 li {
	width: calc(100%/3)
}

.single-icon-box-01 {
	background-color: #fff;
	text-align: center;
	padding: 30px;
	position: relative;
	z-index: 0;
	overflow: hidden
}

.single-icon-box-01:after,
.single-icon-box-01:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--secondary-color);
	content: "";
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all .5s
}

.single-icon-box-01:after {
	transform: translate(-100%, -100%);
	transition: all 1s
}

.single-icon-box-01:before {
	transform: translate(100%, 100%)
}

.single-icon-box-01:hover .icon {
	color: #fff
}

.single-icon-box-01:hover .content .title {
	color: #fff
}

.single-icon-box-01:hover .content p {
	color: rgba(255, 255, 255, .8)
}

.single-icon-box-01:hover:after {
	transform: translate(100%, 100%);
	visibility: visible;
	opacity: 1
}

.single-icon-box-01:hover:before {
	transform: translate(0%, 0%);
	visibility: visible;
	opacity: 1
}

.single-icon-box-01 .icon {
	font-size: 48px;
	line-height: 70px;
	color: var(--heading-color);
	margin-bottom: 10px;
	position: relative;
	z-index: 0
}

.single-icon-box-01 .icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	background-color: #b8d048;
	border-radius: 50%;
	z-index: -1
}

.single-icon-box-01 .content .title {
	font-size: 23px;
	line-height: 28px;
	font-weight: 700
}

.single-icon-box-01 .content p {
	transition: all .5s
}

.single-icon-box-02 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	display: flex;
	align-self: flex-start;
	background-color: var(--main-color-two);
	padding: 60px 50px 50px 100px
}

.single-icon-box-02:hover .icon i {
	transform: rotateY(360deg)
}

.single-icon-box-02:hover .content .title {
	color: var(--main-color-one)
}

.single-icon-box-02.style-01 {
	background-color: var(--secondary-color)
}

.single-icon-box-02.style-01 .icon {
	color: var(--secondary-color)
}

.single-icon-box-02.style-02 {
	background-color: var(--main-color-one)
}

.single-icon-box-02.style-02 .icon {
	color: var(--main-color-one)
}

.single-icon-box-02 .icon {
	position: absolute;
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
	height: 130px;
	width: 130px;
	padding-left: 35px;
	border-radius: 50%;
	line-height: 130px;
	text-align: center;
	background-color: #fff;
	color: var(--main-color-two);
	font-size: 50px;
	transition: all 500ms
}

.single-icon-box-02 .icon i {
	transition: all 500ms;
	display: inline-block
}

.single-icon-box-02 .content {
	flex: 1;
	padding-top: 5px
}

.single-icon-box-02 .content .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	transition: all 500ms;
	color: #fff
}

.single-icon-box-02 .content p {
	color: #fff
}

.single-icon-box-03 {
	background-color: var(--main-color-two);
	padding: 45px 30px;
	overflow: hidden;
	position: relative;
	z-index: 0
}

.single-icon-box-03.bg-image {
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat
}

.single-icon-box-03.style-01 {
	background-color: #5887f5
}

.single-icon-box-03.style-01 .content .offer {
	background-color: #24bbbc
}

.single-icon-box-03.style-02 {
	background-color: #ee592e
}

.single-icon-box-03.style-02 .content .offer {
	background-color: #ffce61
}

.single-icon-box-03 .content .title {
	font-size: 30px;
	font-weight: 700;
	color: #fff
}

.single-icon-box-03 .content .subtitle {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px
}

.single-icon-box-03 .content .offer {
	display: inline-block;
	padding: 2px 15px;
	color: #fff;
	background-color: #ee592d;
	border-radius: 5px;
	margin-bottom: 15px
}

.single-icon-box-03 .content .price-wrap {
	color: #fff
}
/*----------------------------------------About */
.padding-top-130 {
    padding-top: 130px;
}
.concern-img.bg-image {
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain
}

.concern-img.bg-image-02 {
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	min-height: 500px;
	position: relative;
	z-index: 0
}

.concern-img.bg-image-02 .vdo-btn {
	position: absolute;
	top: 80px;
	right: 100px
}

.concern-img.bg-image-02 .thumb {
	position: absolute;
	bottom: -100px;
	right: 0;
	border: 10px solid #fff
}

.concern-content-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 90px
}

.concern-content-wrapper .content .section-p {
	font-size: 16px;
	color: #333
}

.concern-content-wrapper .author-details {
	margin-top: 40px
}

.concern-content-wrapper .author-details .author-meta {
	margin-top: 20px;
	padding-left: 15px;
	border-left: 2px solid var(--main-color-one)
}
.section-title-inner.white .subtitle {
	color: rgba(255, 255, 255, .7)
}

.section-title-inner.white .title {
	color: #fff
}

.section-title-inner.white p {
	color: rgba(255, 255, 255, .7)
}

.section-title-inner .title {
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 18px
}

.section-title-inner .subtitle {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	z-index: 0;
	padding-left: 80px;
	margin-bottom: 8px
}

.section-title-inner .subtitle:after {
	position: absolute;
	left: 0;
	top: 10px;
	height: 2px;
	width: 60px;
	background-color: var(--main-color-one);
	content: ""
}

.section-title.white .title {
	color: #fff
}

/*.section-title.white p {
	color: rgba(255, 255, 255, .7)
}
*/
.section-title .title {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	font-family: var(--heading-font);
	text-transform: capitalize;
	margin-bottom: 14px;

}

.section-title .titlenew {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	font-family: var(--heading-font);
	text-transform: capitalize;
	margin-bottom: 14px;

}
.our-expert-area .section-title .title { color:#fff}
.section-title.b-top {
    position: relative;
}
.desktop-center {
    text-align: center;
}
.margin-bottom-55 {
    margin-bottom: 55px;
}
.padding-top-25 {
    padding-top: 25px;
}
.section-title .title span {
	color: var(--main-color-one)
}

.section-title .subtitle {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	z-index: 0;
	margin-bottom: 8px;
	color: var(--main-color-one)
}

.section-title.b-top {
	position: relative
}

.section-title.b-top::after {
	position: absolute;
	content: "";
	background-color: var(--main-color-one);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 65px;
	height: 5px
}

.section-title.b-top-l {
	position: relative
}.why-people{
padding-top: 50px !important;
    padding-bottom: 60px;
    background: #fff;
}
.projects-item-two{margin-bottom:30px;position:relative;padding:30px 7px 17px 15px;background-color:#fff;z-index:1;-webkit-transition:.5s all ease;transition:.5s all ease; box-shadow: 0 0 10px #e2e2e2;
    min-height: 240px;}
.projects-item-two:before{position:absolute;content:'';width:100%;height:0;left:0;bottom:0;background-color:#4389c0;z-index:-1;-webkit-transition:.5s all ease;transition:.5s all ease}
.projects-item-two:hover{-webkit-transform:translate(0,-10px);transform:translate(0,-10px)}
.projects-item-two:hover:before{height:100%}
.projects-item-two:hover i{color:#fff}.projects-item-two:hover h3 a{color:#fff}.projects-item-two:hover p{color:#fff}.projects-item-two:hover .projects-btn{color:#fff}.projects-item-two img{position:absolute;z-index:-1}.projects-item-two img:nth-child(1){top:0;right:0}.projects-item-two img:nth-child(2){right:0;bottom:0}.projects-item-two .icon{display:inline-block;color:#fb2448;font-size:45px;line-height:45px;margin-bottom:15px;-webkit-transition:.5s all ease;transition:.5s all ease}
.projects-item-two h3{margin-bottom:10px;font-size:24px}.projects-item-two h3 a{    color: #4389c0;    font-weight: 600;
    font-size: 18px;}.projects-item-two h3 a:hover{color:#011a41}.projects-item-two p{margin-bottom:14px;-webkit-transition:.5s all ease;transition:.5s all ease}.projects-item-two .projects-btn{display:inline-block;font-weight:600;color:#4389c0}.projects-item-two .projects-btn i{display:inline-block;font-size:13px;position:relative;top:0px;-webkit-transition:.5s all ease;transition:.5s all ease}.projects-item-two .projects-btn:hover{color:#011a41}.projects-item-two .projects-btn:hover i{color:#011a41}
.thisboxImg{position:relative;display:block;width:100%;}
.thisboxImg img{max-width:50px;position:relative;margin-bottom:10px;}
.projects-item-two:hover .thisboxImg img{filter:invert(1)}

.projects-item {margin-bottom: 30px;position: relative;-webkit-transition: .5s all ease;transition: .5s all ease;}
.projects-item:before {position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.041688)),color-stop(72%,rgba(0,0,0,0.715845)));background: linear-gradient(180deg,rgba(0,0,0,0.041688) 0%,rgba(0,0,0,48%) 72%);transition:all 0.4s;}
.projects-item:hover:before {background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.041688)),color-stop(72%,rgba(0,0,0,0.715845)));background: linear-gradient(180deg,rgba(0,0,0,0.041688) 0%,rgba(0,0,0,0.715845) 72%)}
.projects-item img {width: 100%;}
.projects-item .inner {position: absolute;left: 0;bottom: 0;z-index: 1;padding: 15px;width: 100%;transition:all 0.4s;}
.projects-item .inner h3 {    font-size: 17px;margin-bottom: 5px;line-height: 26px;font-weight: 600;}
.projects-item .inner h3 a {color: var(--color-white);}
.projects-item:hover .inner h3 a {}
.projects-item:hover .inner {bottom:10px;}
.projects-item:hover {-webkit-transform: translate(0,-10px);transform: translate(0,-10px);}
.new{ line-height:30px;}
.new strong{ color:#08475b}
.section-title.b-top-l::after {
	position: absolute;
	content: "";
	background-color: var(--main-color-one);
	top: 0;
	left: 0;
	width: 65px;
	height: 5px
}

.section-title p {
	font-size: 16px;
	padding-bottom: 2px; line-height:28px;
	/*color: #fff;*/
}
.service-gallery-area p{
	color: #fff;
}
/*--------------------------------------find*/
.mart{ margin-top:100px}
.what-we-do-area{ background:#edf3f6}.what-we-do-wrapper.m-bottom {
    position: relative;
    z-index: 1; 
}
.bg-litewhite {
    background-color: #edf3f6;
}
.what-we-do-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padt{ padding-top:40px;}
.padding-top-120 {
    padding-top: 60px;
}
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	background-color: var(--main-color-one);
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	z-index: 99;
	font-size: 25px;
	cursor: pointer;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	display: none
}
.do-single-item {
	text-align: center;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #e1e1e1;
	transition: all .3s ease-out
}

.do-single-item:hover {
	background-color: var(--main-color-two)
}

.do-single-item:hover .content .title {
	color: #fff
}

.do-single-item:hover .content p {
	color: #fff
}

.do-single-item .icon {
	font-size: 50px;
	color: var(--heading-color);
	transition: all 500ms;
	position: relative;
	z-index: 0
}

.do-single-item .icon::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	width: 25px;
	height: 25px;
	background-color: var(--main-color-one);
	border-radius: 50%;
	z-index: -1
}

.do-single-item .content {
	flex: 1;
    padding-top: 17px;
}

.do-single-item .content .title {
	font-size: 24px;
	line-height: 34px;
	color: var(--heading-color);
	font-family: var(--heading-font);
	font-weight: 700;
	transition: all 500ms
}

.do-single-item .content p {
	font-size: 15px;
	line-height: 26px; 
	margin: auto
}

.do-single-item-02 {
	text-align: center;
	position: relative;
	z-index: 0
}

.do-single-item-02.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 350px;
	height: 100%;
	width: 100%
}

.do-single-item-02:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(to top, rgba(21, 21, 41, 0.9) 10%, rgba(255, 0, 0, 0) 40%)
}

.do-single-item-02 .content {
	display: flex;
	position: absolute;
	bottom: 15px;
	justify-content: center;
	width: 100%;
	flex: 1
}

.do-single-item-02 .content .icon {
	font-size: 50px;
	color: var(--main-color-one);
	transition: all 500ms;
	position: relative;
	z-index: 0
}

.do-single-item-02 .content .title {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	font-family: var(--heading-font);
	font-weight: 700;
	transition: all 500ms
}
.our-expert-area.bg-image {
	background-size: cover;
	background-repeat: no-repeat
}
.margin-top-80 {
    margin-top: 80px;
}
.experts-content .section-title .icon {
	/*color: #fff;*/
	font-size: 90px;
	line-height: 100px
}

.expert-wrapper.m-bottom {
	margin-bottom: -70px;
	position: relative;
	z-index: 1
}

.medical-care-care-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.medical-care-care-list li {
	width: calc(100%/3)
}

.medical-care-care {
	padding: 55px 60px 30px 45px;
	background-color: var(--main-color-two)
}

.medical-care-care .section-title .title {
	color: #fff
}

.medical-care-care .section-title p {
	color: #fff
}

.opening-content {
	padding: 55px;
	transform: scale(1.1);
	background-color: var(--secondary-color);
	position: relative;
	z-index: 1
}

.opening-content .icon {
	color: #fff;
	font-size: 40px;
	line-height: 50px
}

.opening-content .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #fff
}

.opening-content ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.opening-content ul li {
	color: #fff;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px dashed rgba(255, 255, 255, .5)
}

.opening-content ul li a span {
	float: right
}
.bg-grey {
    background-color: #1e3042;
}

.padding-bottom-110 {
    padding-bottom: 70px;
}
.padding-top-500 {
    padding-top: 50px;
}
.expert-single-item.bg-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 400px;
}
.expert-single-item {
    position: relative;
    z-index: 0;
}
.expert-single-item .content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: inline-block;
    padding: 15px;
    background-color: #069eaf;
    right: 24%;
}
.expert-single-item .content .icon {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
}
.expert-single-item .content .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
}
.expert-single-item .content.style-01 {
    background-color: #8ebf4c;
}
.padding-top-70 {
    padding-top: 70px;
}
/*-------------------------------------------Services*/
.single-blog-item .thumb.bg-image {
	margin-left: 35px;
	margin-bottom: -40px;
	position: relative;
	z-index: 0
}

.single-blog-item .thumb.bg-image:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: var(--main-color-one);
	z-index: -1
}
.single-blog-item .content img{
	height: 250px;
	object-fit: cover;
}
.single-blog-item .thumb.bg-image img {
	width: 80px;
	height: 80px;
	border-radius: 50%
}
.content h3{ text-align:center; font-size:18px; padding-top:10px; font-weight:bold; padding-bottom:0; margin-bottom:0;}
.headh{ font-size:18px; font-weight:bold; color:#09C}
.single-blog-item .content {
	background-color: #fff;
	padding: 15px;
}

.single-blog-item .content .content-wrapper {
	position: relative
}

.single-blog-item .content .content-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 170px;
	height: 2px;
	opacity: .5;
	background-color: var(--main-color-two)
}

.single-blog-item .content .content-wrapper .icon {
	position: absolute;
	bottom: -25px;
	right: 50px;
	font-size: 45px;
	line-height: 55px;
	color: var(--main-color-two)
}

.single-blog-item .content .content-wrapper .description {
	font-size: 18px;
	line-height: 35px;
	font-style: italic;
	max-width: 365px;
	font-weight: 400;
	padding-bottom: 35px
}

.single-blog-item .author-details {
	display: flex;
	align-self: flex-start
}

.single-blog-item .author-details .author-meta {
	flex: 1;
	margin-top: 15px
}

.single-blog-item .author-details .author-meta .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0
}

.single-blog-item .author-details .author-meta .designation {
	font-size: 14px;
	color: var(--secondary-color)
}

.single-blog-item-02 {
	position: relative
}

.single-blog-item-02 .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 85px;
	width: 85px;
	border-radius: 50%;
	text-align: center;
	font-size: 45px;
	line-height: 85px;
	background-color: #fff;
	color: var(--main-color-one)
}

.single-blog-item-02 .content {
	background-color: var(--main-color-one);
	padding: 40px 55px 45px 90px;
	margin-left: 43px;
	border-radius: 5px
}

.single-blog-item-02 .content .description {
	font-size: 18px;
	line-height: 35px;
	font-weight: 500;
	color: #fff
}

.single-blog-item-02 .content .author-details {
	display: flex;
	align-self: flex-start
}

.single-blog-item-02 .content .author-details .author-meta {
	flex: 1
}

.single-blog-item-02 .content .author-details .author-meta .title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	color: #fff
}

.single-blog-item-02 .content .author-details .author-meta .designation {
	font-size: 14px;
	color: #fff
}


.single-testimonial-item .thumb.bg-image {
	margin-left: 35px;
	margin-bottom: -40px;
	position: relative;
	z-index: 0
}

.single-testimonial-item .thumb.bg-image:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: var(--main-color-one);
	z-index: -1
}

.single-testimonial-item .thumb.bg-image img {
	width: 80px;
	height: 80px;
	border-radius: 50%
}

.single-testimonial-item .content {
	background-color: #fff;
	padding: 15px;
}

.single-testimonial-item .content .content-wrapper {
	position: relative
}

.single-testimonial-item .content .content-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 170px;
	height: 2px;
	opacity: .5;
	background-color: var(--main-color-two)
}

.single-testimonial-item .content .content-wrapper .icon {
	position: absolute;
	bottom: -25px;
	right: 50px;
	font-size: 45px;
	line-height: 55px;
	color: var(--main-color-two)
}

.single-testimonial-item .content .content-wrapper .description {
	font-size: 18px;
	line-height: 35px;
	font-style: italic;
	max-width: 365px;
	font-weight: 400;
	padding-bottom: 35px
}

.single-testimonial-item .author-details {
	display: flex;
	align-self: flex-start
}

.single-testimonial-item .author-details .author-meta {
	flex: 1;
	margin-top: 15px
}

.single-testimonial-item .author-details .author-meta .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0
}

.single-testimonial-item .author-details .author-meta .designation {
	font-size: 14px;
	color: var(--secondary-color)
}

.single-testimonial-item-02 {
	position: relative
}

.single-testimonial-item-02 .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 85px;
	width: 85px;
	border-radius: 50%;
	text-align: center;
	font-size: 45px;
	line-height: 85px;
	background-color: #fff;
	color: var(--main-color-one)
}

.single-testimonial-item-02 .content {
	background-color: var(--main-color-one);
	padding: 40px 55px 45px 90px;
	margin-left: 43px;
	border-radius: 5px
}

.single-testimonial-item-02 .content .description {
	font-size: 18px;
	line-height: 35px;
	font-weight: 500;
	color: #fff
}

.single-testimonial-item-02 .content .author-details {
	display: flex;
	align-self: flex-start
}

.single-testimonial-item-02 .content .author-details .author-meta {
	flex: 1
}

.single-testimonial-item-02 .content .author-details .author-meta .title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	color: #fff
}

.single-testimonial-item-02 .content .author-details .author-meta .designation {
	font-size: 14px;
	color: #fff
}
.padding-bottom-120 {
    padding-bottom: 120px;
}
.servc_list2 {padding:0;margin:15px 0 0;list-style:none}
.servc_list2 li{display:block;margin:0 0 0px 0;padding-bottom:5px;position:relative;padding-left:25px;}
.servc_list2 li:after{position:absolute;content:"";height:80%;width:1px;top:26px;left:8px;background-color:#13376d}
.servc_list2 li:last-child {margin-bottom:0;}
.servc_list2 li:last-child:after{display:none;}
.servc_list2 li i {position:absolute;left:0;color:#3d4864;font-size:20px;}
.servc_list2 li span{color:#2a2a2a;display:block;font-weight:400;font-size:16px;padding:1px 0px 1px 15px; line-height:29px;}
.ClientsSec{padding:20px;  }
		  .ClientsSec h3{background-color:#fff; padding:10px; display:inline-block; text-transform:uppercase; color:#FE4953; margin-bottom:0; margin-top:0;}
		  .clinets img{margin:10px; padding:10px; background-color:#fff;box-shadow:0 0 7px #ccc;-webkit-box-shadow:0 0 7px #ccc;-o-box-shadow:0 0 7px #ccc;-moz-box-shadow:0 0 7px #ccc;-ms-box-shadow:0 0 7px #ccc;}
		  .MajorClients img{width:280px;}
		  
		
/*-----------------------------------------gall*/
.service-gallery-single-item {
	position: relative;
	z-index: 0
}

.service-gallery-single-item .thumb {
	position: relative;
	z-index: 0;
	overflow: hidden
}

.service-gallery-single-item .thumb img {
	transition: all .3s ease-in-out;
	width: 100%
}

.service-gallery-single-item .content {
	position: absolute;
	bottom: -45px;
	left: -45px;
	padding-top: 50px;
	padding-left: 65px;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	background-color: #b8d044b5;
	opacity: 0;
	transition: all .3s ease-in-out
}

.service-gallery-single-item .content .icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--main-color-one);
	margin-bottom: 10px
}

.service-gallery-single-item .content .title {
	color: #069eaf;
	font-size: 16px;
	font-weight: 900;
	line-height: 26px;
	margin-bottom: 0
}

.service-gallery-single-item .content p {
	color: #fff;
	font-size: 14px;
	line-height: 24px
}

.service-gallery-single-item:hover .thumb img {
	transform: scale(1.2)
}

.service-gallery-single-item:hover .thumb .content {
	opacity: 1
}

.product-single-item {
	border: 1px solid #e1e1e1;
	padding: 40px 0;
	margin-bottom: 0;
	border-radius: 5px;
	transition: all .3s ease-in;
	text-align: center
}

.product-single-item:hover .product-header .img-icon img {
	visibility: hidden
}

.product-single-item:hover .product-header .social-link {
	display: block
}

.product-single-item .product-header .img-icon {
	transition: all .3s ease-in;
	position: relative
}

.product-single-item .product-header .title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700
}

.product-single-item .product-header .info-text {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0
}

.product-single-item .product-header .social-link {
	width: 100%;
	position: absolute;
	bottom: 50px;
	display: none;
	left: 50%;
	transform: translateX(-50%)
}

.product-single-item .product-header .social-link ul li {
	background-color: var(--main-color-two);
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 15px;
	transition: all .3s ease-in
}

.product-single-item .product-header .social-link ul li+li {
	margin-left: 10px
}

.product-single-item .product-header .social-link ul li:hover {
	color: var(--secondary-color)
}

.product-single-item .product-wrap {
	margin-bottom: 13px;
	font-size: 16px;
	line-height: 50px;
	font-weight: 700;
	color: var(--main-color-two)
}

.product-single-item .product-footer .btn-wrapper .boxed-btn {
	padding: 12px 40px
}
.service-gallery-masonry .masonry-item {
    padding: 0;
    cursor: pointer;
        max-width: 20% !important;
}
/*-------------------counter*/
.counterup-wrapper.m-bottom {
	margin-bottom: -70px;
	padding-top: 45px;
	position: relative;
	z-index: 1;
	border-radius: 5px
}
.counter-area.bg-image {
	background-size: cover;
	background-repeat: no-repeat
}

.counter-area.m-bottom {
	margin-top: -180px;
	position: relative;
	z-index: 1
}

.single-counterup-block-with-img {
	display: inline-block
}

.single-counterup-block-with-img .thumb {
	position: relative;
	z-index: 0
}

.single-counterup-block-with-img .thumb img {
	border-bottom-right-radius: 50px
}

.single-counterup-block-with-img .thumb .hover {
	position: absolute;
	left: 5%;
	top: 5%;
	width: 90%;
	background-color: #fff;
	height: 90%;
	border-bottom-right-radius: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.single-counterup-block-with-img .thumb .hover .title {
	font-size: 18px;
	line-height: 28px;
	font-family: var(--body-font)
}

.single-counterup-block-with-img .thumb .hover .count-num {
	font-size: 120px;
	line-height: 130px;
	color: var(--main-color-one);
	font-family: var(--heading-font);
	font-weight: 700
}

.single-counterup-01 {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 0;
	margin-bottom: 30px
}

.single-counterup-01 .icon {
	font-size: 45px;
	line-height: 45px;
	color: #000;
	margin-right: 20px;
	position: relative;
	z-index: 0
}

.single-counterup-01 .icon:after {
	content: "";
	position: absolute;
    left: -13px;
    top: -4px;
	top: 0;
	width: 60px;
	height: 60px;
	background-color: #b8d048;
	border-radius: 50%;
	z-index: -1
}

.single-counterup-01 .content .title {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	font-family: var(--body-font)
}

.single-counterup-01 .content .count-wrap {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0
}
.bg-red {
    background-color: #069eaf;
}

/*------------------footer*/
.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-top-155 {
    padding-top: 115px;
}
.footer-top {
	background-color: #b8d046;
	border-bottom: 1px solid rgba(114, 108, 148, .2)
}

.footer-top.bg-image {
	background-size: cover;
	background-repeat: no-repeat
}

.footer-top.style-01 {
	border-bottom: 1px solid rgba(114, 108, 148, .2);
	background-color: #eaeaef
}

.footer-top.style-01 .widget .widget-title {
	color: var(--main-color-one)
}

.copyright-area {
	background-color: #131c23
}

.copyright-area.style-01 {
	background-color: #d7e2e8
}
.widget {
	margin-bottom: 30px
}

.widget-area {
	padding: 30px
}

.widget select {
	width: 100%;
	height: 50px;
	padding: 10px 20px
}

.widget .widget-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 15px;
	text-transform: capitalize;
	position: relative;
	font-family: var(--heading-font)
}

.widget .widget-title.style-01 {
	padding-bottom: 10px;
	color: var(--heading-color);
	border-bottom: 1px solid #ebebeb;
	position: relative
}

.widget .widget-title.style-01:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: var(--main-color-one)
}

.widget.widget_calendar {
	padding-right: 24px;
	padding-left: 24px
}

.widget:last-child {
	margin-bottom: 0
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
	display: none
}

.widget.footer-widget .subscribe-form .form-group .form-control {
	background-color: #515457;
	color: #fff
}

.widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6)
}

.widget.footer-widget .subscribe-form .form-group .form-control:-moz-placeholder {
	color: rgba(255, 255, 255, .6)
}

.widget.footer-widget .subscribe-form .form-group .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, .6)
}

.widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, .6)
}

.widget.footer-widget .subscribe-form .submit-btn:hover {
	background-color: #fff;
	color: var(--main-color-one)
}

.widget.footer-widget {
	background-color: transparent !important;
	padding: 0;
	margin-bottom: 30px
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget ul li ul {
	margin-left: 20px
}

.widget ul li {
	display: block;
	margin: 8px 0;
	-ms-word-wrap: break-word;
	word-break: break-word
}

.widget ul li:first-child {
	margin-top: 0
}

.widget ul li:last-child {
	margin-bottom: 0
}

.widget ul li a {
	color: inherit;
	transition: all .3s ease-in
}

.widget ul li a:hover {
	color: var(--main-color-one)
}

.widget_search .search-form {
	position: relative
}

.widget_search .search-form .form-group {
	margin-bottom: 0
}

.widget_search .search-form .form-group .form-control {
	height: 50px;
	border: none;
	border-radius: 0;
	padding: 0 70px 0 15px
}

.widget_search .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	font-size: 18px;
	color: #111;
	background-color: transparent;
	transition: .3s ease-in;
	border: none;
	cursor: pointer
}

.widget_search .search-form .submit-btn:hover {
	background-color: var(--secondary-color);
	color: #fff
}

.widget_author_meta {
	text-align: center
}

.widget_author_meta .thumb {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 20px
}

.widget_author_meta .thumb img {
	border-radius: 50%
}

.widget_author_meta .content .name {
	font-size: 21px;
	font-weight: 700
}

.widget_author_meta .content p {
	font-size: 16px;
	line-height: 26px
}

.widget_author_meta .content ul {
	margin-top: 25px
}

.widget_author_meta .content ul li {
	display: inline-block;
	margin: 0 5px
}

.widget_author_meta .content ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	transition: all .3s ease-in
}

.widget_author_meta .content ul li a:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 5px 5px 5px 0;
	color: inherit;
	transition: all .3s ease-in;
	border-radius: 5px;
	font-size: 14px !important
}

.widget_tag_cloud .tagcloud a:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.widget ul li ul.sub-menu {
	position: initial
}

.widget ul li ul.sub-menu {
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	border-top: none;
	box-shadow: none;
	margin-top: 10px
}

.widget ul li ul.sub-menu li a {
	padding: 0 0 0 10px
}

.widget ul li ul.sub-menu li a:hover {
	background-color: transparent
}

.widget.widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget.widget_nav_menu ul li {
	margin: 10px 0
}

.widget.widget_archive ul li:first-child {
	padding-top: 0
}

.widget.widget_archive ul li {
	padding: 10px 0;
	font-weight: 600
}

.widget.widget_archive ul li:last-child {
	border-bottom: none
}

.widget.widget_archive ul li a i {
	margin-right: 10px;
	color: var(--main-color-one)
}

.widget.widget_archive ul li a span {
	margin-left: 10px
}

.widget.widget_nav_menu ul li:first-child {
	margin-top: 0
}

.widget.widget_nav_menu ul li:last-child {
	margin-bottom: 0
}

.widget.widget_nav_menu ul li a {
	border: none
}

.widget.widget_nav_menu ul li>ul {
	margin-left: 15px
}

.widget.footer-widget.widget_calendar table {
	margin-bottom: 0
}

.widget.footer-widget.widget_calendar caption {
	padding-bottom: 0
}

.widget.footer-widget .widget-title {
	color: #000;
	padding-bottom: 15px;
	position: relative;
	z-index: 0
}

.widget.footer-widget .widget-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: var(--main-color-one)
}

.widget.footer-widget.style-01 .widget-title {
	color: var(--heading-color)
}

.widget.footer-widget p,
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar th,
.widget.footer-widget.widget_calendar td {
	color: #000;
	font-size: 15px; line-height:27px;
}

.widget.footer-widget ul li a,
.widget.footer-widget ul li {
	color: #000;
	font-size: 15px
}

.widget.footer-widget ul li a:hover {
	color: rgba(255, 255, 255, .7)
}

.widget.footer-widget.style-01 ul li a:hover {
	color: var(--main-color-one)
}

.widget .social_share {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: nowrap
}

.widget .social_share li {
	width: calc(100%/3);
	margin: 0;
	display: block;
	padding: 20px 0 12px;
	text-align: center;
	border-radius: 5px;
	color: #fff
}

.widget .social_share li i {
	display: block;
	margin-bottom: 10px;
	font-size: 20px
}

.widget .social_share li.facebook {
	background-color: #3b5999
}

.widget .social_share li.twitter {
	background-color: #55acee
}

.widget .social_share li.instagram {
	background-color: #e4405f
}

.widget .social_share li a:hover {
	color: #fff
}

.widget .social_share li+li {
	margin-left: 10px
}

.widget-nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #e1e1e1;
	border-radius: 5px
}

.widget .recent_post_item {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget .recent_post_item li {
	display: block
}

.widget .recent_post_item li+li {
	margin-top: 30px
}

.widget .recent_post_item li.single-recent-post-item {
	display: flex;
	align-self: flex-start
}

.widget .recent_post_item li.single-recent-post-item .thumb {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	border-radius: 5px
}

.widget .recent_post_item li.single-recent-post-item .thumb img {
	border-radius: 5px
}

.widget .recent_post_item li.single-recent-post-item .content {
	flex: 1
}

.widget .recent_post_item li.single-recent-post-item .content .title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600
}

.widget .recent_post_item li.single-recent-post-item .content .time {
	font-size: 12px;
	font-weight: 500
}

.widget .recent_post_item li.single-recent-post-item .content .time i {
	padding-right: 5px;
	color: var(--main-color-one)
}
.contact_info_list li.single-info-item .icon {
    position: absolute;
       left: 5%;
    /*top: 0;*/
    color: #069eaf;
}
.contact_info_list .details{
	position: relative;
    left: 6%;
    line-height: 25px;
    font-size: 15px;
}
.copyright-area {
    background-color: #829625;
}
.copyright-area {
    padding: 15px 0;
    text-align: center;
    color: #000;
    font-size: 14px;
}
.nav-pills-custom {
  /*  
    display: block;*/
   /*display: inline-block;*/
}
.h6 strong{
	color: #076576;
}
@media(max-width: 991px){
	.tab-padding {
   padding: 0px 0px 0 0px !important;
}
	.pr{
		    padding-right: 0px;
	}
	.pddg00{
		padding: 0;
	}
	/*.algnitems{
		align-items: flex-end;
	}*/
	.h6 strong{
	font-size: 14px !important;
	color: #076576;
}
.para{
	font-size: 14px !important
}
	.nav-pills-custom {
    
    display: inline-flex;
}
.nav-pills-custom .nav-link {
    margin: 0 8px;
    width: 148px;
}
.nav-pills-custom .nav-link {
   
    font-size: 14px !important;
}
	/*.nav-pills-custom .nav-link.active {
  
    display: inline-flex;
    margin-right: 20px;
    width: 44%;
}*/
 
	.offset-2 {
    margin-left: 0;
}


	.contact_info_list li.single-info-item .icon {
    position: absolute;
       left: 0px;
    /*top: 0;*/
    color: #069eaf;

}
.contact_info_list li.single-info-item .icon i{
	margin-left: 10px
}
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.card-title{
   font-size: 18px;
   
    font-weight: 700;
    font-family: var(--heading-font);
    text-transform: capitalize;
  
    color: #069eaf !important;
}


/*---------------------
    ## Breadcumb 
----------------------*/
.breadcrumb-area {
  background: url(../img/breadcrumb/01.html);
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.breadcrumb-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  content: "";
  background: linear-gradient(to right, rgba(50, 115, 251, 0.6) 40%, rgba(255, 0, 0, 0) 100%);
  z-index: -1;
}
.breadcrumb-area.extra {
  padding-bottom: 138px;
}
.breadcrumb-area .breadcrumb-inner {
  padding: 180px 0 60px 0;
}
.breadcrumb-area .page-title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.breadcrumb-area p {
  font-size: 14px;
  line-height: 26px;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
}
.breadcrumb-area .page-list li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}
.breadcrumb-area .page-list li:first-child a {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 7px;
  top: 0;
  font-weight: 700;
  content: "/";
  font-family: "fontawesome";
}
.breadcrumb-area .page-list li a {
  color: #b8d046;
  transition: all 0.3s ease-in;
}
.breadcrumb-area .page-list li a:hover {
  color: #fff;
}

.concern-img.bg-image {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.concern-img.bg-image-02 {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  min-height: 500px;
  position: relative;
  z-index: 0;
}
.concern-img.bg-image-02 .vdo-btn {
  position: absolute;
  top: 80px;
  right: 100px;
}
.concern-img.bg-image-02 .thumb {
  position: absolute;
  bottom: -100px;
  right: 0;
  border: 10px solid #fff;
}

.concern-content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 90px;
}
.concern-content-wrapper .content .section-p {
  font-size: 16px;
  color: #333333;
}
.concern-content-wrapper .author-details {
  margin-top: 40px;
}
.concern-content-wrapper .author-details .author-meta {
  margin-top: 20px;
  padding-left: 15px;
  border-left: 2px solid var(--main-color-one);
}

.progress-bar-area {
  position: relative;
  z-index: 0;
}
.progress-bar-area .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-top-110 {
    padding-top: 75px;
}

.testimonial-area .bg-img {
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 50%;
    z-index: -2;
    height: 100%;
    background-repeat: no-repeat;
}
.padding-top-50{
	padding-top: 50px
}
.color-h{
	color:#b8d048;
	font-weight: 600;
	font-size: 20px !important;
}
.single-testimonial-item-02 ul li{
	color: #fff;
	list-style-type: none;
	margin-bottom: 10px

}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.single-testimonial-item1{
	background: #ececec;
	margin-bottom: 20px; box-shadow: 0 0 10px #efefef; padding:5px;
}
.contact-area .contact-inner-area {
    padding: 50px 70px 35px;
}
.contact-page-form .form-group textarea {
    max-height: 160px;
    resize: none;
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 22px 30px 22px 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.contact-page-form .form-group .form-control {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    color: var(--heading-color);
    background-clip: border-box;
    background-color: #fff;
    border-radius: 5px;
    padding: 17px 30px 17px 20px;
    margin-bottom: 25px;
}
.single-contact-item .content .details {
    font-size: 14px;
    font-weight: 500;
}
.single-contact-item {
    display: flex;
    align-self: flex-start;
    background-color: var(--bg-color-two);
    padding: 15px 0;
}
.single-contact-item .icon {
    line-height: 10px;
    text-align: center;
    margin-right: 20px;
    font-size: 30px;

    color: var(--main-color-one);
    transition: all .3s ease-in;
}
.single-contact-item .content .details {
    font-size: 16px; color:#2a2a2a;
    font-weight: 500;
}
.do-single-item-h {
    
    border-radius: 20%;
}
.do-single-item-h img{
    
    border-radius: 20%;
}
.do-single-item-h1{
	height: 300px;
}
.owl-nav  {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
  display: none;
}
/*.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots .owl-dot.active {
  background-color: #000;
}
.owl-dots .owl-dot:focus {
  outline: none;
}
.owl-nav  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav  {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav :focus {
    outline: none;
}*/

.nav-pills-custom .nav-link {
    color: #000;
    background: #dad7d78a;
    position: relative;
    font-size: 17px;
        margin-right: 20px;
        display: inline-block;
           /* width: 293px;*/

}

.nav-pills-custom .nav-link.active {
      color: #fff;
    background: #076576;
    font-size: 17px;
}
.bg-blu {
    background-color: #e7eefb!important;
}
/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
    border-left: 10px solid #076576;
    border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}


/*
body {
    min-height: 100vh;
    background: linear-gradient(to left, #dce35b, #45b649);
}*/
/* MOBILE style */
@media screen and (max-width: 992px) {
    /*
     * In Mobile, hide the tabs controls and undo some potential damage done by the accordion
     */
    .responsive-tabs .nav-tabs,
    .responsive-tabs .tab-content .collapse.active:not(.in) {
        display: none;
    }
    .responsive-tabs .tab-content .collapse.in,
    .responsive-tabs .tab-content .collapsing {
        display: block;
    }
}


/* DESKTOP style */
@media screen and (min-width: 991px) {
    /*
     * In desktop, hide the accordion's controls and undo some potential damage done on the active tab
     */
    .responsive-tabs .panel-heading {
        display: none;
    }
    .responsive-tabs > .active {
        height: auto !important;
    }
}


/* To make it a bit prettier */
/*body {
    padding: 15px;
}
*/
.tab-content .panel-heading {
    padding: 0;
}

.tab-content a {
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
/*    border: solid #ccc;*/
    border-width: 1px 0;
}

.rates-page-tabs .nav-tabs>li>a {
  border: none;
  text-transform: uppercase;
  color: #7d7d7d;
}

.rates-page-tabs .nav-tabs>li>a:hover,
.rates-page-tabs .nav-tabs>li>a:focus {
  color: red;
  background-color: white;
  box-shadow: 0px -2px 0px red inset;
}

.rates-page-tabs .nav-tabs>li.active>a,
.rates-page-tabs .nav-tabs>li.active>a:focus,
.rates-page-tabs .nav-tabs>li.active>a:hover {
  border: none;
  box-shadow: 0px -2px 0px red inset;
  color: red;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ddd;
}
.rates-page-tabs .panel-group,
.rates-page-tabs .panel-group .panel,
.rates-page-tabs .panel-group .panel-heading,
.rates-page-tabs .panel-group .panel-heading a,
.rates-page-tabs .panel-group .panel-title,
.rates-page-tabs .panel-group .panel-title a,
.rates-page-tabs .panel-group .panel-body,
.rates-page-tabs .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-radius: 2px;
  border: 0;
}
.rates-page-tabs .panel-group .panel-heading {
  padding: 0;
  background-color: white;
}
.rates-page-tabs .panel-group .panel-heading a {
    display: block;
    color: #303030;
    font-size: 18px;
    padding: 15px 15px 15px 45px;
    text-decoration: none;
    /* text-transform: uppercase; */
    position: relative;
    color: #200;
       background: #d8e5ff;
    font-size: 15px;
    box-shadow: 0px 3px 14px 0px rgb(0 11 40 / 6%);
    border-top: 4px solid transparent; font-weight:bold;
}
.rates-page-tabs .panel-group .panel-heading a.collapsed {
  
}
.rates-page-tabs .panel-group .panel-heading a:before {
  content: '-';
  position: absolute;
  left: 14px;
  top: 8px;
  font-size:26px;
}
.rates-page-tabs .panel-group .panel-heading a.collapsed:before {
  content: '+';
  left: 10px;
  top: 10px;
}


.rates-page-tabs .panel-group .panel-collapse {
  margin-top: 5px !important;
}
.rates-page-tabs .panel-group .panel-body {
 background: #cddc3926;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #dddddd30 !important;
}
.rates-page-tabs .panel-group .panel {
  background-color: transparent;
}
.rates-page-tabs .panel-group .panel-body p:last-child,
.rates-page-tabs .panel-group .panel-body ul:last-child,
.rates-page-tabs .panel-group .panel-body ol:last-child {
  margin-bottom: 0;
}
.tab-padding{
	padding: 20px
}
/*.bordrrt{
	border-right: 1px solid #e9e2e2;
    padding: 20px;
}*/
.wrapper1 {
	margin: 0 auto;
	width: 1200px;
	
	        padding: 50px 0 150px;
	/*padding: 100px;*/
}

.square {
	width: 200px;
	height: 85px;
	position: relative;
	float: left;
}

.square:nth-child(2n) {
	background-color: #C5DB54;
	box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.2) inset;
}

.square:nth-child(2n+1) {
	background-color: #73B55E;
	box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.1) inset;
}

.square:first-child {
	box-shadow: none;
}

.square p.text {
    font: 400 18px/18px Verdana;
       padding: 0 40px;
    color: #FFFFFF;
    text-align: center; font-weight:bold;
  
}
.square p.text1 {
    font: 400 18px/18px Verdana;
    padding: 20px ;
    color: #000;
    text-align: center; font-weight:bold;
}
.square:nth-child(2n+1) p.text {
	color: #F2F2F2;
    position: absolute;
    bottom: 0;
}

.triagle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	position: absolute;
	top: 0px;
    line-height: 0;
	border-color: transparent transparent transparent #C5DB54;
	z-index: 999;
	left: 200px;
}

.square:nth-child(2n+1) .triagle {
	border-color: transparent transparent transparent #73B55E;
}

.circle {
    background-color: #eed;
    border: 15px solid #73B55E;
    border-radius: 100px;
    height: 100px;
    width: 100px;
    position: absolute;
    top: -65px;
    left: 35px;
 }

 .square:nth-child(2n) .circle {
	 border: 15px solid #C5DB54;
	
    top: 70px;

 }

 .circle p {
    bottom: -11px;
    font-size: 50px;
    position: absolute;
    display: block;
    border: 5px solid #FCFCFA;
    border-radius: 50px;
    height: 72px;
    width: 72px;
    padding: 6px 6px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2) inset;
 }

  .circle p span {
   font: 700 15px/22px Verdana;
    color: #416c34;
    text-align: center;
    display: block;
    margin-top: 5px;  }

    
    @media (min-width: 1200px){
.container {
    max-width: 96%;
}
}