@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@font-face {
   font-family: myFirstFont;
   src: url(../css/fonts/Nexa-Bold.woff);
}
body{
	overflow-x: hidden;
}
*{
	margin:0;
	box-sizing: border-box;
}
.container{
	max-width: 1190px;
	margin:auto;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
.padding-top-3em
{
    padding-top:47px;
}
.cnt-img
{
    width: 240px;
    height: 240px;
    position: relative;
    padding: 15px;
}
.cnt-img img
{
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.cnt-img::after {
  content: '';
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: conic-gradient(from 30deg, #e09d37, #e09d37 46%, transparent 46%
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 3px),
    #fff calc(100% - 2px)
  );
  mask: radial-gradient(
    farthest-side, transparent calc(100% - 3px),#fff calc(100% - 2px));

}
.info-t1
{
        font-family: myFirstFont;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 30px;
}
.man-tema
{
    padding: 4em 0 3em 0;
}
/*header*/
.header{
	position:relative;
	width: 100%;
	left:0;
	top:0;
	z-index: 99;
	padding:0;
}
.footer-bottom {
    background-color: #e7e7e7;
    padding: 1em 0 1em 0;
}
.header-main{
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-radius: 4px;
}
.contdiv {
    background: url(../images/banner-bg.png) no-repeat center;
    background-attachment: fixed;
    -ms-background-size: cover;
    background-size: cover;
    background-position:left;
    background-size: cover;
    padding: 4em 0;

}
.line
{
	background-color: #ffffff;
	width: 100%;
	height: 4px;
	margin: 5px 0 40px 0;
}
.req-frm {
background-color: #ff833d;
padding: 50px;
border-radius: 0;
margin-left: 3em;
}
.info-left
{
    padding-right: 20px;
    margin-bottom: 30px;
}
.info-right
{
    padding-left: 20px;
    margin-bottom: 30px;
}
.frmt1 {
    margin: 0px 0 20px 0;
    padding: 0;
    color: #f4fcfe;
     font-family: myFirstFont;
    font-weight: 500;
    font-size: 21px;
    line-height:30px;
}
.t1l
{
        font-family: myFirstFont;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 59px;
    font-weight: 600;
    color: #000;
}
.ser-cnt
{
        background-color: #e09d37;
    padding: 2em;
    margin: 2em 0;
}
.mem-log
{

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 2em;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.info-11 {
font-family: 'Poppins', sans-serif;
font-size: 20px;
line-height: 30px;
}
.about--ser-1 {
    padding: 3em 0 3em 0;
}
.r2
{
    padding: 0em 2em;
height: 240px;
margin: 30px 0;
}
.r3
{
    padding: 0 1em;
    border-bottom: 1px solid #b9b9b9;
}
.r1
{
    border-left: 1px solid #b9b9b9;
    padding-top: 0px;
    height: 320px;
}
.icon-1
{
      width: 40px;
    margin-right: 16px;
}
.add-line
{
    font-family: myFirstFont;
font-size: 24px;
letter-spacing: 0.5px;
line-height: 59px;
font-weight: 600;
color: #e09d37;
margin: 0;

}
.ser-cnt p
{
        font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 33px;
    color: #000;
    margin-bottom: 6px;
}
.call-box
{
         display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-left: 10px;
}
.e1
{
        font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 35px;
    background: linear-gradient(to right, #e09d37 0.54%, #53a006 80.55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    font-weight: 500;
}
.flx-di
{
      display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.info-left h2, .info-right h2
{
       font-family: myFirstFont;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}
.form-field {
    position: relative;
    margin-bottom: 30px;
}
.img-man
{
        display: flex;
    justify-content: center;
}
.margin-top-20px
{
 margin-top: 20px;
}
.if-1 {
    color: #000;
    font-size: 20px;
}
.stick-iocn-img {
    position: fixed;
    bottom: 28px;
    right: 26px;
    line-height: normal;
    flex-direction: column;
    height: 70px;
    width: 50px;
    align-items: center;
    text-align: center;
    color: #000;
    justify-content: center;
    font-size: 9px;
    font-weight: bold;
    display: flex;
    z-index: 99999;
    border-radius: 50%;
    width: 70px;
    background-image: linear-gradient(#c40a46, #cd6823);
    background: #ffcc02;
    filter: drop-shadow(4px 5px 3px rgba(12,12,12,0.5));
}
.man0nm
{
        font-size: 19px;
    font-weight: 500;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin: 25px 0 6px 0;
    color: #000;
}
.man0nm-sp
{
    margin: 0 0 12px 0;
    padding: 0;
    color: #888383;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.form-label-nm {
    position: absolute;
    top: 0;
    color: #919191;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 4px 10px 0 13px;
}
.req-frm .form-control {
    display: block;
    height: 54px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding: 27px 15px 6px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    color: #b2b2b2;
    color: var(--bs-body-color);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(217, 217, 217);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #b2b2b2;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.header .logo{
	padding: 0;
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #e09d37;
	font-weight: 600;
}
.header .nav-menu{
	padding: 0 15px;
}
.header .menu > .menu-item{
	display: inline-block;
	margin-left: 14px;
	position: relative;
}
.header .menu > .menu-item > a{
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.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{
    content:'';
    position: absolute;
    box-sizing: border-box;
     border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: 0.5s all;
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header .menu > .menu-item:hover > a .plus:before{
     transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
   transition: 0.5s all;
  border-color:#e09d38;
  top: 6px;
    /* border: solid #5d1c05;*/
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);  
}
/*.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #e09d37;
}
.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: #e09d37;
}
.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 280px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid #e09d37;
	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: #ffffff;
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
.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: #fff;
		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{
		/*color: #ffffff;*/
		padding: 12px 15px;
		border-bottom: 1px solid #333333;
	}
	.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 #d5d5d5;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}
.logo img
{
	width: 380px;
}
.dis-cnt
{
    display: flex;
    justify-content: center;
}
.txt-jus
{
	text-align: justify;
}
.top-header {
  background-color: #e09d38;
    padding: 8px 0;
}
.abt-info
{
	padding-right: 2em;
}
.f1-top {
    display: flex;
    justify-content: flex-end;
}
.f1-top li {
    margin-right: 20px;
}
.t1 {
    display: flex;
}
.t1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 450;
    font-size: 14px;
    color: #282828;
    margin: 0;
    padding: 0;
}
.f2-icon {
    height: 20px;
    width: 20px;
    background: #000;
    color: #3baa58;
    font-size: 14px;
    border-radius: 50%;
    margin-left: 0px;
    text-align: center;
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.t1-right {
    display: flex;
    justify-content: flex-end;
}
.f2-info p {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin: 0px 0 0 13px;
}
.banner .item {
  height: 80vh;
  position: relative;
}
.banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
.banner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.banner .item .cover .header-content h1 {
    font-size: 54px;
    font-weight: 600;
    margin: 5px 0 10px;
    word-spacing: 3px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    line-height: 82px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    -webkit-text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    -moz-text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    -o-text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.banner .item .cover .header-content h4 {
  font-size: 30px;
  font-weight: 450;
  line-height: 36px;
  color: #fff;
    letter-spacing: 1px;
}
.banner .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;
}
.banner .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;
}
.banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-next:focus {
  outline: 0;
}
.banner .owl-nav .owl-next:hover {
  background: #000 !important;
}
.banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.ban-dn
{
	    margin-top: -60px;
    position: relative;
    z-index: 11;
}
.footer {
    background-color:#f5f5f5;
    padding: 3em 0 1em 0;
}
.mb-t40 {
    margin-bottom: 30px;
}
.sn-nm {
    font-family: myFirstFont;
    color: #101d12;
    font-size: 16px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 0px;
}
.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;
}
.sn {
    color: #101d12;
    font-size: 23px;
    line-height: 15px;
    margin-top: 6px;
}
.foot-1 h2 {
      font-family: myFirstFont;
    color: #101d12;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.foot-1 p {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    letter-spacing: 0.5px;
}
.d-cnt {
    display: flex;
    justify-content: center;
}
.foot-1 h2 {
     font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.fl-lt-list li {
    margin-bottom: 10px;
}
.soc-lin {
    display: flex;
    justify-content: space-between;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #000000;
    color: #fffddf;
    font-size: 18px;
    border-radius: 50%;
    margin-left: -10px;
    text-align: center;
    padding: 6px;
    line-height: 0;
}
.foot-1 a {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    letter-spacing: 0.5px;
}
.txt-cnt-23 {
    text-align: right;
}
.c1 {
    margin-bottom: 22px;
}
.fl-lt-list li a {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    transition: 0.6s all;
    line-height: 28px;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #101d12;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.txt-cnt
{
	text-align: center;
}
/*btn*/
.btn-red-1
{
border: 2px solid #fff;
    padding: 10px 10px;
    font-family: myFirstFont;
    margin: 0;
    color: #ff833d;
    font-size: 16px;
    letter-spacing: normal;
    text-align: center;
    display: inline-block;
    width: 200px;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.btn-red-1::before
{
	    background-color:#ff833d;
    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: #fff;
    transition: 0.5s;
    z-index: 11;

}
.btn-red-1:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    color: #d94540;
}
/*2*/
.btn-red-2
{
border: 2px solid #ff833d;
    padding: 10px 10px;
    font-family: myFirstFont;
    margin: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: normal;
    text-align: center;
    display: inline-block;
    width: 200px;
    position: relative;
    z-index: 1;
    background: #ff833d;
}

.btn-red-2::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-2:hover {
    color: #ff833d;
    transition: 0.5s;
    z-index: 11;

}
.btn-red-2:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    color: #ff833d;
}

.banner-inside
{
    background-color: #f3fbfd;
    height: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-image: url('../images/inside-bg.png');
    /* height: 200px; */
    background-position: center;
}
.about--ser
{
	padding:3em 0 9em 0;
}
.col-659
{
	color: #659c2d;
}
.col-67
{
color: #676767;
}
.col-000
{
	color: #000000;
}
.ser-div-1 {
    padding: 4em 0;
    margin:0;
   /* transition: 0.5s all;*/
    background-color: #edfbe0;
}
.ser-div:hover
{
	transform: translateY(-10px);
}
.ser-div-1 .owl-nav button.owl-prev
{
position: absolute;
left: -75px;
top: 120px;
background: #e4a039;
height: 35px;
width: 35px;
/*border-radius: 50%;*/
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
color: #fff;
padding: 10px;
}
.txt-cnt
{
	text-align: center;
}
.service-slide .ser-div:hover .info-sr-t2
{
    border-left: 4px solid #fff;
}
.service-slide .ser-div:hover .info-sr-out-2
{
	 background: #e4a039;
}
.service-slide .ser-div:hover h2
{
	  color: #ffffff;
}
.service-slide .ser-div:hover .ar-2
{
background-color: #fff;
}
.service-slide .ser-div:hover .ar-2
{
	color: #619b28;
}
.mt-40px
{
	margin-top: 0px;
}
.ser-indie
{
	padding: 4em 0;
}
.ser-div-1 .owl-nav button.owl-next
{
position: absolute;
right: -75px;
top: 120px;
background: #e4a039;
height: 35px;
width: 35px;
/*border-radius: 50%;*/
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
color: #fff;
padding: 10px;
}
.ser-div {
    margin-bottom: 0px;
    transition: 0.5s all;
}
.info-sr-out-2 {
    padding: 10px 0;
    background: #ffffff;
    transition: 0.5s all;
}
.info-sr-t2 {
    margin: 10px 0;
    border-left: 4px solid #619b28;
    padding: 0 20px;
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
}
.info-sr-t2 h2 {
    color: #619b28;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.ar-2 {
    background-color: #619b28;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    padding: 10px;
}
.footer-link {
    color: #000;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.cnt-d
{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.title
{
font-family: myFirstFont;
font-size: 42px;
letter-spacing: 0.5px;
line-height: 59px;
font-weight: 600;
}
.col-ff
{
	color: #fff;
}
.col-ff8
{
	color: #ff833d;
}
.line3:before
{
content: '';
position: absolute;
background-color: #ff833d;
width: 40px;
height: 4px;
margin: 10px 0 40px 0;
left: 0;
}
.line4:before {
    content: '';
    position: absolute;
    background-color:#659c2d;
    width: 40px;
    height: 4px;
    margin: 10px auto 40px auto;
    left: 0;
    right: 155px;
}
.line5:before {
content: '';
position: absolute;
background-color: #659c2d;
width: 40px;
height: 4px;
margin: 10px auto 40px auto;
left: 0;
/* right: 0; */
}
.margin-top-40px
{
	margin-top: 60px;
}
.info
{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 30px;
}
.info-abt
{
	margin: 2em 0 50px 0;
}
.info1
{
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 30px;
}
.sub-title
{
font-family: 'Poppins', sans-serif;
font-size: 19px;
font-weight: 500;
position: relative;
margin-bottom: 20px;
padding-left: 60px;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}
/**/
.kn1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.kn1 span:after {
  content: '\00bb';
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -30px;
  margin-left: 10px;
  transition: 0.5s;
}

.kn1:hover span {
  padding-right: 25px;
}
.abt-left
{
	position: relative;
}
.info-img img
{
	border-radius:40px 0 40px 0;
}
.inf0v1
{
	margin-top: 50px;
	border-radius:40px 0 0px 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	-o-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.infodis
{
	padding:0 20px 20px 20px;
}
.title-2
{
color: #ff833d;
font-family: myFirstFont;
margin: 20px 0 10px 0;
font-size: 22px;
padding: 0;
font-weight: bold;
}
.img-2
{
	    position: absolute;
    bottom: -89px;
    right: 81px;
}
.main-wrapper
{
	padding: 2em 0;
}
.main-wrapper-1
{
    padding: 3em 0;
}
.md-1
{
	position: relative;
	top: 4px;
}
.kn1:hover span:after {
  opacity: 1;
  right: 0;
}
.timeline1 {
    list-style: none;
    padding: 65px 0 20px 0;
    position: relative;
}

.timeline:before {
    content: '';
    height: 93%;
    width: 2px;
    border: 2px dashed #1b1464;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 60px;
}

.timeline>li {
    margin-bottom: 22px;
    position: relative;
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 41%;
    float: left;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    margin-top: 43px;
}

.permanent-info {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #1f1f1f;
    line-height: 1.7;
    letter-spacing: 0;
}
.timeline
{
	position: relative;
}
.timeline-img {
    width: 41%;
    float: right;
    margin-top: 143px;}

.timeline-img img {
    border-radius: 10px;}

.timeline-img-square {
    border: 3px dashed #1b1464;
    height: 100px;
    width: 10%;
    border-radius: 0 10px 0 0;
    display: inline-block;
    position: absolute;
    z-index: 0;
    margin-top: -10%;
    border-left: 0;
    border-bottom: 0;
    margin-left: -4%;}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 49%;
    margin-left: -25px;
    background-color: #fff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    box-shadow: -1px 2px 20px 1px rgba(214, 214, 214, 1);}

.timeline-img-left {
    float: right;
    width: 57%;
    margin-top: 158px;}

.timeline-img-square1 {
    border: 3px dashed #1b1464;
    height: 100px;
    width: 14%;
    border-radius: 10px 0 0 0;
    display: inline-block;
    position: absolute;
    z-index: 0;
    margin-top: -10%;
    border-right: 0;
    border-bottom: 0;
    margin-left: 32%;}

.timeline-badge img {
    padding: 11px 12px;}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;}

.timeline-badge.primary {
    background-color: #2e6da4!important;}

.timeline-badge.success {
    background-color: #3f903f!important;}

.timeline-badge.warning {
    background-color: #f0ad4e!important;}

.timeline-badge.danger {
    background-color: #d9534f!important;}

.timeline-badge.info {
    background-color: #5bc0de!important;}

.timeline-title {
    margin: 0;
    text-align: left;
    color: #1b1464;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    padding: 0 0 15px 0;}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;}

.timeline-body p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #000;
   /* line-height: 1.7;*/
    letter-spacing: 0;}

.timeline-body>p+p {
    margin-top: 5px;}
.visio
{
	margin: 2em 0;
}
.ser-box {
    background-color: #2d274f;
    color: #fff;
    padding: 2em;
    margin-bottom: 1em;
    height:100%;
    position: relative;
}
.numb-why
{
	    font-family: myFirstFont;
    font-size: 45px;
    letter-spacing: 0.5px;
    line-height: 59px;
    font-weight: 600;
    margin-right: 10px;
    border-bottom: 7px solid #5545a8;
}
.left-w
{
	    background-color: #2d274f;
    color: #fff;
    padding: 2em;
    margin-bottom: 1em;
    height:100%;
    position: relative;
}
.num-ser {
    position: absolute;
    right: 9px;
    z-index: 1;
    font-size: 24px;
    font-weight: 500;
    bottom: -2px;
    font-family: 'Poppins', sans-serif;
}
.ser-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 55px solid #f4a800;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 76% -22% 0;
}
.mt--3em
{
	margin-top: 2em;
}
.timeline-img-left img {
	height: 240px;
    border-radius: 10px;
}
/*Media*/
@media(max-width: 820px)
{
.tab-top-5em
{
        margin-top: 5em;
}
.about--ser-1 {
    padding: 2em 0 0em 0;
}
.about--ser {
    padding: 3em 0 3em 0;
}
.ser-indie {
    padding: 2em 0;
}
.ser-div-1 {
    padding: 2em 0;
    margin: 0;
    /* transition: 0.5s all; */
    background-color: #edfbe0;
}
.req-frm {
    background-color: #ff833d;
    padding: 50px;
    border-radius: 0;
    margin-left: 3em;
    margin-right: 3em;
}
.margin-top-40px {
    margin-top: 20px;
    margin-bottom: 38px;
}
.dis-cnt {
    display: flex;
    justify-content: flex-start;
}
.stick-iocn-img {
    position: fixed;
    bottom: 28px;
    right: 106px;
    }
    .info-right {
    padding-left: 20px;
    margin-bottom: 30px;
    padding-right: 20px;
}
.info-left {
      padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}
.ser-div-1 .owl-nav button.owl-next {
    position: absolute;
    right: 13px;
    top: -62px;
    background: #e4a039;
    height: 35px;
    width: 35px;
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    padding: 10px;
}
.ser-div-1 .owl-nav button.owl-prev {
    position: absolute;
    left: auto;
    top: -60px;
    right: 59px;
    background: #e4a039;
    height: 35px;
    width: 35px;
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    padding: 10px;
}
.img-2 {
    position: absolute;
    bottom: -74px;
    right: 121px;
}
.banner .item {
    height: 40vh;
    position: relative;
}
.banner .item .cover .header-content h1 {
    font-size: 49px;
    font-weight: 600;
    margin: 5px 0 10px;
    word-spacing: 3px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    line-height: 66px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    -webkit-text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    -moz-text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    -o-text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.about--ser-1 {
    padding: 2em 0 2em 0;
}
.r1 {
    border-left: 1px solid #b9b9b9;
    padding-top: 0px;
    height: auto;
}
.tab-top-6em
{
    margin-top: 7em; 
}
}

@media(max-width: 600px)
{
.tab-top-5em
{
        margin-top: 6em;
}
.tab-top-6em
{
    margin-top: 7em; 
}
.logo img {
    width: 280px;
}
.header-main {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-radius: 4px;
}
.title {
    font-family: myFirstFont;
    font-size: 36px;
    letter-spacing: 0.5px;
    line-height: 54px;
    font-weight: 600;
}
.req-frm {
    background-color: #ff833d;
    padding: 50px;
    border-radius: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.req-frm {
    background-color: #ff833d;
    padding: 23px;
    border-radius: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #101d12;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: none;
}
.info-abt {
    margin: 0em 0 50px 0;
}
.info-abt {
    margin: 0em 0 28px 0;
}
.soc-lin {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}
.stick-iocn-img {
    position: fixed;
    bottom: 28px;
    right: 57px;
}
.abt-info {
    padding-right: 0;
}
.banner .item .cover .header-content {
    position: relative;
    padding: 0 42px;
    overflow: hidden;
    margin-top: 100px;
}
.banner .item .cover .header-content h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 5px 0 10px;
    word-spacing: 3px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    -webkit-text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    -moz-text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    -o-text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.foot-1
{
    margin-bottom: 20px;
}
.hi-mob
{
    display: none;
}
.banner-inside {
    background-color: #f3fbfd;
    height: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-image: url(../images/inside-bg.png);
    /* height: 200px; */
    background-position: center;
}
.timeline>li>.timeline-panel {
    width: 100%;
    float: left;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    margin-top: 63px;
}
.timeline-img {
    width: 100%;
    float: right;
    margin-top: 8px;
}
.timeline:before
{
    display: none;
}
.padding-top-3em {
    padding-top: 0;
}
.timeline-img-left {
    float: right;
    width: 100%;
    margin-top: 10px;
}

.timeline-img-square1 {
    border: 3px dashed #1b1464;
    height: 100px;
    width: 14%;
    border-radius: 10px 0 0 0;
    display: inline-block;
    position: absolute;
    z-index: 0;
    margin-top: -10%;
    border-right: 0;
    border-bottom: 0;
    margin-left: 32%;
    display: none;
}
.visio {
    margin: 0em 0;
}
.timeline-img-square
{
    display: none;
}
.info-left h2, .info-right h2 {
    font-family: myFirstFont;
    font-size: 21px;
    letter-spacing: 0.5px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}
.sn-nm {
    font-family: myFirstFont;
    color: #101d12;
    font-size: 16px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 0px;
    display: none;
}
.about--ser-1 {
    padding: 2em 0 0em 0;
}
.abt-info {
    padding-right: 0;
}
    
}