@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Nunito:400,600,700,900" rel="stylesheet';

.container { max-width:1200px; }

/*---------------------------
	01 - General CSS starts
----------------------------*/
body {
	font-family: 'Lato', sans-serif;
	line-height:26px;
	font-size:0.9375rem;
	font-weight:400;
	padding:0;
    margin:0;
	color:#777777;
}
h1, 
h1 span,
h1 a { 
	font-size:1.75rem;
    margin-bottom:15px;
}
h2,
h2 span, 
h2 a {
	font-size:1.5rem;
}
h3,
h3 span, 
h3 a { 
	font-size:1.375rem;
}
h4, 
h4 span,
h4 a { 
	font-size:1.25rem;
}
h5, 
h5 span,
h5 a {
	font-size:1.125rem; 
}
h6, 
h6 span,
h6 a {
	font-size:1rem; 
}
label, 
p, 
ul, 
ol, 
a, 
blockquote, 
input, 
textarea, 
select, 
[type=date], 
[type=text], 
[type=email], 
.accordion-content,
span { 
	font-size: 17px;
    color: #000000;
    font-weight: 300;
    line-height: 175%;
}
h1,
h2,
h3,
h4,
h5,
h6, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	font-family: 'Nunito', serif;
	font-weight:700;
	color:#444444;
	line-height:normal;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-family: 'Nunito', serif;
	font-weight:bold;
	color:#333333; 
}

a {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	color:#449ae2;
	font-size:0.9375rem; 
}
a:focus {
	color:#444444;
}
a:hover {
	color:#449ae2; 
}
iframe {
	width:100%;
	border:0px; 
}
.button {
	text-transform:uppercase;
	font-size:0.77rem;
	border-radius:5px;
}
.button.primary {
	background-color:#459be3;
	color:#fff;
}
.button.primary:hover {
	background-color:#7fc540;
	color:#fff;
}
.button.secondary {
	background-color: #449ae2;
    color: #fff;
}
.button.secondary:hover {
	background-color: #f2963f;
    color: #fff;
}
.module {
	position:relative;
	margin-bottom:105px; 
}
.small-module {
	position:relative;
	margin-bottom:60px; 
}
.grey-bg-one {
	position:relative;
	z-index:0;
	padding-bottom:105px;
}
.grey-bg {
	position:relative;
	padding-top:105px;
	padding-bottom:105px;
}

.dark-bg {
	position:relative;
}
.dark-bg:before{
	content: "";
	background-color: rgb(68 68 68 / 14%);
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	position: absolute;
	z-index:-1;
}

.footer-top.dark-bg:before{ background-color: rgb(2 2 2 / 78%);}



.dark-bg:after {
	content: "";
    background: url(assets/images/banner02.jpg);
	background-position-y: top;
	background-position-x:center;
	background-repeat:no-repeat;
	background-size:cover;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}
dl dt {
	font-weight:bold;
	margin-bottom:.3rem;
}
.main-container {
	width:100%;
	margin:auto;
	position:relative; 
}
hr {
	border-bottom: 1px solid #ededed;
}
.grid-container {
	padding:0;
}
.margin-auto {
	margin:auto;
}
/*---------------------------
	General CSS Ends
----------------------------*/
/*-------------------------
	02 - Hover Effect css
-------------------------*/
.hover-img {
    margin-bottom:20px;
    border-radius: 100%;
    position:relative;
    z-index:0;
}
.hover-img img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}
.hover-info {
	position: absolute;
    border-radius: 100%;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    background-color: rgb(36 37 39 / 90%);
    transition: opacity .6s;
}
.hover-wrap:hover .hover-info {
    opacity:1;
    cursor: pointer;
}
/*-------------------------
	Hover Effect Ends
-------------------------*/

/*---------------------------
	03 - Section Title CSS 
----------------------------*/
.section-title {
	position:relative;
	display:block;
	max-width:52rem;
	margin:auto;
	margin-bottom:65px;
	padding-top:4px;
	text-align:center;
	padding-right:.9375rem;
    padding-left:.9375rem;
}
.section-title h2 span {
	color: #4597e0;
}

.section-title h2 strong {
	color: #4597e0;
}
.section-title h2 span ,
.section-title h2 {
	text-transform:uppercase;
	position:relative;
	font-size:2rem;
	font-weight:700;
	margin-bottom:20px;
}
.section-title h2 strong{text-transform:uppercase;
	position:relative;
	font-size:2rem;
	font-weight:700;
	margin-bottom:20px;}
.section-title-icon {
	position:relative;
	margin-bottom:19px;
}
.section-title-icon:after ,
.section-title-icon:before {
    content:'';
    border-bottom:1px solid #777777;
    width:80px;
	margin:auto;
    position:absolute;
    top:50%;
    left:0;
    right:0;
}
.section-title-icon:before {
	margin-right:36%;
}
.section-title-icon:after {
    margin-left:36%;	
}
.section-title p {
	font-size:1rem;
	font-weight:400;
	margin-bottom:30px;
}
.section-title-radius {
	position:relative;
	width:16px;
	height:16px;
	border-radius:100%;
	background-color:#459be3;
	margin:auto;
	text-align:center;
	z-index:999;
}
/*-------------------------
	Section Title Ends 
-------------------------*/

