@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@700;800&display=swap');
@font-face {
   font-family: Helvetica-Bold;
  src: url(../css/fonts/Helvetica-Bold.ttf);
}
@font-face {
   font-family: Nexa-Bold;
  src: url(../css/fonts/Nexa-Bold.otf);
}
body{
	
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}


*{
	margin:0;
	box-sizing: border-box;
}
.mt-20px
{
	margin-top: 20px;
}
.text-sm-right
{
    text-align: right;
}
.ser-1-ser
{
    display: flex;
}
.footer-bottom {
    background: #faeee9;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 14px;
}
.ftp-top {
    border-top: 2px solid #dfdfdf;
    padding-top: 1em;
}
.d-fl123 li
{
	margin-bottom: 14px;
}
.bnner-out h1
{
	font-family: 'Poppins', sans-serif;
    color: #ed723a;
    font-weight: 630;
    font-size: 60px;
    letter-spacing: 1px;
}
.m1-ti
{
	    font-size: 19px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 550;
    margin:14px 0;

}
.ser-11 {
    font-size: 24px;
    position: relative;
    top: 6px;
    color: #ed723a;
    margin-right: 11px;
}
.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background-color:#dfdfdf;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.header .menu > .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    background-color:#000;
    width: 100%;
    bottom: 5px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.header .menu > .menu-item > a:hover::before
{
  transform: scaleX(1);
}
.ser-1-ser .info {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #575757;
    font-size: 16px;
    line-height: 28px;
}
.bnner-out h2
{
	    color: #000000;
    margin: 20px 0;
    font-weight: 550;
}
.bnner-out h3
{
	    color: #000000;
    margin: 20px 0;
    font-weight: 300;
}
.mb-30px
{
	margin-bottom: 30px;
}
.con-box
{
	margin-top:35px;
}

.con-box h2
{
	color: #000;
	text-align: center;
	font-size: 21px;
    font-family: 'Poppins', sans-serif;
}
.container{
	max-width: 1180px;
	margin:auto;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
.logo img
{
	    width: 300px;3
}
.no-padding
{
	padding: 0;
}
.ser-1-ser-23
{
	    border-left: 2px solid #ed723a;
    padding-left: 17px;
}
.icon {
    width: 54px;
    margin-bottom: 10px;
}
.right-div-1 {
    padding-left: 20px;
    padding-top: 0em;
}
.abt-wrpapp
{
	padding:3em 0;
}
.info-ad
{
	margin:30px 0;
}
.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.breadcrumb-bg {
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center;
}
.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
     background: #000; 
    opacity: 0.4;
}
.breadcrumb-content {
    padding-top: 140px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}
