@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext);
.container{
  max-width: 1440px;
} 
@media screen and (max-width: 1600px){
  .container {
  max-width: 1350px;
}
}
@media screen and (max-width: 1400px){
  .container{
  max-width: 1240px;
}
}
@media screen and (max-width: 1300px){
  .container{
  max-width: 1150px;
}
}
@media screen and (max-width: 1199px){
  .container{
  max-width: 960px;
}
}
a {
  color: #fb8647;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-color: #fff;
	overflow-x: hidden;
	transition: all 200ms linear;

}
 
 .mob{
     display:none;
 }
 
 
 @media screen and (max-width:767px){
     .mob{
         display:block;
     }
      .desk{
     display:none;
 }
 }
 
 
 
html{
	scroll-behavior: smooth;
}


p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #5E6770;
	margin-bottom: 20px;
	text-align: justify;
	margin-top: 0;

}


.navigation-wrap {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;overflow-x: clip;
}

.navbar {
	padding: 0
}

.navbar-brand img {
	height: 95px;
	width: auto;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0
}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none
}

.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
	transition: all 300ms linear
}
.topbar::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(40%);
  border-radius:
0 0 50px 0;
  background:
#010101;
  z-index: -1;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear
}

.navbar-light .navbar-toggler-icon:after {
	top: 8px
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: #fff0
}

.nav-link {
	color: #212121 !important;
	font-weight: 500;
	transition: all 200ms linear
}

.nav-item:hover .nav-link {
	color: #fb8647 !important
}

.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block
}

.icon-box h4 a {
	font-family: "Cormorant", serif;
	color: #000;
	margin-top: 0;
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: 700
}

.nav-item:after {
	position: absolute;
	bottom: -5px;
	left: 25%;
	width: 50%;
	height: 2px;
	content: '';
	background: #fb8647;
	opacity: 0;
	transition: all 200ms linear
}

.nav-item:hover:after {
	bottom: 0;
	opacity: 1
}

.nav-item.active:hover:after {
	opacity: 0
}

.nav-item {
	position: relative;
	transition: all 200ms linear
}

.bg-light {
	background-color: #fff !important;
	transition: all 200ms linear
}

.section {
	position: relative;
	width: 100%;
	display: block
}

.full-height {
	height: 100vh
}

.over-hide {
	overflow: hidden
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20
}


.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	transition: all 200ms linear
}

.nav-item.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0, 0)
}

.dropdown-menu {
	top: 100%;
  font-size: 13px;
  letter-spacing: 1px;
  background-color: #fcfaff;
  border:
none;
  border-radius:
3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
}

.dropdown-toggle::after {
	display: none
}

.dropdown-item {
	padding:
8px 30px;
  border-bottom:
1px solid #ccc;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: #fb8647
}

@media (max-width:767px) {
	
	.nav-item:after {
		display: none
	}

	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0
	}

	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear
	}

	.dropdown-toggle[aria-expanded="true"]::after {
		transform: rotate(90deg);
		opacity: 0
	}

	.dropdown-menu {
		padding: 0 !important;
		background-color: #fff0;
		box-shadow: none;
		transition: all 200ms linear
	}

	.dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important
	}

}

.topbar {
	background: #fb8647;
	padding: 5px 0;


  position: relative;
  z-index: 3;
}

.topbar ul li {
	display: inline-block;
	color: #fff;
	margin-right: 20px
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	color: #fff
}

ul {
	padding: 0;
	margin: 0
}

.social {
	float: right
}

.carousel-control-next {
	right: 20px;
	width: 40px;
	height: 40px;
	top: 46%;
	background: #10458d;
	border-radius: 30px
}

.carousel-control-prev {
	left: 20px;
	width: 40px;
	height: 40px;
	top: 46%;
	background: #10458d;
	border-radius: 30px
}

.carousel-control-prev-icon {
	margin-right: 3px
}

.navbar-light .navbar-brand {
	padding: 15px 40px;
	background: #fff;
	margin-top: -38px;
	box-shadow: 0 5px 10px 0 rgb(138 155 165 / .15);
	border-right: 4px solid #fff
}

.topbar ul {
	float: right
}

.pbl-0 {
	padding: 0
}



.navbar {
	padding-right: 50px
}

.social {
	padding-right: 25px
}

a {
	text-decoration: none !important
}

.start-header.scroll-on .navbar-light .navbar-brand {
	padding: 10px 40px;
	background: #fff;
	margin-top: 0
}
@media screen and (max-width:1450px){
	.ml-md-4, .mx-md-4 {
		margin-left: 1rem !important;
	}
}
@media screen and (max-width:1199px){
	.ml-md-4, .mx-md-4 {
		margin-left: 0.5rem !important;
	}
	.nav-link{
		font-size: 14px;
	}
	.navbar-brand img {
		height: 60px;
	}.topbar::after {
  width: calc(30%);
}
	.navbar-light .navbar-brand {
		padding: 15px 20px;
	}
}

@media screen and (max-width:991px){
	.ml-md-4, .mx-md-4 {
		margin-left: 0.3rem !important;
	}
	.nav-link{
		font-size: 13px;
	}
	.navbar-brand img {
		height: 50px;
	}
	.navbar-light .navbar-brand {
		padding: 15px 10px;
	}
	.topbar ul li a {
		font-size: 12px;
	}
	.social {
		padding-right: 0;
	}
	.topbar ul li {
		margin-right: 10px;
	}
	.navbar {
		padding-right: 18px;
	}
	.headerbtn{
		display: none;
	}#dnn {
  display: block !important;
}
}


@media screen and (max-width:767px){
	.topbar ul{
		display: none;
	}
	.social{
		display: block !important;
	}
	.navbar-brand img {
		height: 80px;
	}
	.navbar-light .navbar-brand {
		padding: 7px 25px;
	}
	.navbar-nav {
		overflow: hidden;
		padding-left: 30px !important;
	} .nav-link {
    font-size: 15px;
  }
  .dropdown-item {
  padding:
8px 0px;
}
	.dropdown-item:hover, .dropdown-item:focus {
		color: #fb8647;
		background-color: #fff;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: -6px !important;
		margin-bottom: 10px !important;
	}
}




/*Menu End*/


/*Slider Start*/

.hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

@media (max-width: 991px) {
	.hero-slider {
		height: 600px;
	}

	.start-header.scroll-on .navbar-brand img {
		height: 46px;
	}
}

@media (max-width: 767px) {
	.hero-slider {
		height: 500px;
	}
}

.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
}

.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: top;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	background: transparent;
	width: 55px;
	height: 55px;
	line-height: 53px;
	margin-top: -30px;
	text-align: center;
	border: 2px solid #d4d3d3;
	border-radius: 55px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px) {

	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-button-next {
		display: none;
	}
}

