:root {
   --th-red:#db1f23;
   --th-yellow:#f5990b;
   --th-text:#ffae00;
   --th-btn:#ffae00;
}

.th-btn-color{background:var(--th-btn);}
.text-color{
   color:var(--th-text); 
}

.bg-grdient{
    background:linear-gradient(90deg, #df1e24, #f3920e);
}
body {
  color: #000;
    font-family: 'Poppins-Regular';
	overflow-x: hidden;
	
}
.top-bar {
    padding: 2.2rem 0;
    background: var(--th-yellow);
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Italic';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'JosefinSans-SemiBold';
    src: url('../fonts/JosefinSans-SemiBold.woff2') format('woff2'),
        url('../fonts/JosefinSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Courgette-Regular';
    src: url('../fonts/Courgette-Regular.woff2') format('woff2'),
        url('../fonts/Courgette-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}








a {
  	color: #196DC7;
  	transition: 0.5s;
}

a:hover, a:active {
  	outline: none;
  	text-decoration: none;
	  color: #ff5c59;
}

ul, p {
  	padding: 0;
	margin:0;
	font-size:15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins-Bold';
  	padding: 0;
	margin:0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
section
{
	display:block;
	float:left;
	width:100%;
}
.header
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.header::after{
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(../images/header_line.png) center center no-repeat;
	background-size: 100% 100%;
}
.top_header_area
{
	position: relative;
	position: relative;
	z-index: 2;
	background:#fff;
}
.top_header_inner
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.top_header_logo_area
{
	display: inline-block;
	vertical-align: middle;
	width: 125px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.top_header_logo_area img
{
	text-align: center;
	width: 225px;
	margin: 20px 5px;
}
.top_header_contact_area
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 130px);
	position: relative;	
  text-align: right;
}
.top_header_contact_box1
{
  display: inline-block;
	vertical-align: middle; 
}
.top_header_contact_box1 img
{
  display: inline-block;
  vertical-align: middle;
  width: 44px;
}
.top_header_contact_box1_text_area
{
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  padding-left: 10px; 
  text-align: left; 
}
.top_header_contact_box1_text_area h3
{
  color: #6a6a6a;
  font-size: 13px;
}
.top_header_contact_box1_text_area p
{
  color: #6a6a6a;
  font-size: 13px;
}
.top_header_contact_box1_width
{
  min-width: 300px;
}
.top_header_contact_box2_width
{
  min-width: 250px;
}
.top_header_contact_box3_width
{
  min-width: 150px;
}



.nav_section
{
  display: block;
  float: left;
  width: 100%;
  background: linear-gradient(90deg, #df1e24, #f3920e);
  padding: 15px 0;
}
.nav_main_area
{
  display: block;
  float: left;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  padding: 0;
  list-style: none;
  display:inline-block;
  vertical-align:middle;
  margin:0;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  text-align:center;
}

.nav-menu li {
  position: relative;
}

.nav-menu > li {
  float: left;
}
.nav-menu .home_icon
{
	font-size:16px;
	margin-right:5px;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  width: 100%;
  text-align: center;
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 5px 50px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	outline: none;
	position:relative;
    font-family: 'Poppins-SemiBold';
	text-transform: uppercase;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #ffca58;
}


.nav-menu > li {
  margin-left: 5px;
}


.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    text-align: left;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #000;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: var(--th-red);

}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  margin: 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}
.fa-times
{
  color: #fff;	
}
.fa-bars
{
  color: #3693bf !important;		
}

@media (max-width:768px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
  .top_bar{
      display:none;
  }
}
@media (min-width:768px) {
  .text-md-left {
     text-align: left!important;
  }
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
   cursor:pointer; 
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #000;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #000;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
#intro
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	background:#000;
}
#intro .carousel
{
	position:relative;
	float:left;
	width:100%;
}
#intro .slider_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	background:#000;
}
#intro .img_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
#intro .img_area img
{
	width:100%;
	height:700px;
    object-fit: cover;
    object-position: top;
	opacity: 0.5;
}

#intro .slider_main_area
{
	display:block;
	float:left;
	width:100%;
	margin:0;
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	text-align:center;
}
#intro .text_area
{
	display: inline-block;
	width: 100%;
	max-width: 800px;
}
#intro .text_area h2
{
	color:#fff;
	font-size:60px;
    font-family: 'Courgette-Regular';

}
#intro .text_area p
{
	color:#fff;
	font-size:16px;
	margin-top: 15px;

}
#intro .text_area p a
{
	color:#fff;
	margin-top: 15px;
	text-decoration: underline;	

}
#intro .text_area p a:hover
{
	text-decoration: none;
}

#intro .carousel-indicators
{
	bottom:30px;
}

#intro .carousel-control-prev-icon
{
	background:none;
	width:41px;
	height:79px;
	background: url(../images/left_arrow.png) center center no-repeat;
}
#intro .carousel-control-next-icon
{
	background:none;
	width:41px;
	height:79px;
	background: url(../images/right_arrow.png) center center no-repeat;	
}
#intro .carousel-control-next, .carousel-control-prev
{
	width:auto;
	opacity: 1;
}
#intro .carousel-indicators li {
    width: 15px;
    height: 15px;
	border-radius:100%;
	background:#21254A;
	cursor:pointer;
}
#intro .carousel-indicators .active {
    background-color: #00ADEF;
}