.breadcrumb-item {
    color: #ffffff;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb-item a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.braket {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
    z-index: 15;
    overflow: hidden;
}
.et-simple-braket-block {
    position: relative;
}
.et-simple-braket-block .braket {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
    z-index: 15;
    overflow: hidden;
}
#et-simple-braket-block-1 .braket > div {
    background-color: #fd8c40;
}
.et-simple-braket-block .braket > div:first-child, .et-simple-braket-block .braket > div:last-child {
    position: absolute;
    top: 0;
    left: 12px;
    width: 12px;
    height: 12px;
}
.et-simple-braket-block .braket > div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
    overflow: hidden;
}
.et-simple-braket-block .braket > div:last-child {
    top: auto;
    bottom: 0;
}
.info-2
{
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    padding-left: 43px;
}
#et-simple-braket-block-1
{
	margin-top:30px;
}
.left-div
{
	position: relative;
}
.about-counter-wrapper {
    position: relative;
    background-color:#ed723a;
    min-width: 210px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    padding: 10px;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 20%;
    top: 20%;
}
.about-counter-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 50%;
    -webkit-clip-path: path("M0.882406 101.83C1.00686 64.7002 25.2344 29.9768 59.0452 15.042C93.8101 -0.30767 135.296 6.78636 163.381 32.1755C176.947 44.4553 186.779 60.5517 191.675 78.1416C192.919 82.6635 193.832 87.3099 194.413 91.9563C194.703 94.4039 194.91 96.8516 195.035 99.2992C195.076 99.88 195.076 100.461 195.118 101.042C195.201 104.112 195.201 97.9302 195.118 101C195.076 102.369 194.993 103.697 194.91 105.066C194.247 114.566 192.131 123.983 188.729 132.861C175.412 167.75 142.099 192.144 104.97 194.882C102.647 195.048 100.323 195.131 98.0002 195.131C97.9587 195.131 97.9587 201.229 98.0002 201.229C116.752 201.188 135.13 195.753 150.894 185.589C166.161 175.716 178.399 161.486 186.116 145.058C194.081 128.049 196.321 109.048 194.869 90.4628C193.375 71.9187 186.655 54.1629 175.454 39.3111C152.637 9.06807 113.308 -4.99554 76.4277 3.26009C40.1278 11.3913 11.2123 40.8045 3.12262 76.98C1.42172 84.6548 0.840921 92.4126 0.799436 100.253C0.799436 101.498 0.757946 102.743 0.840918 104.029C0.840918 103.821 0.84092 102.286 0.882406 101.83Z");
    clip-path: path("M0.882406 101.83C1.00686 64.7002 25.2344 29.9768 59.0452 15.042C93.8101 -0.30767 135.296 6.78636 163.381 32.1755C176.947 44.4553 186.779 60.5517 191.675 78.1416C192.919 82.6635 193.832 87.3099 194.413 91.9563C194.703 94.4039 194.91 96.8516 195.035 99.2992C195.076 99.88 195.076 100.461 195.118 101.042C195.201 104.112 195.201 97.9302 195.118 101C195.076 102.369 194.993 103.697 194.91 105.066C194.247 114.566 192.131 123.983 188.729 132.861C175.412 167.75 142.099 192.144 104.97 194.882C102.647 195.048 100.323 195.131 98.0002 195.131C97.9587 195.131 97.9587 201.229 98.0002 201.229C116.752 201.188 135.13 195.753 150.894 185.589C166.161 175.716 178.399 161.486 186.116 145.058C194.081 128.049 196.321 109.048 194.869 90.4628C193.375 71.9187 186.655 54.1629 175.454 39.3111C152.637 9.06807 113.308 -4.99554 76.4277 3.26009C40.1278 11.3913 11.2123 40.8045 3.12262 76.98C1.42172 84.6548 0.840921 92.4126 0.799436 100.253C0.799436 101.498 0.757946 102.743 0.840918 104.029C0.840918 103.821 0.84092 102.286 0.882406 101.83Z");
}
.about-counter {
    text-align: center;
}
.counter-card_number {
    font-family: Nexa-Bold;
    font-size: 45px;
    line-height: 55px;
    color:#fff;
    margin-bottom: 2px;
    margin-top: -0.24em;
}
.counter-card_text {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    display: block;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.7rem;
    color: #fff;
    content: ">";
    font-size: 24px;
    top: -3px;
    position: relative;
    padding-left: 0.7rem;
}
.breadcrumb > .active {
    color: #fff;
}
/*header*/
.header{
	position: relative;
	width: 100%;
	left:0;
	top:0;
	z-index: 99;
	padding:0px;
	background-color: #dfdfdf;
}
.header-main{
/*	background-color: #ffffff;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 0 0;
/*	border-radius: 4px;*/
}
.top-sco
{
	display: flex;
	justify-content: flex-end;
}
.header-btm
{
	position: relative;
}
.top-sco li
{
margin-left:14px;
}
.top-sco-link
{
display: flex;
}
.to-sc
{
    background-color: #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 3px;
    color: #fff;
    margin-right: 3px;
}
.header-btm:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(130deg,#fff,#fff 41.07%,#fff 76.05%);
}
.cover
{
	    padding-top: 30px;

}
.header-btm:after {
    content: "";
    position: absolute;
     top: 78px;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(130deg,#c0c0c0,#c0c0c0 41.07%,#c0c0c0 76.05%);
}
.ban-txt
{
	    padding-top: 180px;
}
.bnner .owl-nav
{
	    display: none;
}
.header .logo{
	padding: 0px;
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #000;
	font-weight: 600;
}
.header .nav-menu{
	padding: 0 15px;
}
.header .menu > .menu-item{
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
.header .menu > .menu-item > a{
	display: block;
	padding: 12px 0;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
	transition: all 0.3s ease;
	font-family: 'Poppins', sans-serif;
}
.header .menu > .menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px; 
	pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
	background-color: #000000;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #000;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);	
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
	color: #000;
}
.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 220px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid #000;
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);		
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.header .open-nav-menu{
	height: 34px;
	width: 40px;
	margin-right: 15px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #000000;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	box-sizing: border-box;
}
.header .open-nav-menu span:before{
	top:-7px;
}
.header .open-nav-menu span:after{
	top:7px;
}
.header .close-nav-menu{
    height: 40px;
    width: 40px;
    background-color: #e8e8e8;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.header .close-nav-menu img{
	width: 16px;
}
.header .menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}