.hero-slider .swiper-button-prev {
	left: 25px;
	transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block vertical-align: middle;
	font-weight: 900;
}

.hero-slider .swiper-button-next {
	right: 25px;
	transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block vertical-align: middle;
	font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: 0.3;
	background: #fff;
	transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
	opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
	bottom: 30px;
}

@media screen and (min-width: 992px) {

	.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
	.hero-slider .swiper-pagination-custom,
	.hero-slider .swiper-pagination-fraction {
		/*     display: none; */
	}
}

.swiper-pagination {
	text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 50px;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
}

@media (min-width: 767px) {
	.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 30px;

	}
}
/*Button*/

.btn-default{
	position: relative;
	display: inline-flex;
	line-height: 1.2em;
	background: #050505;
	text-transform: capitalize;
	border-radius: 100px;
	padding: 2px 25px 2px 2px;
	border: none;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.headerbtn:hover {
  color: #fb8647;
  background:
#fff;
  transition:
0.5s ease;
}
.headerbtn {
  background:
#fb8647;
  padding:
4px 20px;
  color: #fff;
  border-radius:
7px;
  margin-top: 0px;
  border:
1px solid #fb8647;
  margin-left: 20px;
  transition:
0.5s ease;
}

.btn-default:hover{
	background-color: transparent;
}



.btn-default:hover:before{
	filter: brightness(0) invert(1);
	transform: translate(-10px, -50%);
}

.btn-default::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 100px;
	background: #fb8647;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.btn-default:hover::after{
	width: 100%;
}

.btn-default span{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
	background-color: #fb8647;
	color: #fff;
	border-radius: 100px;
	padding: 15px 20px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.btn-default:hover span{
	background-color: transparent;
	color: #fff;
}

.btn-default span::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 100px;
	background: #39b5ff;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.btn-default:hover span::after{
	width: 100%;
}


/*Button*/
/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
	height:750px;
	transition: all .4s ease;
}

.hero-slider .slide-inner::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #0000004a, #000000cf);
}

@media (max-width: 991px) {
	.hero-style {
		height: 600px;
	}
}

.slidercaptiontag {}

@media (max-width: 767px) {
	.hero-style {
		height: 500px;
	}
}

@media screen and (min-width: 992px) {
	.hero-style .container {
		padding-top: 0px;
	}
}

.slidercontents__title{
	font-family: "Oswald", serif;
	font-size: 66px;
	margin-bottom: 0;
	margin-bottom: 20px;
}
.slidercontents__sub-title{
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "Sora", serif;
	font-weight: normal;
	line-height: 1.75;
}
.slidercontents__content{
	width: 60%;
}

@media screen and (max-width:1600px){
	.slidercontents__title{
		font-size: 50px;
	}
	.slidercontents__content{
		width: 70%;
	}
	.slidercontents__sub-title {
		font-size: 16px;
	}
	.btn-default span{
		font-size: 16px;
	}

}
@media screen and (max-width:1500px){
	.slidercontents__title{
		font-size: 45px;
	}
	.slidercontents__content{
		width: 45%;
	}
	.slidercontents__sub-title {
		font-size: 15px;
	}
	.btn-default span{
		font-size: 15px;
	}

}
@media screen and (max-width:1199px){
	.slidercontents__title{
		font-size: 40px;
	}
	.slidercontents__content{
		width: 50%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px;
	}

}

@media screen and (max-width:991px){
	.slidercontents__title{
		font-size:35px;
	}
	.slidercontents__content{
		width: 70%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px !important;
	}
}
@media screen and (max-width:767px){
	.slidercontents__title{
		font-size:30px;
	}
	.slidercontents__content{
		width: 100%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px !important;
	}
}


/*Slider End*/



/*Footer Start*/

.site-footer {
	position: relative;
	display: block;
	background-color: #000;
	margin-top: -88px;
	z-index: 1;
}

.site-footer-two {
	margin-top: 0;
}

.site-footer__shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	animation: topBottom 3s ease-in-out infinite;
	z-index: -1;
}

.site-footer__shape-1 img {
	width: auto;
	opacity: .40;
}

.site-footer__shape-2 {
	position: absolute;
	top: 113px;
	right: 0;
	animation: leftRight 4s ease-in-out infinite;
	z-index: -1;
}

.site-footer__shape-2 img {
	width: auto;
	opacity: 0.08;
}

.site-footer__top {
	position: relative;
	display: block;
	padding: 70px 0 95px;
}

.site-footer__top-inner {
	position: relative;
	display: block;
}

.footer-widget__about {
	position: relative;
	display: block;
	margin-top: 8px;
}

.footer-widget__logo {
	position: relative;
	display: block;
}

.footer-widget__about-text {
	color: rgba(255,255,255, .80);
	margin-top: 29px;
	margin-bottom: 32px;
}

.site-footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-footer__social a {
	position: relative;
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	border: 1px solid rgba(255,255,255, .20);
	font-size: 16px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
	border-radius: 2px;
}

.site-footer__social a:hover {
	color: #fff;
	background-color: #fb8647;
	border: 1px solid #fb8647;
}

.site-footer__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #fb8647;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.site-footer__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.site-footer__social a+a {
	margin-left: 15px;
}

.footer-widget__quick-link {
	position: relative;
	display: block;
	margin-left: 68px;
}

.footer-widget__title-box {
	position: relative;
	display: block;
	margin-bottom: 26px;
}

.footer-widget__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	color: #fff;
}

.footer-widget__quick-link-list {
	position: relative;
	display: block;
}

.footer-widget__quick-link-list li {
	position: relative;
	display: block;
}

.footer-widget__quick-link-list li+li {
	margin-top: 16px;
}

