.hero-section .hero-slide.slide-2 .hero-content h2.title
{
	font-size:60px!important;
}

.hero-section .hero-slide.slide-1
{
	background-image: url(../images/banner/banner-1.jpg)!important;
	background-size: cover;
	background-position: right;
}

.hero-section .hero-slide.slide-2
{
	background-image: url(../images/banner/banner-2.jpg)!important;
	background-size: cover;
	background-position: right;
}

.hero-section .hero-slider.slick-slider .slick-active .hero-content .pretitle h3
{
	font-size:25px;
	line-height: 25px;
	padding:14px 20px 6px 20px;
	border-radius:10px;
}

.hero-section .hero-slide.slide-1 .hero-content h2.title
{
	font-size:50px;
	line-height: 60px;
}

.hero-section .hero-slide.slide-2 .hero-content h2.title
{
	line-height:70px;
	font-size: 50px!important;
}


.bg-base-skin
{
	background: #be0500!important;
}

.bg-base-gradient
{
	background-image: linear-gradient(to right,#4d4d4d 0%, #494a4a 100%,var(--base-first-gradientcolor) 100%)!important;
}

.prt-row.about-section
{
	padding:20px 0 50px!important;
}

.about-section
{
	background:url(../images/bg/ft_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.featured-icon-box.style4 .featured-desc p
{
	-webkit-line-clamp:30!important;
}

.featured-icon-box.style4 .service-btn
{
	margin-top: 25px!important;
}

.featured-icon-box.style4
{
	padding:50px 25px 36px!important;
}

.first-footer
{
	padding:30px 0;
}

.featured-icon-box.style5 .featured-title h3
{
	font-size:32px!important;
	color:#fff;
	margin-bottom:5px!important;
	line-height: 30px!important;
}

.featured-icon-box.style5
{
	overflow: visible!important;
}

.featured-icon-box.style5 .featured-desc p
{
	color:#ccc!important;
}

.featured-icon-box.style5 .featured-icon .prt-icon i
{
	color:#fff!important;
}

.prt-header-style-01 nav.main-menu ul.menu > li > a
{
	height:auto!important;
	line-height: 20px!important;
}

.site-header-menu
{
	padding:15px 0!important;
}

li.tsd_book a
{
	border: 2px solid #bb0500;
  	padding: 12px 20px 10px 20px!important;
  	border-radius: 10px;
}

.dag_img_holder
{
	border:1px solid #fff;
	margin-bottom:20px;
	padding:5px;
	position: relative;
}

.cta-section
{
	background: url(../images/bg/ft_bg.jpg);
	background-size: cover;
}

.dag_img_holder .dag_img-overlay
{
	background:rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	display: grid;
	justify-content: center;
	align-items: center;
	top:0;
	position: absolute;
	margin-left: -5px;
	display: none;
}

.dag_img_holder .dag_img-overlay span
{
	color: #fff;
	font-size: 40px;
	font-weight: 600;
}

.dag_img_holder:hover .dag_img-overlay
{
	display: grid;
}

.prt-row.cta-section
{
	padding:40px 0 40px!important
}


.img_box{
  width:100%;
  height:100%;
  
}

.up-down{
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}

@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}

.featured-stepbox.style1 .featured-content
{
	padding:0 0 0 40px!important;
}

.featured-stepbox.style1 .featured-number
{
	min-width: 100px!important;
	height: 100px!important;
}

.featured-stepbox.style1 .featured-number span.number
{
	font-size: 40px!important;
	line-height: 50px!important;
}

.section-title h2
{
	font-size: 40px!important;
  	line-height: 45px!important;
  	font-weight: 700;
}

.featured-imagebox-post
{
	border: 1px solid #dfdddd;
  padding: 2px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}

.featured-imagebox-post .featured-thumbnail img
{
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.info-section .prt-btn.prt-btn-style-border
{
	border: 2px solid #fff!important;
  	transition: all 0s ease 0s!important;
  	color: #fff!important;
}

.prt-btn.prt-btn-style-border
{
	border: 2px solid #fff!important;
  	transition: all 0s ease 0s!important;
  	color: #fff!important;
}

ul.add-menu li
{
	border-bottom:1px solid #ccc;
}

ul.add-menu li:last-child
{
	border-bottom:none!important;
	padding:10px 0;
}

.vid-carousel .vid-item
{
	border: 1px solid #ccc;
	padding: 2px;
	position: relative;
}


.vid-carousel .vid-item .vid-overlay
{
	position: absolute;
	width: 100%;
	height:100%;
	top:0;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.4);
}

.vid-carousel .vid-item .vid-overlay a img
{
	width:50px;
}

.vid-carousel .vid-item:hover .vid-overlay
{
	display: grid;
}

@media (max-width: 767px)
{

	.hero-section .hero-slider.slick-slider .slick-active .hero-content .pretitle h3
	{
		font-size: 14px;
	}

	.hero-section .hero-slide.slide-1 .hero-content h2.title
	{
		font-size: 28px!important;
  		line-height: 40px!important;
	}
	
	.hero-section .hero-slide.slide-1 .hero-content h2.title br
	{
	    content: ""!important;
	}

	.hero-section .hero-slide.slide-2 .hero-content h2.title
	{
		font-size: 28px!important;
  		line-height: 44px!important;
  		margin-bottom: 0!important;
	}

	.featured-icon-box.style3 .featured-title h3
	{
		font-size: 18px;
  		line-height: 24px;
	}

	.hero-section .hero-slide
	{
		min-height: 300px!important;
	}

	.hero-section .hero-slide.slide-2
	{
		background-position: top!important;
	}

	.info-section .info_btn
	{
		text-align: center;
	}

	.about-row
	{
		flex-direction: column-reverse;
	}

	.ft_about
	{
		margin-top: 50px;
	}

	.prt-row.service-section
	{
		padding-top: 40px!important;
	}

	h2
	{
		font-size: 28px;
    	line-height: 38px;
	}

	.steps-section .section-title h2.title
	{
		font-size: 28px !important;
  		line-height: 32px !important;
	}

	.featured-stepbox.style1 .featured-content
	{
		padding: 20px 0 0 0!important;
	}
	
	.prt-row.servicebg-section
	{
	    padding:70px 0 35px !important
	}
}