#intro .our_services_but
{
	display: inline-block;
	padding: 15px 35px;
	color: #fff;
	font-size: 14px;
    font-family: 'Poppins-SemiBold';
	background: #67b930;
	border-radius: 5px;
	margin-top: 15px;	
}
#intro .our_services_but:hover
{
	background: #067190;
}
.section1
{
  display: flex;
  flex-wrap: wrap;
}
.section1 .box1
{
  display: block;
  float: left;
  width: calc(100% / 3);
  padding: 45px 15px;
  text-align: center;
  color: #fff;
  transition: all .2s ease-in-out;
}
.section1 .box1:hover{
    transform: scale(1.05);
    box-shadow: 1px 1px 15px 0px #ffae00;
    border-radius: 10px;
}
.section1 .box1 h2
{
  font-size: 22px;
  margin-top: 10px;
  font-family: 'Poppins-SemiBold';
}
.section1 .box1 p
{
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
}
.box1_bg
{
    /*background: #58b8e5;*/
    background: #e55858;
}
.box2_bg
{
  /*background: #3693bf;*/
    background: #bf3636;
}
.box3_bg
{
  /*background: #156c95;*/
    background: #951515;
}
.section1 .box1 img
{
  -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.section1 .box1:hover img
{
  margin-top: -15px;
}
.card-carsuel{
    background: #db1f23;
    padding: 40px 0;
    color: #fff;
}
.card-carsuel .car-box{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.gallery_section
{
  padding: 60px 0;
  /*background: linear-gradient(178deg, #df1e23, #f28f11, #f28f11, #f28f11, #DF1E22);*/
  background-color: #f7f7f7;
  text-align: center;
}
.gallery_text_area
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  color: #494949;
}
.gallery_text_area h2
{
  font-size: 40px;
}
.gallery_text_area p
{
  margin-top: 15px;
}

.gallery_main_area
{
	display: block;
	float: left;
	width: 100%;
  margin-top: 15px;
}
.gallery_box1
{
	display: block;
	float: left;
	width: 100%;	
  margin: 15px 0;
  overflow: hidden;
}
.gallery_box1 img
{
	float: left;
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.gallery_box1:hover img
{
  transform: scale(1.1);	
}

.blog_section
{
  padding: 60px 0;
}
.blog_heading
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.blog_heading h2
{
  font-size: 40px;
}

.blog_main_area
{
	display: block;
	float: left;
	width: 100%;
  margin-top: 15px;
}
.blog_box1
{
	display: block;
	float: left;
	width: 100%;	
  margin: 15px 0;
  overflow: hidden;
}
.blog_box1_img_area
{
  display: block;
  float: left;
  width: 100%;
}
.blog_box1_img_area img
{
	float: left;
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-fit: cover;
}
.blog_box1 .blog_box1_img_area img
{
  -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.blog_box1:hover .blog_box1_img_area img
{
  transform: scale(1.1);	
}
.blog_box1 .blog_box1_text_area
{
  -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.blog_box1:hover .blog_box1_text_area
{
  background: #ef4136;
}



.blog_box1_text_area
{
  display: block;
  float: left;
  width: 100%;
  background: var(--th-red);
  color: #fff;
  padding: 25px 15px;
}
.blog_box1_text_area h4
{
  font-size: 12px;
  font-family: 'Poppins-SemiBold'; 
}
.blog_box1_text_area p
{
  font-size: 20px;
  font-family: 'Poppins-SemiBold'; 
  line-height: 20px;
  margin-top: 10px;
}
.testimonial_and_video_section
{
  display: flex;
  float: left;
  width: 100%;
  background: url(../images/testimonial-bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 60px 20px;
  flex-wrap: wrap;
    align-content: center;
}
.testimonial_area
{
  float: left;
  width: 100%;
}
.testimonial_heading
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
}
.testimonial_heading h2
{
  font-size: 30px;
  font-family: 'Poppins-SemiBold';
}
.testimonial_slider_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.testimonial_slider_area .owl-dots
{
  display: none;
}
.testimonial_box1
{
  display: block;
  float: left;
  width: 100%;

}
.testimonial_box1_top
{
  display: block;
  float: left;
  width: 100%; 
}
.testimonial_box1_top p
{
  color: #fff;

}
.testimonial_box1_bottom
{
  display: block;
  float: left;
  width: 100%; 
  margin-top: 15px;
  text-align: center;
}
.testimonial_box1_bottom p
{
  font-size: 18px;
  color: #e01f24;
  display: inline-block !important;
  vertical-align: middle;
  font-family: 'Poppins-Bold';
}
.testimonial_slider_area .owl-prev
{
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(../images/arrow_left.png) center center no-repeat !important;
  color: transparent !important;
  outline-style: none;
}
.testimonial_slider_area .owl-next
{
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(../images/arrow_right.png) center center no-repeat !important;
  color: transparent !important;
  outline-style: none;
}
.video_area
{
  display: block;
  float: left;
  width: 50%;
  position: relative;
  cursor: pointer;
}
.video_img_area
{
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.video_img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video_area .video_img_area img
{
  -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.video_area:hover .video_img_area img
{
	transform: scale(1.1);	
}
.video_icon
{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}
.video_icon img
{
  width: 100%;
  height: 100%;
}
.top_footer
{
  padding: 22px 0;
  background: #e2e2e2;
}
.top_footer p
{
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  font-family: 'Poppins-SemiBold';
}
.top_footer_read_more_but
{
  display: inline-block;
  vertical-align: middle;
  padding: 12px 30px;
  border-radius: 10px;
  background: #ffae00;
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
  margin: 10px;
}
.top_footer_read_more_but:hover
{
  color: #fff;
  background: var(--th-red);
}


footer
{
	display: block;
	float: left;
	width: 100%;
	background: url(../images/footer.jpg) center center no-repeat;
	background-size: cover;
}
.footer_top_section
{
	display: block;
	float: left;
	width: 100%;
	padding: 70px 0 90px 0;	
}
.footer_box1
{
	display: block;
	float: left;
	width: 100%;	
  margin: 15px 0;
}
.footer_box1 h2{
	color: #fff;
	font-size: 25px;
    font-family: 'Poppins-SemiBold';
	margin-bottom: 35px;
}
.footer_box1 p
{
	margin: 15px 0 30px 0;
	color: #fff;
	position: relative;
	padding-left: 60px;
}
.footer_box1 p img
{
	position: absolute;
	left: 0;
	top: -4px;
	color: #67b930;
}
.footer_box1 p a
{
	color: #fff;
}
.footer_box1 ul
{
	margin: 15px 0 20px 0;
	color: #64676a;
	list-style-type: none;
}
.footer_box1 ul li::before
{
	content: url(../images/tick.png);
	left: 0;
	top: 0;
	position: absolute;
}
.footer_box1 ul li
{
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;	
}
.footer_box1 ul li a
{
	color: #fff;
}
.footer_box1 ul li a:hover
{
	color: #ffae00;
}

.footer_box2
{
	display: block;
	float: left;
	width: 100%;	
  margin: 15px 0;
}
.footer_box2 h2{
	color: #fff;
	font-size: 25px;
    font-family: 'Poppins-SemiBold';
	margin-bottom: 25px;
}
.footer_box2 p img
{
	margin: 0 2px;
}
.newsnatter
{
	display: block;
	float: left;
	width: calc(100% - 125px);
	height: 44px;
	background: #252627;
	padding: 0 15px;
	border: none;
	color: #fff;
	font-size: 15px;
	margin-top: 5px;
	outline-style: none;
}
.submit
{
	display: block;
	float: left;
	width: 125px;
	height: 44px;
	background: #67b930;
	padding: 0 15px;
	border: none;
	color: #fff;
	font-size: 15px;
	margin-top: 5px;
    font-family: 'Poppins-SemiBold';
	cursor: pointer;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;

}
.submit:hover
{
	background: #434d7c;
}
.input_style1
{
  display: block;
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  background: none;
  outline-style: none;
}
.input_style1::placeholder
{
  font-size: 16px;
  color: #fff;
}
.textarea_style1
{
  display: block;
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  background: none;
  outline-style: none;
  height: 70px;
}
.textarea_style1::placeholder
{
  font-size: 16px;
  color: #fff;
}
.submit_style1
{
  display: block;
  float: left;
  padding: 8px 25px;
  margin-top: 15px;
  border-radius: 30px;
  border: none;
  outline-style: none;
  cursor: pointer;
  background: var(--th-red);
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Poppins-Bold';
  -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;

}
.submit_style1:hover
{
  background: #ffb81e;
  color: #fff;
}
.copy_area
{
	display: block;
	float: left;
	width: 100%;
	padding: 15px 0;
	background: linear-gradient(90deg, #df1e24, #f3920e);
	text-align: center;
}
.copy_area p
{
	color: #fff;	
}
.about_section
{
  padding: 60px 0;
  background: url(../images/why-wait_bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about_text_area
{
  display: block;
  float: right;
  width: 100%;
  max-width: 650px;
  padding: 40px;
  background: hsl(41deg 100% 50% / 46%);
  color: #343030;
}
.about_text_area h2
{
  font-size: 32px;
}
.about_text_area h3
{
  font-size: 16px;
}
.about_text_area p
{
  font-size: 16px;
  margin-top: 8px;
}
.about_text_area ul
{
  margin: 15px 0 0 20px;
}
.why_section
{
  padding: 60px 0;
}
.why_section_top_text
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.why_section_top_text h2
{
  font-size: 40px;
  line-height:5rem;
  color: #333333;
}
.why_section_top_text h3
{
  font-size: 25px;
  color: #6f6f6e;
}
.why_section_top_text p
{
  font-size: 16px;
  margin-top: 10px;
}
.sub-title-text{
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: unset;
    line-height: 1.7rem;
    color: #494949 !important;
}
.why_section_bottom
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.why_section_box1
{
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 25px;
    margin-top: 20px;
    background: #e7e7e7;
    border-radius: 10px;
    max-height: 250px !important;
    min-height: 250px !important;
}
.why_section_box1 h3
{
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 65px);
  color: #6f6f6e;
  font-size: 22px;
} 
.why_section_box1 p
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #6f6f6e;
  font-size: 14px;
  margin-top: 10px;
} 
.why2
{
  text-align: center;
}
.why_mid_img_area
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin: 15px 0;
}
.why_mid_img_area img
{
  border-radius: 5px;
  object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.why_mid_img_area::after
{
  /*content: '';*/
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #12d021;
  right: -10px;
  top: 5px;
}
.how_we_work_top_text
{
  display: block;
  float: left;
  width: 100%;
}
.how_we_work_top_text h2
{
  font-size: 40px;
  color: #494949;;
}
.how_we_work_top_text p
{
  font-size: 16x;
  margin-top: 10px;
}
.how_we_work_bottom
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.how_we_work_bottom_box1
{
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0; 
}
.how_we_work_bottom_box_img_area
{
  display: block;
  float: left;
  width: 100%; 
  overflow: hidden;
}
.how_we_work_bottom_box_img_area img {
  float: left;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-fit: cover;
}
.how_we_work_bottom_box1 .how_we_work_bottom_box_img_area img
{
  -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.how_we_work_bottom_box1:hover .how_we_work_bottom_box_img_area img
{
	transform: scale(1.1);	
}
.how_we_work_bottom_box_text_area{
  float: left;
  width: 100%;
  margin-top: 10px;
}
.how_we_work_bottom_box_text_area h2
{
  font-size: 20px;
  color: #6f6f6e;
  margin-top: 10px;
}
.how_we_work_bottom_box_text_area h3
{
  font-size: 15px;
  color: var(--th-red);
  margin-top: 12px;
}
.how_we_work_bottom_box_text_area p
{
  font-size: 15px;
  color: #6a6a6a;
  margin-top: 12px;
}
.accordion_main_area
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 30px;
}

.accordion .card-header:after {
  font-family: 'FontAwesome';  
  content: "\f068";
  float: right; 
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
}
.accordion_main_area .card-header
{
  background: var(--th-red);
  border-radius: 30px;
  border: none;
  margin-bottom: 15px;
  padding: 8px;
  cursor: pointer;
}
.accordion_main_area .card-header a
{
  color: #fff;
  margin: 6px 0 0 0;
  display: inline-block;
  margin-left: 10px;
}
.accordion_main_area .card-header a:hover
{
  color: #fff;
}
.accordion_main_area .card
{
  border: none;
}
.accordion_main_area .card-body {
  padding:  0 0 15px 0;
  font-size: 14px;
  color: #494949;
}
.accordion_main_area .accordion .card-header:after {
  background: #f9fcfd;
  color: var(--th-red);
  padding: 6px 12px;
  border-radius: 100%;
}
.accordion_main_area .collapsed
{
  background: #e2e2e2;
}
.accordion_main_area .collapsed a
{
  color: #494949;
}
.accordion_main_area .collapsed a:hover
{
  color: #000;
}
.header_section
{
    /*background: rgba(245,243,240,1);
    background: -moz-linear-gradient(left, rgba(245,243,240,1) 0%, rgba(177,172,143,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,243,240,1)), color-stop(100%, rgba(177,172,143,1)));
    background: -webkit-linear-gradient(left, rgba(245,243,240,1) 0%, rgba(177,172,143,1) 100%);
    background: -o-linear-gradient(left, rgba(245,243,240,1) 0%, rgba(177,172,143,1) 100%);
    background: -ms-linear-gradient(left, rgba(245,243,240,1) 0%, rgba(177,172,143,1) 100%);
    background: linear-gradient(to right, rgba(245,243,240,1) 0%, rgba(177,172,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f3f0', endColorstr='#b1ac8f', GradientType=1 );*/
    background-image: url(https://test.drateetsharma.in:2083/cpsess5743620776/viewer/home2%2fdratelck%2ftest.drateetsharma.in%2fassets%2fsite%2fimages%2fslider/1-banner.png);
    background-position: center;
    background-size: cover;
}
.header_section_inner
{
  display: block;
  float: left;
  width: 100%;
}
.header_section_left
{
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding: 80px 0 50px 50px;
}
.header_section_left_top
{
  display: block;
  float: left;
  width: 100%;
}
.header_section_left_top h2
{
  color: #474747;
  font-size: 35px;
  font-family: 'Poppins-SemiBold';
}
.header_section_left_top p
{
  color: #3f3f3f;
  font-size: 15px;
  margin-top: 10px;
}
.header_section_left_bottom
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.header_section_left_bottom img
{
  top: 8px;
  width: 80px;
}
.header_section_left_bottom p
{
  color: #474747;
  font-size: 30px;
}
.header_section_left_bottom h2
{
  color: #118a0f;
  font-size: 40px;
  margin-top: 15px;
}
.header_section_right
{
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 60% - 5px);
  text-align: right;
}
.header_section_right img
{
  max-width: 100%;
}
.video_size
{
  width: 100%;
  height: 450px;
}

.subpage_header {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  background: #000;
}
.subpage_header img
{
float: left;
width: 100%;
position: relative;
z-index: 1;
height: 250px;
opacity: 0.5;
object-fit: cover;
object-position: center;
}
.subpage_header h2
{
position: absolute;
z-index: 2;
width: 100%;
text-align: center;
padding: 0 15px;
top: 50%;
transform: translateY(-50%);
font-size: 40px;
color: #fff;
text-transform: uppercase;
}
.subpage_body
{
padding: 50px 0;
}
.gallery_text_area_subpage
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.gallery_text_area_subpage h2
{
  font-size: 40px;
}
gallery_text_area_subpage{
  margin-top: 15px;
}

.contact_left
{
	display: block;
	float: left;
	width: 100%;
}
.contact_left h2
{
	font-size: 17px;
}
.contact_left h3
{
	font-size: 16px;
	margin-top: 10px;
	color: #ffae00;
}

.contact_left p
{
	font-size: 16px;
	color: #616161;
	margin: 10px 0 15px 0;
}
.contact_left p a{
	color: #616161;	
}
.contact_left_map_area
{
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	vertical-align: top;
}
.contact_input_style
{
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #888888;
	padding: 0 15px;
	font-size: 15px;
	outline-style: none;
	margin-bottom: 15px;
}
.contact_textarea_style
{
	display: block;
	float: left;
	width: 100%;
	height: 200px;
	border-radius: 5px;
	border: 1px solid #888888;
	padding:15px;
	font-size: 15px;
	outline-style: none;	
	margin-bottom: 25px;	
}
.contact_submit_style
{
	display: block;
	float: left;
	width: 200px;
	height: 50px;
	border-radius: 45px;
	font-size: 20px;
	color: #fff;
	background: #ffae00;
	outline-style: none;
	margin-bottom: 15px;
	border: none;
	cursor: pointer;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
		
}
.contact_submit_style:hover
{
	background: var(--th-red);
  color: #fff;
}
.contact_left h4 {
  font-family: 'Poppins-Bold';
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--th-red);
}
.contact_right h4 {
  font-family: 'Poppins-Bold';
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--th-red);
}


.blog_details_box1
{
	display: block;
	float: left;
	width: 100%;	
  margin: 15px 0;
  overflow: hidden;
}
.blog_details_img_area
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.blog_details_img_area img
{
  display: inline-block;
  width: 100%;
	max-width: 1150px;
	max-height: 300px;
	object-fit: cover;
	object-fit: cover;
}

.blog_details_text_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.blog_details_text_area h4
{
  font-size: 12px;
  font-family: 'Poppins-SemiBold'; 
}
.blog_details_text_area h3
{
  font-size: 20px;
  font-family: 'Poppins-SemiBold'; 
  line-height: 20px;
  margin-top: 10px;
}
.blog_details_text_area p
{
  font-size: 15px;
  margin-top: 15px;
  color: #6f6f6e;
}

.service_left_area
{
	display: block;
	float: left;
	width: 100%;
}
.service_left_area li{
	list-style-type: none;
	position: relative;
}
.service_left_area li a
{
	display: block;
	float: left;
	width: 100%;
	padding: 15px 20px;
	background: var(--th-red);
	color: #fff;
	position: relative;
}
.service_left_area li a::after 
{
	content: ">";
	position: absolute;
	right: 15px;
	color: #fff;
	top: 15px;
}
.service_left_area li a:hover
{
	background: #f39611;	
}
.active2 a
{
	background: #f39611 !important;
}
.service_right_top_img_area
{
	display: block;
	float: left;
	width: 100%;
}
.service_right_top_img_area img{
	float: left;
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 15px;
}
.service_right_top_text_area
{
	display: block;
	float: left;
	width: 100%;
}
.service_right_top_text_area h2
{
	font-size: 30px;
	margin-top: 25px;
    font-family: 'Poppins-Medium';	
}
.service_right_top_text_area p
{
	font-size: 15px;
	margin-top: 15px;	
}
.service_right_top_text_area ul
{
	list-style-type: none;
}
.service_right_top_text_area ul li
{
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	padding-left: 30px;
}
.service_right_top_text_area ul li::after
{
	content: url(../images/tick2.png);
	position: absolute;
	left: 0;
	top: 0;
}
.service_right_top_text_area h3
{
	font-size: 20x;
	margin-top: 25px;
    margin-top: 30px;
    color: var(--th-red);	
}
.card-carsuel{
    background: url(../images/joint-bg-1.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.card-carsuel .owl-carousel .owl-item img {
    display: block;
    width: 125px;
    margin: 0 auto;
}
.card-carsuel .owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
.about_section1
{
	padding: 60px 0;
}
.about_section1_right
{
	display: block;
	float: left;
	width: 100%;
	--text-g
}
.about_section1_right h2
{
	font-size: 36px;
}
.about_section1_right h3
{
	font-size: 22px;
  color: #00ADEF;
  margin-top: 40px;
}
.about_section1_right ul {
  list-style-type: none;
}
.about_section1_right ul li {
  vertical-align: top;
  margin-top: 10px;
  position: relative;
  padding-left: 30px;
}
.about_section1_right ul li::after {
  content: url(../images/tick2.png);
  position: absolute;
  left: 0;
  top: 0;
}
.about_section1_right_bottom
{
	display: block;
	float: left;
	width: 100%;
}
.about_section1_right_bottom img
{
	display: inline-block;
	vertical-align: middle;
	width: 52px;
}
.about_section1_right_bottom_text_area
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 57px);
	padding-left: 10px;
}
.about_section1_right_bottom_text_area h2
{
	font-size: 25px;
    font-family: 'Poppins-SemiBold';	
}
.about_section1_right_bottom_text_area p
{
	font-size: 13px;
	color: #5c666a;
}
.about_section2
{
	padding: 60px 0;
	background: url(../images/about_section2.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
}
.about_section2 h2{
	font-size: 70px;
}
.about_section2 h3{
	font-size: 34px;
}
.about_section2 h4{
	font-size: 18px;
    font-family: 'Poppins-SemiBold';
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #fff;	
	padding-top: 20px;
}
.about_section2 p
{
	font-size: 15px;
	line-height: 25px;
	margin-top: 20px;
	position: relative;
	padding: 0 100px;
	display: inline-block;
	background: url(../images/about_testimonial_icon1.png) , url(../images/about_testimonial_icon2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
}
.about_section2 h5 i
{
	color: #f39611;
	font-size: 15px;
}
.about_section3
{
	padding: 60px 0;
}
.about_section3_top_area
{
	display: block;
	float: left;
	width: 100%;	
}
.about_section3_top_mission
{
	display: block;
	float: left;
	width: 100%;	
}
.about_section3_top_mission img
{
	display: inline-block;
	vertical-align: top;
	width: 51px;	
}
.about_section3_top_mission_text_area
{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 56px);
	padding-left: 20px;	
}
.about_section3_top_mission_text_area h2
{
	font-size: 36px;
}
.about_section3_top_mission_text_area p
{
	color: #5c666a;
	margin-top: 10px;
	line-height: 24px;
}
.about_section3_bottom_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #b5b8b9;
}
.team_slider_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.team_slider_area .owl-nav
{
	display: none;
}
.team_slider_area  .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px;
}
.team_slider_area  .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
	display: block;
    background: url(../images/dot.png) center center no-repeat;
    transition: opacity .2s ease;
	border-radius: 30px;
	outline: none;
}
.team_slider_area  .owl-theme .owl-dots .owl-dot:focus {
	outline: none;
	outline-style: none;
	border: none;
}

.team_slider_area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: url(../images/active_dot.png) center center no-repeat;
}
.doctor_box1
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
	background: #077789;
}
.doctor_box1::after
{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 31%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.59) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(31%, rgba(0,0,0,0)), color-stop(55%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.59)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 31%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.59) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 31%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.59) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 31%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.59) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 31%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.59) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.doctor_box1_img_area
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.doctor_box1_img_area img
{
	float: left;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
}
.doctor_box1_text_area
{
	display: block;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 20px;
	padding: 0 15px;
}
.doctor_box1_text_area h2
{
	color: #fff;
	font-size: 17px;
}
.doctor_box1_text_area p
{
	color: #b5b8b9;
	font-size: 14px;
}
.doctor_box1 .doctor_box1_text_area
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.doctor_box1:hover .doctor_box1_text_area
{
	display: block;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom:inherit;
	padding: 0 15px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.doctor_box1  .doctor_box1_img_area
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.doctor_box1:hover  .doctor_box1_img_area
{
	opacity: 0.2;
}
.why_section2
{
  padding: 30px 0;
  background: rgb(247, 247, 247);
}

.why_section_box2
{
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0;
}
.why_section_box2 img
{
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.why_section_box2 h3
{
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 65px);
  /*padding-left: 10px;*/
  color: #6f6f6e;
  font-size: 22px;
} 
.why_section_box2 p
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #6f6f6e;
  font-size: 14px;
  margin-top: 10px;
} 
.why_bottom h2
{
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
}
.why_bottom ul
{
  margin-top: 25px;
  text-align: center;
}
.why_bottom ul li
{
  display: inline-block;
  position: relative;
  margin: 10px;
  padding-left: 25px;
  font-weight: bold;
}
.why_bottom ul li::before
{
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--th-red);
}
.testimonials_box1 {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  background: #ebebeb;
  margin-bottom: 25px;
  border-radius: 10px;
}
.testimonials_text_area {
  display: block;
  float: left;
  width: 100%;
  background: url(../images/testimonial_icon2.png) top left no-repeat;
  min-height: 42px;
  padding-left: 70px;
  padding-bottom: 20px;
}
.testimonials_text_area p {
  font-size: 15px;
  margin-top: 20px;
}
.testimonials_text_area h2 {
  font-size: 20px;
  margin-top: 15px;
  color: #00ADEF;
}
.faq_area h2
{
  font-size: 25px;
  margin-top: 40px;
}
.accordion_main_area p
{
  font-size: 15px;
  padding: 0 15px;
  margin: 10px 0;
}
.accordion_main_area ul {
  list-style-type: none;
  padding: 0 15px;
  margin-bottom: 10px;
}
.accordion_main_area ul li {
  vertical-align: top;
  margin-top: 10px;
  position: relative;
  padding-left: 30px;
}
.accordion_main_area ul li::after {
  content: url(../images/tick2.png);
  position: absolute;
  left: 0;
  top: 0;
}
.abbout_img_area
{
  display: block;
  float: left;
  width: 100%;
}
.abbout_img_area img
{
  width: 100%;
}
/*social media icon*/
.socila-media-icon ul li {
	color:#ffae00;
  	margin:5px;
 	font-size:25px;
}
.socila-media-icon ul li a{
  	color:#ffae00;
}
.socila-media-icon ul li a:hover{
  	color:var(--th-red);
}
.top_bar ul li a{
  	color:white;
  	font-weight:500;
  	font-size:18px;
}
.top_bar ul li a:hover{
  	color:white;
  	font-weight:500;
}
/*Whats app Button*/
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:20px;
	right:20px;
	background-color:#25D366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	z-index:100;
	animation: glow 1s infinite ;
}