.footer-widget__quick-link-list li>a {
	position: relative;
	display: flex;
	align-items: center;
	color: rgba(255,255,255, .80);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__quick-link-list li>a:hover {
	color: #fb8647;
}

.footer-widget__quick-link-list li>a>span {
	font-size: 12px;
	margin-right: 12px;
}

.footer-widget__services {
	position: relative;
	display: block;
	margin-left: -7px;
}

.footer-widget__contact {
	position: relative;
	display: block;
	margin-left: -31px;
}

.footer-widget__contact-list {
	position: relative;
	display: block;
}

.footer-widget__contact-list li {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.footer-widget__contact-list li+li {
	margin-top: 8px;
}

.footer-widget__contact-list li .icon {
	position: relative;
	display: inline-block;
	top: 9px;
}

.footer-widget__contact-list li .icon span {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #fff;
}

.footer-widget__contact-list li .content {
	position: relative;
	display: block;
	margin-left: 20px;
}

.footer-widget__contact-list li .content>span {
	position: relative;
	display: block;
	font-weight: 700;

	color: #fff;
	margin-bottom: 3px;
}

.footer-widget__contact-list li .content p {
	color: rgba(255,255,255, .80);
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5;
}

.footer-widget__contact-list li .content p a {
	color: rgba(255,255,255, .80);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__contact-list li .content p a:hover {
	color: #fb8647;
}

.site-footer__bottom {
	position: relative;
	display: block;
	background-color: #fb8647;
}

.site-footer__bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 22px 0 22px;
}

.site-footer__bottom-text {
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 14px;
}

.site-footer__bottom-menu {
	position: relative;
	display: flex;
	align-items: center;
}

.site-footer__bottom-menu li {
	position: relative;
	display: block;
}

.site-footer__bottom-menu li+li {
	margin-left: 30px;
}

.site-footer__bottom-menu li a {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
	color: #000;
}


.float-bob-y {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@keyframes topBottom {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0px);
	}
}


@media screen and (max-width:1199px){
	.mbn3{
		margin-top: 30px;
	}
	.footer-widget__quick-link, .footer-widget__contact{
		margin-left: 0;
	}
}


@media screen and (max-width:767px){
	.site-footer__top{
		padding: 30px 0 55px;
	}
	.footer-widget__title-box{
		margin-bottom: 10px;
	}
	.footer-widget__quick-link-list li + li {
		margin-top: 10px;
	}
	.footer-widget__quick-link-list{
		margin-bottom: 20px;
	}
	.mbn3 {
		margin-top: 0;
	}
	.footer-widget__contact-list li .content{
		margin-left: 10px;
	}
	.mmnn-00{
		margin-bottom: 10px;
	}
}

/*Footer End*/

/* scroll to top */
.scroll-to-top {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 5px solid #fff;
	background: #fb8647;
	position: absolute;
	top: -34px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 58px;
	text-align: center;
	z-index: 99;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.scroll-to-top i {
	color: #fff;
	font-size: 16px;
	line-height: 58px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.scroll-to-top:hover {
	background-color: #fff;
	border: 5px solid #fb8647;
}

.scroll-to-top:hover i {
	color: #fb8647;
}

#dnn{
	display: none;
}

@media screen and (max-width:767px){
	.topbar{
	display: none;
}
.navbar-light .navbar-brand{
	margin-top: 0;
	border-right: none;
	box-shadow: none;
}
  .navbar-brand img {
    height: 60px;
  }#dnn{
	display: block;
}
#dss{
	display: none;
}
}

.copyright br{
	display: none;
}