/*home section*/
.home-section{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-image: url('../img/home.jpg');
	background-position: center top;
	background-size: cover;
}


/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color:#dfdfdf;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
		padding: 12px 15px;
    border-bottom: 1px solid #d5d5d5;
	}
	.header .menu > .menu-item:first-child > a{
	    border-top: 1px solid #333333;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}
.abt-info {
    padding-bottom: 3em;
}
.ser-info {
    padding: 20px 40px;
     background: #ffe3d9;
    height: 368px;
}
.ser-info p {
    color: #575757;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}
.col--32 {
    color: #ed723a;
}
.read-more {
    font-size: 16px;
    margin: 8px 0 0 0;
    padding: 0;
    font-weight: bold;
    font-family: Nexa-Bold;
    display: inline-block;
    position: relative;
    line-height: 31px;
    font-weight: 500;
 }
.ser-info h1 {
    color: #ed723a;
    font-size: 22px;
    margin: 14px 0;
    padding: 0;
    font-family: Nexa-Bold;
}
.height-150px {
    height: 140px;
}
.title {
    font-family: Nexa-Bold;
    font-size: 35px;
    line-height: 48px;
    /* color: #000000; */
    font-weight: 500;
    line-height: 42px;
}
.col--32 {
    color:#ed723a;
}
.sub-title-nm {
    font-size: 18px;
    margin: 0px 0 12px 0;
    padding: 0;
    font-family: Nexa-Bold;
}
.ser-1
{
	    background: #ffe3d9;
}
.img-box1 .about-counter-wrapper {
    position: relative;
    background-color: var(--theme-color);
    min-width: 210px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    padding: 10px;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 20%;
    top: 20%;
}
.info {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
}
.col--57 {
    color: #575757;
}
.right-div
{
	    padding-left: 40px;
	    padding-top: 1em;
}
.mt-40px {
    margin-top: 2em;
}
.cnt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-div
{
	    padding-right: 20px;
}
.btn-red-1
{
	border: 2px solid #ffe3d9;
	padding: 10px 24px;
	font-family: 'Poppins', sans-serif;
	margin: 1em 0 0 0;
	color: #0e0e0e;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	position: relative;
	 z-index: 1;
	 background: #ffe3d9;
}
.btn-red-1::before
{
	    background-color: #fff;
    position: absolute;
    content: '';
    height: 100%;
    width: 0;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.btn-red-1:hover {
    color: #0e0e0e;
    transition: 0.5s;
    z-index: 11;
}
.btn-red-1:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    color: #0e0e0e;
}
.sec311
{
	padding:0 0 3em 0;
	background-color: #fff;
}
.txt-cnt
{
	text-align: center;
}
.read-more::after {
    content: '';
    position: absolute;
    width: 94px;
    height: 2px;
    background-color: #ed723a;
    top: 29px;
    display: block;
}
.p0-zero
{
	padding: 0;
}
.right-di34
{
	padding-top:3em;
}
.img-top-1
{
	    margin-top: -10px;
}
.inf-abt
{
	padding:20px 0;
}
.ser-box
{
	 box-shadow: 0px 2px 57px 0px rgba(0, 0, 0, 0.4);
	 -webkit- box-shadow: 0px 2px 57px 0px rgba(0, 0, 0, 0.4);
	 -moz- box-shadow: 0px 2px 57px 0px rgba(0, 0, 0, 0.4);
	 -o- box-shadow: 0px 2px 57px 0px rgba(0, 0, 0, 0.4);
	 margin:2em 0;
}
.col-001
{
	color:#000000;
}
.sec21 {
    background-color: #fff;
    padding: 3em 0 3em 0;
}
.inf1
{
	font-size: 19px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 14px;
    color:#ed723a;
    margin: 0;
       font-family: Nexa-Bold;
}
.why-ic-sec
{
	     padding: 1em 10em 1em 3em;
    margin-top: 20px;
}
.read-more-1 {
    font-size: 15px;
    margin: 8px 0 0 0;
    padding: 0;
    font-weight: bold;
    font-family: Nexa-Bold;
    display: inline-block;
    position: relative;
    line-height: 31px;
}
.sn-nm {
     font-family: Nexa-Bold;
    color: #101d12;
    font-size: 15px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 101px;
}
.mb-t40 {
    margin-bottom: 30px;
}
.soc-lin {
    display: flex;
    justify-content: space-between;
}
.footer-top-list-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 0px;
}
.footer {
    background-color: #faeee9;
    padding: 3em 0 0em 0;
}
.foot-1 p {
    font-family: 'Poppins', sans-serif;
    color: #101d12;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    letter-spacing: 0.5px;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #000;
    color: #fffddf;
    font-size: 18px;
    border-radius: 50%;
    margin-left: -10px;
    text-align: center;
    padding: 6px;
    line-height: 0;
}
.c1 {
    margin-bottom: 22px;
}
.fl-lt-list li a {
    font-family: 'Poppins', sans-serif;
    color: #101d12;
    font-size: 15px;
    font-weight: 400;
    transition: 0.6s all;
    line-height: 28px;
}
.fl-lt-list li a:hover
{
margin-left:4px;
}
.foot-1 h2 {
     font-family: Nexa-Bold;
    color: #101d12;
    font-size: 18px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.footer-top-list-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 0px;
}
.footer-top-list-1 li {
    display: flex;
    margin-right: 30px;
}
.fa-icon {
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    padding: 6px;
    color: #101d12;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #101d12;
    margin-right: 6px;
}
.d-ctn-12 {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}
.fl-lt-list li {
    margin-bottom: 10px;
}
.banner-slider {
    background-image: url(../images/banner-img.png);
    background-position: center;
}
.bnner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.bnner .owl-item.active img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.div-test
{
	background-color: #ffe3d9;
	padding:3em 0 1em 0;
}
.our-ser-scroll .owl-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    border-radius: 50%;
    color: #ed723a;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: -68px;
    top: 180px;
}