.float:hover{
    color:#fff;
}
.my-float{
	margin-top:0px;
}
@keyframes glow{
  0%{
  box-shadow: 5px 5px 20px rgb(37 211 102), -5px -5px 20px rgb(37 211 102);
  }
  50% {
  box-shadow: 5px 5px 20px #28a745, -5px -5px 20px #28a745;
  }
  100%{
  box-shadow: 5px 5px 20px rgb(37 211 102), -5px -5px 20px rgb(37 211 102);
  }
}
/*New added 2022*/
.alert-area {
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-top:40px;
}
.alert-area .alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    margin-bottom: 0;
    background: #FFCC52;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    /*flex-wrap: nowrap;*/
}
.alert-area .alert:before {
    position: absolute;
    content: '';
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background:#db1f2329;
    bottom: -34px;
    right: -34px;
    z-index: -1;
}
.alert-area .alert:after {
    position: absolute;
    content: '';
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background: #db1f2329;
    bottom: -34px;
    left: -34px;
    z-index: -1;
}
.alert-area .alert .alert-left {
    width: calc(100% - 140px);
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.alert-area .alert .alert-text .icon {
    margin-right: 2rem;
}
.alert-area .alert .alert-text .icon i {
    position: relative;
    top: 4px;
    line-height: 1;
    font-size: 4.3rem;
    color: var(--white);
}
.alert-area .alert .alert-text h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    color: var(--white);
}
.alert-area .alert .alert-text p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
}
.alert-area .primary-btn {
    display: inline-block;
    padding: 5px 10px;
    border-radius: .5rem;
    background: var(--th-btn);
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border: none;
    
}
/*About-home*/