.copyright {
  background: #FB8647;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}.copyright p {
  margin-bottom: 0;
}
.copyright p a{
  color: #fff !important;
}

  .st-footer-area.style2 {
  padding-top: 75px;
  padding-bottom: 65px;
  background: #000;
}
.st-footer-area.style2 .st__footer__title h2 {
  font-size: 22px;
}
.st__footer__logo img{
  height: 70px;
}
.st-footer-area.style2 .st__footer__title h2::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: -17px;
  background: #FB8647;
  width: 2px;
  height: 31px;
}
.st-footer-area.style2 .st__footer__link a {
  margin-bottom: 10px;
  line-height: 2;
}
.st-footer-area.style2 .st__footer__link a:hover{
  text-decoration: underline;
}
.st__footer__grid ul li {
  display: inline;
}
.st__footer__grid ul li img {
  margin: 5px;
}
/* Footer CopyRIght Area */
.st-footer-copyright-area {
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.footer__scroll {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.st__footer__copyright__link ul li {
  display: inline;
}
.right__all__content {
  margin-left: 41px;
}
.st__footer__copyright__link ul li {
  display: inline;
  margin-left: 27px;
  color: #cacaca;
}
.st__footer__copyright__link ul li a{
  display: inline-block;
  color: #cacaca;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__footer__copyright__link ul li a:hover{
  color: #FB8647;
}
.st-footer-copyright-area .st__footer__copyright span {
  margin-top: 0;
}.st-footer-area {
  overflow: hidden;
}
.ft_borer {
  border-bottom: 1px dashed #FB8647;
  padding-bottom: 121px;
}
.st__footer__text p {
  color: #fff;
  width: 80%;
  margin: 24px 0 0;
}
.st__social__icon h2 {
  opacity: 1;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin: 25px 0 0 18px;
  position: relative;
}
.st__social__icon h2::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -18px;
  width: 3px;
  height: 30px;
  background: #FB8647;
}
.st__social__icon a {
  display: inline-block;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px dashed rgba(255,255,255,.2);
  text-align: center;
  margin-top: 22px;
  margin-right: 10px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__social__icon a:hover{
  background: #FB8647;
  border: 1px dashed #FB8647;
}
.st__footer__title h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin-bottom: 43px;
}
.st__footer__title h2::before {
  position: absolute;
  content: "";
  bottom: -17px;
  left: 0;
  background: #FB8647;
  width: 100px;
  height: 1px;
}
.st__footer__link a {
  display: block;
  color: #fff;
  margin-bottom: 17px;
  font-size: 16px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__footer__link a:hover{
  color: #FB8647;
}
.st__footer__link a i {
  color: #FB8647;
  margin-right: 7px;
}
.st__footer__title p {
  color: #fff;
  opacity: 0.8;
}
.st__footer__subscribe__form input {
  font-size: 16px;
  color: #939393;
  font-weight: 400;
  border: none;
  padding: 18px 17px;
  width: 89%;
}
.st__footer__subscribe__form input::placeholder{
  font-size: 16px;
  color: #939393;
  font-weight: 400;
}
.st__footer__subscribe__form button {
  border: none;
  background: #FB8647;
  color: #fff;
  padding: 12px 19px;
  position: absolute;
  top: 6px;
  right: 42px;
}
.st__footer__copyright span {
  color: #fff;
  font-size: 18px;
  margin-top: 32px;
  display: inline-block;
}
.st__footer__copyright span a{
  display: inline-block;
  color: #FB8647;
  text-decoration: underline;
}
.footer__scroll a {
  display: inline-block;
  background: #e5ffeb;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 25px;
}
	.copyright p{
		color: #fff !important;
		text-align: center;
	}
@media screen and (max-width:767px){
	.copyright br{
	display: block;
}
}
/*About Us Start*/
.about-us {
  padding: 70px 0px;
  position: relative;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-us {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .about-us {
    padding: 80px 0px;
  }
}
.about-us .sec-title {
  padding-bottom: 20px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color:
#fb8647;
  outline:
0;
  box-shadow: 0 0 0 .2rem rgba(251, 134, 71, 0.22);
}
.btn{
  padding: 9px 14px 9px 14px;
  font-weight: 500;
  color: #fff;
  background: #DC2E21;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #DC2E21;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 15px;
}

.btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.btn i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    color: #DC2E21;
    display: inline-block;
    margin-left: 14px;
    position: relative;
    top: 3px;
    transition: .5s;
}

.btn:hover {
    color: #DC2E21;
}

.btn:hover:before {
    width: 100%;
    left: 0;
}

.btn:hover i {
    background: #DC2E21;
    color: #fff;
}
p{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 175%;color: #212112;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-align: justify;
}
.about-us__feature {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid #E4DACC;
  display: flex;
  gap: 20px;
  margin-bottom: 33px;
}
.about-us__feature__icon {
  max-width: 80px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #DC2E21;
  background-color: #DC2E214a;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}
.sec-title__tagline {
 color: #DC2E21;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  margin-left: 10px;
  margin-top: 10px;
}
.sec-title__title {
  color:  #2E2A20;
  font-style: normal;
  font-weight: 800;
  font-size: 45px;font-family: "Oswald", serif;
}@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sec-title__title span{
	background:#fb8647;
  padding:3px 12px;
  color: #fff;
  border-radius:5px;
}
.about-us__feature__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  margin-bottom: 3px;
  padding-bottom: 0;
  color: #000;
  text-transform: capitalize;
}
.about-us__feature__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000;
}
.about-us__feature:hover .about-us__feature__icon {
  background-color: #DC2E21;
  color: #fff;
}
.about-us__left {
  position: relative;
}
.about-us__thumb {
  position: relative;
  z-index: 1;
  margin-left: 47px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .about-us__thumb {
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  .about-us__thumb {
    margin-right: 40px;
  }
}
@media (max-width: 575px) {
  .about-us__thumb {
    margin-right: 0px;
    margin-left: 0;
  }
}
.about-us__thumb img {
  
}
@media (max-width: 1199px) {
  .about-us__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.about-us__thumb__small {
  position: absolute;
  right: 0;
  bottom: 40%;
  border-radius: 20px;
  border: 12px solid #fff;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
}
.about-us__thumb__small img {

}
@media (max-width: 991px) {
  .about-us__thumb__small {
    right: -70px;
  }
}
@media (max-width: 575px) {
  .about-us__thumb__small {
    right: -20px;
  }
}
.about-us__thumb__box {
  width: 80px;
  height: 226px;
  background-color: #DC2E214a;
  position: absolute;
  left: -30px;
  top: 30px;
  border-radius: 87.5px;
  z-index: -1;
  animation: topToBottom 3s ease-in-out infinite;
}
.about-us__thumb::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 191px;
  left: -50px;
  top: 20px;
  z-index: -1;
  border: 3px solid #DC2E21;
  border-radius: 87.5px;
  background-color: transparent;
  animation: topToBottom 3s ease-in-out infinite;
}
.about-us__thumb::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 280px;
  right: 50px;
  bottom: 30px;
  z-index: -1;
  border: 3px solid #DC2E21;
  border-radius: 87.5px;
  background-color: transparent;
  animation: topToBottom 3s ease-in-out infinite;
  animation-delay: 1s;
}
.about-us__funfact {animation: topToBottom 3s ease-in-out infinite;
  position: absolute;
  bottom: 0;
  background: #DC2E21;
  z-index: 1;
  padding: 30px;
  bottom: 50px;
}
@media (max-width: 575px) {
  .about-us__funfact {
    position: relative;
    margin-top: 30px;
    bottom: 0;
  }
}
.about-us__funfact__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: -1;
}
.about-us__funfact__icon {
  font-size: 50px;
  text-align: center;
  color: #fff;
  line-height: 0;
  margin-bottom: 22px;
}
.about-us__funfact__number {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 117%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 5px;
}
.about-us__funfact__text {
  margin-top: -5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
  text-align: center;
}
.about-us__funfact::after {
  content: "";
  position: absolute;
  bottom: -29.555px;
  left: 0;
  height: 30px;
  width: 47.5555px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  background-color: #000;
  z-index: -3;
}
@media (max-width: 575px) {
  .about-us__funfact::after {
    display: none;
  }
}
.about-us__bottom {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-us__bottom__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #DC2E21;
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid #DC2E21;
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes topAniLong {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes svgRotate {
  8% {
    -webkit-transform: perspective(500px) rotateX(0deg);
    transform: perspective(500px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(500px) rotateX(360deg);
    transform: perspective(500px) rotateX(360deg);
  }
}
@keyframes topToBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes topToBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0px);
  }
}
.about-us__bottom__thumb {
  display: flex;
  align-items: center;
}
.about-us__bottom__thumb__item {
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
}
.about-us__bottom__thumb__item:first-child {
  margin-left: 0;
}
.about-us__bottom__thumb__item--two {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}
.about-us__bottom__thumb__item__funfact {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}
.about-us__shape {
  position: absolute;
  top: 15%;
  left: 0;
  animation: topToBottom 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .about-us__shape {
    display: none;
  }
}
.about-us__shape-two {
  position: absolute;
  bottom: 10%;
  right: 0;
  animation: rotated 18s ease-in-out infinite;
}
@media (max-width: 991px) {
  .about-us__shape-two {
    display: none;
  }
}
.dfke{
	display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;  
}
.sec-title__image{
  height: 31px;
  border-radius: 30px;
  padding: 5px;
  background: #fff;
  margin: 3px 7px 3px 0px;
}
p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-align: justify;
}
p b{
	color: #fb8647;
}

.sectt h6{
font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  color:#fb8647;
  margin: 0;
  margin-bottom: 0px;font-family: "Oswald", serif;
}

@media screen and (max-width:1600px){
  .sec-title__title{
    font-size: 42px;
  }
  .about-us .sec-title {
  padding-bottom: 5px;
}

}
@media screen and (max-width:1500px){
  .sec-title__title{
    font-size: 38px;
  }
}
@media screen and (max-width:1199px){
  .sec-title__title{
    font-size: 30px;
  }
    p {
    font-size: 16px;
    line-height: 150%;
  }

.btn {
  padding: 4px 8px 10px 27px;
}
}
@media screen and (max-width:991px){
  .about-us__left{
 margin-bottom: 30px;
}
}
@media screen and (max-width:767px){
   .about-us {
    padding: 35px 0px;
  }
  .about-us__thumb::after {
  content: "";
  position: absolute;
  width: 44px;
}
}
.about-img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
}
.about-img img {
  animation:
border-transform 10s linear infinite alternate forwards;
}.about-img .about-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation:
rotation 30s linear infinite;
}
.about-img img {
  animation:
border-transform 10s linear infinite alternate forwards;
}@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}
@keyframes border-transform {
	0%, 100% {
		border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
	}
	14% {
		border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
	}
	28% {
		border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
	}
	42% {
		border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
	}
	56% {
		border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
	}
	70% {
		border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
	}
	84% {
		border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
	}
}
/*About Us End*/