/*---------------------------
	04 - Top Bar CSS
----------------------------*/
.topBar {
	position: relative;
    background-color: #459be3;
    z-index: 99;
}
.topBar li ,
.topBar a  {
	color:#fff;
}
.topBar ul li a:hover {
	color:#7fc540;
}
.topBar a {
	padding:0;
}
.topBar a ,
.topBar li {
	line-height:normal;
	font-size:0.875rem;
}
.topBar .left-topBar i {
	margin-right:6px;
}
.topBar .left-topBar li {
	margin-right:30px;
}
.topBar .left-topBar li:last-child {
	margin-right:0px;
}
.right-topBar .social-icons {
	float:right;
}
.right-topBar:after {
	content:'';
	display:table;
	clear:both;
}
.right-topBar ul li {
	padding:0px 16px;
}
.right-topBar ul li:last-child {
	padding-right:0;
}
.left-topBar ,
.right-topBar {
    padding: 6px 0px;
}
/*---------------------------
	top Bar CSS Ends
----------------------------*/
/*---------------------------
	05 - header Wrap CSS
----------------------------*/
.header-wrap {
	z-index:999;
    position: relative;
	padding:35px 0px;
}.header-wrap {    z-index: 999;    position: absolute;    padding: 35px 0px;    width: 100%;    top: 59px;}
.top-bar ,
.top-bar ul {
	background-color:transparent;
	padding:0;
}
.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
	border:0;
}

.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a,
.dropdown.menu li a {
    color:#FFFFFF;
	font-family: 'Nunito', serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding:9px 12px;
    font-size: 0.875rem;
    font-weight:700;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:hover ,
.dropdown.menu li a:hover {
	color:#4599e2;
}
.top-bar .large-horizontal.dropdown .single-sub:first-child .nav-border {
    padding-left: 0;
}
nav ul.menu.dropdown li:last-child a {
    padding-right: 0px;
}
.top-bar .large-horizontal.dropdown .single-sub .child-nav a {
	background-color:#444444;
	padding:15px 15px;
	border-bottom: 1px solid #777777;
	line-height:normal; 
	text-transform: capitalize;
}
.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
	border:0px;
}
/*---------------------------
	header Wrap CSS Ends
----------------------------*/