.our-ser-scroll .owl-carousel .owl-nav button.owl-next {
    background-color:#ed723a;
        border-radius: 50%;
    color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
   right: -68px;
    top: 180px;
}
.cr-nm
{
	    color: #000;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.col-sm-22 {
    flex: 0 0 auto;
    width: 19.66666667%;
}
.cer-box
{
	    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* background: #e6d4a0; */
    padding: 4px;
    border: 3px solid #f3a816;
    border-radius: 4px;
    margin-top:26px;
    transition: 0.5s all;
}
.cer-box:hover
{
transform: scale(1.1);
}
.div-test-2
{
	background-color: #fff;
	padding:0em 0 3em 0;
}
.bnner-out .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.bnner-out .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.bnner-out .owl-item.active h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.our-tesi-1 .testi-slider-img {
    width: 100px;
    height: 100px;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    /* border-radius: 0 20px 0 20px; */
}
.ser-box-tes
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.our-tesi-1 .testi-slider-img img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
.testi-slider-nm-1 h3 {
    color: #ed723a;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-align: center;
}
.testi-slider
{
	margin-top:2em;
}
.testi-slider-nm-1 h4
{
	    color: #8f8f8f;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}
 .our-tesi-1 .owl-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    border-radius: 50%;
    color: #ed723a;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: -98px;
    top: 80px;
}