/*Home Serv sec*/
.st-service-area{padding: 50px 0 10px;
  background: #e6e6e6;
}
.st-service-area .sectiontitle{
  margin-bottom: 30px;
}
.st__section__title.text-center h5 {
  margin-left: 13px;
}
.circle {
  display: inline-block;
  position: relative;
}
.circle::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 20px;
  background: #fb8647;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  transition: all 1000ms ease;
  -webkit-animation: st__rotate 10s infinite linear;
  -moz-animation: st__rotate 5s infinite linear;
  -o-animation: st__rotate 5s infinite linear;
  animation: st__rotate 5s infinite linear;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  z-index: 1;
}
.circle::after {
  position: absolute;
  content: "";
  top: -16px;
  left: 20px;
  background: #fb8647;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  transition: all 1000ms ease;
  -webkit-animation: st__rotate 10s infinite linear;
  -moz-animation: st__rotate 5s infinite linear;
  -o-animation: st__rotate 5s infinite linear;
  animation: st__rotate 5s infinite linear;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  z-index: 1;
}
.st__service__thumb {
  position: relative;
  z-index: 1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  overflow: hidden;
}
.st__service__box:hover .st__service__thumb::before{
  width: 100%;
}
.mbw20{
	margin-bottom: 20px;
}
.st__service__thumb img {
  width: 100%;
}
.st__service__icon {
  position: absolute;
  top: 25px;
  left: 18px;
}
.st__service__icon img{
  height: 80px;
}



