/* Corola - HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Global Settings
3. Section title 
4. btn Style
5. list style
6. social icon
7. accordion style 
8. page pagination
9. Main Header style
10. appointment form
11. Main Slider Banner
12. About section
13. prevention section
14. Parallax 
15. Team section
16. Blog section
17. Contact form
18. Map Style
19. Page Title Style
20. Error Section
21. Main Footer
22. Testimonial section
23. Call to Action
24. Sidebar Widget
25. Contact Section
26. Gallery Section
27. Mask use process
28. Info section
29. Symptoms
30. Corona map
31. Contagion
32. Services
33. Covid-19

*********************************************/
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800|Open+Sans:400,400i,600|Rubik:400,500');

/*font-family: 'Open Sans', sans-serif;
font-family: 'Muli', sans-serif;
font-family: 'Rubik', sans-serif;*/

@import url('font-awesome-all.css');
@import url('icomoon.css');
@import url('bootstrap.css');
@import url('jquery.background-video.css');
@import url('jquery.fancybox.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('custom-animate.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.bxslider.css');
@import url('jquery-ui.css');
@import url('jquery.bootstrap-touchspin.css');

/*
============================================
	Reset
============================================
*/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*
============================================
	Global Settings
============================================
*/

body {
	font-size: 16px;
	color: #212333;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #007cc3;
}

.no-padding {
	padding: 0px !important;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Muli', sans-serif;
	color: #333333;
}

input,
button,
select,
textarea {}

button:focus {
	outline: none;
}

p {
	position: relative;
	line-height: 1.8em;
}

.text {
	font-size: 15px;
	color: #808080;
}

.text.light {
	color: #fff;
}

.strike-through {
	text-decoration: line-through;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	background: #fff;
	overflow: hidden;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

@media (min-width: 1200px) {
	.container {
	    padding: 0px;
	}
}

#shop-area .showing-result-shorting .ui-selectmenu-button {
    background: #fff !important;
    width: 200px !important;
    border-radius: 0px !important;
    border: 1px solid #f0eef9 !important;
    color: #868298 !important;
    font-size: 15px !important;
    text-transform: capitalize;
    height: 40px !important;
    position: relative;
    transition: all 500ms ease;
}


.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.grey-bg {
	background-color: #f7f7fa !important;
}

.grey-deep-bg {
	background-color: #f3f3f3 !important;
}

.grey-light-bg {
	background-color: #f8f8f8 !important;
}

.gradient-bg {
	background-image: linear-gradient(3deg, #000000 34%, #064e79 100%) !important;
}

.gradient-two-bg {
	background-image: linear-gradient(to top, #537895 0%, #09203f 100%) !important;
}

.image-bg {
	background-repeat: no-repeat;
	background-size: cover;
}

.black-bg {
	background-color: #101010 !important;
}

.black-bg-2 {
	background-color: #1c1c1c !important;
}

.black-bg-3 {
	background-color: #1a1a1a !important;
}

.black-bg-4 {
	background-color: #323239 !important;
}

.theme-bg {
	background-color: #007cc3 !important;
}

.bg-style-two {
	position: relative;
}

.bg-style-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-color: rgb(240, 240, 240);
}

.bg-style-two:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-color: rgba(240, 240, 240, 0.3);
}

/* section padding */
.sp-zero {
	padding: 50px 0;
}

.sp-one {
	padding: 100px 0;
}

.sp-two {
	padding: 100px 0 70px;
}

.sp-three {
	padding: 110px 0 60px;
}

.sp-four {
	padding: 100px 0 0px;
}

.sp-five {
	padding: 0px 0 110px;
}

.sp-six {
	padding: 0px 0 80px;
}
.sp-seven {
	padding: 100px 0 30px;
}

.sp-eight {
	padding: 100px 0 50px;
}

.sp-nine {
	padding: 100px 0 100px;
}

.projects-block-one.mix {
	display: none;
}

.projects-block-two.mix {
	display: none;
}

.theme-color {
	color: #007cc3;
}

img {
	display: inline-block;
	max-width: 100%;
}

/*preloader*/
.preloader{ 
  position:fixed; 
  left:0px; 
  top:0px; 
  width:100%; 
  height:100%;
  z-index:999999; 
  background-color:#ffffff; 
  background-position:center center;
  background-repeat:no-repeat; 
  background-image:url(../images/resource/preloader.gif);
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}


/*** Scroll To Top style ***/

.scroll-top {
	width: 55px;
	height: 55px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 18px;
	border-radius: 50%;
	z-index: 99;
	display: none;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #223b75;
	-webkit-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

.scroll-top span:before {
	font-size: 27px;
}

.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/* parallax-one */

.parallax-one {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-one:before {
  position: absolute;
  content: '';
  background: rgba(30, 67, 152, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* parallax-two */

.parallax-two {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.parallax-two:before {
  position: absolute;
  content: '';
  background: #ffffffc7;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* parallax-three */

.parallax-three {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.parallax-three:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}



/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	height: 50px;
	padding: 7px 20px;
	line-height: 30px;
	color: #333333;
	border-radius: 0px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 3px;
	text-indent: 0px;
	color: #333333;
}

.form-group .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #333333;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
	font-family: 'Muli', sans-serif;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background-color: #007cc3;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px;
}

.ui-menu-item:hover {
	background-color: #17519d;
}

/* owl controll */

.owl-dots-none .owl-dots {
	display: none;
}

/* style one */

.owl-dot-style-one .owl-dots {
	position: relative;
	text-align: center;
}

.owl-dot-style-one .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	border: 2px solid #98a6fe;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot:hover span {
	background: #007cc3;
	border-color: #007cc3;
}

/* style two */

.owl-dot-style-two .owl-dots {
	position: relative;
	text-align: center;
	line-height: 15px;
}

.owl-dot-style-two .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.owl-dot-style-two .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #e8e8e8;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.owl-dot-style-two .owl-dots .owl-dot span:before {
	position: absolute;
	content: '';
	background: #e8e8e8;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 3px;
	top: 3px;
}

.owl-dot-style-two .owl-dots .owl-dot.active span,
.owl-dot-style-two .owl-dots .owl-dot:hover span {
	background: #007cc3;
	border-color: #007cc3;
}

/* style three */

.owl-dot-style-three .owl-dots {
	position: relative;
	text-align: center;
	line-height: 15px;
}

.owl-dot-style-three .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.owl-dot-style-three .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: 13px;
	border-radius: 6px;
	background: #d9d9d9;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.owl-dot-style-three .owl-dots .owl-dot.active span,
.owl-dot-style-three .owl-dots .owl-dot:hover span {
	background: #007cc3;
	height: 25px;
	margin-top: 0px;
}

/* owl nav */

.owl-nav-none .owl-nav {
	display: none;
}

.owl-nav-style-one .owl-nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.owl-nav-style-one .owl-nav .owl-next,
.owl-nav-style-one .owl-nav .owl-prev {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 8px;
	display: inline-block;
	line-height: 46px;
	border: 1px solid #f0f0f0;
	text-align: center;
	font-size: 24px;
	color: #949494;
	border-radius: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.owl-nav-style-one .owl-nav .owl-prev {
	left: 0px;
}

.owl-nav-style-one .owl-nav .owl-next {
	right: 0px;
}

.owl-nav-style-one .owl-nav .owl-next:hover,
.owl-nav-style-one .owl-nav .owl-prev:hover {
	color: #007cc3;
	border-color: #007cc3;
}

/* nav style tow */

.owl-nav-style-two .owl-nav {
	padding: 0px;
	text-align: center;
	bottom: 100%;
	top: inherit;
	position: absolute;
	left: inherit;
	right: 0;
}

.owl-nav-style-two .owl-nav .owl-next,
.owl-nav-style-two .owl-nav .owl-prev {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 8px 30px;
	display: inline-block;
	line-height: 46px;
	border: 1px solid #f0f0f0;
	text-align: center;
	font-size: 24px;
	color: #949494;
	border-radius: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.owl-nav-style-two .owl-nav .owl-prev {
	left: 0px;
}

.owl-nav-style-two .owl-nav .owl-next {
	right: 0px;
}

.owl-nav-style-two .owl-nav .owl-next:hover,
.owl-nav-style-two .owl-nav .owl-prev:hover {
	color: #007cc3;
	border-color: #007cc3;
}


/* nav style three */

.owl-nav-style-three .owl-nav {
	padding: 0px;
	top: 50%;
	margin-top: -40px;
	position: absolute;
	left: -45%;
	right: -45%;
}

.owl-nav-style-three .owl-nav .owl-next,
.owl-nav-style-three .owl-nav .owl-prev {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	border-radius: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.owl-nav-style-three .owl-nav .owl-prev {
	left: -25px;
	float:  left;
}

.owl-nav-style-three .owl-nav .owl-next {
	right: -25px;
	float:  right;
}

.owl-nav-style-three .owl-nav .owl-next:hover,
.owl-nav-style-three .owl-nav .owl-prev:hover {
	color: #007cc3;
	border-color: #007cc3;
}

/* nav style four */

.owl-nav-style-four .owl-nav {
	padding: 0px;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
}

.owl-nav-style-four .owl-nav .owl-next,
.owl-nav-style-four .owl-nav .owl-prev {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	color: #b2b2b2;
	border-radius: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-four .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-four .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.owl-nav-style-four .owl-nav .owl-prev {
	left: 45px;
	top: 13px;
	float:  left;
}

.owl-nav-style-four .owl-nav .owl-next {
	right: 45px;
	top: 13px;
	float:  right;
}

.owl-nav-style-four .owl-nav .owl-next:hover,
.owl-nav-style-four .owl-nav .owl-prev:hover {
	color: #007cc3;
	border-color: #007cc3;
}


/*** Fancy Box ***/

.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.40) !important;
	color: #ffffff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before {
	content: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

/* margin */

.m-0 {
	margin: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

/* padding */

.p-0 {
	padding: 0px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-200 {
	padding-top: 200px;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.pl-45 {
	padding-left: 45px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.pl-55 {
	padding-left: 55px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

.pl-65 {
	padding-left: 65px !important;
}

.pl-70 {
	padding-left: 70px !important;
}

.pl-75 {
	padding-left: 75px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pr-45 {
	padding-right: 45px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.pr-55 {
	padding-right: 55px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.pr-65 {
	padding-right: 65px !important;
}

.pr-70 {
	padding-right: 70px !important;
}

.pr-75 {
	padding-right: 75px !important;
}

.pr-80 {
	padding-right: 80px !important;
}


/*
================================== 
 section title 
==================================
*/

.sec-title {
	position: relative;
	margin-bottom: 50px;
}
.sec-title:before{
	position: absolute;
	content: "";
	width: 90px;
	height: 7px;
	bottom: 6px;
	margin-left: -45px;
	background: url(../images/resource/tb.png);
}
.sec-title.left-ti:before{
	position: absolute;
	content: "";
	width: 90px;
	height: 7px;
	bottom: 6px;
	margin-left: 0px;
	background: url(../images/resource/tb2.png);
}
.sec-title.small {
	margin-bottom: 35px;
}

.sec-title h1 {
	position: relative;
	font-size: 38px;
	font-weight: 600;
	line-height: 38px;
	padding-bottom: 30px;
	margin-bottom: 25px;
	color: #333;
	text-transform: capitalize;
}

.sec-title h1.light:before{
	position: absolute;
    left: 0;
    bottom: 10px;
    width: 96px;
    height: 1px;
    content: "";
    background: #fff;
}

.sec-title.centered h1:after,
.sec-title.centered h1:before {
    right: 0;
    margin: 0 auto;
}

.sec-title.light h1 {
	color: #fff;
}

.sec-title h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 20px;
}

.sec-title.light h3 {
	color: #fff;
}

.sec-title h4{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #007cc3;
	margin-bottom: 8px;
}

.sec-title.light .text {
	color: #fff;
}

.sec-title.centered {
	text-align: center;
}

.sec-title .text {
	margin-top: 15px;
	color: #888;
	max-width: 960px;
}

.sec-title.centered .text {
	margin: 0 auto;
}

.sec-title.style-two {
	margin-bottom: 40px;
}

.welcome-title {
	text-align: center;
	margin-bottom: 40px;
}

.welcome-title h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 600;
}

/* inner page title */

.inner-page-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.inner-page-title h4 {
	font-size: 22px;
	color: #000000;
	font-weight: 500;
	line-height: 1.2em;
	text-transform: capitalize;
}

.inner-page-title:before {
	position: absolute;
	content: '';
	background: #ddd;
	height: 1px;
	width: 100%;
	bottom: 0;
}

.inner-page-title:after {
	position: absolute;
	content: '';
	background: #007cc3;
	height: 2px;
	width: 40px;
	bottom: 0;
}

/*
================================== 
	btn Style
==================================
*/

.btn-style-one {
	position: relative;
	padding: 16px 55px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	cursor:  pointer;
	background: #007cc3;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #007cc3;
	font-family: 'Rubik', sans-serif;
}

.btn-style-one:hover {
	color: #ffffff;
	background: #101010;
	border-color: #101010;
}

/*Btn Style One*/

.btn-style-two {
	position: relative;
	padding: 12px 34px;
	border-radius: 9px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: #007cc3;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #007cc3;
	font-family: 'Rubik', sans-serif;
}

.btn-style-two:hover {
	color: #ffffff;
	background: #ae4eff;
	border-color: #ae4eff;
}

/*Btn Style three*/

.btn-style-three {
	position: relative;
	padding: 16px 55px;
	line-height: 24px;
	color: #007cc3;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #007cc3;
	font-family: 'Rubik', sans-serif;
}

.btn-style-three:hover {
	color: #ffffff;
	border-color: #007cc3;
	background-color: #007cc3;
}

/*Btn Style four*/

.btn-style-four {
	position: relative;
	padding: 16px 55px;
	line-height: 24px;
	border-radius: 30px;
	color: #007cc3;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #007cc3;
	font-family: 'Rubik', sans-serif;
}

.btn-style-four:hover {
	color: #ffffff;
	border-color: #007cc3;
	background-color: #007cc3;
}

/*Btn Style five*/

.btn-style-five {
	position: relative;
	padding: 11px 32px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: #ae4eff;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #ae4eff;
	border-radius: 7px;
	font-family: 'Rubik', sans-serif;
}

.btn-style-five:hover {
	color: #ffffff;
	background: #8600f8;
	border-color: #8600f8;
}

/*Btn Style six*/

.btn-style-six {
	position: relative;
	padding: 12px 40px;
	line-height: 24px;
	color: #222;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	font-family: 'Rubik', sans-serif;
}

.btn-style-six:hover {
	color: #ffffff;
	background: #007cc3;
	border-color: #007cc3;
}

/*Btn Style seven*/

.btn-style-seven {
	position: relative;
	padding: 16px 55px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #fff;
	font-family: 'Rubik', sans-serif;
}

.btn-style-seven:hover {
	color: #ffffff;
	border-color: #007cc3;
	background-color: #007cc3;
}

/*Btn Style eight*/

.btn-style-eight {
	position: relative;
	padding: 12px 48px;
	line-height: 24px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #fff;
	font-family: 'Rubik', sans-serif;
}

.btn-style-eight:hover {
	color: #ffffff;
	border-color: #ae4eff;
	background-color: #ae4eff;
}

/*Btn Style nine*/

.btn-style-nine {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: #192546;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #192546;
	font-family: 'Rubik', sans-serif;
}

.btn-style-nine:hover {
	color: #ffffff;
	background: #007cc3;
	border-color: #007cc3;
}

/*Btn Style ten*/

.btn-style-ten {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #007cc3;
	text-align: center;
	border-radius: 25px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: #f7f7f7;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #f7f7f7;
	font-family: 'Rubik', sans-serif;
}

.btn-style-ten:hover {
	color: #ffffff;
	background: #007cc3;
	border-color: #007cc3;
}

/*Btn Style eleven*/

.btn-style-eleven {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid rgba(255, 255, 255, 0.5);
	font-family: 'Rubik', sans-serif;
}

.btn-style-eleven:hover {
	color: #ffffff;
	border-color: #007cc3;
	background-color: #007cc3;
}

/*Btn Style twelve*/

.btn-style-twelve {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #fff;
	font-family: 'Rubik', sans-serif;
}

.btn-style-twelve:hover {
	color: #ffffff;
	border-color: #007cc3;
	background-color: #007cc3;
}

/*Btn Style thirteen*/

.btn-style-thirteen {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #222;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #ebebeb;
	font-family: 'Rubik', sans-serif;
	cursor:  pointer;
}

.btn-style-thirteen:hover {
	color: #ffffff;
	border-color: #007cc3;
	background-color: #007cc3;
}

/*Btn Style fourteen*/

.btn-style-fourteen {
	position: relative;
	padding: 12px 40px;
	line-height: 24px;
	border-radius: 25px;
	color: #1a224c;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #e7e7e7;
	font-family: 'Rubik', sans-serif;
}

.btn-style-fourteen:hover {
	color: #ffffff;
	border-color: #007cc3;
	background-color: #007cc3;
}

/*Btn Style fifteen*/

.btn-style-fifteen {
	position: relative;
	padding: 0px 12px;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	background: #007cc3;
	border-radius: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #007cc3;
	font-family: 'Rubik', sans-serif;
}

.btn-style-fifteen:hover {
	color: #007cc3;
	background: transparent;
	border-color: #007cc3;
}

/*
================================== 
 list style
==================================
*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	color: #111;
	font-size: 18px;
	font-weight: 400;
	padding-left: 28px;
	margin-bottom: 15px;
}

.list-style-one li:before {
	position: absolute;
	content: "\f058";
	left: 0px;
	top: 0px;
	font-size: 16px;
	color: #3648b2;
	font-family: 'Font Awesome 5 Free';
}

/*List Style Two*/

.list-style-two {
	position: relative;
	margin-bottom: 30px;
}

.list-style-two li {
	position: relative;
	color: #222;
	font-size: 16px;
	font-weight: 400;
	padding-left: 16px;
	margin-bottom: 6px;
}

.list-style-two li:before {
	position: absolute;
	content: "\f105";
	left: 0px;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	color: #007cc3;
	font-size: 16px;
}

/*List Style Three*/

.list-style-three {
	position: relative;
	margin-bottom: 30px;
}

.list-style-three li {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	padding-left: 20px;
	margin-bottom: 6px;
}

.list-style-three li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #007cc3;
	font-family: 'Font Awesome 5 Free';
}

.list-style-three li:nth-child(2):before {
	background-color: #fd5075;
}

.list-style-three li:nth-child(3):before {
	background-color: #11e6a2;
}

/*List Style four*/

.list-style-four {
	position: relative;
}

.list-style-four li {
	position: relative;
	margin-bottom: 12px;
	color: #848484;
	font-size: 14px;
	font-weight: 400;
	padding-left: 35px;
	line-height: 2em;
}

.list-style-four li i {
	position: absolute;
	left: 0px;
	top: 4px;
	color: #007cc3;
	font-size: 22px;
	line-height: 1.2em;
}

/*List Style five*/

.list-style-five {
	position: relative;
}

.list-style-five li {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	padding-left: 28px;
	margin-bottom: 10px;
}

.list-style-five li:before {
	position: absolute;
	content: '\f192';
	left: 0px;
	top: 2px;
	font-size: 16px;
	color: #007cc3;
	font-family: 'Font Awesome 5 Free';
}

/*
================================== 
 social icon
==================================
*/

/* social icon one */

.social-icon-one {
	position: relative;
}

.social-icon-one li {
	position: relative;
	margin: 0 3px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 7px;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.06), -2px 0px 5px 1px rgba(0, 0, 0, 0.02);
	text-align: center;
	display: inline-block;
}

.social-icon-one li a {
	position: relative;
	color: #007cc3;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover {
	color: #007cc3;
}

/*Social Icon Two*/

.social-icon-two {
	position: relative;
}

.social-icon-two li {
	position: relative;
	margin: 0 7px;
	display: inline-block;
}

.social-icon-two li a {
	position: relative;
	color: #007cc3;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover {
	color: #007cc3;
}

/*Social Icon Three*/

.social-icon-three {
	position: relative;
}

.social-icon-three li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-three li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #848484;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background: #f4f4f4;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-three li a:hover {
	color: #ffffff;
	background-color: #007cc3;
}

/*Social Icon Four*/

.social-icon-four {
	position: relative;
}

.social-icon-four li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-four li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #007cc3;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background: #f4f4f4;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-four li a:hover {
	color: #ffffff;
	background-color: #007cc3;
}

/*Social Icon Five*/

.social-icon-five {
	position: relative;
}

.social-icon-five li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-five li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #848484;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #eee;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-five li a:hover {
	color: #ffffff;
	background-color: #007cc3;
}

/*Social Icon Six*/

.social-icon-six {
	position: relative;
}

.social-icon-six li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-six li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #007cc3;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #eee;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-six li a:hover {
	color: #ffffff;
	background-color: #007cc3;
}

/* social icon seven */

.social-icon-seven {
	position: relative;
}

.social-icon-seven li {
	position: relative;
	margin: 0 7px;
	display: inline-block;
}

.social-icon-seven li a {
	position: relative;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-seven li a:hover {
	color: #007cc3;
}

/*social icon eight*/

.social-icon-eight {
	position: relative;
}

.social-icon-eight li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-eight li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #fff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-eight li a:hover {
	color: #ffffff;
	background-color: #007cc3;
	border-color: #007cc3;
}

/* social-icon nine */

.social-icon-nine {
	display: flex;
	flex-wrap: wrap;
}

.social-icon-nine li {
	margin: 0 7px;
}

.social-icon-nine .fa {
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}

.social-icon-nine .fa:hover {
	opacity: 0.7;
}

.social-icon-nine .fa-facebook {
	background: #3B5998;
	color: white;
}

.social-icon-nine .fa-twitter {
	background: #55ACEE;
	color: white;
}

.social-icon-nine .fa-google {
	background: #dd4b39;
	color: white;
}

.social-icon-nine .fa-linkedin {
	background: #007bb5;
	color: white;
}

.social-icon-nine .fa-youtube {
	background: #bb0000;
	color: white;
}

.social-icon-nine .fa-instagram {
	background: #125688;
	color: white;
}

.social-icon-nine .fa-pinterest {
	background: #cb2027;
	color: white;
}

.social-icon-nine .fa-snapchat-ghost {
	background: #fffc00;
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.social-icon-nine .fa-skype {
	background: #00aff0;
	color: white;
}

.social-icon-nine .fa-android {
	background: #a4c639;
	color: white;
}

.social-icon-nine .fa-dribbble {
	background: #ea4c89;
	color: white;
}

.social-icon-nine .fa-vimeo {
	background: #45bbff;
	color: white;
}

.social-icon-nine .fa-tumblr {
	background: #2c4762;
	color: white;
}

.social-icon-nine .fa-vine {
	background: #00b489;
	color: white;
}

.social-icon-nine .fa-foursquare {
	background: #45bbff;
	color: white;
}

.social-icon-nine .fa-stumbleupon {
	background: #eb4924;
	color: white;
}

.social-icon-nine .fa-flickr {
	background: #f40083;
	color: white;
}

.social-icon-nine .fa-yahoo {
	background: #430297;
	color: white;
}

.social-icon-nine .fa-soundcloud {
	background: #ff5500;
	color: white;
}

.social-icon-nine .fa-reddit {
	background: #ff5700;
	color: white;
}

.social-icon-nine .fa-rss {
	background: #ff6600;
	color: white;
}

/* Social-icon Fourteen */

.social-icon-ten {
	display: flex;
	flex-wrap: wrap;
}

.social-icon-ten li {
	margin: 0 7px;
}

.social-icon-ten .fa {
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}

.social-icon-ten .fa:hover {
	opacity: 0.7;
}

.social-icon-ten .fa-facebook {
	background: #3B5998;
	color: white;
}

.social-icon-ten .fa-twitter {
	background: #55ACEE;
	color: white;
}

.social-icon-ten .fa-google {
	background: #dd4b39;
	color: white;
}

.social-icon-ten .fa-linkedin {
	background: #007bb5;
	color: white;
}

.social-icon-ten .fa-youtube {
	background: #bb0000;
	color: white;
}

.social-icon-ten .fa-instagram {
	background: #125688;
	color: white;
}

.social-icon-ten .fa-pinterest {
	background: #cb2027;
	color: white;
}

.social-icon-ten .fa-snapchat-ghost {
	background: #fffc00;
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.social-icon-ten .fa-skype {
	background: #00aff0;
	color: white;
}

.social-icon-ten .fa-android {
	background: #a4c639;
	color: white;
}

.social-icon-ten .fa-dribbble {
	background: #ea4c89;
	color: white;
}

.social-icon-ten .fa-vimeo {
	background: #45bbff;
	color: white;
}

.social-icon-ten .fa-tumblr {
	background: #2c4762;
	color: white;
}

.social-icon-ten .fa-vine {
	background: #00b489;
	color: white;
}

.social-icon-ten .fa-foursquare {
	background: #45bbff;
	color: white;
}

.social-icon-ten .fa-stumbleupon {
	background: #eb4924;
	color: white;
}

.social-icon-ten .fa-flickr {
	background: #f40083;
	color: white;
}

.social-icon-ten .fa-yahoo {
	background: #430297;
	color: white;
}

.social-icon-ten .fa-soundcloud {
	background: #ff5500;
	color: white;
}

.social-icon-ten .fa-reddit {
	background: #ff5700;
	color: white;
}

.social-icon-ten .fa-rss {
	background: #ff6600;
	color: white;
}


@-webkit-keyframes default-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes default-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes default-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}



/*
================================== 
 accordion style 
==================================
*/
.faq-section{
	max-width: 800px;
	margin: 0 auto;
}
.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	padding-top: 0px;
	margin-bottom: 30px;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.accordion-box .block:last-child {
	margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 20px;
	cursor: pointer;
	line-height: 1.2em;
	color: #333;
	font-weight: 700;
	padding: 22px 35px 22px;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	font-family: 'Muli', sans-serif;
}

.accordion-box .block .acc-btn.active {
    color: #fff;
    background: #007cc3;
    border-bottom: 1px solid rgba(204, 204, 204, 0.22);
    border-radius: 10px 10px 0px 0px;
}

.accordion-box .block .icon-outer {
	position: absolute;
	right: 30px;
	top: 36px;
	font-size: 25px;
	color: #222222;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 18px;
	color: #222222;
	line-height: 1em;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.accordion-box .block .icon-outer .icon_plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon_minus {
	opacity: 0;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_minus {
	opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_plus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
	color: #007cc3;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
	padding: 0 20px;
	padding-left: 35px;
	border-bottom: 1px solid #f2f2f2;
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 15px 0px 0px 0px;
}

.accordion-box .block .content .text {
	margin-bottom: 23px;
	font-size: 15px;
}


/*Accordian Style Two*/

.accordion-box.style-two {
	border: 0px;
}

.accordion-box.style-two .block {
	margin-bottom: 20px;
	padding: 15px 20px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: #fff;
}

.accordion-box.style-two .block .acc-btn {
	color: #000000;
}

.accordion-box.style-two .block .content p {
	color: #adadad;
	font-size: 16px;
	line-height: 1.9em;
}

/*Accordian Style Three*/

.accordion-box.style-three {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 70px;
}

.accordion-box.style-three .block {
	padding-left: 0px;
}

.accordion-box.style-three .block .acc-btn {
	font-weight: 400;
}

.accordion-box.style-three .block .icon-outer {
	right: 0px;
}

/*Accordian Style Four*/

.accordion-box.style-four {
	border: 0px;
}

.accordion-box.style-four .block {
	border: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.accordion-box.style-four .block .acc-btn {
	padding: 13px 20px;
	background-color: #f7f7f7;
}

.accordion-box.style-four .block .icon-outer .icon {
	font-size: 20px;
	margin-top: -20px;
}

.accordion-box.style-four .block .icon-outer {
	right: 30px;
	top: 36px;
}

.accordion-box.style-four .block .acc-btn.active .icon-outer .icon_plus {
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-box.style-four .block .content {
	padding: 20px 20px;
	border: 1px solid #f4f4f4;
	border-top: 0px;
}

/*Accordian Style Five*/

.accordion-box.style-five {
	position: relative;
	padding: 0px 30px;
	border: 0px;
	background-color: #f7f7f7;
}

.accordion-box.style-five .block {
	padding: 0px 0px;
}

.accordion-box.style-five .block:last-child .acc-content {
	padding-bottom: 25px;
}

.accordion-box.style-five .block .acc-btn {
	padding-right: 0px;
	padding-left: 40px;
	padding-top: 19px;
	padding-bottom: 19px;
}

.accordion-box.style-five .block .acc-btn.active {
	color: #e6202d;
}

.accordion-box.style-five .block .acc-btn.active .icon-outer {
	background-color: #e6202d;
}

.accordion-box.style-five .block .icon-outer {
	left: 0px;
	top: 50%;
	right: auto;
	width: 20px;
	height: 20px;
	color: #ffffff;
	line-height: 21px;
	border-radius: 50%;
	text-align: center;
	margin-top: -10px;
	background-color: #cccccc;
}

.accordion-box.style-five .block .icon-outer .icon {
	left: 0px;
	top: 19px;
	width: 20px;
	height: 20px;
	color: #ffffff;
}

.accordion-box.style-five .block .content {
	background-color: #ffffff;
	margin-top: 0px;
	padding: 25px 40px;
}

/*
================================== 
 page pagination
==================================
*/

.page_pagination {
	text-align: center;
	margin-bottom: 50px;
}

.page_pagination li {
	display: inline-block;
	margin: 0 10px;
}

.page_pagination li a {
	display: block;
	text-align: center;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
}

.page_pagination li a.active,
.page_pagination li a:hover {
	color: #007cc3;
}

/*style tow*/

.page_pagination_two {
	text-align: center;
	margin-top: 20px;
}
.page_pagination_two.left{
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;
}
.page_pagination_two li {
	display: inline-block;
	margin: 0 4px;
}

.page_pagination_two li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	border-radius:  10px;
	text-align: center;
	color: #007cc3;
	font-size: 18px;
	font-weight: 700;
}

.page_pagination_two li a.active,
.page_pagination_two li a:hover {
	color: #fff;
	background: #007cc3;
}

/*style three*/

.page_pagination_three {
	text-align: center;
	margin-bottom: 50px;
}

.page_pagination_three li {
	display: inline-block;
	margin: 0 4px;
}

.page_pagination_three li a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius:  50%;
	display: block;
	text-align: center;
	background: #f7f8f9;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.page_pagination_three li a.active,
.page_pagination_three li a:hover {
	color: #fff;
	background: #007cc3;
}

/*
================================== 
 filter style
==================================
*/

.filter-tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 50px;
}

.text-center .filter-tabs {
	justify-content: center;
}

.filter-tabs li {
	padding: 0;
	margin: 0px 20px 0px;
}

.filter-tabs li:first-child {
	margin-left: 0px;
}

.filter-tabs li.active {}

.filter-tabs li span {
	color: #1a224d;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	border-radius: 22px;
	font-family: 'Muli', sans-serif;
	display: block;
	cursor: pointer;
	transition: .5s ease;
}

.filter-tabs li:last-child span {
	border-right: 0px;
}

.filter-tabs.style-2 li span {
	color: #fff;
}

.filter-tabs li:hover span,
.filter-tabs li.active span {
	color: #007cc3;
	transition: .5s ease;
}

.filter-tabs li span i {
	font-size: 14px;
	margin-right: 5px;
}




@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}


/*
=============================================
  Main Header style
=============================================
*/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .header-outer-box {
	background: #fff;
}

/*======== Header top ===========*/

.header-top {
	position: relative;
	font-size: 13px;
	padding: 11px 0px;
	background: #007cc3;
}

.header-top .social-links a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	padding: 0px 10px;
	line-height: 26px;
}

.header-top .social-links a:last-child {
	padding-right: 0px;
}

.header-top a:hover {
	color: #fff;
}

.header-top .top-right {
	position: relative;
}

.header-top .topbar-info {
	position: relative;
	margin: 0 -15px;
	top: -2px;
	display: inline-block;
}

.header-top .link-btn {
	display: inline-block;
}

.header-top .link-btn .theme-btn {
    padding: 12px 30px;
    border-radius: 0px;
    margin: -11px 0;
    margin-left: 15px;
}

.header-top .topbar-info li {
	display: inline-block;
	line-height: 1em;
	padding: 0 15px;
}

.header-top .topbar-info li a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.header-top .topbar-info li a i {
	color: #fff;
	margin-right: 6px;
}

@media only screen and (max-width: 767px) {
	.header-top .top-left,
	.header-top .top-right {
		width: 100%;
		text-align: center;
	}
}

/* Header upper */

.main-header .header-upper {
	position: relative;
	z-index: 5;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header .logo-outer {
	position: relative;
	z-index: 25;
	padding: 30px 0px;
}

.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-menu {
    position: relative;
    float: left;
}

.main-header .header-upper .upper-right {
	position: relative;
	text-align: center;
}

.main-header .header-info {
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 5;
	border-bottom: 1px solid #f0f0f0;
	padding: 31px 0;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	text-align: center;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	margin: 0px 1px;
}

.main-menu .navigation>li:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	transition: .5s ease;
}

.main-menu .navigation>li.current:before,
.main-menu .navigation>li:hover:before {
	width: 100%;
}

.main-menu .navigation>li.dropdown:after {
	position: absolute;
	content: "\f107";
	font-size: 16px;
	color: #ccc;
	top: 41px;
	right: 15px;
	transition: .5s ease;
	font-family: 'Font Awesome 5 Free';
	cursor: pointer;
	font-weight: 900;
}

.main-menu .navigation>li.dropdown:hover:after,
.main-menu .navigation>li.current.dropdown:after {
	color: #007cc3;
}

.sticky-header .main-menu .navigation>li.dropdown:after {
    /* right: 0; */
    top: 27px;
}

.sticky-header .main-menu .navigation>li {
	margin: 0px 1px;
	border: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #262626;
	line-height: 30px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	opacity: 1;
	text-transform: capitalize;
	padding: 40px 16px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li.dropdown a {
    padding-right: 30px;
}

.main-menu .navigation>li>a span {
	font-size: 22px;
	line-height: 25px;
	position: relative;
	top: 2px;
}

.main-menu .navigation>li:first-child>a {
}

.main-header .sticky-header .main-menu .navigation>li {
	padding: 0px;
}

.main-header .sticky-header .main-menu .navigation>li>a {
	color: #181818;
	padding: 26px 16px !important;
	line-height: 30px;
	font-size: 18px;
	font-weight: 500;
	min-height: 0px;
	background: none;
	border: 0px;
}

.main-menu .navigation>li.dropdown:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
	color: #007cc3;
	opacity: 1;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
	color: #007cc3;
}

.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.dropdown>a {
	padding-right: 33px !important;
}

.main-menu .navigation>li:hover>a:after {
	opacity: 1;
}

.main-header .sticky-header .main-menu .navigation>li>ul:before {
	display: none;
}

.main-header .sticky-header .main-menu .navigation>li>ul {
	top: 100% !important;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 250px;
	padding: 20px 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0px 20px;
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 15px;
	line-height: 20px;
	font-weight: 500;
	font-size: 16px;
	color: #333;
	text-align: left;
	padding-right: 0px !important;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Rubik', sans-serif;
}

.main-menu .navigation>li>ul>li>a:hover {
	color: #007cc3;
	padding-left: 20px;
}

.main-menu .navigation>li>ul>li ul {
	position: absolute;
	left: 100%;
	top: 0%;
	width: 250px;
	z-index: 100;
	padding: 20px 0;
	display: none;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul:before {
	position: absolute;
	content: '';
	right: 100%;
	top: 0px;
	width: 20px;
	height: 100%;
}

.main-menu .navigation>li>ul>li>ul li {
	position: relative;
	width: 100%;
	padding: 0px 20px;
}

.main-menu .navigation>li>ul>li>ul li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li a {
	position: relative;
	display: block;
	padding: 12px 15px;
	text-align: left;
	line-height: 24px;
	font-weight: 500;
	color: #222;
	font-family: 'Rubik', sans-serif;
	transition: .5s ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li a:hover {
	color: #fff;
	background: #3648b2;
	padding-left: 20px;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 0%;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 0;
	width: 50px;
	height: 43px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	font-size: 16px;
	line-height: 43px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.navbar-header {
	display: none;
}

.main-header .menu-right-content {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: 28px;
}

/* ====================== search box btn ===========================*/

.main-header .search-box-outer {
	position: relative;
	left: 3px;
	display: inline-block;
	padding: 6px 0;
	vertical-align: middle;
}

.main-header .search-box-btn {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #222;
	cursor: pointer;
	display: inline-block;
	padding: 7px 0px 6px;
	background: transparent;
	border-radius: 50px 0px 0px 50px;
}

.main-header .header-upper.dark .search-box-btn {
	color: #fff;
}

.main-header .search-box-outer .dropdown-menu {
	top: 72px !important;
	padding: 0px;
	width: 330px;
	border-radius: 0px;
	background: #ffffff;
	right: 0;
	left: auto !important;
	transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
	border-color: transparent;
	border-radius: 3px;
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
	transition: .5s ease;
	display: block;
	opacity: 0;
	visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
    display: block;
    transform: scale3d(1,1,1) !important;
    opacity: 1;
    visibility: visible;
}

.main-header .search-panel .form-container {
	padding: 30px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 9px 50px 9px 15px;
	height: 50px;
	border: 1px solid #f3f5fe;
	border-radius: 3px;
	background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
	border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 50px;
	height: 48px;
	text-align: center;
	color: #111111;
	background: #f3f5fe;
	font-size: 14px;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
}

.main-header .menu-right-content .link-btn {
	display: inline-block;
	vertical-align: middle;
}

.main-header .menu-right-content .link-btn .theme-btn {
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 30px;
	margin-left: 20px;
}

.dropdown-toggle::after {
	display: none;
}


.hiddenbar-btn {
	display: inline-block;
	z-index: 7;
	float: none;
	padding: 4px 5px;
	margin-left: 10px;
	cursor: pointer;
	border-radius: 0px;
	background: #ffffff;
	vertical-align: middle;
}
.hiddenbar-btn .icon-bar {
	background: #2b2b2b;
	height: 3px;
	width: 22px;
	display: block;
	margin: 6px 5px;
}

/*Sticky Header*/

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #ffffff;
	z-index: 0;
	border-bottom: 1px solid #e0e0e0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sticky-header .logo {
	padding: 16px 0px;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Header Style two */
.main-header.header-style-two {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
}

.main-header.header-style-two .header-outer-box {
	padding: 0 40px;
}

/* Header Style three */
.main-header.header-style-three .header-outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
}

.main-header.header-style-three .menu-right-content {
    margin: 12px 0;
}

/* Header Style four */
.main-header.header-style-four .main-menu .navigation>li.dropdown:before {
	height: 40px;
	top: 35px;
}

.main-header.header-style-four {
    background: #3648b2;
}

.main-header.header-style-four .light .main-menu .navigation>li>a {
    color: #fff;
}

.main-header.header-style-four .main-menu .navigation>li.dropdown:after {
    color: #fff;
}

.main-header.header-style-four .sticky-header .main-menu .navigation>li.dropdown:before {
	display: none;
}

.main-header.header-style-four .search-box-btn {
    color: #fff;
}

.main-header.header-style-four .hiddenbar-btn {
    background: transparent;
}

.main-header.header-style-four .hiddenbar-btn .icon-bar {
    background: #fff;
}

/*
==================================
	appointment form
==================================
*/
.appointment{

	margin: 0 auto;
}
.appointment .modal-dialog {
    max-width: 600px;
}
.appointment .form-group{
	margin-bottom: 30px;
}
.appointment-inner {
    padding: 75px;
}

.appointment-inner input {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.03), -2px 0px 5px 1px rgba(0, 0, 0, 0.03);
	border: none;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.appointment-inner .form-control:focus {
    box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.03), -2px 0px 5px 1px rgba(0, 0, 0, 0.03);
}
.contact-section-btn{
	text-align: center;
}
.appointment-inner .theme-btn {
    cursor: pointer;
}


/* =============== Mobile menu ===================== */

@media only screen and (max-width: 1200px) {
	.main-menu .navigation>li.dropdown:after {
		right: 7px;
	}
	.main-menu .navigation>li.dropdown a {
	    padding-right: 20px;
	}
	.main-menu .navigation>li>a {
		padding: 40px 20px;
	}
	.main-menu .navigation>li.dropdown:before {
		display: none;
	}
	.main-menu .navigation>li.dropdown:hover>a, 
	.main-menu .navigation>li.current>a, 
	.main-menu .navigation>li.current-menu-item>a {
	    color: #222;
	    opacity: 1;
	}
	.main-menu .navigation>li.dropdown:hover:after, 
	.main-menu .navigation>li.current.dropdown:after {
	    color: #222;
	}
	.main-header .sticky-header .main-menu .navigation>li:hover>a, 
	.main-header .sticky-header .main-menu .navigation>li.current>a, 
	.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
	    color: #222;
	    background: transparent !important;
	}
    
    .appointment .modal-dialog {
        max-width: 900px;
    }
    
}

@media only screen and (max-width: 991px) {
	.fixed-header .sticky-header {
		display: none!important;
	}
	.main-menu .navbar-header {
		position: relative;
		float: none;
		display: block;
		text-align: left;
		width: 100%;
		top: 0px;
		z-index: 12;
	}
	.main-header .logo-outer {
		padding: 15px 0 15px;
		text-align: center;
		width: 100%;
	}
	.main-header .header-upper .upper-right {
		position: relative;
		width: 100%;
		padding-top: 0px;
	}
	.main-header .main-menu {
		width: 100%;
	}
	.main-menu .navbar-header .navbar-toggle {
		display: inline-block;
		z-index: 7;
		float: none;
		padding: 4px 5px;
		cursor: pointer;
		margin: 0px 0px 10px 0px;
		border-radius: 0px;
		background: transparent;
	}
	.main-menu .navbar-header .navbar-toggle .icon-bar {
		background: #007cc3;
		height: 2px;
		width: 29px;
		display: block;
		margin: 7px 5px;
	}
	.main-menu .collapse {
		max-height: 310px;
		max-width: none;
		overflow: auto;
		float: none;
		width: 100%;
		padding: 0px 0px 0px;
		border: none;
		margin: 0px;
		-ms-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		box-shadow: none;
	}
	.main-menu .navbar-collapse {
	    max-height: 310px; 
	}  
	.main-menu .navbar-collapse>.navigation {
		float: none !important;
		margin: 0px !important;
		width: 100% !important;
		background: #007cc3;
		border-top: none;
	}
	.main-menu .navbar-collapse>.navigation>li {
		margin: 0px !important;
		float: none !important;
		width: 100%;
	}
	.main-menu .navigation>li>a,
	.main-menu .navigation>li>ul:before {
		border: none;
	}
	.main-menu .navbar-collapse>.navigation>li>a {
		padding: 10px 10px !important;
		border: none !important;
	}
	.main-menu .navigation li.dropdown>a:after,
	.main-menu .navigation>li.dropdown>a:before,
	.main-menu .navigation>li>ul>li>a::before,
	.main-menu .navigation>li>ul>li>ul>li>a::before {
		color: #ffffff !important;
		right: 15px;
		font-size: 16px;
		display: none !important;
	}
	.main-menu .navbar-collapse>.navigation>li>ul,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul {
		position: relative;
		border: none;
		float: none;
		visibility: visible;
		opacity: 1;
		display: none;
		margin: 0px;
		padding: 0px;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		width: 100%;
		background: #6203b2;
		-webkit-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
		-moz-transition: none !important;
		box-shadow: none !important;
	}
	.main-menu .navbar-collapse>.navigation>li>ul,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul {
		/* border-top:1px solid rgba(255,255,255,1) !important; */
	}
	.main-menu .navbar-collapse>.navigation>li,
	.main-menu .navbar-collapse>.navigation>li>ul>li,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
		border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
		opacity: 1 !important;
		top: 0px !important;
		padding-top: 0;
		padding-bottom: 0;
		left: 0px !important;
		visibility: visible !important;
		border-bottom: none;
	}
	.main-menu .navbar-collapse>.navigation>li:first-child {
		border: none;
	}
	.main-menu .navbar-collapse>.navigation>li>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
		padding: 10px 20px !important;
		line-height: 22px;
		color: #fff;
		text-align: left;
		min-height: 0px;
	}
	.main-menu .navbar-collapse>.navigation>li>a:hover,
	.main-menu .navbar-collapse>.navigation>li>a:active,
	.main-menu .navbar-collapse>.navigation>li>a:focus {
		/* background:#007cc3; */
	}
	.main-menu .navbar-collapse>.navigation>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li.current>a,
	.main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
		/* background:#007cc3; */
		color: #ffffff !important;
	}
	.main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
		display: block;
	}
	.main-menu .navbar-collapse>.navigation li.dropdown:after,
	.main-menu .navigation>li>ul:before,
	.main-header .info-box:after,
	.services-section-two .owl-dots {
		display: none !important;
	}
	/* search outer */
	.main-header .menu-right-content {
		position: absolute;
		right: 0px;
		top: -7px;
		margin-top: 0px;
		z-index: 99;
	}
	.main-header .search-box-outer .dropdown-menu {
		top: 53px !important;
	}
	/* Header style two */
	.main-header.header-style-two {
		top: 0px;
		background: #fff;
	}
	.main-header.header-style-two .header-outer-box {
		padding: 0;
	}
	/*Header style three*/
	.main-header.header-style-three .header-outer-box {
	    display: block;
	}

	.main-header.header-style-three .logo-outer {
	    width: auto;
	    text-align: left;
	}

	.main-header.header-style-three .main-menu {
	    background: #f7f7f7;
	}

	.main-header.header-style-three .main-menu .navbar-header .navbar-toggle {
	    margin: 0;
	}
    
    .appointment .modal-dialog {
        max-width: 700px;
    }
}

@media only screen and (max-width: 650px) {
	.main-header .search-box-outer .dropdown-menu {
		right: 0px;
	}
	
}

@media only screen and (max-width: 450px) {
	.main-header .search-box-outer .dropdown-menu {
		right: 0px;
	}
	.main-header .search-box-outer .dropdown-menu {
		width: 230px;
	}
}

/*
==============================================
	Main Slider Banner
==============================================
*/

.main-slider{
	position:relative;
}

.main-slider .content {
	position: relative;
}

.main-slider .slide{
	position:relative;
	padding: 180px 0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-slider h1{
	position:relative;
	color:#fff;
	font-size: 40px;
	font-weight:700;
	line-height: 45px;
	margin-bottom:30px;
	text-transform: capitalize;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	font-family: 'Muli', sans-serif;
}


.main-slider .active h1{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 800ms;
}


.main-slider p{
	position:relative;
	color:#fff;
	font-size:18px;
	font-weight:700;
	margin-bottom: 30px;
	display:inline-block;
	text-transform: capitalize;
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active p{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider .link-box{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .theme-btn{
	margin-right:20px;
	margin-bottom: 20px;
	border-radius: 7px;
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1500ms;
}

.main-slider .content .title{
	position:relative;
	color:#ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 25px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .content .title:after{
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 70px;
	height: 1px;
	margin-left: -35px;
	background-color: #ffffff;
}

.main-slider .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider .image {
	position: relative;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translate(-50px);
    -moz-transform: translate(-50px);
    -ms-transform: translate(-50px);
    -o-transform: translate(-50px);
    transform: translate(-50px);
}
.main-slider .image:before{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	background: transparent;
	border:5px solid #fff;
}

.main-slider .active .image {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.main-slider .image img {
    animation-delay: 1s;
}

.main-slider .owl-dots{
	position:absolute;
	left:50%;
	bottom:20px;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:0px 4px;
	border-radius: 6px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active{
	background-color:#007cc3;
	height: 29px;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-20px;
	opacity: 0;
	transition: .5s ease;
}

.main-slider:hover .owl-nav {
	opacity: 1;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	left:40px;
	width:60px;
	height:60px;
	color:#fff;
	line-height:60px;
	text-align:center;
	font-size:21px;
	border-radius:50%;
	display:inline-block;
	background-color:rgba(255, 255, 255, 0.10);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}


.main-slider .owl-nav .owl-next{
	position:absolute;
	right:40px;
	width:60px;
	height:60px;
	color:#fff;
	font-size:21px;
	line-height:60px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:rgba(255, 255, 255, 0.10);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#007cc3;
}

/*
=============================================
	About section
=============================================
*/

.about-section {
	position: relative;
}
.about-section .rotate-image img{
	position: absolute;
	left: 12%;
    top: 17%;
    opacity: .2;
}
.about-section .rotate-image-2 img{
	position: absolute;
	right: 90px;
	top: 160px;
	opacity: 0.1;
}
.about-content-block h3{
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	color: #333;
	margin-bottom: 30px;
}
.about-content-block h3 span{
	color: #007cc3;
}

.about-section .about-content-block {
	position: relative;
}

.about-image-block {
	position: relative;
	margin-left: 30px;
	margin-top: 22px;
}

.about-image-block .image {
	position: relative;
}

.about-image-block img {
	position: relative;
    max-width: 100%;
}


/*
===============================================
	prevention section
===============================================
*/

.prevention-section{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.prevention-section:before{
	position: absolute;
	content:"";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.79);
}
.prevention-section .rotate-image img {
    position: absolute;
    left: 90%;
    top: 15%;
}
/* prevention block one */
.prevention-block-one {
	position: relative;
	padding: 30px 30px 20px;
	box-shadow: 0px 5px 19px 0px rgba(10, 9, 12, 0.08);
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 2px solid #007cc3;
	border-radius: 10px;
	background: #fff;
}
.prevention-block-one:before{
	position: absolute;
	content: '';
	top: 2px;
	right: 0px;
	width: 140px;
	height: 100px;
	background-image: url(../images/background/pt1.png);
	background-repeat: no-repeat;
}

.prevention-block-one .inner-box {
	position: relative;
	transition: .7s ease;
}

.prevention-block-one .icon {
    margin-bottom: 30px;
}
.prevention-block-one .icon img{
	width: 80px;
	box-shadow: 0px 35px 35px rgba(45, 29, 148, 0.13);
	border-radius: 20px;
}

.prevention-block-one h4 {
	position: relative;
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: .5s ease;
}
.prevention-block-one h4 a{
	color: #333;
}
.prevention-block-one h4 a:hover{
	color: #007cc3;
	transition: .5s;
}
.prevention-block-one .text {
	position: relative;
	margin-bottom: 15px;
	transition: .5s ease;
}


.prevention-block-one .read-more-btn a {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #212333;
	transition: .5s ease;
}


.prevention-block-one .read-more-btn a:hover {
	color: #007cc3;
}


/*
==============================================
	Parallax section
==============================================
*/

.parallax-section  {
	position: relative;
	padding: 90px 0;
    overflow: hidden;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.parallax-section:before  {
	position: absolute;
	content: '';
	background: linear-gradient(30deg, rgba(51, 0, 94, 0.92) 26%, rgba(120, 11, 213, 0.90) 85%);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.parallax-section .rotate-image img{
	position: absolute;
	width: 200px;
	right: 240px;
	top: 110px;
}

.parallax-section .container {
    position: relative;
    z-index: 2;
}

.parallax-section h1 {
	position: relative;
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 19px;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.parallax-section .text {
	position: relative;
	color: #fff;
	margin-bottom: 30px;
}

/*
======================================
	Team section
======================================
*/

/* team block one */

.team-block-one {
	position: relative;
	margin-bottom: 30px;
}

.team-block-one .inner-box {
	position: relative;
}

.team-block-one .inner-box .image {
	position: relative;
	overflow: hidden;
}
.team-block-one .inner-box .social-links{
    margin-top: 15px;
}
.team-block-one .inner-box .social-links li{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	margin-right: 8px;
	background: #007cc3;
}
.team-block-one .inner-box .social-links li a{
    color: #fff;
}


.team-block-one .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 7px;
}

.team-block-one .inner-box .lower-box {
	position: relative;
	padding: 20px 10px 20px;
	text-align: center;
}

.team-block-one:hover .inner-box .lower-box {
	box-shadow: 0px 35px 35px rgba(45, 29, 148, 0.07);
	transition: .5s;
	border-radius: 0px 0px 10px 10px;
}

.team-block-one .inner-box .lower-box h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
}

.team-block-one .inner-box .lower-box h4 a {
	color: #222;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.team-block-one .inner-box .lower-box h4 a:hover {
	color: #007cc3;
}

.team-block-one .inner-box .lower-box .designation {
	position: relative;
	color: #9fa2a6;
	font-size: 16px;
}


/*
=============================================
	Blog section
=============================================
*/
.latest-blog{
	position: relative;
	background: #f9f9f9;
}
.latest-blog .rotate-image img{
	position: absolute;
    width: 50px;
    right: 6%;
    top: 10%;
}
/* latest news */

.news-block-one {
	position: relative;
	margin-bottom: 30px;
}
.news-block-one:hover .lower-content{
	
	transition: .5s;
}
.news-block-one .inner-box {
	margin: 0 auto;
	box-shadow: 0px 35px 35px rgba(45, 29, 148, 0.07);
	border-radius: 10px;
	background: #fff;
}

.news-block-one .image {
	position: relative;
	display: inline-block;
}
.news-block-one .image img{
	border-radius: 10px;
}
.news-block-one .date {
	position:  relative;
	padding: 11px 15px;
	background: #007cc3;
	border-radius: 7px;
	margin-top: 0;
	top: -24px;
	font-size: 16px;
	margin-left: 20px;
	display:  inline-block;
	font-family: 'Muli', sans-serif;
	font-weight:  500;
	color: #fff;
}

.news-block-one .lower-content {padding: 0px 20px 15px;}

.news-block-one h4 {
	position: relative;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	margin-bottom: 15px;
	padding-bottom: 14px;
	color: #333;
}
.news-block-one h4:hover {
    color: #007cc3;
    transition: .5s;
}
.news-block-one h4:before {
	position:absolute;
	content:'';
	left: 0px;
	bottom: 0px;
	width:50px;
	height:1px;
	background: #007cc3;
}

.news-block-one .text {
	margin-bottom: 15px;
}

.news-block-one .theme-btn {
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	color: #555;
	font-weight: 600;
}

.news-block-one .theme-btn span {
	transition: .5s ease;
	top: 3px;
	left: 2px;
	position: relative;
	font-size: 14px;
}

.news-block-one .theme-btn:hover {
	color: #007cc3;
}

.news-block-four {
	position: relative;
}

.news-block-four .inner-box {
	margin-bottom: 30px;
	transition: .5s ease;
}

.news-block-four .image {
	position: relative;
	overflow: hidden;
}

.news-block-four img {
	width: 100%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	border-radius: 10px;
}
.news-block-four.no-thumb{
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.05),
	 -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	 margin-bottom: 80px;
	}
.news-block-four .lower-content {
	position: relative;
	z-index: 9;
	background-color: #fff;
	padding: 30px 0px 20px;
	transition: .5s ease;
}
.news-block-four.no-thumb .lower-content{
	padding: 30px;
}
.news-block-four.no-thumb .inner-box{
	margin-bottom: 0px;
}

.news-block-four .lower-content .category {
	margin-bottom: 15px;
}

.news-block-four .lower-content .category a {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	padding: 5px 10px;
	background-color: #ff4747;
}

.news-block-four .lower-content .post-meta {
	position: relative;
	margin-bottom: 10px;
}


.news-block-four .lower-content .post-meta li {
	position: relative;
	color: #1a224d;
	font-size: 12px;
	font-weight: 700;
	text-transform: capitalize;
	padding-right: 4px;
	margin-right: 20px;
	margin-bottom: 2px;
	display: inline-block;
	font-family: 'Rubik', sans-serif;
}

.news-block-four .lower-content .post-meta li:after {
	position: absolute;
	content: '/';
	color: #333;
	right: -10px;
	top: 0;
	font-size: 18px;
	font-weight: 400;
}

.news-block-four .lower-content .post-meta li:last-child::after {
	display: none;
}

.news-block-four .lower-content .post-meta li strong {
	color: #ff4747;
	font-weight: 500;
}

.news-block-four .lower-content .post-meta li i {
	color: #007cc3;
	margin-right: 5px;
}

.news-block-four h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 35px;
}

.news-block-four h2 a {
	color: #1a224d;
}

.news-block-four h2 a:hover {
	color: #007cc3;
}

.news-block-four .text {
	margin-bottom: 15px;
	font-size: 17px;
}

.news-block-four .link-btn {
	position: relative;
}

.news-block-four .read-more-btn {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.news-block-four .read-more-btn:hover {
	color: #007cc3;
}

.news-block-four .read-more-btn span {
	position: relative;
	margin-left: 5px;
	top: 2px;
}

/* Blog single post */

.blog-single-post .news-block-four .inner-box:hover {
	transform: translate3d(0, 0px, 0);
}

.blog-single-post .news-block-four .image:before {
	display: none;
}

.blog-single-post .news-block-four:hover img {
    transform: scale(1);
}

.blog-single-post .blockquote {
	position: relative;
	padding: 30px 30px;
	padding-right: 50px;
	border-left: 4px solid #007cc3;
	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.08);
	margin-top: 25px;
	margin-bottom: 30px;
	border-radius: 0px 10px 10px 0px;
}

.blog-single-post .blockquote .text {
	font-size: 18px;
	color: #333;
	margin-bottom: 0px;
}

.blog-single-post .news-block-four .lower-content{
	padding-bottom: 10px;
}

/* Comments Area */

.blog-single-post .comments-area {
	position: relative;
	margin-top: 9px;
}

.blog-single-post .group-title {
	position: relative;
	margin-bottom: 38px;
}

.blog-single-post .group-title h2 {
	position: relative;
	font-size: 25px;
	color: #222;
	font-weight: 700;
	padding-bottom: 0px;
}

.blog-single-post .comments-area .comment-box {
	position: relative;
	padding: 0px 0px 0px;
	margin-bottom: 45px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-single-post .comments-area .comment-box.reply-comment {
	margin-left: 100px;
}

.blog-single-post .comments-area .comment-box:last-child .comment .comment-inner {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: 0px;
}

.blog-single-post .comments-area .comment-box:hover {
	border-color: #222222;
}

.blog-single-post .comments-area .comment {
	position: relative;
	font-size: 15px;
	padding: 3px 0px 40px 115px;
	border-bottom: 1px solid #ebebeb;
}

.blog-single-post .comments-area .comment .comment-inner {
	position: relative;
}

.blog-single-post .comments-area .comment .comment-reply {
	position: relative;
	color: #fff;
	font-size: 15px;
	border: 1px solid #007cc3;
	border-radius: 8px;
	background: #007cc3;
	padding: 8px 23px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-single-post .comments-area .comment .comment-reply .icon {
	font-size: 13px;
	margin-right: 8px;
}

.blog-single-post .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 90px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 50%;
}

.blog-single-post .comments-area .comment-box .author-thumb img {
	display: block;
	border-radius: 10px;
}

.blog-single-post .comments-area .comment-info {
	color: #3e5773;
	line-height: 24px;
	font-size: 13px;
}

.blog-single-post .comments-area .comment-box strong {
	font-size: 18px;
	font-weight: 600;
	color: #111111;
	line-height: 16px;
	text-transform: capitalize;
}

.blog-single-post .comments-area .comment-box .text {
	color: #848484;
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.8em;
	font-weight: 300;
}

.blog-single-post .comments-area .comment-info .comment-time {
	position: relative;
	font-size: 16px;
	color: #848484;
}

.blog-single-post .comments-area .comment-box .theme-btn {
	padding: 5px 30px;
	font-size: 12px;
	border: 1px solid #fbca00;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*Author Box*/

.author-post{
	position:relative;
	margin-bottom: 50px;
}

.author-post .comment{
	position:relative;
	padding: 30px 25px 30px;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.author-post .comment .inner{
	position:relative;
	padding-left: 100px;
}

.author-post .comment .inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width: 80px;
	border-radius:50%;
	overflow:hidden;
	margin-bottom:20px;
}

.author-post .comment .inner h3{
	position:relative;
	color:#222222;
	font-size: 20px;
	font-weight:700;
	line-height:1.3em;
}

.author-post .comment .inner .author{
	position:relative;
	color: #007cc3;
	font-size: 16px;
	font-weight: 700;
}

.author-post .comment .inner .text{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.6em;
	margin-top: 5px;
}

/*
===============================================
	Contact form
===============================================
*/

/*Contact Form*/

.contact-form-section h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.contact-form .form-group{
	margin-bottom: 30px;
}
.contact-section-btn.center .form-group {
	text-align: center;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 10px;
	border: none;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.03), -2px 0px 5px 1px rgba(0, 0, 0, 0.03);
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #007cc3;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.contact-form textarea {
	height: 180px;
	resize: none;
	padding: 12px 25px;
}

.contact-form button {
	cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

.contact-form .form-control:focus {
	border-color: none;
}

/* Form style two */

.contact-form.style-two input[type="text"],
.contact-form.style-two input[type="email"],
.contact-form.style-two input[type="password"],
.contact-form.style-two select,
.contact-form.style-two textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form.style-two textarea {
	height: 250px;
}

/* Form style three */

.contact-form.style-three input[type="text"],
.contact-form.style-three input[type="email"],
.contact-form.style-three input[type="password"],
.contact-form.style-three select,
.contact-form.style-three textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 50px;
}

.contact-form.style-three span {
	position: absolute;
	left: 30px;
	top: 13px;
	font-size: 24px;
	color: #ff214f;
}

/* Form style four */

.contact-form.style-four input[type="text"],
.contact-form.style-four input[type="email"],
.contact-form.style-four input[type="password"],
.contact-form.style-four select,
.contact-form.style-four textarea {
	border: 0px;
	background: transparent;
	padding: 20px;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.contact-form.style-four textarea {
	height: 120px;
}

/* Form style five */

.contact-form.style-five .form-group {
	margin-bottom: 25px;
}

.contact-form.style-five label {
	font-style: italic;
	margin-bottom: 10px;
}

.contact-form.style-five input[type="text"],
.contact-form.style-five input[type="email"],
.contact-form.style-five input[type="password"],
.contact-form.style-five select,
.contact-form.style-five textarea {background: #f3f3f3;border-color: #f3f3f3;}

/* Form style six */

.contact-form.style-six .column {
	padding: 0 5px;
}

.contact-form.style-six input[type="text"],
.contact-form.style-six input[type="email"],
.contact-form.style-six input[type="password"],
.contact-form.style-six select,
.contact-form.style-six textarea {
	background: #212e51;
	border-color: #3a425a;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form.style-six textarea {
	height: 120px;
}

.contact-form.style-six .form-group {
	margin-bottom: 10px;
}

.contact-form.style-six ::-webkit-input-placeholder {
	color: #7c86a0;
	font-style: italic;
}

.contact-form.style-six ::-moz-placeholder {
	color: #7c86a0;
	font-style: italic;
}

.contact-form.style-six :-ms-input-placeholder {
	color: #7c86a0;
	font-style: italic;
}

.contact-form.style-six :-moz-placeholder {
	color: #7c86a0;
	font-style: italic;
}

/* Form style seven */

.contact-form.style-seven .form-group {
	margin-bottom: 20px;
}

.contact-form.style-seven input[type="text"],
.contact-form.style-seven input[type="email"],
.contact-form.style-seven input[type="password"],
.contact-form.style-seven select,
.contact-form.style-seven textarea {
	padding: 15px;
	border: 0px;
	color: #333;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.contact-form.style-seven textarea {
	height: 110px;
}

.contact-form.style-seven .theme-btn {
	margin-top: 30px;
}

.contact-form.style-seven ::-webkit-input-placeholder {
	color: #fff;
	font-size: 15px;
}

.contact-form.style-seven ::-moz-placeholder {
	color: #fff;
	font-size: 15px;
}

.contact-form.style-seven :-ms-input-placeholder {
	color: #fff;
	font-size: 15px;;
}

.contact-form.style-seven :-moz-placeholder {
	color: #fff;
	font-size: 15px;
}


/*
===============================================
	Map Style
===============================================
*/

.map-section {
	position: relative;
}

.home-google-map .google-map {
	width: 100%;
	height: 460px;
}

.home-google-map .gmnoprint {
	display: none;
}


/*
================================================
	Page Title Style
================================================
*/

.page-title {
	position: relative;
	color: #ffffff;
	background-color: #fafafa;
	background-size: cover;
	background-position: center center;
	padding: 188px 0px;
}

.page-title:before {
	position: absolute;
	content: '';
	background: linear-gradient(30deg, rgba(51, 0, 94, 0.87) 26%, rgba(120, 11, 213, 0.87) 85%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-title .outer-box {
	position: relative;
	text-align: center;
}

.page-title h1 {
	position: relative;
	font-size: 42px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 11px;
	color: #ffffff;
	text-transform: capitalize;
}

.page-title .bread-crumb {
	position: relative;
}

.page-title .bread-crumb li {
	position: relative;
	display: inline-block;
	line-height: 30px;
	margin-left: 20px;
	color: #ffffff;
	font-size: 15px;
	text-transform: capitalize;
}

.page-title .bread-crumb li span {
	margin-right: 10px;
}

.page-title .bread-crumb li:before {
	content: '\f105';
	position: absolute;
	right: -21px;
	top: 1px;
	width: 20px;
	text-align: center;
	line-height: 30px;
	font-family: 'Font Awesome 5 free';
	font-weight: 900;
}

.page-title .bread-crumb li:first-child {
	margin-left: 0px;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

.page-title .bread-crumb li a {
	color: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.page-title .bread-crumb li a:hover {
	color: #fff;
}


/*
==============================================
	Error Section
==============================================
*/

.error-section {
	position: relative;
	padding: 135px 0px 230px;
	background-color: #f4f4f4;
	margin-bottom: -80px;
}

.error-section .inner-section {
	position: relative;
	text-align: center;
}

.error-section .inner-section h1 {
	position: relative;
	color: #007cc3;
	font-size: 135px;
	font-weight: 700;
	line-height: 1em;
}

.error-section .inner-section h2 {
	position: relative;
	font-size: 30px;
	color: #333;
	font-weight: 600;
	text-transform: capitalize;
}

.error-section .inner-section .text {
	position: relative;
	color: #333;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 40px;
}

/*Search Box Widget*/

.error-search-form .form-group {
	position: relative;
	max-width: 430px;
	margin: 0 auto;
	width: 100%;
}

.error-search-form .form-group input[type="text"],
.error-search-form .form-group input[type="search"] {
	position: relative;
	line-height: 22px;
	background: none;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 54px;
	border: 1px solid #007cc3;
	background-color: #ffffff;
	padding: 10px 50px 10px 20px;
	border-radius: 8px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.error-search-form .form-group input:focus {
	border-color: #007cc3;
}

.error-search-form .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 54px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 100%;
	background: #007cc3;
	font-weight: normal;
	border-radius: 0px 8px 8px 0px;
}


/*
===============================================
	Main Footer
===============================================
*/

.main-footer {
  position: relative;
  color: #bcbcbc;
  padding-top: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-footer:before{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(246, 246, 246, 0.9);
}

.main-footer .border-img{
	position: absolute;
	top: -18px;
}
.main-footer .border-img img{
	width: 100%;
	height: auto;
}

.main-footer .rotate-image img{
	position: absolute;
	width: 300px;
	left: -150px;
	bottom: 50%;
	margin-bottom: -100px;
	opacity: .1;
}

.main-footer .widgets-section {
  position: relative;
  padding: 80px 0px 30px;
}

.main-footer .footer-column {
  margin-bottom: 30px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .footer-logo {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .footer-logo img {
  display: block;
  max-width: 100%;
}

.main-footer .footer-column h2 {
  font-size: 21px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 14px;
  color: #222;
  margin-bottom: 40px;
}

.main-footer .footer-column h2:before{
  position: absolute;
  content: '';
  left: 0px;
  bottom: -3px;
  width: 8px;
  height: 8px;
  background-color: #007cc3;
}
.main-footer .footer-column h2:after {
  position: absolute;
  content: '';
  left: 7px;
  bottom: 0px;
  width: 50px;
  height: 1px;
  background-color: #007cc3;
}

.main-footer .logo-widget .text {
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 2em;
  padding-right: 95px;
  color: #333;
}

.main-footer .logo-widget form {
  position: relative;
  padding-right: 80px;
}

.main-footer .logo-widget form .form-group {
  position: relative;
}

.main-footer .logo-widget form .form-group input {
  position: relative;
  border: 1px solid #555558;
  border-radius: 2px;
  width: 100%;
  height: 48px;
  line-height: 28px;
  background: none;
  padding: 10px 15px;
}

.main-footer .logo-widget form .form-group button {
  position: absolute;
  color: #dcdcdc;
  font-size: 20px;
  top: 0px;
  width: 50px;
  right: 0px;
  background: none;
  height: 48px;
}

.main-footer .contact-info {
  margin-bottom: 30px;
}

.main-footer .contact-info li {
  position: relative;
  padding-left: 53px;
  margin-bottom: 15px;
  line-height: 24px;
}

.main-footer .contact-info li .number {
  position: relative;
  font-size: 20px;
}

.main-footer .contact-info li .icon {
  position: absolute;
  left: 2px;
  top: 12px;
  text-align: center;
  line-height: 24px;
  font-size: 30px;
  color: #00bdfd;
}

/*link widget*/

.main-footer .links-widget .list {
  margin-top: -7px;
}

.main-footer .links-widget .list li a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 2px 0px 5px 20px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.main-footer .links-widget .list li a:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 9px;
  background: #fff;
  border: 2px solid #9233e2;
}

.main-footer .links-widget .list li a:hover {color: #007cc3;}

/*subscribe widget*/

.main-footer .subscribe-widget {
  position: relative;
}

.main-footer .subscribe-widget .text {
  position: relative;
  padding: 20px 0px 15px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  margin-bottom: 20px;
}

.main-footer a {
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .subscribe-widget .form-group{
  position:relative;
  display:block;
  margin-bottom:20px;
}

.main-footer .subscribe-widget .form-group input[type="text"],
.main-footer .subscribe-widget .form-group input[type="tel"],
.main-footer .subscribe-widget .form-group input[type="email"],
.main-footer .subscribe-widget .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:28px;
  padding:8px 0px;
  height: 38px;
  color:#ffffff;
  font-size:13px;
  background:none;
  border-bottom:2px solid #6a6a6a;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-footer .subscribe-widget .form-group input[type="text"]:focus,
.main-footer .subscribe-widget .form-group input[type="tel"]:focus,
.main-footer .subscribe-widget .form-group input[type="email"]:focus,
.main-footer .subscribe-widget .form-group textarea:focus{
  border-color:#f1f1f1; 
}

.main-footer .subscribe-widget .form-group input[type="submit"],
.main-footer .subscribe-widget button{
  position:relative;
  margin-top:10px;
}

/*twitter widget*/

.main-footer .twitter-widget .feed {
  position: relative;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 20px;
}

.main-footer .twitter-widget .feed .month {
  color: #6c9ecd;
  font-size: 14px;
  font-weight: 300;
}

.main-footer .twitter-widget .feed .month a {
  position: relative;
  color: #00bdfd;
  font-weight: 500;
  text-decoration: underline;
}

.main-footer .twitter-widget .feed .text {
  margin-bottom: 0px;
  line-height: 1.6em;
  font-weight: 300;
  color: #bcbcbc;
  font-size: 14px;
}

.main-footer .twitter-widget .feed .days {
  position: relative;
  font-size: 14px;
  color: #bcbcbc;
  margin-top: -5px;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 30px 0px;
  text-align: center;
  margin-top: 40px;
  background: #007cc3;
}

.main-footer .footer-bottom .copyright {
  color: #e5e8ec;
  font-size: 18px;
  font-weight: 300;
}

.main-footer.style-two {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-footer.style-two:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #222;
}


/*contact info list*/

.contact-info-list {
  margin-bottom: 30px;
}

.main-footer .contact-info-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  line-height: 24px;
  color: #bcbcbc;
  font-size: 14px;
}

.main-footer .contact-info-list li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #00bdfd;
}

/* Gallery Widget */

.main-footer .gallery-widget .row {
  margin: 0px 0px;
}

.main-footer .gallery-widget .image {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 1px 2px;
  margin: 0;
}

.main-footer .gallery-widget .image img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 10px;
}

.main-footer .gallery-widget .image img:hover {
  opacity: 0.70;
}


/*posts widget*/

.main-footer .posts-widget .post{
  position:relative;
  min-height: 90px;
  padding-left:95px;
  margin-bottom: 12px;
}

.main-footer .posts-widget .post:last-child{
  margin-bottom:0px;
  border:0px;
}

.main-footer .posts-widget .post .post-thumb{
  position:absolute;
  left:0px;
  top:0px;
  width:73px;
  height:73px;
  border-radius:50%;
}

.main-footer .posts-widget .post .post-thumb img{
  display:block;
  width:100%;
  border-radius: 10px;
}

.main-footer .posts-widget .post .desc-text{
  position:relative;
  top:-4px;
  line-height: 24px;
}

.main-footer .posts-widget .post .desc-text a{
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.main-footer .posts-widget .post .desc-text a:hover{
	transition: .5s;
	color: #007cc3;
}
.main-footer .posts-widget .post .time{
  position:relative;
  color: #333;
  font-size:13px;
  line-height:24px;
}


/*
==============================================
	Testimonial section
==============================================
*/

.testimonial-section {
	position: relative;
}

.testimonial-section .owl-dots {
	margin-top: 50px;
}
.testimonial-block {
	position: relative;
	padding: 20px;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	transition: .5s;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.testimonial-block:before{
	position: absolute;
	content: '';
	top: -32px;
	right: -32px;
	width: 100px;
	height: 100px;
	background-image: url(../images/resource/testi.png);
	background-repeat: no-repeat;
	opacity: 0.3;
}
.testimonial-block:hover{
	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.07);
	transition: .5s;
}
.testimonial-block img{
	width: 90px;
	border-radius: 50%;
	margin-bottom: 18px;
	box-shadow: 0px 12px 20px rgba(18, 4, 104, 0.25);
}
.testimonial-block .inner-box {
	position: relative;
	text-align: center;
	transition: .5s ease;
}
.testimonial-block .text {
	margin-bottom: 6px;
}
.testimonial-block h4 {
	font-size: 20px;
	font-weight: 700;
}
.testimonial-block .designation {
	font-size: 15px;
	color: #007cc3;
	font-weight: 700;
}


/*
==================================================
	Call to Action
==================================================
*/

.call-to-action {
	position: relative;
	background: #333;
	padding: 32px 0 8px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.call-to-action:before{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(30deg, rgb(51, 0, 94) 26%, rgba(120, 11, 213, 0.63) 85%);
}

.call-to-action .wrapper-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.call-to-action h1 {
	font-size: 35px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #fff;
}

.call-to-action h1 span {
	color: #007cc3;
}

.call-to-action .theme-btn {
	margin-bottom: 30px;
}


/*
=============================================
	Sidebar Widget
=============================================
*/

.sidebar {
	position: relative;
}

.sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 50px;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.02), -2px 0px 5px 1px rgba(0, 0, 0, 0.02);
}

.sidebar .sidebar-title h3 {
	position: relative;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 25px;
}

.sidebar .sidebar-title.light h3 {
	color: #fff;
}

/* category widget */

.sidebar .category-widget {
	background: #f5f5f7;
	padding: 30px;
}

.sidebar .category-widget li {
	position: relative;
	margin-bottom: 10px;
}

.sidebar .category-widget li:last-child {
	margin-bottom: 0px;
}

.sidebar .category-widget li a {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	display: block;
	color: #1a224d;
	background: #fff;
	border-left: 3px solid #fff;
	padding: 13px 22px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .category-widget li.active a {
    border-color: #007cc3;
    background: #3648b2;
    color: #fff !important;
}

.sidebar .category-widget li a:hover {
	color: #007cc3;
}

/* category widget two */

.sidebar .category-widget-two {}

.sidebar .category-widget-two li {
	position: relative;
	margin-bottom: 10px;
}

.sidebar .category-widget-two li:last-child {
	margin-bottom: 0px;
}

.sidebar .category-widget-two li a {
	position: relative;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	display: block;
	color: #333;
	background: #fff;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.02), -2px 0px 5px 1px rgba(0, 0, 0, 0.02);
	padding: 13px 22px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .category-widget-two li.active a {
    color: #007cc3!important;
    border-radius: 7px;
}

.sidebar .category-widget-two li a:hover {
	color: #007cc3;
}

/* News widget */

.sidebar .news-widget {
	position: relative;
}

.sidebar .news-widget .inner-box {
	position: relative;
	padding-left: 115px;
	padding-bottom: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.sidebar .news-item:last-child .inner-box {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.sidebar .news-widget .inner-box .image {
	position: absolute;
	left: 0;
	top: 0;
}
.sidebar .news-widget .inner-box .image img{
	border-radius: 10px;
}

.sidebar .news-widget .inner-box .date {
	font-size: 14px;
	position: relative;
	margin-top: 5px;
	display: inline-block;
}

.sidebar .news-widget .inner-box h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.sidebar .news-widget .inner-box h4 a {
	color: #1a224d;
	transition: .5s ease;
}

.sidebar .news-widget .inner-box h4 a:hover {
	color: #007cc3;
}


/* Social link widget */
.sidebar .social-link-widget {
	position: relative;
}

.sidebar .social-icon-two {
	margin: 0 4px;
}

.sidebar .social-icon-two li {
	margin: 0 2px 10px;
}

.sidebar .social-link-widget li a {
	font-size: 18px;
	color: #fff;
	border: 1px solid #b460fc;
	border-radius: 10px;
	background: #b460fc;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
}

/* Gallery Widget */

.sidebar .gallery-widget .row {
  margin: 0px -5px;
}

.sidebar .gallery-widget .image {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 6px 12px;
  margin: 0;
}

.sidebar .gallery-widget .image img {
  position: relative;
  display: block;
  border-radius: 10px;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.sidebar .gallery-widget .image img:hover {
  opacity: 0.70;
}

/*sidebar Tags*/

.sidebar .tags-widget a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding: 10px 25px 10px;
	margin:0px 6px 10px 0px;
	color:#848484;
	text-align:center;
	font-size:16px;
	text-transform:capitalize;
	background:none;
	font-weight: 400;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.06), -2px 0px 5px 1px rgba(0, 0, 0, 0.02);
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	border-radius: 6px;
}

.sidebar .tags-widget a:hover{
	color: #007cc3;
}

/*
=============================================
	Contact Section
=============================================
*/

.contact-section {
	position: relative;
}
.contact-section .rotate-image img {
    position: absolute;
    right: 170px;
    top: 90px;
}
.contact-section .contact-form {
	padding: 50px 50px 20px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.03), -2px 0px 5px 1px rgba(0, 0, 0, 0.03);
}

.faq-contact .default-form-area{
	max-width: 600px;
	margin: 0 auto;
}
.faq-contact .default-form-area .sec-title h2{
	font-size: 30px;
	line-height: 33px;
	font-weight: 700;
	color: #333;
	margin-bottom: 35px;
	padding-bottom: 18px;
}
.contact-section .contact-info {
	margin-bottom: 30px;
}

.contact-section .contact-info .contact-info-block {
	position: relative;
	margin-bottom: 20px;
	padding: 30px 50px;
	border-radius: 10px;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.contact-section .contact-info .contact-info-block h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.contact-section .contact-info .contact-info-block .text a{
	color: #808080;

}
.contact-section .contact-info .contact-info-block .text a:hover{
	color: #007cc3;
	transition: .5s;
}
/*Sidebar Title Two*/

.sidebar-title-two{
	position:relative;
	margin-bottom:25px;

}

.sidebar-title-two h2{
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
}

.sidebar-widget-two{
	position:relative;
	margin-bottom: 35px;
}

.sidebar-widget-two:last-child{
	margin-bottom:0px;
	border-bottom:none;
}


/*Search Box Widget*/

.sidebar .search-box-two{position: relative;}

.sidebar .search-box-two .form-group{
	position:relative;
	margin:0px;
}

.sidebar .search-box-two .form-group input[type="text"],
.sidebar .search-box-two .form-group input[type="search"]{
	position:relative;
	line-height: 30px;
	padding: 12px 50px 12px 20px;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.04), -2px 0px 5px 1px rgba(0, 0, 0, 0.01);
	border-radius: 8px;
	background:none;
	display:block;
	font-size:14px;
	width:100%;
	height: 60px;
	color: #848484;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box-two .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height: 60px;
	width:35px;
	font-size:14px;
	color: #007cc3;
	line-height:100%;
	background:none;
	display:inline-block;
	font-weight:normal;
	text-align:left;
}

/*
============================================
    Gallery Section
============================================
*/
.gallery-section{
	position: relative;
}
.gallery-section .rotate-image img {
    position: absolute;
    width: 80px;
    left: 134px;
    bottom: 5px;
}
.gallery-section .filter-list{
    position:relative;
    display:block;
    min-height:100px;   
}

.gallery-section .outer-box{
    position:relative;  
}

.gallery-section .filters{
    position:relative;
    margin-bottom:40px;
}

.gallery-section .filters li{
    position:relative;
    display:inline-block;
    padding: 8px 15px;
    line-height:24px;
    color:#333333;
    cursor:pointer;
    text-transform: capitalize;
    letter-spacing:1px;
    background:none;
    font-size: 18px;
    font-weight:700;
    margin: 0px 3px 6px;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-section .filters li:first-child {
    margin-left: 0px;
}

.gallery-section .filters li:before{
    content:'';
    position:absolute;
    right: 0;
    top: 39px;
    width: 100%;
    height: 2px;
    background: #007cc3;
    opacity:0;
}
.gallery-section .filters li.active{
	color: #007cc3;
}
.gallery-section .filters li.active:before{
    opacity: 1;
}

.masonry-gallery .items-container{
    position:relative;
}

.masonry-gallery .masonry-item{
    position:relative;
}

.gallery-section .view-all{
    position:relative;
    text-align:center;  
}

.gallery-section .view-all .theme-btn{
    padding-left:50px;
    padding-right:50px;
    font-weight: 600;
}

.fancybox-next span,
.fancybox-prev span{
    background-image:none !important;
    width:44px !important;
    height:44px !important;
    line-height:44px !important;
    text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
    content:'';
    position:absolute;
    font-family: 'FontAwesome';
    left:0px;
    top:0px;
    font-size:12px;
    width:44px !important;
    height:44px !important;
    line-height:44px !important;
    background-color:rgba(28,28,28,0.40) !important;
    color:#ffffff;
    visibility:visible;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.fancybox-next span:before{
    content:'\f178';
}

.fancybox-prev span:before{
    content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
    background-color:#ffffff !important;
    color:#000000;  
}

.gallery-section .outer-box {
    max-width: 1500px;
    margin: 0 auto;
}

/* 
================================================
	gallery-block-one
================================================
*/

.gallery-block-one {
    position: relative;
    margin-bottom: 15px;
}

.gallery-block-one .inner-box {
    position: relative;
}

.gallery-block-one .image img {
    width: 100%;
    transition:  .5s ease;
}

.gallery-block-one:hover .image img {
    transform: scale(1.1);
}

.gallery-block-one .image::before {
    background: #007cc3;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    transition: all 0.4s ease-in-out 0s;
}

.gallery-block-one:hover .image::before {
    opacity: 0.8;
}

.gallery-block-one .image {
    position: relative;
    overflow:  hidden;
    border-radius: 7px;
}

.gallery-block-one .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.gallery-block-one .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.gallery-block-one:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.gallery-block-one .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.gallery-block-one:hover .overlay {
    opacity: 1;
}

.gallery-block-one .caption-title {
    bottom: 50%;
    margin-bottom: -65px;
    left: 0;
    width:  100%;
    text-align:  center;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.gallery-block-one:hover .caption-title {
    opacity: 1;
}

.gallery-block-one .caption-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Open Sans', sans-serif;
}

.gallery-block-one .caption-title h4 a {
    color: #fff;
}

.gallery-block-one .caption-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}

/*
=========================================
	Mask use process
=========================================
*/

.mask-process{
	position: relative;
	padding: 100px 0px 70px;
	background: #f7f7f7;
}
.mask-process:before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.97);
}

.mask-process .rotate-image img {
    position: absolute;
    width: 50px;
    right: 134px;
    bottom: 5px;
}

.mask-process .row{
	position: relative;
}
.mask-process .shape{
    position: absolute;
    width: 81%;
    left: 12%;
    top: 25%;
    z-index: 1;
}
.mask-process .single-process{
	position: relative;
	padding: 30px;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
}

.mask-process .single-process img{
    width: 80px;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0px 35px 35px rgba(18, 4, 104, 0.18);
}
.mask-process .single-process h3{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
}

/* 
====================================================
  Testimonial Section one
====================================================
*/

.testimonial-section-one{
  position:relative;
  padding: 100px 0px 100px;
}

.testimonial-section-one .testimonial-outer{
  max-width:970px;
  margin:0 auto;
}

.testimonial-section-one .testimonial-outer .quote-icon{
  position:relative;
  width:60px;
  height:60px;
  text-align:center;
  margin:0 auto;
  font-size: 41px;
  color: #ddd;
}

.testimonial-block-one{
  position:relative;
}

.testimonial-block-one .inner-box{
  position:relative;
  text-align:center;
}

.testimonial-block-one .inner-box .quote-icon{
  position:relative;
  color:#e2b13c;
  font-size:28px;
  margin-bottom:40px;
}

.testimonial-block-one .inner-box .text{
  position:relative;
  color:#848484;
  font-size: 15px;
  max-width: 828px;
  margin:0 auto;
  margin-top: 20px;
  line-height: 1.6em;
  margin-bottom: 20px;
  font-weight:400;
  padding: 0 100px;
}

.testimonial-block-one .inner-box .image img {
  width: auto;
  margin: 0 auto;
  border-radius: 50%;
}

.testimonial-section-one .author-content {
  text-align: center;
}

.testimonial-section-one .author-content h4 {
  font-family: 'Muli', sans-serif;
  color: #007cc3;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial-section-one .author-content .designation {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Muli', sans-serif;
	color: #333;
}


.testimonial-section-one .owl-nav {
  padding: 0px;
  top: 50%;
  margin-top: -40px;
  position: absolute;
  left: 0;
  right: 0;
}
.testimonial-section-one .owl-nav .owl-next,
.testimonial-section-one .owl-nav .owl-prev {
  position: relative;
  width: 60px;
  height: 50px;
  margin: 0 8px 0px;
  display: inline-block;
  line-height: 48px;
  border: 2px solid #007cc3;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #007cc3;
  font-weight: 400;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.testimonial-section-one .carousel-outer:hover .owl-nav .owl-next,
.testimonial-section-one .carousel-outer:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}

.testimonial-section-one .owl-nav .owl-prev {
  left: 0px;
  float: left;
  transform: translateY(-50%);
}

.testimonial-section-one .owl-nav .owl-next {
  right: 0px;
  float: right;
  transform: translateY(-50%);
}

.testimonial-section-one .owl-nav .owl-next:hover,
.testimonial-section-one .owl-nav .owl-prev:hover {
  color: #007cc3;
  background: #fff;
  border: 2px solid #007cc3;
  transition: .5s;
}

@media only screen and (max-width: 600px) {
  .testimonial-section-one .owl-nav {
    top: 45%;
  }
  .testimonial-block-one .inner-box .text {
    padding: 0px;
  }
}


/*hand-wash-process*/

.hand-wash-process{
}

.hand-wash-process .process-block-one{
	position: relative;
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
    box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.04), -2px 0px 5px 1px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    overflow: hidden;
}
.hand-wash-process .process-block-one .rotate-image{
	position: absolute;
	top: -63px;
	left: -63px;
	opacity: .5;
}
.hand-wash-process .process-block-one .image-box{
	position: relative;
	border: 2px solid #fff;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.hand-wash-process .process-block-one .image-box:before{
	position: absolute;
	content: "";
	width: 126px;
	height: 126px;
	border: 5px solid transparent;
	border-radius: 50%;
	top: 10px;
	left: 10px;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.07);
}
.hand-wash-process .process-block-one img{
	padding: 24px;
	
}
.hand-wash-process .process-block-one h3{
	margin-top: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	text-transform: capitalize;
}



/*
==============================================
    Info section
==============================================
*/
.info-section{

}
.info-section .img-box{
	margin-top: 50px;
}
.info-section .item{
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 5px 19px 0px rgba(10, 9, 12, 0.08);
}
.info-section .item.left{
	margin-right: 50px;
}
.info-section .item.right{
	margin-left: 50px;
}
.info-section .item .count-text{
	font-size: 35px;
	font-weight: 600;
	color: #fff;
}
.info-section .item .thousand{
	font-size: 35px;
	font-weight: 600;
	color: #fff;
}
.info-section .item h3{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
}

.info-section .item{
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

.info-section .counter-column:nth-child(1) .item.left {
    right: -20px;
    background: linear-gradient(135deg, #007cc3e0 0%, #3d0070 100%);
    transform: skewX(-15deg);
}
.info-section .counter-column:nth-child(1) .item.left .count-outer{
	transform: skewX(15deg);
}
.info-section .counter-column:nth-child(2) .item.left {
    right: 0px;
    background: #007cc3;
}
.info-section .counter-column:nth-child(3) .item.left {
    right: -20px;
    background: linear-gradient(135deg, #007cc3 0%, #a858ec 100%);
    transform: skewX(15deg);
}
.info-section .counter-column:nth-child(3) .item.left .count-outer{
	transform: skewX(-15deg);
}

.info-section .counter-column:nth-child(1) .item.right {
    right: 20px;
    background: linear-gradient(135deg, #3d0070 0%, #007cc3c9 100%);
    transform: skewX(15deg);
}
.info-section .counter-column:nth-child(1) .item.right .count-outer{
	transform: skewX(-15deg);
}
.info-section .counter-column:nth-child(2) .item.right {
    right: 0px;
    background: #790cd5;
}
.info-section .counter-column:nth-child(3) .item.right {
    right: 20px;
    background: linear-gradient(135deg, #007cc3 0%, #a858ec 100%);
    transform: skewX(-15deg);
}
.info-section .counter-column:nth-child(3) .item.right .count-outer{
	transform: skewX(15deg);
}


/*
========================================
	Symptoms
========================================
*/

.symptoms{
  position: relative;
  padding: 100px 0px 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.symptoms:before{
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.89);
}
.symptoms .image-box{
  margin-top: 50px;
}
.symptoms .image-box img{
  width: 370px;

}

.symptom-style-one{
  padding: 20px 20px 10px;
  max-width: 280px;
  box-shadow: 4px 13px 50px 2px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #007cc3 0%, #a858ec 100%);
  margin-bottom: 40px;
  border-radius: 15px;
  color: #fff;
}
.symptom-style-one h3{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.symptoms .left-inner-box .symptom-style-one:nth-child(1) {
  left: 10px;
  position: relative;
}

.symptoms .left-inner-box .symptom-style-one:nth-child(2) {
    left: 80px;
    position: relative;
}
.symptoms .left-inner-box .symptom-style-one:nth-child(3) {
    left: 10px;
    position: relative;
}

.symptoms .right-inner-box .symptom-style-one:nth-child(1) {
    left: 62px;
    position: relative;
}
.symptoms .right-inner-box .symptom-style-one:nth-child(2) {
    left: 15px;
    position: relative;
}
.symptoms .right-inner-box .symptom-style-one:nth-child(3) {
    left: 62px;
    position: relative;
}


/*
==================================
	Corona map
==================================
*/

.corona-map{
	position: relative;
	padding: 40px 0px 0px;
	background: #f9f9f9;
}

.map-content-box{
	position: relative;
}
.status-block {
	position: absolute;
	right: 24%;
	top: 43%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	box-shadow: -1px 0px 15.6px 5.4px rgb(120, 11, 213);
	cursor: pointer;
}
.status-block:nth-child(2) {
	left: 51.3%;
	top: 50.4%;
}
.status-block:nth-child(3) {
	left: auto;
	left: 64.6%;
	top: 46.1%;
}
.status-block:nth-child(4) {
	left: auto;
	left: 67.9%;
	top: 52.6%;
}
.status-block:nth-child(5) {
	left: auto;
	right: 24.3%;
	top: 50%;
}
.status-block:nth-child(6) {
	left: auto;
	right: 19.2%;
	top: 71.7%;
}
.status-block:after {
	position: absolute;
	content: '';
	left: 4px;
	top: 4px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #007cc3;
}
.status-block:before {
	-webkit-box-shadow: 0 0 0 0 #007cc3;
	-ms-box-shadow: 0 0 0 0 #007cc3;
	-o-box-shadow: 0 0 0 0 #007cc3;
	box-shadow: 0 0 0 0 #007cc3;
}
.status-block:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	-webkit-animation: ripple 1s infinite;
	animation: ripple 3s infinite;
}
.status-block:nth-child(1):before,
.status-block:nth-child(3):before {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}
.status-block .status-content {
	opacity: 0;
	position: relative;
	min-width: 170px;
	bottom: 150px;
	left: -50px;
	transition: 1s;
	transform: translateY(-30px);
	background: linear-gradient(135deg, #007cc3 0%, #a858ec 100%);
	padding: 16px;
	border-radius: 13px;
}
.status-block:hover .status-content {
	opacity: 1;
	transform: translateY(0px);
}
.status-block .text {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	color: #222;
}
.status-block h4 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.status-block ul {
	position: relative;
}
.status-block ul li {
	font-size: 16px;
	color: #fff;
}


/*
==============================================
	Contagion
==============================================
*/

.contagion{}

.contagion-block-one{
	position: relative;
	border: 10px solid #fff;
	padding: 10%;
	margin: 0 auto;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.04), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	margin-bottom: 30px;
	margin-top: 15px;
}

.contagion-block-one:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.02), -2px 0px 5px 1px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}
.contagion-block-one:after {
    position: absolute;
    content: '';
    top: 13px;
    right: 17px;
    width: 70px;
    height: 70px;
    background-image: url(../images/resource/testi2.png);
    background-repeat: no-repeat;
    opacity: 0.2;
}
.contagion-block-one .icon-box img {
	width: 65px;
}
.contagion-block-one h4{
    margin-top: 10px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    
}
.contagion-block-one h4 a{
	color: #333;
}
.contagion-block-one .text{
    margin-top: 5px;
}

.contagion-block-one.active{
	background: #007cc3;
	border: 10px solid #007cc3;
	margin-top: 0px;
}
.contagion-block-one.active:before {
    box-shadow: 4px 9px 16px 1px rgb(104, 0, 193), -2px 0px 5px 1px rgb(104, 0, 193);
    border-radius: 10px;
}
.contagion-block-one.active h4 a{
	color: #fff;
}
.contagion-block-one.active .text{
	color: #fff;
}


/*
=====================================
	Services
=====================================
*/

.services{}
.service-block{
	position: relative;
	border: 10px solid #fff;
	padding: 10%;
	margin: 0 auto;
	box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.04), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	margin-bottom: 25px;
	margin-top: 8px;
}
.service-block:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.02), -2px 0px 5px 1px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}
.service-block .inner-box .image-box{
	margin-bottom: 8px;
}
.service-block .inner-box .image-box img{
	width: 100%;
}
.service-block .inner-box .service-content h3{
	line-height: 24px;
	margin-top: 12px;
}
.service-block .inner-box .service-content h3 a{
	font-size: 20px;
	font-weight: 700;
	color: #333;
	transition:.5s;
}
.service-block .inner-box .service-content h3 a:hover{
	color: #007cc3;
	transition:.5s;
}
.service-block .inner-box .service-content .text{
	line-height: 25px;
	margin-top: 8px;
}


/*
======================================
	Covid-19
======================================
*/

.covid-19{}
.covid-19 .sec-title{
	margin-bottom: 30px;
}
.covid-image{
	margin-bottom: 50px;
}
.covid-content{
	margin-bottom: 30px;
}
.covid-content h3{
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
}
.covid-content .text{
    margin-top: 15px;
    font-size: 16px;
}

.blog-section-one .post-share-options .tags span {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-right: 8px;
    text-transform: capitalize;
}

.blog-section-one .post-share-options .tags a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 12px;
    background: #007cc3;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.blog-section-one .post-share-options .tags a:hover{
	color: #ffffff;
}