.our-tesi-1 .owl-carousel .owl-nav button.owl-next {
    background-color:#ed723a;
        border-radius: 50%;
    color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: -98px;
    top: 80px;
}
.description {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-align: center;
}
.testi-slider-nm-1 {
    margin-top: 34px;
}
.testi-slider-nm-1 h3 {
    color: #ed723a;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-align: center;
}
.sn {
    color: #101d12;
    font-size: 23px;
    line-height: 15px;
    margin-top: 6px;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color:#101d12;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
/*Service Box*/

.service-box_img {
    position: relative;
    overflow: hidden;
}
.service-box_img {
    position: relative;
    overflow: hidden;
}
.service-box_img:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4 ease-in-out;
    transition: all 0.4 ease-in-out;
}
.service-box
{
	position: relative;
}
.service-box_content:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-box_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-box .background-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.service-box_icon {
    position: absolute;
    right: 40px;
    top: -50px;
    color: #000;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color:#fd8c40;
    padding: 10px;
    margin: 0 auto 15px auto;
    text-align: center;
        display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-box_content {
    background-color:#fd8c40;
    position: absolute;
    top: auto;
    bottom: -160px;
    left: 30px;
    width: calc(100% - 30px*2);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    padding: 30px 40px 22px 40px;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-box_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-box_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    width: 50px;
}
.box-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
     margin-top: 22px;
}
.box-title a {
    color: inherit;
}
.service-box_text {
    max-width: 270px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
       font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 18px;
    margin-bottom: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-box
{
	    position: relative;
	    margin-bottom: 160px;
	    margin-top:40px;
}
.service-box:hover .box-title a{
    color:#fff;
}
.service-box:hover .service-box_text
{
color:#fff;
}
.service-box:hover .service-box_img:before {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.service-box:hover .service-box_icon {
    background-color:#000;
}
.service-box:hover .service-box_content:before {
    height: 0;
}
.service-box_content:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color:#fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.elementor a {
    box-shadow: none;
    text-decoration: none;

}
.txt-cnt
{
	text-align: center;
}
.le-ar
{
	font-size: 20px;
	position: relative;
	top:4px;
	margin-left: 10px;
}
.line-btn {
       font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 26px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--theme-color-2);
}
.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85%;
    height: 1px;
    background-color: #000;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.background-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.our-ser-scroll
{
	    padding:50px 0;
	    background-color:#F4F4F4;
}
.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
    max-width: 320px;
}
.contact-info_icon {
    display: inline-block;
    color: var(--theme-color);
    text-align: center;
    font-size: 28px;
    position: relative;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.contact-info_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
}
.contact-info_text {
    min-width: 180px;
    display: block;
    margin-bottom: -0.5em;
}
.themeholy-social.author-social .info-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}
.contact-form-wrapper .form-title .dasshape {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
}
.contact-form-wrapper .form-title .dasshape:before {
	 content: "";
	 display: block;
    -webkit-animation: scrollShape 8s linear infinite;
    animation: scrollShape 8s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-color: #f68b21;
    z-index: 9;
    width: 160px;
    height: 1px;
       position: absolute;
    left: 0;
    top: 50%;
  margin-top: -1px;
}
.contact-form-wrapper .form-title .dasshape::after {
	 display: block;
	 content: "";
    width: 100%;
    height: 1px;
    margin: 0;
    margin-top: -1px;
    background-color: #121212;
    opacity: 0.1;
    left: 0;
}

.scrollShape {
  animation: scrollShape 8s linear infinite;
}

@keyframes scrollShape {
  0% {
    left: -50%;
  }

  100% {
    left: 100%;
  }
}
.themeholy-social.author-social a {
    background-color: #d9d9d9;
    width: 50px;
    height: 50px;
    line-height: normal;
    font-size: 24px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding:11px 10px;

}
.themeholy-social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ffffff;
    color: #121212;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
}
.contact-form-wrapper {
    position: relative;
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 40px 60px 60px 60px;
}
.contact-form-wrapper .form-title {
    position: relative;
    font-weight: 550;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin-bottom: 40px;
}

.contact-form .form-group i {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 19px;
    font-size: 16px;
    color: #000;
}
.contact-form-input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: #6f6e77;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    margin-bottom: 2em;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

/*Media Query*/