.st__service__content {
  background: #fff;
  padding: 11px 20px 12px;
  filter: drop-shadow(0px 1px 20px rgba(109,109,109,0.11));
  position: relative;
  left: 25px;
  bottom: 50px;
  width: 89%;
  border-left: 5px solid #fb8647;
  z-index: 1;
  max-height: 100%;
}
.st__service__content::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: #fb8647;
  width: 0%;
  height: 100%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  z-index: -1;
}
.st__service__box:hover .st__service__content::before{
  width: 100%;
  left: 0;
}
.st__service__content span {
  font-size: 18px;
  color: #fb8647;
  font-weight: 500;
  position: relative;
  left: 46px;
}
.st__service__content span::before {
  position: absolute;
  content: "";
  top: 12px;
  left: -46px;
  width: 34px;
  height: 2px;
  background: #fb8647;
}
.st__service__content h2 a {
  font-size: 20px;

  font-weight: 500;
  margin-top: 12px;
  display: inline-block;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.p-relative{
  position: relative;
}
.st__service__btn {
  position: absolute;
  right: 0;
  bottom: -27px;
  z-index: 1;
}
.st__service__btn a {
  display: inline-block;
  padding: 12px 29px;
  background: #fb8647;
  color: #fff;
  font-size: 30px;
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__service__btn a::before {
  position: absolute;
  content: "";
  top: 27px;
  right: 84px;
  background: #fb8647;
  width: 32px;
  height: 27px;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__service__box:hover .st__service__btn a::before{
  background: #fb8647;
}
.st__service__box:hover .st__service__btn a{
  background: #fb8647;
}
.st__service__box:hover .st__service__content p,
.st__service__box:hover .st__service__content h2 a{
  color: #fff;
}

.st__service__box:hover .st__service__content span::before {
  background: #fff;
}
/* Service Style2 */
.st-service-area.style2 .st__service__content h2 a {
  font-size: 24px;
  color: #fb8647;
  font-weight: 600;
}
.st-service-area.style2 .st__service__content h2 a:hover{
  color: #fb8647;
}
.st-service-area.style2 .st__service__icon__two {
  background: #fb8647;
  width: 90px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0px 0 50px 50px;
}
.st-service-area.style2 .st__service__content {
  padding: 26px 0 60px 113px;
  bottom: 133px;
  border-left: none;
}
.st-service-area.style2 .st__service__thumb__two{
  overflow: hidden;
}
.st-service-area.style2 .st__service__thumb__two img {
  width: 100%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st-service-area.style2 .st__service__box__two:hover .st__service__thumb__two img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.st-service-area.style2 .st__service__content p {
  line-height: 1.5;
  margin-top: 15px;
}
.st-service-area.style2 .st__service__btn {
  position: absolute;
  right: 0;
  bottom: -26px;
  z-index: 1;
}
.st-service-area.style2 .st__service__content::before {
  top: -28px;
  right: -50px;
  background: url(../images/service/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.st-service-area.style2 .st__service__btn a::before{
  background: #fb8647;
}
.st__service__box__two:hover .st__service__btn a::before{
  background: #fb8647;
}
.st__service__box__two:hover .st__service__btn a {
  background: #fb8647;
}

 .clients{
  background: #e6e6e6;
  padding: 60px 0px 70px;
 }

 .clients .sectiontitle{
  margin-bottom: 30px;
 }


 @media screen and (max-width: 767px){
  .clients {
  padding: 32px 0px 40px;
}
 }


/*Testimonials*/


.testimonials{
  padding: 60px 0 50px;background: #e6e6e6;
  background-size: 100% 100%;
  position: relative;
}
 .testimonials .sectiontitle{
  margin-bottom: 30px;
 }
.testimonials .testimonialcard{
  background:#e5ecf3;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 30px 30px 20px;
  min-height:auto;
  border-left: 10px solid #00468e;
  margin-top: 15px;
}
.testimonialcard h3{
  font-size: 24px;
  font-family: "Cormorant", serif;
  text-transform: capitalize;
}
.post-slide{
  margin: 0 20px;
}


.testi-style3 {
  position: relative;
  padding:
20px 30px 21px 30px;
  margin:
40px 0 30px 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.17);
 
  transition:
all ease .4s;
  background-color: #fff;

}
.testi-style3 .testi-avater {
  width:80px;
  height:80px;
  position:absolute;
  top:-40px;
  padding:7px;
  background-color:#fff;
  border-radius:50%
}
.testi-style3 .testi-avater img {
  width:100%;
  border-radius:50%
}
.testi-style3 .testi-name {
  font-size:22px;
  margin-bottom:0px
}
.testi-style3 .testi-text {
  margin:0 0 15px 0
}
.testi-style3 .testi-degi {
  font-size:12px;
  text-transform:uppercase;
  font-weight:500;
  color:#2a2f4b
}
.testi-style3 .testi-icon {
  font-size:60px;
  line-height:1;
  margin-top:-30px;
  position:absolute;
  right:40px;
  top:0;
  color:#fb8647;
  opacity:.2;
  transition:all ease .4s
}
.testi-style3 .testi-rating {
  color:#e9c812;
  margin-bottom:5px;
  font-size:14px
}
.testi-style3 .testi-rating i {
  margin-right:5px
}
.testi-style3 .testi-degi {
  font-weight:500
}



.industries{
  padding: 60px 0;
  background-color: #fff;
}
.team-title a{
  color: #fb8647;
}
.team-title a:hover{
  color: #fb8647;
}.service-one {
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-two {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--insuco-gray, #f8f8f8);
}

.service-card__image {
  position: relative;
}

.service-card__image img {
  position: relative;
  width: 100%;
}

.service-card__content {
  margin-top: -30px;
  margin-left: 25px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
  background-color: #fff;
  position: relative;
  padding: 16.805px 30px;
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(229, 124, 13, 0.35);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.service-card:hover .service-card__content {
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.service-card__title {
  color: #00041b;
 font-size: 18px;
 margin-bottom: 0
}

.service-card__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card__title a:hover {
  background-size: 100% 2px;
}

.service-card__link {
  width: 50px;
  height: 50px;
  background:#fb8647;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -36px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card__link:hover {
  background-color: #00041b;
  color: #fff;
}

.service-card__hover {
  position: absolute;
  top: calc(100% - 25px);
  right: 0;
  width: calc(100% - 25px);
  background: #fb8647;
  padding-left: 30px;
  padding-right: 23px;
  z-index: 10;
  padding-top: 21px;
  padding-bottom: 18px;
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.service-card:hover .service-card__hover {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.service-card__hover .service-card__title {
  color: #fff;
}

.service-card__hover .service-card__link {
  background-color: #fb8647;
  color: #fff;
}



.service-card__text {
  margin: 0;
  color: #fff;
 line-height: 1.5;
  margin-top: 2px;
  text-align: justify;
}

.service-card-two {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
  background-color: #fff;
  padding: 40px;
  position: relative;
}

.service-card-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  transform-origin: bottom center;
}

.service-card-two__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(#00accc));
  background-image: #fb8647;
}

.service-card-two:hover .service-card-two__bg {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.service-card-two__icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 58px;
  color: #00accc;
}

.service-card-two__title {
  color: #00041b;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2em;
  position: relative;
  margin-top: 20px;
  margin-bottom: 13px;
}

.service-card-two__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card-two__title a:hover {
  background-size: 100% 2px;
}

.service-card-two:hover .service-card-two__title a {
  color: #fff;
}

.service-card-two__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  margin: 0;
  margin-bottom: 27px;
}

.service-card-two:hover .service-card-two__text {
  color: #fff;
}

.service-card-two__shape {
  background-image: url(../images/shapes/service-2-1.png);
  width: 85px;
  height: 7px;
  display: block;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card-two:hover .service-card-two__shape {
  background-image: url(../images/shapes/service-2-2.png);
}

.service-card-two__link {
  width: 60px;
  height: 60px;
  background-color: #00accc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: -20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card-two__link:hover {
  color: #fff;
  background-color: #00041b;
}

.service-card-two:hover .service-card-two__link {
  background-color: #fff;
  color: #00041b;
}

.service-card-two:hover .service-card-two__link:hover {
  color: #fff;
  background-color: #00041b;
}
.team-card.style2 {
    background: transparent;
    box-shadow: none;
    text-align: center;
    margin: 0;
    padding-top: 3px
}

.team-card.style2 .team-img-wrap {
    position: relative
}

.team-card.style2 .team-img-wrap .team-shape {
    position: absolute;
    left: 0;
    top: -3px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 1
}

@media (max-width: 1399px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width:295px;
        height: 305px
    }
}

@media (max-width: 1299px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width:261px;
        height: 271px
    }
}

@media (max-width: 1199px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width:296px;
        height: 306px
    }
}

@media (max-width: 991px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width:336px;
        height: 346px
    }
}

@media (max-width: 767px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width:246px;
        height: 256px
    }
}

@media (max-width: 575px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width:401px;
        height: 411px
    }
}

@media (max-width: 375px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width:351px;
        height: 361px
    }
}

@media (max-width: 320px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width:296px;
        height: 306px
    }
}

.team-card.style2 .team-img-wrap .team-img {
    border-radius: 50%;
    border: 2px solid rgba(208,219,233,0.5);
    padding: 25px
}

@media (max-width: 767px) {
    .team-card.style2 .team-img-wrap .team-img {
        padding:15px
    }
}

@media (max-width: 575px) {
    .team-card.style2 .team-img-wrap .team-img {
        padding:25px
    }
}

.team-card.style2 .team-img-wrap .team-img img {
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
}

.team-card.style2 .team-img-wrap .team-social {
    bottom: 55px;
    left: 50%;
    top: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.team-card.style2 .team-img-wrap .team-social .th-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    left: 50%;
    bottom: -5px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: auto;
    z-index: 9
}

.team-card.style2 .team-img-wrap .team-social .th-social a {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50px;
    height: 50px;
    line-height: 50px
}

.team-card.style2 .team-content {
    background: transparent;
    padding: 30px 0 0 0
}

.team-card.style2:hover {
    --theme-color: #fb8647
}

.team-card.style2:hover .team-img-wrap .team-shape {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.team-card.style2:hover .team-img-wrap .team-shape path {
    fill: #fb8647
}

.industries{
  padding: 60px 0;
  background-color: #fff;
}
.team-title a{
  color: #fb8647;
}
.team-title a:hover{
  color: #fb8647;
}.service-one {
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-two {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--insuco-gray, #f8f8f8);
}

.service-card__image {
  position: relative;
}

.service-card__image img {
  position: relative;
  width: 100%;
}

.service-card__content {
  margin-top: -30px;
  margin-left: 25px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
  background-color: #fff;
  position: relative;
  padding: 16.805px 30px;
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(229, 124, 13, 0.35);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.service-card:hover .service-card__content {
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.service-card__title {
  color: #00041b;
 font-size: 18px;
 margin-bottom: 0
}

.service-card__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card__title a:hover {
  background-size: 100% 2px;
}

.service-card__link {
  width: 50px;
  height: 50px;
  background:#fb8647;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -36px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card__link:hover {
  background-color: #00041b;
  color: #fff;
}

.service-card__hover {
  position: absolute;
  top: calc(100% - 25px);
  right: 0;
  width: calc(100% - 25px);
  background: #fb8647;
  padding-left: 30px;
  padding-right: 23px;
  z-index: 10;
  padding-top: 21px;
  padding-bottom: 18px;
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.service-card:hover .service-card__hover {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.service-card__hover .service-card__title {
  color: #fff;
}

.service-card__hover .service-card__link {
  background-color: #fb8647;
  color: #fff;
}



.service-card__text {
  margin: 0;
  color: #fff;
 line-height: 1.5;
  margin-top: 2px;
  text-align: justify;
}

.service-card-two {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
  background-color: #fff;
  padding: 40px;
  position: relative;
}

.service-card-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  transform-origin: bottom center;
}

.service-card-two__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(#00accc));
  background-image: #fb8647;
}

.service-card-two:hover .service-card-two__bg {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.service-card-two__icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 58px;
  color: #00accc;
}

.service-card-two__title {
  color: #00041b;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2em;
  position: relative;
  margin-top: 20px;
  margin-bottom: 13px;
}

.service-card-two__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card-two__title a:hover {
  background-size: 100% 2px;
}

.service-card-two:hover .service-card-two__title a {
  color: #fff;
}

.service-card-two__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  margin: 0;
  margin-bottom: 27px;
}

.service-card-two:hover .service-card-two__text {
  color: #fff;
}

.service-card-two__shape {
  background-image: url(../images/shapes/service-2-1.png);
  width: 85px;
  height: 7px;
  display: block;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card-two:hover .service-card-two__shape {
  background-image: url(../images/shapes/service-2-2.png);
}

.service-card-two__link {
  width: 60px;
  height: 60px;
  background-color: #00accc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: -20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card-two__link:hover {
  color: #fff;
  background-color: #00041b;
}

.service-card-two:hover .service-card-two__link {
  background-color: #fff;
  color: #00041b;
}

.service-card-two:hover .service-card-two__link:hover {
  color: #fff;
  background-color: #00041b;
}

.service-three {
  padding-bottom: 100px;
  padding-top: 100px;
}

.service-three__image {
  position: relative;
  display: inline-block;
}

@media (min-width: 1200px) {
  .service-three__image {
    margin-left: 35px;
  }
}

.service-three__image img {
  max-width: 100%;
}

.service-three__image__caption {
  background-color: var(--insuco-primary, #00206e);
  padding: 40px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .service-three__image__caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 220px;
    height: 224px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.products{
  padding: 60px 0 40px;
}
.service-card{
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .service-three__image__caption {
    left: -80px;
    top: 30px;
  }
}

@media screen and (max-width:1600px){
  .wcu-box{
    padding: 30px 10px;
  }
  .team-card.style2 .team-img-wrap .team-shape {
   left: -3px;
  top: -5px;
 height: 315px;
  width: 315px;
}
}

@media screen and (max-width:1400px){
  .abtusbx .about-contact-box{
    padding-left: 68px;
  }
  .content-inner {
  padding-bottom: 45px;
}
  .team-card.style2 .team-img-wrap .team-shape {
    width: 270px;
    height: 280px;
  }
    .team-card.style2 .team-img-wrap .team-shape {
    width: 289px;
    height: 289px;
  }
}
@media screen and (max-width:1600px){
  .team-card.style2 .team-img-wrap .team-shape {
   left: -3px;
  top: -5px;
 height: 315px;
  width: 315px;
}
}@media screen and (max-width:1400px){
 
  .team-card.style2 .team-img-wrap .team-shape {
    width: 270px;
    height: 280px;
  }
    .team-card.style2 .team-img-wrap .team-shape {
    width: 289px;
    height: 289px;
  }
}
@media screen and (max-width:1300px){
    .team-card.style2 .team-img-wrap .team-shape {
    width: 266px;
    height: 266px;
  }
}
@media screen and (max-width:1199px){
    .team-card.style2 .team-img-wrap .team-shape {
    width: 218px;
    height: 218px;
  }

}


@media screen and (max-width:767px){
	.team-card.style2 .team-img-wrap .team-shape {
    width: 355px;
    height: 355px;
  }  .team-title a {
    font-size: 26px;
  }
  .team-card.style2 .team-content{
    padding: 18px 0 0 0;
    margin-bottom: 20px;
  }  .team-card.style2 .team-img-wrap .team-img {
    padding:
25px;
  }
}

.areaofservice{
	padding: 60px 0;
}

.areaofservice h4{
	color: #fb8647;
}
.areaofservice p{
	font-size: 18px;
}
.areaofservice .text-right{
	text-align: right;
}


@media screen and (max-width:767px){
	.about-us {
    padding:35px 0px 20px;
  }
  .st-service-area {
  padding:30px 0 0px;
}
  .st-service-area .post-slide{
  	margin:0;
  }
.st__service__content h2 a {
  font-size: 17px;
}
.industries {
  padding:
40px 0 20px;
}
 .team-card.style2 .team-img-wrap .team-shape {
    width: 335px;
    height: 339px;
  }.areaofservice {
  padding:
35px 0 25px;
}.areaofservice h4 {
  color: #fb8647;
  font-size: 18px;
}.areaofservice p {
  font-size: 15px;
  text-align: left;
}
.testimonials {
  padding:
40px 0 20px;
}
.st-footer-area.style2 {
  padding-top: 20px;padding-bottom: 33px;
}
.st__footer__title h2{
	margin-bottom: 15px;
}
.st__footer__title{
	margin-top: 20px;
}
.testi-style3 .testi-icon {
  font-size: 40px;
}
.testi-style3{
	margin: 30px 0 17px 0;
}
}

.page-title-section {
  padding: 35px 0 40px;
  position: relative;
  background:#010101;
  text-align:center
}
.page-title-section h1 {
  font-size:40px;
  font-weight:400;
  line-height:1;
  color:#ffffff;font-family: "Oswald", serif;
  margin-bottom:15px
}
@media screen and (max-width: 1199px) {
  
  .page-title-section h1 {
    font-size:44px;
    margin-bottom:25px
  }
}
@media screen and (max-width: 991px) {
  
  .page-title-section h1 {
    font-size:40px
  }
}.breadcrumb {
  list-style:none;
  display:inline-block;
  position:relative;
  text-align:center;
  max-width:420px;
  margin:0 0 auto 0;
  background:#fb8647;
  color:#ffffff;
  text-transform:uppercase;
  font-size:15px;
  font-weight:600;
  border-radius:10px;
  padding:3px 17px;
}
.right54{
  left: 30% !important;
  top: 128px;
}
.left54{
  right: 30% !important;
  top: 120px !important;
}
.breadcrumb span {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:8px;
  height:8px;
  background:#ffffff;
  left:20px;
  border-radius:50%;
  z-index:1
}
.breadcrumb span.right-dot {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:8px;
  height:8px;
  background:#ffffff;
  left:auto;
  right:20px;
  border-radius:50%;
  z-index:1
}
.breadcrumb ul {
  margin:0;
  padding:0;
  line-height:30px
}
.breadcrumb ul li {
  display:inline-block
}
.breadcrumb ul li:after {
  content:'\f105';
  font-weight:700;
  color:#fff;
  font-size:16px;
  font-family:Font Awesome\ 5 Free;
  padding:0 5px 0 10px
}
.breadcrumb ul li:last-child:after {
  content:none
}
.breadcrumb ul li a {
  color:#fff;
  font-size:16px;
  font-weight:500;
  text-transform:capitalize
}










.service-section-three{
  position:relative;
  /*margin-top:-110px;*/
  padding:90px 0px 90px;
  background-attachment:fixed;
  background-size:cover;
  z-index: 99;background: #e6e6e6;
}

.service-section-three .btn-box{
  position:relative;
  margin-top:30px;
}



.service-block-three{
  position:relative;
  margin-bottom:;
}

.service-block-three .inner-box{
  position:relative;
  border-radius:5px;
  text-align:center;
  border-radius:3px;
  overflow:hidden;
  padding:40px 20px 30px;
  background-color:#fb8647;
}

.service-block-three .inner-box .icon-box{
  position:relative;
  display:inline-block;
  margin-bottom: 30px;
}
.service-block-three .inner-box .fa-plus{
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-top: 20px;
  background-color: #03b8f9;
}
.service-block-three .inner-box .icon-box:before{
  position:absolute;
  content:'';
  left:-10px;
  top:-10px;
  right:-10px;
  bottom:-10px;
  border-radius:50px;
  width: 90px;
  height: 90px;
  border:2px dashed #fff;
}
.service-block-three .inner-box .icon-box::before{
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}

.service-block-three .inner-box:hover .icon-box .fa{
  background-color:#fb8647;
  -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.service-block-three .inner-box .icon-box .fa{
  position:relative;
  width:70px;
  height:70px;
  line-height:70px;
  border-radius:50px;
  display:inline-block;
  color:#fff;
  font-size:35px;
  
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  background-color:#fb8647;
}

.service-block-three .inner-box h5{
  margin-top:;
  position: relative;
}

.service-section-three .section-sub-title{
  color: #fff;
}
.service-section-three .section-sub-title::before{
  color: #fff;
  border: 1px solid #fff;
  background: linear-gradient(45deg, transparent 0 40%, #fff 40% 100%);
}
.service-section-three .section-title{
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.service-block-three .inner-box h5 a{
  color:#fff;
  font-size: 28px;
  position: relative;
  text-decoration: none;
}

.service-block-three .inner-box .text{
  color: #fff;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.service-block-three .inner-box .fa-plus-icon{
  position:relative;
  width:40px;
  height:40px;
  line-height:40px;
  border-radius:4px;
  display:inline-block;
  font-family: "Flaticon";
  color:#fff;
  font-size:var(--font-16);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  background-color:red;
}

.service-block-three .inner-box:hover .fa-plus{
  background-color:#fff;
  color:#010101;
}

.service-block-three .inner-box .color-layer{
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
}

.service-block-three .color-one{
  position:absolute;
  left:0px;
  top:0px;
  width:25%;
  height:0%;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  background-color:#010101;
}

.service-block-three .inner-box:hover .color-one{
  height:100%;
}

.service-block-three .color-two{
  position:absolute;
  left:25%;
  top:0px;
  width:25%;
  height:0%;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  background-color:#010101;
}

.service-block-three .inner-box:hover .color-two{
  height:100%;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.service-block-three .color-three{
  position:absolute;
  left:50%;
  top:0px;
  width:25%;
  height:0%;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  background-color:#010101;
}

.service-block-three .inner-box:hover .color-three{
  height:100%;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.service-block-three .color-four{
  position:absolute;
  left:75%;
  top:0px;
  width:25%;
  height:0%;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  background-color:#010101;
}

.service-block-three .inner-box:hover .color-four{
  height:100%;
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}


@media screen and (max-width:1600px){
	.service-block-three .inner-box{
		min-height: 470px;
	}
	  .service-block-three .inner-box {
    min-height: 500px;
  }
}

@media screen and (max-width:767px){
	.service-section-three {
  padding:40px 0px 10px;
}  .service-block-three .inner-box {
    min-height: auto;
    margin-bottom: 30px;
  }
  .abtspace{
  	margin-top: 20px;
  }
}
.bgwhite{
	background: #fff;
}

.bgwhite .testi-style3 {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.31);
}
.bgwhite .st__service__content{
	filter: drop-shadow(0px 1px 20px rgba(109, 109, 109, 0.53));
}
.clientbgwhite img{
	filter: drop-shadow(0px 1px 20px rgba(109, 109, 109, 0.17));
  margin-bottom: 21px;
  border:
1px solid #fb8647;
}


.box-cards{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 15px;
  overflow: hidden;
 border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin-bottom: 30px;
}
.box-cards  ul {
  padding: 0;
  margin: 0;
}
.box-cards ul li {
  list-style: none;
  margin-bottom: 15px;
}
.box-cards ul li a {
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #212112;
}
.box-cards ul li i {
  padding-right: 10px;
  color: #fb8647 !important;
}
.contactus{
    padding: 70px 0 50px;
}
.contactus .form-control{
    margin-bottom: 10px;
}
.contactus .sec-title2{
    font-size: 28px;
  font-weight: 400;
  line-height: 1;
  font-family: "Oswald", serif;
  margin-bottom: 15px;
}
.contactus .btn{
    background: #fb8647;
  color: #fff;
  border: 1px solid #fb8647;
  margin-top: 15px;
  transition: 0.5s ease;
  margin-bottom: 15px;
}
.contactus .btn:hover{
    background: #fff;
  color: #fb8647;
  border: 1px solid #fb8647;
  margin-top: 15px;
  transition: 0.5s ease;
}
.contactus textarea{
      height: 135px;
}
.contactus iframe{
    margin-bottom: 50px;
}

@media screen and (max-width:1199px){
    .box-cards{
        padding: 30px 20px 15px;
    }
    .contactus .sec-title2 {
  font-size: 25px;
}
.box-cards ul li a{
    font-size: 15px;
}
}

@media screen and (max-width:991px){
     .box-cards ul li a {
    font-size: 13px;
  }
      .page-title-section h1 {
        font-size: 26px;
    }    .sec-title__title {
        font-size: 28px;
    }    .team-title a {
        font-size: 24px;
    }
}