/*
  Theme Name: Name - it selution HTML5 Template
  Author: rana271199@.com
  Support: CodexUnicTheme
  Description: Creative  HTML5 template.
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. home-page1-start
3. hero-area-start
4. about-company-start
5. service-area-start
6. choose-us-area-start
7. counter-area-start
8. case-studise-start
9. princing-plan-start
10. gellary-area-start
11. our-team-start
12. apointment-area-start
13. Testimonials-area-start
14. our-new-bog-start
15. contact-area-start
16. faq-area-start
17. Privacy-Policy-area-start
18. subscribe-form-start
19. footer-area-start


/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=League+Spartan:wght@300;400;500;600;700;800&display=swap');
body[data-aos-duration='8000'] [data-aos],
[data-aos][data-aos][data-aos-duration='8000'] {
  transition-duration: 8000ms;
}
 body {
	font-family: 'Karla', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: var(--body-color);
}
a{
	text-decoration: none;
	font-weight: 500;
	color: var(--text-color);
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a,
button {
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
h1,h2,h3,h4,h5,h6 {
  font-family: 'League Spartan', sans-serif;
	font-weight: 600;
	margin-top: 0px;
	font-style: normal;
	text-transform: capitalize;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: inherit;
}
h1 {
	font-size: 50px;
	font-weight: 700;
}
h2 {
	font-size: 40px;
	font-weight: 700;
	color: var(--text-color);
}
h3 {
	font-size: 30px;
	font-weight: 600;
}
h4 {
	font-size: 25px;
	font-weight: 600;
	color: var(--text-color);
}
h5 {
	font-size: 20px;
	font-weight: 500;
	color: var(--section-bg);
	text-transform: uppercase;
}
h6 {
	font-size: 18px;
	font-weight: 400;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	margin-bottom: 20px;
	color: var(--peragraph-colur);
}
label {
	color: #0e4669;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
/* scrollUp */
#scrollUp {
	background: var(--bg-overly);
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover {
	background: var(--text-color);
}
/*defult-colur*/
:root {
  --body-color: #f7f2f2;
  --text-color: #221F3C;
  --box-color:#262051;
  --peragraph-colur:#737483;
  --headding-color: #ffff;
  --section-bg: #2A0AD3;
  --button-colur: #ed4545;
  --bg2-overly: #070707ab;
  --bg-overly: #5206F9;
}
/*default-button-style*/
.s-btn {
	position: relative;
	overflow: hidden;
	padding: 15px 25px;
	text-transform: uppercase;
	display: inline-block;
	color: var(--body-color);
	background: var(--bg-overly);
}
.s-btn:hover{
 color: var(--text-color);
}
.s-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    var(--section-bg),
    transparent
  );
  transition: all 650ms;
}
.s-btn:hover:before {
  left: 100%;
}
/*@keyframes-animation-atart*/
@keyframes up-down{
	0%{
		bottom: 20%;
	}
	100%{
    bottom: 5%;
	}
}
#preloader {
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 9999;
	background: url(../img/preloader.gif) no-repeat;
	background-size: cover;
	background-position: center;
	background-size: 20%;
	background-color: #fff;
}
/*home-page1-start*/
.header-middle.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	z-index: 999;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	background: #ffffff;
}
.stiky-colur{
	background: var(--headding-color);
}
.menu-area {
	z-index: 99;
	position: absolute;
	margin-top: 40px;
	top: 0;
	left: 0;
	right: 0;
}
.mean-menu ul{
	float: right;
}
.mean-menu ul li {
	display: inline-block;
	margin-right: 30px;
	position: relative;
}
.mean-menu ul li:last-child {
	margin: 0;
}
.mean-menu ul li a {
	padding: 25px 0px;
	display: block;
	position: relative;
	text-transform: capitalize;
}
.mean-menu ul li a:hover {
	color: var(--section-bg);
}
.mean-menu ul li.current > a{
	color: var(--section-bg);
} 
.mean-menu ul li.current:hover{
	color: var(--section-bg);
} 
.mean-menu ul li a i{
	margin-left: 7px;
}
.mean-menu ul li a::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	background: var(--section-bg);
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: .5s;
}
.mean-menu ul li a:hover::before{
	bottom: 0;
	opacity: 1;
}
.mean-menu ul li ul {
	position: absolute;
	width: 230px;
	top: 180%;
	left: 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 0px 25px;
	transition: .4s;
	z-index: 999;
	background: var(--headding-color);
	opacity: 0;
	visibility: hidden;
	top: 120%;
}
.mean-menu ul li:hover ul{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.mean-menu ul li ul.sabmenu li {
	display: block;
	margin-right: 0;
	padding: 8px 0px;
	border-bottom: 1px solid var(--bg2-overly);
}
.mean-menu ul li ul.sabmenu li:last-child{
	border: none;
}
.mean-menu ul li ul.sabmenu li a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	padding: 7px 0px;
	transition: .3s;
	position: relative;
}
.mean-menu ul li ul.sabmenu li a:hover{
	margin-left: 10px;
}
.mean-menu ul li ul.sabmenu li a:before{
	display: none;
}
.mean-menu ul li ul.sabmenu li:after{
	position: absolute;
	content: "";
	border: 1px solid var(--section-bg);
	transform-origin: left;
	transform: scaleX(0);
	left: 0;
	width: 0;
  transition: .3s;
  bottom: 0
}
.mean-menu ul li ul.sabmenu li:hover::after {
	transform: scaleX(1);
	width: 100%;
}
.mean-menu ul li ul.sabmenu li:last-child::after{
	border: none;
}
.header-contact{
	position: relative;
}
.search {
	font-size: 20px;
	color: var(--section-bg);
	margin-right: 18px;
	cursor: pointer;
}
.contact-number a {
	margin-top: 7px;
}
.modal-header {
	padding: 0;
	align-self: center;
	border: none;
}
.modal-header .btn-close {
	margin-top: -100px;
	border: 2px solid var(--body-color);
}
.modal-body {
	background: var(--bg2-overly);
}
.btn-close{
	color: var(--headding-color);
	-webkit-transition: all .4s ease-in-out;
	background: inherit;
	border-radius: 50%;
}
.btn-close i {
	font-size: 21px;
}
.btn-close:hover{
	color: var(--section-bg);
	background: var(--headding-color);
}
.my-form{
	position: relative;
}
.my-form input {
	padding: 20px 20px;
}
.my-form input:focus {
 -webkit-box-shadow: 0px 0px 5px 2px rgba(0,2,160,1);
 -moz-box-shadow: 0px 0px 5px 2px rgba(0,2,160,1);
 box-shadow: 0px 0px 5px 2px rgba(0,2,160,1);
}
.my-form button {
	position: absolute;
	top: 0px;
	right: 0;
	background: var(--bg-overly);
	height: 100%;
	border: none;
	width: 9%;
	color: var(--body-color);
}
/*hero-area-start*/
.header-img1{
	background: url(../img/home1/banner/3.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-img2{
	background: url(../img/home1/banner/1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero-content h5 {
	color: var(--section-bg);
	text-transform: uppercase;
	margin-bottom: 30px;
}
.hero-content h2 {
	font-size: 50px;
	color: var(--text-color);
}
.hero-content {
	padding-top: 300px;
	padding-bottom: 200px;
}
.active .full-single-slide h2, .active .full-single-slide h5, .active .full-single-slide a{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.active .full-single-slide h5{
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  animation-name: fadeInRight;
  -webkit-animation-name:fadeInRight;
}
.active .full-single-slide a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*owl-customize*/
.owl-nav div {
	position: absolute;
	background: var(--section-bg);
	height: 50px;
	width: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	top: 58%;
}
.owl-carousel .owl-nav div.owl-next {
	right: 0;
}
.home2 {
	width: 100%;
	height: 750px;
	overflow: hidden;
}
.hero-right {
	padding: 72px;
	margin-top: 150px;
}
.main-img {
	position: relative;
	animation: up-down 5s linear infinite alternate;
}
.main-img::after {
	content: "";
	position: absolute;
	top: 30px;
	z-index: 1;
	border: 3px dotted var(--bg-overly);
	border-radius: 10px;
	height: 100%;
	animation: upDown 3s linear infinite alternate;
	width: 80%;
	left: -30px;
}
.main-img img {
	position: relative;
	z-index: 9;
	border-radius: 10px;
}
.page-title {
	padding: 220px 0 100px;
	position: relative;
}
.page-title h2 {
	font-size: 60px;
	color: var(--body-color);
	line-height: 1;
}
.page-title ul li {
	display: inline-block;
	margin: 0px 8px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 700;
}
.page-title ul li a {
	color: var(--body-color);
}
/*hero-area-end*/
/*about-company-start*/
.about-bg{
	background: url(../img/home1/banner/about-banner.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.about-company .learn-more {
	margin-left: 45px;
}
.about-img {
	position: relative;
	padding: 20px;
}
.about-img span {
	position: absolute;
	right: 10%;
	bottom: 10%;
	background: var(--section-bg);
	height: 110px;
	width: 110px;
	text-align: center;
	padding-top: 23px;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	animation: up-down 5s linear infinite alternate;
}
.user-icon i {
	font-size: 30px;
	color: var(--bg-overly);
	margin-right: 15px;
}
/*about-company-end*/
/*service-area-start*/
.section-devaider {
	width: 250px;
	height: 2px;
	background-color: var(--bg-overly);
	margin: auto;
	margin-top: 20px;
	position: relative;
	display: inline-block;
}
.section-devaider::after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background-color: var(--bg-overly);
	top: -9px;
	left: 45%;
	opacity: 0.4;
	transform: rotate(45deg);
}
.section-devaider::before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background-color: var(--bg-overly);
	top: -9px;
	opacity: 0.4;
	right: 50%;
	transform: rotate(45deg);
}
.section-title{
	position: relative;
}
.service-bg{
	background: url(../img/home1/service/service.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.service-bg2{
	background: url(../img/home1/service/service1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.white-section h2{
color: var(--headding-color);
}
.service-wraper {
	position: relative;
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,2,160,1);
	box-shadow: 0px 0px 5px 3px rgb(27, 29, 213);
	transition: all .3s;
	border-radius: 5px;
}
.service-wraper:hover {
	-webkit-box-shadow: 0px 0px 11px 8px #ccc3;
	-moz-box-shadow: 0px 0px 11px 8px #ccc3;
	box-shadow: 0px 0px 11px 8px #ccc3;
}
.service-icon i {
	font-size: 40px;
	color: var(--section-bg);
}
.service-content a {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	text-transform: capitalize;
}
.service-content .learn-more {
	font-size: 18px;
	transition: .3s;
}
.service-content .learn-more:hover{
	margin-left: 10px;
	letter-spacing: 1px;
}
.service-content p {
	margin-bottom: 7px;
}
.service-details-content p {
	text-transform: capitalize;
}
.all-service-content {
	background: var(--box-color);
	margin-bottom: 30px;
}
.all-service-content h4 {
	color: var(--body-color);
}
.all-service-content ul li {
	margin-bottom: 10px;
}
.all-service-content ul li span {
	width: 30%;
	display: block;
	float: left;
}
.all-service-content ul li:last-child{
	margin: 0;
}
.all-service-content ul li a {
	color: var(--body-color);
	transition: .3s;
}
.all-service-content ul li a:hover{
	color: var(--section-bg);
}
/*service-area-end*/
/*choose-us-area-start*/
.chooseus-wraper{
	position: relative;
	transition: all .3s;
}
.chooseus-wraper:hover{
	background: var(--body-color);
}
.chooseus-wraper:hover a{
	color: var(--text-color);
}
.chooseus-wraper:hover.chooseus-wraper::before{
	opacity: 1;
}
.chooseus-wraper::before {
	position: absolute;
	content: "";
	height: 85px;
	width: 85px;
	background: var(--section-bg);
	right: 0;
	bottom: 0;
	border-radius: 82px 0px 0px 0px;
	opacity: .1;
	transition: all.3s;
}
.duplicate-ico i {
	float: right;
	position: absolute;
	right: 20px;
	font-size: 30px;
	bottom: 17px;
}
.content-box a {
	color: var(--headding-color);
	font-size: 22px;
}
.content-box .learn-more {
	font-size: 16px;
	text-transform: uppercase;
	color: var(--section-bg);
}
.chooseus-wraper:hover .learn-more{
	color: var(--section-bg);
}
.big-number {
	font-size: 100px;
	line-height: 1;
	position: absolute;
	opacity: .07;
	top: -13px;
	left: -2px;
	font-weight: 700;
	text-transform: uppercase;
}
.chooseus-wraper:hover .big-number {
	opacity: .1;
	color: var(--bg2-overly);
}
/*choose-us-area-end*/
/*.counter-area-start*/
.counter-img1{
	background: url(../img/home1/counter/1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.counter-img2{
	background: url(../img/home1/counter/2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.counter-img3{
	background: url(../img/home1/counter/3.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.counter-img4{
	background: url(../img/home1/counter/4.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.counter-area {
	margin-top: -50px;
}
.counter-wraper {
	overflow: hidden;
	border-radius: 10px 10px 0px 0px;
	height: 100%;
}
.about-counter {
	border-radius: 10px;
}
.counter-icon {
	width: 25%;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
}
.counter-icon i{
	font-size: 36px;
	color: var(--headding-color);
}
.counter-item {
	width: 75%;
	float: right;
	position: relative;
}
.single-counter h2 {
	color: var(--headding-color);
	font-size: 55px;
	margin: 0;
	line-height: 1;
}
.studise-content span {
	text-transform: capitalize;
}
.single-counter span {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	margin-top: -17px;
	margin-left: 10px;
}
.counter-item p {
	margin: 0;
	font-size: 20px;
	color: var(--headding-color);
}
/*.counter-area-end*/
/*case-studise-start*/
.studise-wraper{
	position: relative;
}
.studise-content {
	position: absolute;
	bottom: 0;
	padding: 20px;
}
.studise-content {
	transform: scaleY(0);
	transform-origin: bottom;
	transition: all .4s;
}
.studise-wraper:hover .studise-content{
	transform: scaleY(1);
} 
.studise-content a {
	color: var(--white);
	display: block;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
}
.studise-content a:hover{
	color: var(--text-color);
}
.studise-wraper::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--bg-overly);
	opacity: .7;
	border-radius: 0px 126px 0px 0px;
	transform: scaleY(0);
	transition: all .3s;
	transform-origin: bottom;
}
.studise-wraper:hover::before{
	transform: scaleY(1);
}
.case-studise-area .owl-nav div {
	top: 3%;
	opacity: 0.6;
	right: 85px;
	height: 35px;
	line-height: 35px;
}
.case-studise-area .owl-carousel .owl-nav div.owl-next {
	right: 12px;
}
.case-btn .round-btn i {
	height: 80px;
	width: 80px;
	color: var(--body-color);
	border: 2px solid #ffff;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	transition: all .3s;
}
.case-btn .round-btn:hover i {
	background: var(--section-bg);
	border: 2px solid transparent;
}
.round-btn span {
	background: var(--box-color);
	margin-left: -15px;
	color: var(--body-color);
	transition: all .3s;
}
.case-btn .round-btn:hover span{
	margin-left: 0;
	letter-spacing: 1.1px;
}
.case-studies-content span {
	display: block;
	color: var(--section-bg);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}
.case-studies-wraper{
	transition: all .3s;
}
.case-studies-wraper:hover{
	-moz-box-shadow: 0px 0px 11px 8px #ccc3;
  box-shadow: 0px 0px 11px 8px #ccc3;
}
.case-studies-left{}
/*case-studise-end*/
/*princing-plan-start*/
.pricing-bg{
	background: url(../img/home1/banner/pricing.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.badge {
	font-size: 17px;
}
.badge {
	font-size: 17px;
	background: var(--section-bg);
}
.Pricing-content p {
	border-bottom: 1px solid var(--bg2-overly);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.Pricing-wraper {
	transform: scale(1);
	transition: all .3s;
}
.Pricing-wraper:hover {
	transform: scale(1.02);
}
/*princing-plan-end*/
/*gellary-area-start*/
.gellary-bg{
	background: url(../img/home1/banner/gellary.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.gallery {
	overflow: hidden;
	border-radius: 10px;
}
.gallery img {
	border-radius: 10px;
	transform: scale(1);
	transform-origin: center;
	transition: all .3s;
}
.gallery:hover img {
	transform: scale(1.06);
}
/*gellary-area-end*/

/*our-team-start*/
.team-title{
	position: relative;
}
.team-btn {
	position: absolute;
	top: 0;
	right: 0;
}
.team-btn .round-btn i {
	border-color: var(--bg-overly);
	color: var(--bg-overly);
}
.team-btn .round-btn:hover i{
   color: var(--body-color);
}
.team-btn .round-btn span {
	background: #ffff;
	color: var(--bg-overly);
}
.team-wraper {
	position: relative;
}
.team-icon {
	position: absolute;
	top: 10%;
	left: 0;
  transform: scaleX(0);
  transform-origin: center;
	transition: all .3s;
}
.team-wraper:hover .team-icon{
  transform: scaleX(1);
}
.team-content{
	transition: all .3s;
}
.team-wraper:hover .team-content {
	background: var(--body-color);
}
.team-content h5 {
	padding-top: 15px;
}
.team-icon a {
	height: 40px;
	width: 40px;
	display: inherit;
	text-align: center;
	line-height: 40px;
	background: var(--box-color);
	color: var(--body-color);
	border-bottom: 1px solid;
}
.team-icon a:last-child{
	border: none;
}
.team-icon a:hover {
	background: var(--bg-overly);
}
/*our-team-end*/
/*apointment-area-start*/
.apointment-img img {
	border-radius: 50px;
}
.contact-wraper {
	margin: 0px 40px;
	background: var(--body-color);
	padding: 50px 30px;
}
.contact-content h3 {
	color: var(--bg-overly);
	margin-bottom: 20px;
}
.contact-content input {
	width: 100%;
	margin-bottom: 13px;
	padding: 15px;
	border: none;
	text-transform: capitalize;
}
.contact-content input:focus{
	box-shadow: 0px 0px 5px 2px rgba(0,2,160,1);
}
.contact-content select {
	width: 100%;
	padding: 15px;
	background: var(--headding-color);
	text-transform: capitalize;
	border: none;
	margin-bottom: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 19px center;
	background-size: 16px 12px;
}
.contact-content select:focus{
	box-shadow: 0px 0px 5px 2px rgba(0,2,160,1);
}
.contact-content textarea {
	width: 100%;
	min-height: 100px;
	border: none;
	margin-bottom: 13px;
	padding: 15px;
	text-transform: capitalize;
}
.contact-content textarea:focus{
	box-shadow: 0px 0px 5px 2px rgba(0,2,160,1);	
}
.appointment-btn button {
	border: none;
	width: 100%;
	font-weight: 700;
}
/*apointment-area-end*/
/*Testimonials-area-start*/
.t-btn {
	position: static;
}
.Testimonials-wraper:before{
	display: none;
}
.quite i {
	font-size: 100px;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	transition: all .3s;
}
.Testimonials-wraper .content-box p {
	border-bottom: 1px solid var(--bg-overly);
	padding-bottom: 15px;
}
.Testimonials-wraper:hover .quite i{
color: var(--bg-overly);
}
.Testimonials-name h4{
	color: var(--body-color);
	margin: 0;
	transition: all .3s;
}
.Testimonials-wraper:hover .Testimonials-name h4{
	color: var(--bg-overly);
}
.Testimonials-slide .owl-dots .owl-dot.active {
	background: var(--bg2-overly);
}
.Testimonials-slide .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
}
.Testimonials-slide .owl-dots div {
	height: 10px;
	width: 40px;
	background: var(--section-bg);
	margin-right: 10px;
	float: left;
}
/*Testimonials-area-end*/
/*our-new-bog-start*/
.new-blog-content ul{
	margin-bottom: 15px;
}
.new-blog-content ul li {
	display: inline-block;
	margin-right: 15px;
	color: var(--text-color);
	font-weight: 600;
	text-transform: capitalize;
}
.new-blog-content ul li a i {
	margin-right: 8px;
}
.new-blog-img {
	overflow: hidden;
	width: 100%;
}
.new-blog-img img{
	transition: all .3s;
}
.new-blog-wraper:hover .new-blog-img img{
	transform: scale(1.1);
}
.box-shadow{
		box-shadow: 0px 0px 11px 8px #ccc3;
}
.blog-form button {
	width: 20%;
}
.blog-img {
	width: 30%;
	float: left;
	margin-right: 10px;
}
.blog-details-content h4 {
	font-size: 18px;
}
.blog-details-content {
	overflow: hidden;
}
.blog-details-content ul li {
	color: var(--bg-overly);
}
.tags ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}
.tags ul li a {
	padding: 5px;
	border: 1px solid var(--text-color);
	display: inline-block;
	transition: all .3s;
}
.tags ul li a:hover{
	border: 1px solid var(--section-bg);
	background: var(--section-bg);
	color: var(--body-color);	
}
.share-coments ul li {
	display: inline-block;
	margin-right: 15px;
	color: var(--section-bg);
	font-weight: 500;
}
.comment-img img {
	width: 20%;
	float: left;
	margin-right: 15px;
}
.comment-details {
	overflow: hidden;
	position: relative;
}
.comment-details a {
	position: absolute;
	top: 0;
	right: 0;
	transition: all .3s;
	text-transform: capitalize;
}
.comment-details a:hover{
	color: var(--section-bg);
}
.comment-details ul li {
	color: var(--section-bg);
	font-size: 14px;
}
.comment-contact {
	margin: 0;
}
.details-blog {
	overflow: hidden;
}
/*our-new-bog-end*/
/*contact-area-start*/
.icon-social {
	margin-right: 15px;
}
.icon-social i {
	font-size: 25px;
	height: 50px;
	width: 50px;
	background: var(--bg-overly);
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
}
.main-contact ul li {
	color: var(--box-color);
}
.main-contact ul li span {
	font-size: 20px;
	color: var(--box-color);
	font-weight: 500;
}
/*contact-area-end*/
/*faq-area-start*/
.faq-bg{
	background: url(../img/home1/banner/faq.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.faq-wraper {
	padding: 30px 20px;
	box-shadow: 0px 0px 11px 5px #ccc3;
}
.accordion-item {
	border: none;
	background: none;
}
.accordion-button:focus {
	border: none;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	background: var(--section-bg);
	color: var(--body-color);
	font-size: 20px;
	font-weight: 600;
	box-shadow: none;
}
.accordion-button.collapsed {
	background: var(--bg2-overly);
	color: var(--body-color);
	font-size: 20px;
	font-weight: 600;
}
.faq-img img {
	border-radius: 10px;
}
/*faq-area-end*/
/* Privacy-Policy-area-start */
.privacy-text h2 {
	font-size: 30px;
}
.privacy-text ul li {
	color: var(--peragraph-colur);
	margin-bottom: 15px;
	display: flex;
}
.privacy-text ul li span {
	margin-right: 7px;
}
.privacy-text .active {
	background: var(--body-color);
	padding: 20px;
}
.privacy-text p {
    text-transform: capitalize;
}
/* Privacy-Policy-area-end */
/*subscribe-form-start*/
.subscribe-area {
	position: relative;
	margin-bottom: -50px;
	z-index: 9;
}
.subscribe-form input {
	width: 100%;
}
.subscribe-form button {
	width: 20%;
	font-size: 20px;
	font-weight: 600;
}
.subscribe-icon {
	text-align: center;
}
.subscribe-icon i {
	color: var(--body-color);
	margin-left: 10px;
	height: 50px;
	width: 50px;
	display: inline-block;
	background: var(--bg-overly);
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	transition: all .3s;
}
.subscribe-icon i:hover{
	background: var(--body-color);
	color: var(--bg-overly);
}
.subscribe-text {
	padding: 0px 50px;
}
/*subscribe-form-end*/
/*footer-area-start*/
.footer-bg{
	background: url(../img/home1/footer/1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.footer-area {
	border-bottom: 1px solid var(--text-color);
	position: relative;
}
.footer-widget a {
	font-size: 40px;
	color: var(--white);
	font-weight: 700;
	line-height: 1;
}
.footer-widget p {
	color: var(--body-color);
}
.footer-widget-social ul li {
	float: left;
	margin-right: 3px;
}
.footer-widget-social ul li h3 {
	display: inline-block;
	margin: 0;
	line-height: 1;
	font-size: 25px;
}
.footer-widget-social ul li i {
	height: 30px;
	width: 30px;
	background: var(--bg-overly);
	text-align: center;
	line-height: 30px;
	font-size: 13px;
}
.footer-widget-social ul li a {
	font-size: 16px;
}
.footer-widget h4 {
	color: var(--white);
	margin-bottom: 15px;
	font-size: 30px;
}
.footer-widget-link ul li {
	margin-bottom: 10px;
}
.footer-widget-link ul li a {
	font-size: 16px;
	margin-left: -23px;
	transition: all .3s;
}
.footer-widget-link ul li a:hover{
	margin-left: 0;
}
.footer-widget-link ul li i {
	margin-right: 10px;
	transform: scale(0);
	transform-origin: left;
	transition: all .3s;
}
.footer-widget-link ul li:hover i{
	transform: scale(1);
}
.footer-contact ul li {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}
.footer-contact ul li a {
	font-size: 18px;
}
.footer-contact ul li span {
	color: var(--body-color);
	font-size: 18px;
	font-weight: 600;
}
.copyright-area {
	position: relative;
}
.copyright p {
	color: var(--body-color);
	margin: 0;
}
.copyright a {
	font-size: 20px;
	text-transform: capitalize;
	color: var(--body-color);
}
/*footer-area-end*/