/*-------------------------
	06 - Banner CSS 
-------------------------*/
.banner-container {
	margin-top:-132px;
	position:relative;
}
.main-banner .slide.slide-two:after {
	background-image: url(assets/images/banner.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: top;
}
/*.main-banner .slide.slide-one:after {
	content: '';
	background-image: url(assets/images/banner.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: top;
}*/
.main-banner .slide.slide-two:after,
.main-banner .slide.slide-one:after {
	content: '';
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	z-index: -2;
}
.transparent-background:before {
    content:"";
	background-color:rgb(90 90 90 / 0%);
	top:0;
    left:0;
    bottom:0;
    right:0;
    position:absolute;
	z-index:-1;
}
.slide-text {
	text-align: center;
	padding:325px 0 0;
	margin:auto;
	position: relative;
    z-index: 10;
	background: rgb(0 0 0 / 0.20);
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.slide-text h2 {
	font-size:2.875rem;
	font-weight:700;
	margin:auto;
	color:#fff;
	text-transform:capitalize;
	margin-top:10px;
	margin-bottom:10px;
}
.main-banner .slide-text p {
	color: #fff;
    max-width: 720px;
    margin: auto;
    line-height: 31px;
    font-size: 19px;
    letter-spacing: 0.05em;
    padding:0px 15px;
    margin-bottom: 30px;
    font-weight: 300;
}
.main-banner .slide-text a {
    padding:15px 30px;
	border-radius:10px;
	margin-bottom:0;
}
.slide.transparent-background {
    height: 100%;
    width: auto;
    position: relative;
	overflow:hidden;
}
.slide.transparent-background video { position:relative; top:0; left:0; width:100%; display: block; }
.main-banner .owl-prev {
    left:20px;
}
.main-banner .owl-next {
    right:20px;
}
.main-banner .owl-prev,
.main-banner .owl-next {
    font-size: 19px;
    color: #fff;
    line-height: 31px;
    text-align: center;
    position: absolute;
    top: 50%;
}
.main-banner .owl-nav {
	opacity:0;
}
.main-banner:hover .owl-nav {
	opacity:1;
}
.main-banner .owl-prev:hover,
.main-banner .owl-next:hover {
    color:#f2963f;
}
/*-------------------------
	Banner CSS Ends
-------------------------*/

/*-------------------------
	07 - Featured Boxes CSS
-------------------------*/
.featured-boxes {
	position:relative;
	background-color:#f8f8f8;
    margin-top: -85px
}
.featured-box { border-radius:10px; padding: 4px 0px; position:relative; z-index:2; height: fit-content; }
.featured-box:before { content: ""; display: block; border-top: 5px solid #7fc540; border-bottom: 5px solid #7fc540; border-radius: 10px; height: 100%; position: absolute; top: 0;   left: 0; width: 100%; }
.featured-box.two:before { border-top: 5px solid #459be3; border-bottom: 5px solid #459be3; }
.featured-box .feature_txt { height: 200px; overflow: hidden; }
.featured-box .readBtn a { padding: 0; margin:10px 0 0; font-size: 15px; text-decoration:underline; }

.featured-text { position:relative; background-color:#fff; border-radius:10px; text-align:center; margin:auto; padding:50px 25px 25px; min-height: 420px; }
.featured-text > div { position:relative; z-index:10; }
.featured-text p { color: #000; font-weight: 300; line-height: 27px; font-size: 16px; }
.featured-text img { margin-bottom:10px }
.featured-text h3 { margin-bottom:12px }
/*-------------------------
	Featured Boxes CSS Ends
-------------------------*/

/*-------------------------
	08 - About Section CSS
-------------------------*/
.about-section.grey-bg-one {
	padding-top:78px;
	background:#f8f8f8;
}
.about-text-left h2 {
	font-size:2.625rem;
	margin-bottom:46px;
}
.about-text-left a {
	font-size:1rem;
	margin-bottom:0;
	padding: 21px 60px;
}
.about-text {
	margin:auto;
	position:relative;
}
.about-text h2 {
	margin-bottom:20px;
}
.about-text p {
	color:#444444;
	margin-bottom:0;
	font-weight: 300;
    line-height: 29px;
}
.about-text-right {
	text-align:right;
}
.about-text-right h2 {
	margin-bottom:38px;
}
.about-text-right h2 span {
	display:block;
	font-weight:400;
	color:#f2963f;
	font-size:0.875rem;
}
/*-------------------------
	About Section CSS Ends
-------------------------*/

/*-------------------------
	09 - Services Section CSS
-------------------------*/
.services-section .section-title p ,
.services-section .section-title h2 {
	color:#fff;
}
.services-section.grey-bg-one {
	background-color:#444444;
}
.service-icon img {
	margin-bottom:20px;
	width:100%;
	height:auto;
}
.service-text {
	text-align:center;
	padding:0px 30px;
}
.service-text h3 a ,
.service-text p {
	color:#FFFFFF;
}
.service-text h3 a:hover {
	color:#7fc540;
}
.service-text p ,
.service-text h3 {
	margin-bottom:18px;
}
.service-text a {
	margin-bottom:0;
}
/*-------------------------
	Services Section CSS Ends
-------------------------*/

/*-----------------------------
	10 - Our Staff CSS
------------------------------*/
.staff-box img {
	background-color:#949597;
}
.staff-text {
	text-align:center;
}
.staff-text p {
	line-height:normal;
	margin-bottom:0;
	color:#459be2;
}
/*-----------------------------
	Our Staff CSS  Ends
------------------------------*/

/*-------------------------
	11 - Testimonials CSS
-------------------------*/
.testimonials .testimonial-text img {
	width:120px;
	height:auto;
	margin:auto;
	border-radius:100%;
	background-color:#f6f6f6;
	margin-bottom:45px;
}
.testimonial-text {
	text-align:center;
	padding: 0px 295px;
}
.testimonial-text p ,
.testimonial-text h2 {
	color:#fff;
}
.testimonial-text h2 {
	letter-spacing: .025em;
	margin-bottom:18px;
}
.testimonial-text p {
	line-height: inherit;
	margin-bottom:25px;
}
.testimonial-text p:last-child strong {
	margin-left:15px;
}
.testimonial-text p:last-child strong ,
.testimonial-text p:last-child {
	font-weight:400;
}
.testimonial-text p:last-child {
	color:#7fc540;
	text-transform:uppercase;
}
.testimonial-text p:last-child span {
	color:#fff;
	display:block;
	text-transform:capitalize;
	margin-top:5px;
}
.testimonial-text i {
	color:#4597e0bf;
	font-size:3.75rem;
	margin-bottom:20px;
	display:block;
	
}
.testimonials .owl-controls .owl-dot {
	width:5px;
	height:5px;
	border-radius: 100%;
	background-color:#fff;
	border:1px solid #fff;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.testimonials .owl-controls .owl-dot.active {
	background-color: #4597e0;
    border: 1px solid #4597e0;
}
.testimonials .owl-controls {
	position:absolute;
	left:50%;
	margin-left:-22.5px;
}
/*-------------------------
	Testimonials CSS Ends
-------------------------*/

/*-------------------------
	12 - Gallery CSS
-------------------------*/
.gallery-container {
	text-align:center;
}
.gallery-thumb {
	max-width:24.7%;
	margin-top:2px;
	margin-bottom:2px;
	z-index:0;
}
.gallery-thumb:hover {
    -webkit-filter: brightness(0.70);
    filter: brightness(0.70);
}
.lb-data .lb-details:after {
}
/*-------------------------
	Gallery CSS Ends
-------------------------*/

/*-----------------------------
	13 - Blog Section CSS
------------------------------*/
.post-text.dark-bg:before {
    content: "";
    background-color: rgba(245, 246, 251, 0.90);
}
.post-text.dark-bg:after {
    content: "";
    background: url(assets/images/blog-bg-effect-1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.post-text {
	text-align:center;
	padding:30px 30px;
}
.post-text .meta-tags h6 ,
.post-text h2 a {
	font-weight:400;
}
.post-text h2 a {
	font-size:1.625rem;
	letter-spacing:0.05em;
}
.post-text h2 {
	margin-bottom:20px;
}
.post-text .meta-tags h6 {
	font-family: 'Lato', sans-serif;
	color:#459be3;
	margin-bottom:16px;
}
.post-text p {
	line-height:inherit;
}
.post-text a {
	margin-bottom:0px;
}
/*-----------------------------
	Blog Section CSS Ends
------------------------------*/

/*-----------------------------
	14 - Call To Action CSS
------------------------------*/
.call-to-action.dark-bg:after {
    background: url(assets/images/background-effect-2.jpg);
	background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.call-to-action .cell {
	padding-top:5px;
}
.call-to-action-text {
    padding: 0px 150px;
	text-align:center;
}
.call-to-action-text p ,
.call-to-action-text h2 {
	color:#FFFFFF;
}
.call-to-action-text h2 {
	font-size:2.1875rem;
	font-weight:400;
	margin-bottom:30px;
}
.call-to-action-text p {
	line-height:inherit;
	padding: 0px 22px;
	margin-bottom:30px;
}
.call-to-action-text a {
	margin-bottom: 0;
    text-transform: capitalize;
    padding: 23px 44px;
	font-size:0.875rem;
}
/*-----------------------------
	Call To Action CSS Ends
------------------------------*/

/*-----------------------------
	15 - Why Chose Us CSS
------------------------------*/
.video {
	position:relative;
}
.video-text {
	position: absolute;
	bottom: 0;
	background-color: rgba(68, 68, 68, 0.77);
	width: 100%;
	display: block;
	padding: 14px 26px;
}
.video-text h2 {
	font-size:0.8125rem;
	color:#FFFFFF;
	font-weight:400;
	margin-bottom:0;
}
.video-text h2 ,
.video-text h2 strong {
	color:#FFFFFF;
}
.video-text span ,
.video-text h2 strong {
	font-size:1rem;
}
.video-text h2 strong {
	display:block;
	margin-top:3px;
}
.video-text span {
	color:#7fc540;
}
.why-chose-us .accordion-title {
	border-bottom: 3px solid #fff;
}
.accordion-title {
	background-color: #444444;
	color:#FFFFFF;
	padding:19.6px 16px;
}
.why-chose-us :last-child:not(.is-active)>.accordion-title {
	border-bottom:0;
}
.accordion-title:focus,
.accordion-title:hover {
	background-color:#FFFFFF;
	transition: background-color .25s ease-out,color .25s ease-out;
}
.is-active>.accordion-title {
	background-color:#f2963f;
	color:#FFFFFF;
	border:0;
	transition: background-color .25s ease-out,color .25s ease-out;
}
.accordion-title ,
.accordion-title::before {
	font-size:1.0rem;
	line-height:normal;
}
.accordion-title::before {
	margin-top:-12.5px;
}
.accordion {
	margin-bottom:0;
}
.accordion-content {
	border:0;
}
.why-chose-us .accordion-content {
	background-color:#FFFFFF;
}
/*-----------------------------
	Why Chose Us CSS Ends
------------------------------*/

/*-------------------------
	16 - Counter CSS
-------------------------*/
.achievement-counter {
	background-color:#459be3;
}
.counter {
    text-align: center;
}
.counter-icon img {
    margin-bottom:12px;
}
.counter-text h2 {
    font-size:2.8125rem;
    margin-bottom:6px;
}
.counter-text h2,
.counter-text h4 {
	font-weight: 400;
	color:#FFFFFF;
	font-family: 'Lato', sans-serif;
}
.counter-text h4 {
    margin-bottom: 0px;
}
/*-------------------------
	Counter CSS Ends
-------------------------*/

/*-------------------------
	17 - Inner Pags  Styles
-------------------------*/

/*-------------------------
	17.1 - Title Section 
		   Pages
-------------------------*/
.title-section dark-bg module {
}
.title-section {
	padding-top:120px;
	padding-bottom:120px;
    margin-top: -132px;
}
.title-section .grid-container {
	margin-top:85px;
}
.title-section.dark-bg:after {
    content: "";
    background: url(assets/images/background-effect-3.jpg);
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-section h1,
.title-section .breadcrumbs {
	text-align:center;
	display:block;
	color:#FFF;
	margin-bottom:0px;
	width:100%;
}
.title-section h1 {
	text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #FFF;
    font-weight:600;
    text-align: center;
    font-size: 3rem;
}
.title-section .breadcrumbs li a,
.title-section .breadcrumbs li {
	display:inline-block;
	text-align:center;
	color:#FFF;
	float:none;
	font-size:0.6875rem;
}

/*-------------------------
	17.2 - Header Tow CSS
-------------------------*/
.header-tow .header-wrap {
	background-color:#444444;
	padding:16px 0px;
	
}
.header-tow .banner-container {
    margin-top:0px;
}
.header-tow .slide-text h2 {
	margin-top:0;
}

/*-------------------------
	17.3 - Boxed Page
-------------------------*/
.boxed {
    max-width:1250px;
    margin:auto;
	background-color:#fff;
    box-shadow:0px 0px 3px 1px #CCC;
	position:relative;
	z-index:0;
}
body.box {
    background-image:url(assets/images/background-effect-5.jpg);
	z-index:-10;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

/*-------------------------
	17.4 - About Us Page
-------------------------*/
.welcome-text h2 span {
	color:#f2963f;
}
.welcome-text h2 {
	text-transform:uppercase;
}
.welcome-text p {
	margin-bottom:40px;
}
.welcome-text .info-box p ,
.welcome-text .info-box img ,
.welcome-text .info-box h3 {
	float:left;
}
.welcome-text .info-box p {
    width: calc(100% - 190px);
	margin-bottom:0;
}
.welcome-text .info-box img {
	margin-right:15px;
}
.welcome-text .info-box:after {
	display:table;
	content:'';
	clear:both;
}
.welcome-img img {
	position: absolute;
    bottom: 0px;
	z-index: 2;
}
.welcome-img {
    width: auto;
    display: block;
    height: 100%;
}
.why-chose-us .accordion-box h2 {
margin-bottom:20px;
}
.why-chose-us .accordion-box h2 span {
	color:#f2963f;
}

/*-------------------------
	17.5 - Form Section Page
-------------------------*/
.form-section .form {
	background-color:#444444;
    padding:30px 30px;
}
.form-section .form label,
.form-section .form p ,
.form-section .form h2 {
	color:#FFFFFF;
}
.form-section .form h2 {
	margin-bottom:20px;
}
.form-section .form h2 span {
	color:#f2963f;
}
.form-section .form input {
    padding:1.5rem 1rem;
}
.form-section .form select {
	height:50px;
}
.form-section .form .button {
    margin-bottom: 0;
    padding:1.125rem 1.75rem;
    border-radius: 0;
}

/*-------------------------
	17.6 - Testimonials Page
-------------------------*/
.testimonials-page.dark-bg:after {
    content: "";
    background:none;
}
.testimonials-page .testimonial-text {
	text-align:center;
	background-color:#f8f8f8;
	padding:30px 30px;
	border-radius:10px;
}
.testimonials-page .testimonial-text i {
	display:none;
}
.testimonials-page .testimonial-text p:last-child {
	margin-bottom:0;
}
.testimonials-page .testimonial-text:after {
	content:'';
	clear:both;
	display:table;
}
.testimonials-page .testimonial-text p:last-child span ,
.testimonials-page .testimonial-text h2 {
	color:#444444;
}
.testimonials-page .testimonial-text p {
	color:#777777;
}
/*-------------------------
	17.7 - Pricing Table Page
-------------------------*/
.pricing-table .icon-box {
	position:relative;
}
.pricing-table .icon-box:before {
    content: "";
    background-color: rgba(68, 68, 68, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.price-details {
	background-color: rgba(255, 255, 255, 0.4);
    padding: 30px;
	text-align:center;
}
.pricing-table img {
	width:100%;
	height:auto;
}
.price-details a {
	margin-bottom:0;
	padding: 18px 46px;
	border-radius: 0;
}
.price-details i ,
.price-details h2 ,
.price-details p {
	display:block;
	padding:15px 0;
	margin-bottom:0;
}
.price-details .button {
	margin-top:15px;
}
.price-details i:before {
	font-size: 1.6rem;
	margin-right: 10px;
}
.price-details h2 {
	padding-top:0;
	font-weight:400;
	font-size:2rem;
}
.price-details i {
	font-size:2rem;
	color:#f2963f;
}

/*-------------------------
	17.8 - Error Page
-------------------------*/
.error-page a i ,
.error-page h2 {
	color:#f2963f;
	font-size:3rem;
}
.error-page p ,
.error-page a i ,
.error-page h2 {
	margin-bottom:20px;
}

/*-------------------------
	17.9 - Service Page
		Single Service Page
-------------------------*/
.single-service-tex .accordion-title {
	background-color:#7fc540;
	margin-bottom:5px;
}
.services-page .service-text p ,
.services-page .section-title p {
	color:#777777;
}
.single-service-tex .is-active>.accordion-title ,
.single-service-tex .accordion-title:focus ,
.single-service-tex .accordion-title:hover ,
.services-page .service-text h3 a ,
.services-page .section-title h2 {
	color:#444444;
}
/*------------------------------
	17.10 - Single Psychology
-------------------------------*/
.profile-card {
	text-align:center;
}
.profile-card img {
    width: 100%;
    margin-bottom:15px;
}
.contact-card ul {
    list-style: none;
    margin: 0;
}
.contact-card ul li {
    font-size: 1rem;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFF;
    margin-bottom: 1px;
}
.contact-card ul li {
    background-color: #f8f8f8;
}
.contact-card ul li i {
    margin-right:15px;
    color:#f2963f;
}
.contact-card.no-bg ul li a i,
.contact-card ul li a,
.contact-card ul li span {
    color: #444444;
    font-weight: 400;
}
.sidebar a {
    font-size: 0.9375rem;
}
.contact-card.no-bg ul li {
    text-align: center;
}
.bar-container {
    position: relative;
    font-size: 1rem;
}
.bar-container label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca;
}
.percentage-show {
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9999;
}
.progress .progress-meter.primary {
	width:60%;
}
.progress.warning .progress-meter {
	width:50%;
}
.progress.secondary .progress-meter.secondary {
	width:70%;
}
.progress.alert .progress-meter{
	width:80%;
}

/*------------------------------
	17.11 - Blog Page
			Blog Single
-------------------------------*/
.single-blog-page .post-text ,
.blog-page .post-text {
    text-align:left;
}
.blog-page .post-text.dark-bg:after {
	background:none;
}
.single-blog-page .accordion-title {
    background-color:#FFFFFF;
    color:#444444;
}
.single-blog-page .post-text{
	padding-right:0;
	padding-left:0;
	padding-bottom:0px;
}
.sharing-posts {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tags {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px;
}
.tags li:first-child {
    padding-left: 0px;
}
.tags li {
    display: inline;
    padding-left: 0px;
    padding-right: 0px;
}
.sharing-posts .tags a {
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
}
.post-share a {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.author-box .float-right {
    width: calc(100% - 125px);
}
/*-------------------------
	17.12 - Page Filter
-------------------------*/
.page-filter {
	padding-top: 15px;
    margin-top: 35px;
    border-top: 1px solid #ededed;
}
.page-filter .pagination {
    text-align: center;
}
.pagination li ,
.pagination .current {
    padding: 0;
    border-radius: 100%;
	background-color:#ebe6e4;
}
.pagination a:focus ,
.pagination a:hover,
.pagination button:hover {
	transition: all 0.5s ease-in-out 0s;
	background-color: #7fc544;
	color: #fff;
}
.pagination a, .pagination button {
	padding: 10px 10px;
	width: 50px;
	height: 50px;
	line-height: 25px;
	border-radius:100%;
}

/*----------------------------
	17.13 - Content Section
-----------------------------*/
.contact-sidebar img {
    margin-bottom: 20px;
}
.contact-sidebar h4 {
    border-bottom:1px solid #ededed;
    padding-bottom:15px;
    margin-bottom:15px;
    margin-top:25px;
}
.contact-sidebar h4.padding-top-zero {
	margin-top: 0px;
}
.content-section .social-icons a {
	padding-left:12px;
}
.contact-map {
    margin-bottom: 30px;
}
.content-section-form h3 {
    margin-bottom: 15px;
}
.content-section-form .button {
    margin-bottom:0px;
}
.content-page .call-to-action-text p {
	color:#777777;
}
.content-page .call-to-action-text h2 {
	color:#444444;
}

/*-------------------------
	Inner Pags  Styles Ends
-------------------------*/

/*-------------------------
	18 - Sidebar Page
-------------------------*/
.widget .widget-content {
    background-color:#f8f8f8;
}
.sidebar .widget:first-child {
	margin-top:0;
}
.sidebar .widget {
	margin-top: 1.875rem;
}
.widget.search .widget-content {
    border-radius:10px 10px 10px 10px;
}
.widget-content .tags li a:hover {
	color:#444444;
}
.widget h6 {
	position: relative;
	border-radius:10px 10px 0px 0px;
	padding: 15px 15px;
	margin-bottom: 0px;
	text-transform:capitalize;
	background-color: rgba(127, 197, 74, 0.9);
	color:#fff;
}
.widget-content {
	border-radius: 0 0 10px 10px;
	border: 1px solid #e0e0e0;
	position:relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.widget-content:after {
	clear:both;
	display:table;
	content:"";
}
.widget-content .button {
	margin-bottom:0;
}
.sidebar .widget ul li:first-child {
    padding-top: 0px;
}
.sidebar .menu > li > a {
	line-height: normal;
    padding-left: 0px;
    padding-right: 0px;
    padding-top:5px;
    padding-bottom:5px;
}
.sidebar a {
	color:#444444;
}
.sidebar a:hover {
	color:#f39f51;
}
.sidebar .widget ul li {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar .widget ul li:last-child {
	padding-bottom:0;
	border-bottom:0;
}
.widget-content .input-group {
	margin-bottom:0;
}
.widget .tags li a {
    padding: 5px 10px;
    white-space: nowrap;
    margin: 5px;
    display: inline-block;
}
.tags li a {
    background-color: rgba(127, 197, 74, 0.9);
    color: #fff;
}
.sidebar .widget-content .tags li {
    float: left;
    border-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.sidebar .widget ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.popular-post img {
	margin-top:15px;
	margin-bottom:15px;
}
.popular-post p {
	margin-bottom:0px;
}
.widget-content .popular-post {
	border-bottom:1px solid #ededed;
	padding-bottom:15px;
	margin-bottom:15px;
}
.widget-content .popular-post:last-child {
	padding-bottom:0px;
	margin-bottom:0px;
 	border-bottom:0px;
}
.widget-content .popular-post img {
	float: left;
    width: 100px;
    height: auto;
    margin-right: 10px;
    margin-top: 6px;
	padding:0px;
}
.widget-content .popular-post p {
	float:right;
	width:calc(100% - 110px);
}
.widget-content .popular-post:after {
	clear:both;
	display:table;
	content:"";
}

/*-------------------------
	18 - Sidebar Page Ends
-------------------------*/

/*-------------------------
	19 - Page Preloader  
-------------------------*/
.preloader {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	z-index:99999999999;
	background-color:#f7f7f7; 
}
.spinner.animated {
	width: 26px;
	height: 32px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -16px;
	-webkit-animation-duration:2s;
	animation-duration:2s;
}
.preloader-img {
	background-image:url(assets/images/favicon.png);
	opacity:1;
	background-repeat:no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
}
/*-------------------------
	Page Preloader Ends  
-------------------------*/

/*---------------------------
	20 - Footer CSS
----------------------------*/
.footer-top.dark-bg:after {
	background: url(assets/images/house-bg.jpg);
	background-position-y:bottom;
	background-position-x:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.contact-us ul li strong ,
.footer-box h3 {
	font-weight:400;
}
.footer-box h3 {
	color:#7fc540;
	line-height:inherit;
}
.footer-box span ,
.footer-box strong ,
.footer-box ul li ,
.footer-box ul li a ,
.footer-logo-side p {
	color:#FFFFFF;
}
.footer-timing li span {
	width: 90px;
	display: inline-block;
}
.footer-box ul li a:hover {
	color:#f2963f;
}
.contact-us span ,
.contact-us strong ,
.footer-logo-side a {
    display: block;
}
.footer-logo-side a {
	text-align: right;
    width: 100%;
    position: relative;
    display: block;
}
.footer-box ul {
	list-style:none;
	margin:0;
}
.footer-logo-side p ,
.footer-logo-side a img {
	margin-right:30px;
}
.footer-box h3 {
	margin-bottom:17px;
}
.footer-logo-side a img {
	margin-bottom:24px;
}
.footer-box .social-icons a {
	padding:0px 12px;
}
.footer-bottom-nav ul li:first-child a ,
.footer-box .social-icons ul li:first-child a {
	padding-left:0;
}
.footer-bottom-nav ul li:last-child a ,
.footer-box .social-icons ul li:last-child a {
	padding-right:0;
}
.social-icons a i {
	font-size:1rem;
}
.footer-top { padding: 50px 0; }
.footer-links .links li:before {
    content:"\f0da";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
	color:#459be3;
    font-size:0.9375rem;
    margin-right:7px;
}
.footer-timing ul li  { padding:6px 0px; }
.footer-links ul li{ padding: 1px 0px; text-transform: uppercase; font-size: 13px; }
.footer-links ul li a { font-size: 13px; }
.contact-us ul li span { padding:8px 0; }
.contact-us ul li a { font-size: 16px; }
.footer-bottom {
    background-color:#444444;
    padding: 2px 0px;
}
.copyrightinfo {
    color: #FFFFFF;
}
.footer-bottom-nav ul {
	float: right;
	padding: 5px 0px;
}
.footer-bottom-nav:after {
    content: '';
    display: table;
    clear: both;
}
.footer-bottom-nav ul li {
    padding-top:0px;
    padding-bottom:0px;
}
.footer-bottom-nav ul li a {
	padding:0px 15px;
}
.footer-bottom-nav ul li a {
	color:#FFFFFF;
}
.footer-bottom-nav ul li a:hover {
	color:#7fc540;
}
#top { 
	position: fixed;
    background-color: #fff;
    right: 20px;
    bottom: 78px;
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 30px;
    box-shadow: 0px 0px 15px #f8f8f8;
    z-index: 999;
}
.logo {
    position: absolute;
    top: 10px;
}
.center-image img {
    max-width: 250px;
    margin: 0 auto;
}
section.house-img {
    padding-bottom: 100px;
}
/*---------------------------
	Footer CSS Ends
----------------------------*/

/**
	If you want to add your CSS do that in style.css or
	Add your own Stylesheet to template . Do not 
	edit this file to stay safe from update conflicts.
	
	Thank you!
*/
.no-flex [class*="col-"]{margin: 0 !important; flex-basis: inherit !important;}.inrBanner { }.inrBanner .inr_cntnt { text-align:center; }.inrBanner h3 {font-size: 44px; letter-spacing: 1px; line-height: 1.07em; color: #fff;text-transform: uppercase; }.inrBanner figcaption {position: absolute; top: 60%; width: 100%; text-align: center;}
.inrBanner figure {margin: 0; position: relative;}
.inrBanner figure img { width:100%; }  
.inner-page {padding: 50px 0;}.inner-page p {line-height: 30px;}

.about_pg .wp-block-media-text__content { background: #ebeff8; padding: 30px; }
.about_pg h2 { font-size: 35px; line-height: 40px;  margin-bottom: 15px; font-weight: 600; }
.about_pg p { font-weight: 300; line-height: 32px; font-size: 16px; color: #000; }
.about_pg ul li { font-weight: 300; font-size: 16px; color: #000; line-height: 30px; }

.home .blog-section,
.home .our-staff { margin: 50px 0; }

.detail_page.single-service-page .service .entry-summary { display:none; }
.detail_page.single-service-page .service { text-align:center; }
div.single-service{padding: 20px 10px 0; border: solid 1px rgb(204 204 204 / 0%);}
div.single-service:hover {cursor:pointer;  border: solid 1px rgb(204 204 204 / 23%);}
div.single-service figure{overflow:hidden;}
div.single-service figure img{transform: scale(1.1);transition: all 0.5s ease-in-out 0s;}
div.single-service:hover figure img{transform: scale(1);transition: all 0.5s ease-in-out 0s;}
div.single-service .services-content{padding: 20px 0 0;}
div.single-service .services-content h6{ margin: 0;font-size: 18px;}
.single-service .services-content p{margin: 10px 0 20px; line-height: 27px; font-size: 16px; }
.single-service-page{padding: 50px 0;}
.single-service-page .post-thumbnail { padding:0 0 20px;}
.single-service-page .post-thumbnail img {width: 100%;}
.single-service-page p {  }

.inner-page ul li{list-style: inside;}.inner-page .our-staff ul li{list-style:none;}.single-info{text-align: center;}.single-info i{font-size: 24px; padding: 0 0 10px 0;}.single-info p{}.single-info h6{margin: 0;}

.gallery_sec .owl-theme .owl-dots { display:none !important; }
.gallery_sec .owl-theme .owl-nav { margin: 10px 0 13px; }
.gallery_sec .blocks-gallery-grid li.blocks-gallery-item { width:100%; margin:0; }
.gallery_sec .owl-theme .owl-nav [class*=owl-] { font-size: 13px; padding: 4px 7px; font-weight: 800;  background: #459be3; text-transform: uppercase; line-height: 21px; }
  


.section-title:after {
     content: '';
    position: absolute;
    display: block;
    bottom: -40px;
    width: 100%;
    background: url(assets/images/sec-bottom.png) 0 0 no-repeat;
    height: 22px;
    left: 0;
    background-position: center;
}

.teamsec {
margin: 100px 0 0 0;}

.counter-sec {
    background: #459be3;
    padding:50px 0;
}
.hode{display:none !important;}


@media (min-width: 0px) and (max-width: 767px){
	
	body .header-wrap{background:#000; position:relative; }
	.preloader { display:none !important; }
	.slide.transparent-background video { position:relative; }

	.topBar{display: none;}
	.header-wrap{height: 80px;top: 0;  padding: 15px 0px;}
	.logo{max-width: 90px;}
	.banner-container{margin-top: 0;}
	.menu-icon.dark::after{top: -10px;  background: #ffffff; box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;}
	ul.menu.dropdown{margin: 60px 0 0 0;    background: #000;}
	ul.menu.dropdown li {display: block; width: 100%; border-bottom: solid 1px #ffffff3d;}
	.dropdown.menu li a{font-size: 12px;}
	.top-bar-title{position: absolute; right: 0; top: 30px;}
	.header-wrap .grid-padding-x>.cell{    padding: 0;}



	.slide-text{padding: 15px 10px;}
	.slide-text h2 { font-size: 1.1rem; margin: 0;  }
	.slide-text .center-image { display:none; }
	
	.featured-box{margin: 0 0 15px 0;}
	.about-text-left h2{margin-bottom: 6px;}
	.about-text-left{text-align: center;}
	.about-text-left a{padding: 15px 28px;}
	.about-text p{text-align: center;}
	.main-banner .slide-text p { line-height: 20px; font-size: 14px; font-weight: 400; }
	.featured-text { padding: 25px 20px; min-height: inherit; }
	.about-section.grey-bg-one { padding: 40px 0; }
	.about-text p, label, p, ul, ol, a, blockquote, input, textarea, select, [type=date], [type=text], [type=email], .accordion-content, span,
	.featured-text p { font-size: 15px; line-height: 28px; }
	.gallery_sec { padding: 15px; }

	.counter-sec{padding: 50px 0 0;}
	.counter-sec .counter{ margin: 0 0 53px 0;}
	.footer-top{padding: 50px 0;}
	.footer-logo-side p, 
	.footer-logo-side a img{margin: 0;}
	.large-2.medium-6.small-6.cell { width: 100%;}
	.large-4.medium-6.small-6.cell {width: 100%;}
	.social-icons{max-width: 90px; margin: 0 auto;}
	.inrBanner {padding: 110px 0 0px 0;}
	.inrBanner figure img{height: 150px;}
	.inrBanner figcaption{top: 36%;}
	.inrBanner h3 {font-size: 32px;}
	.about_pg .wp-block-media-text__content {padding: 20px;}
	.about_pg ul li{font-size: 11px;}
	.footer {text-align: center;}
	div.single-service{text-align: center;}


}



@media (min-width: 768px) and (max-width: 1023px){


.topBar{display:none;}
.banner-container {
margin-top: 0;}


.header-wrap{height: 110px;top: 0;  padding: 15px 0px;}
	.logo{max-width: 120px;}
	.banner-container{margin-top: 0;}

	
	.top-bar-title{position: absolute; right: 0; top: 50px;}
	
	
	.top-bar-title{display:none;}
	
	nav#responsive-menu {
    display: block !important;
}

.header-wrap .grid-x>.medium-5 { width: 29.66667%;}
.header-wrap .grid-x>.medium-7 {
    width: 69.33333%;
}

.dropdown.menu li a{    font-size: 14px;
        letter-spacing: 2px;    padding: 9px 7px;}


.slide-text{  padding: 55px 60px 100px;}

.center-image img {
    max-width: 150px;
    margin: 50px auto 0;
}
.slide-text h2 {
font-size: 37px;}


.featured-text h3{    font-size: 20px;}

.counter{margin: 0 0 80px 0;}
.counter-sec{padding: 70px 0 0px 0;}	

.inrBanner figure img{height: 240px;}




}
@media (min-width: 1024px) and (max-width: 1440px){
.center-image img{    max-width: 170px;}
.contact-us ul li a{word-break: break-all;}
.slide-text {
    text-align: center;
padding: 265px 110px;}


.topBar .grid-x>.large-4 {
    width: 22.33333%;
}

.topBar .grid-x>.large-8{width: 76.66667%;}








}

.gallery_sec { display:flex; flex-wrap: wrap; }