.home-about{
    margin:80px 0px;
}

.about {
	 position: fixed;
	 z-index: 10;
	 bottom: 10px;
	 right: 10px;
	 width: 40px;
	 height: 40px;
	 display: flex;
	 justify-content: flex-end;
	 align-items: flex-end;
	 transition: all 0.2s ease;
}
.cards {
	 width: 100%;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .cards .card {
	 height: 400px;
	 background: #fff;
	 border-radius: 4px;
	 box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.1);
	 max-width: 300px;
	 min-width: 260px;
	 overflow: hidden;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 flex-direction: column;
	 position: relative;
	 transition: all 0.4s ease;
	 margin: 0 10px;
}
 .cards .card:before {
	 height: 150px;
	 width: calc(100% + 100px);
	 content: "";
	 position: absolute;
	 /*background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);*/
	 background-image:linear-gradient(to top, #e74b1b 0%, #ffcc52 100%);
	 border-radius: 4px 4px 100% 100%;
	 transition: all 0.4s ease-out;
	 top: 0;
}
 .cards .card .close {
	 width: 18px;
	 height: 18px;
	 position: absolute;
	 z-index: 2;
	 cursor: pointer;
	 background-image: url("https://rafaelalvucas.github.io/assets/icons/misc/cross.svg");
	 background-size: 80%;
	 background-repeat: no-repeat;
	 background-position: center;
	 top: 0;
	 right: 0;
	 margin: 10px;
	 padding: 5px;
	 transition: all 0.2s ease;
}
 .cards .card .close:hover {
	 background-size: 100%;
	 opacity: 0.8;
}
 .cards .card .arrow {
	 display: none;
}
 .cards .card article {
	 z-index: 1;
	 display: flex;
	 align-items: center;
	 flex-direction: column;
	 text-align: center;
}
 .cards .card article h2 {
	 color: white;
	 margin: 0;
	 /*padding: 40px 20px 10px 20px;*/
	 padding:20px 5px;
	 font-weight: 500;
	 font-size: 20px;
	 letter-spacing: 0.5px;
}
 .cards .card article .title {
	 color: white;
	 padding: 5px;
	 letter-spacing: 0.8px;
	 transition: all 0.4s ease;
}
 .cards .card article .desc {
	 padding:5px;
	 font-size: 14px;
	 text-align: center;
	 line-height: 24px;
	 color: #666;
	 height: 90px;
	 transition: all 0.4s ease-out;
}
 .cards .card article .pic {
	 width: 120px;
	 height: 120px;
	 overflow: hidden;
	 border-radius: 100%;
	 margin: 20px 0;
	 box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
	 transition: all 0.6s ease;
}
 .cards .card article .pic img {
	 width: 100%;
	 -webkit-filter: grayscale(100%);
	 filter: grayscale(100%);
}
 .cards .card .actions {
	 width: 100%;
	 display: flex;
	 justify-content: space-between;
	 background: white;
	 z-index: 1;
}
 
 @keyframes icon {
	 0% {
		 width: 22px;
	}
	 50% {
		 width: 40px;
	}
	 100% {
		 width: 22px;
	}
}
 .cards .card .actions .btn.clicked:before {
	 opacity: 0.3;
	 height: 100%;
}
 .cards .card:hover {
	 transform: translateY(-10px);
	 box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}
 .cards .card:hover:before {
	 height: 100%;
	 border-radius: 4px;
}
 .cards .card:hover .desc {
	 color: white;
}
 .cards .card:hover .pic {
	 box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
}
 .cards .card:hover .pic img {
	 -webkit-filter: grayscale(0%);
	 filter: grayscale(0%);
}
 .cards .card.closed {
	 min-width: 120px;
	 max-width: 120px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 transition: all 0.6s ease;
	 cursor: pointer;
}
 .cards .card.closed .title, .cards .card.closed .desc, .cards .card.closed .actions, .cards .card.closed .close {
	 display: none;
}
 .cards .card.closed h2 {
	 padding: 0;
	 height: 100%;
	 transform: rotate(-90deg);
	 width: 440px;
	 z-index: 2;
	 transition: all 0.6s ease;
}
 .cards .card.closed .pic {
	 border-radius: 100%;
	 height: 400px;
	 width: 400px;
	 position: absolute;
	 top: -20px;
	 margin: 0;
	 box-shadow: 0;
	 transition: all 0.6s ease;
}
 .cards .card.closed .pic img {
	 object-fit: cover;
	 height: 100%;
	 transform: translateY(20px);
}
 .cards .card.closed .pic:before {
	 content: "";
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 background-color: black;
	 opacity: 0.5;
	 z-index: 1;
	 transition: all 0.4s ease;
	 transform: translateY(20px);
}
 .cards .card.closed:before {
	 height: 100%;
	 border-radius: 4px;
}
 .cards .card.closed .arrow {
	 width: 18px;
	 height: 18px;
	 position: absolute;
	 z-index: 2;
	 cursor: pointer;
	 bottom: 15px;
	 padding: 5px;
	 display: flex;
	 justify-content: center;
	 background-image: url("https://rafaelavlucas.github.io/assets/icons/misc/expand.svg");
	 background-size: 80%;
	 background-repeat: no-repeat;
	 background-position: center;
	 transition: all 0.2s ease;
}
 .cards .card.closed:hover .arrow {
	 background-size: 100%;
	 opacity: 0.6;
}
 /*Why Choose Us*/
 .single-service {
    padding: 1rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px rgba(210, 206, 206, 0.25);
    /* box-shadow: 0px 0px 15px rgba(210, 206, 206, 0.25); */
    /* border-radius: 15px; */
}
 .single-service .service-thumbnail {
    border-radius: 1rem;
    overflow: hidden;
}
.single-service .service-thumbnail img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.single-service:hover .service-thumbnail img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-service .service-info {
    padding: 6rem .5rem 1.5rem .5rem;
    position: relative;
}
.single-service .service-info .service-icon {
    display: inline-block;
    position: absolute;
    top: -3.7rem;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}