@media(max-width:820px)
{
	.right-div-1 {
    padding-left: 0;
    padding-top: 0em;
    padding-bottom: 0px;
	}
	.left-div img
	{
		margin:14px 0;
	}
    .our-ser-scroll .owl-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    border-radius: 50%;
    color: #ed723a;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: 0;
    top: 180px;
}
.our-ser-scroll .owl-carousel .owl-nav button.owl-next {
    background-color: #ed723a;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: 0;
    top: 180px;
}
.img-widtful
{
    width: 100%;
    margin-bottom: 10px;
}
	.left-div {
    padding-right: 0px;
}
.sn-nm {
    font-family: Nexa-Bold;
    color: #101d12;
    font-size: 15px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 101px;
    display: none;
}
.d-ctn-12 {
    display: flex;
    /* justify-content: center; */
    align-items: self-start;
    flex-direction: column;
}
.foot-1
{
	margin-top:18px;
}
.mb-t40 {
    margin-bottom: 0px;
}
.header-btm:after {
    content: "";
    position: absolute;
    top: 65px;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(130deg,#c0c0c0,#c0c0c0 41.07%,#c0c0c0 76.05%);
}
.container {
  
    padding: 0 12px;
}
.contact-form-wrapper {
    position: relative;
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 40px;
}
.con-box {
    margin-top: 10px;
    margin-bottom: 20px;
}
.mt-20px {
    margin-top: 0;
}
.right-div {
    padding-left: 0;
    padding-top: 1em;
}
.rev-dir
{
	    flex-direction: row-reverse;

}
.right-di34 {
    padding-top: 2em;
}
.why-ic-sec {
    padding: 1em 1em 1em 1em;
    margin-top: 6px;
}
.no-padding {
    padding:0 14px;
}
.top-sco {
    display: block;
    justify-content: flex-end;
}
.top-sco li
    {
        margin-bottom: 10px;
    }
   
}

@media(max-width:600px)
{
	.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #101d12;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: none;
    
}
#et-simple-braket-block-1 {
    margin-top: 40px;
    margin-left: 8px;
    margin-right:8px;
}
.logo img {
    width: 200px;
}
.our-tesi-1 .owl-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    border-radius: 50%;
    color: #ed723a;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: 0;
    top: 80px;
}
.our-tesi-1 .owl-carousel .owl-nav button.owl-next {
    background-color: #ed723a;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: 0;
    top: 80px;
}
.ser-info {
    padding: 20px 20px;
    background: #ffe3d9;
    height: auto;
}
.height-150px {
    height: auto;
}
.why-ic-sec img
{
	    width: 50px;
}
.col-sm-22 {
    flex: 0 0 auto;
    width: 33%;
}
.rev-dir
{
	    flex-direction: column-reverse;

}
.bnner-out h1 {
    font-family: 'Poppins', sans-serif;
    color: #ed723a;
    font-weight: 630;
    font-size: 40px;
    letter-spacing: 1px;
}
.bnner-out h2 {
    color: #000000;
    margin: 20px 0;
    font-weight: 550;
    font-size: 22px;
}
.bnner-out h3 {
    color: #000000;
    margin: 10px 0;
    font-weight: 300;
    font-size: 18px;
}
.ban-txt {
    padding-top: 40px;
}
.mt-20px {
    margin-top: 0;
}
.soc-lin {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.footer-top-list-1 li {
    display: flex;
    margin-right: 12px;
    transition: 0.5s all;
     transform: translateY(0px);
}
.footer-top-list-1 li:hover
{
    transform: translateY(11px);
}
.contact-form-wrapper {
    position: relative;
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 40px;
    margin-top: 40px;
}
.our-ser-scroll .owl-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    border-radius: 50%;
    color: #ed723a;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: 0;
    top: 180px;
}
.info-2 {
    font-size: 19px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 28px;
    font-weight: 500;
    padding-left: 43px;
}
.fl-lt-list li {
    margin-bottom: 4px;
}
.our-ser-scroll .owl-carousel .owl-nav button.owl-next {
    background-color: #ed723a;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: 0;
    top: 180px;
}
.breadcrumb-content {
    padding-top: 100px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #000;
    color: #fffddf;
    font-size: 18px;
    border-radius: 50%;
    margin-left: 0;
    text-align: center;
    padding: 6px;
    line-height: 0;
}
.c1 .foot-1 p
{
    padding-left: 8px;
}
.header-btm:after {
    content: "";
    position: absolute;
    top: 58px;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(130deg,#c0c0c0,#c0c0c0 41.07%,#c0c0c0 76.05%);
}
.container {
  
    padding: 0 12px;
}
.top-sco {
    display: block;
    justify-content: flex-end;
}
.top-sco li
	{
		margin-bottom: 10px;
	}
}
