@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap');
@font-face {
  font-family: 'Bower-Bold';
  font-style: normal;
  font-weight: 400;
  src: url(https://pkmc.in/Image/Bower-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Eina03-Regular';
  font-style: normal;
  font-weight: 400;
  src: url(https://pkmc.in/Image/Eina03-Regular.ttf) format('truetype');
}
*{font-family:'Eina03-Regular';}
h1, h2, h3, h4, h5 {font-family: 'Bower-Bold' !important;}
.fa{font-family:FontAwesome !important;}
a {color: #000; text-decoration:none;}
p{color: #575d6e;line-height: 27px;font-size: 16px; margin-bottom: 8px} 
ul ,ol,li{color: #575d6e;padding-bottom: 6px;font-size: 16px;}

.seraside .active {
    background: #000;
    color: #FFF !important;
    width: 100%;
    display: block;
    border-radius: 100px;
    padding: 10px 20px;
}
.srv-content h5{font-size:28px;margin:20px 0;}
.ser-nav h4{
    border-bottom: 1px #d5d1d1 solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.ser-nav ul{
    padding-left: 0;
}
.ser-nav ul li {
    background: #fff;
    border-radius: 10px;
    list-style: none;
    margin-bottom: 5px;
    text-align: center !important;
    box-shadow: 1px 1px 5px #bbb2b2;
}
.ser-nav ul li a{color:#000;font-weight:600;padding: 8px 15px;display: block;font-size: 15px;}








b,strong{color: #000000dc;}
section.bnr{padding:0;}
img{max-width:100%;}
#FooterrControl1_tr_hitCounter{visibility: hidden;}
#divmainenquiry11 .close { position: absolute; right: 14px; font-size: 30px; cursor: pointer;}
.fix_line_ser{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-top: 12px;}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {padding: 130px 0 20px;}
  /* background-color */
 .bg-1{background-color:#2e3192;}
 /* .bg-2{background-color :#2966be;} */
  /* Text-color */
 .cl-1{color: #999b9f;}
 /* .cl-2{color :#2966be;} */

  /* Font-Size */
 .fs-14{font-size: 14px;}
 .fs-15{font-size: 15px;}
 .fs-18{font-size: 18px;}
 .fs-22{font-size: 22px;}
 .fs-62{font-size: 62px;}
  /* Font-weight */
  .fw-300{font-weight: 300;}
  .fw-500{font-weight: 500;}
  .fw-600{font-weight: 600;}
  .fw-700{font-weight: 700;}
  .fw-800{font-weight: 800;}
  .fw-900{font-weight: 900;}
  /* hm_heading */

/*  */
/*  */
.main-table{ Font-size:15px; color:#333; line-height:24px; text-align:justify; padding: 0 5px;}
.main-heading{font-weight:bold;Font-size: 25px;color:#000;line-height:36px;text-align:left;margin-bottom: 10px;padding: 0;}
.sub-heading{font-weight:bold;Font-size: 24px;color:#333;line-height:30px;margin:0;text-align:left;}

.left-based-text {
	position: absolute;
	left: 50px;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 0.1em;
	font-weight: 500;
	z-index: 10;
}

.left-based-text .base-inner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 730px;
	height: 24px;
	transform-origin: left bottom;
	transform: rotate(-90deg);
}

.left-based-text .social-links {
	position: absolute;
	left: 0;
	top: 0;
}

.left-based-text .social-links ul li {
	float: left;
	margin-right: 35px;
	list-style: none;
}

.left-based-text .social-links ul li a {
	position: relative;
	display: block;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	list-style: none;
}

.left-based-text .social-links ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	border-bottom: 2px solid #000;
	transform: scaleX(0);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.left-based-text .social-links ul li a:hover:before {
	transform: scale(1);
}

 /* text-justify */
 .text-justify{text-align: justify;}
 .table-responsive {overflow: hidden;padding: 0;}
 /*Btn Style One*/
.link-box{margin-top:45px;}
.btn-style-one {
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: #5f375a;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.btn-style-one .btn-title {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.54px;
	font-weight: bold;
	padding: 28px 36px 23px 35px;
	z-index: 1;
	color: #ffffff;
}

.btn-style-one:hover {
	background: #0b1023;
}

.btn-style-one .btn-curve {
	position: absolute;
	right: -15px;
	top: 0;
	width: 26px;
	height: 100%;
	background: #0b1023;
	opacity: 0.20;
	z-index: 0;
	transform: skewX(-22deg);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
	opacity: 1;
	right: 0;
	width: 100%;
	transform: skewX(0deg);
}



Fun Facts Section
====================================================================

***/

.facts-section {
	position: relative;
	padding: 0px 0px 290px;
	background: #1c1e22;
	color: #ffffff;
	z-index: 2;
}

.facts-section.alternate {
	background: #000;
	padding-bottom: 50px;
}

.facts-section .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.30;
}

.facts-section.alternate .image-layer {
	display: none;
}

.fact-counter {
	position: relative;
}

.fact-counter .column {
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

.fact-counter .column .inner {
	position: relative;
	padding: 120px 0px 0px;
}

.fact-counter .column .inner:before {
	position: absolute;
	content: '';
	left: -15px;
	right: -15px;
	top: 0;
	min-width: 100%;
	border-top: 4px solid #5f375a;
	transform: scaleX(0);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fact-counter .column:hover .inner:before {
	transform: scaleX(1);
}

.fact-counter .column .inner:after {
	position: absolute;
	content: '';
	right: -15px;
	top: 0;
	bottom: 7px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.fact-counter .column:last-child .inner:after {
	display: none;
}

.fact-counter .column .inner .content {
	position: relative;
	text-align: center;
}

.fact-counter .column .inner .count-outer {
	position: relative;
	font-weight: 400;
	font-family: Bower;
	font-size: 80px;
	line-height: normal;
	letter-spacing: normal;
	display: block;
}

.fact-counter .column .inner .counter-title {
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #cfcfcf;
}

/***

====================================================================





/*  */
   /*  */
.dropdown-item {font-size: 14px;padding: 2px 12px !important;}
.dropdown-item:focus, .dropdown-item:hover {color: #fff;background-color: #1b2523;}
.dropend .dropdown-menu[data-bs-popper]{left: auto;right: 100%;}
.dropdown-menu {border-radius: 0;}
/*--------------------------------------------------------------
# inner-pg-sec
--------------------------------------------------------------*/
.inner-pg-sec h6{text-align:center;margin:45px 0;font-size:32px;text-decoration:underline;}
.inner-pg-sec{padding-top: 0;/* background-color: #c5c5c5; */}
.inner-pg-sec > .container{position: relative;}
.inner-pg-sec .hm_heading{text-align: left;font-size: 32px;}
/*--------------------------------------------------------------
# Header-Top
--------------------------------------------------------------*/
.header-top{position: absolute;z-index: 99999999;right: 73px;top: 2px;}
.topbar ul{display: flex;justify-content: end;align-items: center; margin: 0;padding: 7px 0;}
.topbar ul li{margin-left: 20px;list-style: none;}
.topbar ul li a{color: #fff;transition: ease-in-out .5s;font-size: 15px;}
center #form1 .topbar ul li a{color: #000;}
.topbar ul li a i{margin-right: 4px;}
.topbar ul li a:hover{color: #2e3192;;}
/*  */
.dropdown_c {position: relative;margin-left: 14px;display: inline-block;}
.selected span {cursor: pointer;display: flex;background: #fff;width: 100%;border-radius: 5px;color: #000;padding: 8px;margin: 4px 0;}
.selected span a {color: #000;}
.dropdown_c img {margin-right: 10px;}
.selected img {width: 35px;}
/*--------------------------------------------------------------
#innr-pg-bnnr
--------------------------------------------------------------*/
/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{padding: 100px 0 0;width: 100%;background-size: cover;min-height: 450px;text-align: center;position:relative;margin-bottom: 40px;display: flex;justify-content: center;align-items: center;background-position: center;}
.innr-pg-bnnr:after{content:'';position:absolute;left: 0px;right: 0px;top: -1px;bottom: 0px;width:100%;height:100%;z-index: 0;background: #242424b8;}
.main-table.innr-pg{padding-bottom:50px;}
.innr-pg-bnnr h1{color:#fff;text-align:center;text-transform:uppercase;font-size: 60px;font-weight: 600;position:relative;z-index:1;}
/* .innr-pg-bnnr h1:after{content:'';position:absolute;bottom: -4px;margin:0 auto;left:0;right:0;width:100px;height:4px;border-radius:2px;background:#fff;} */
.inner-pages ul, .innr-pg ul{padding:0px; margin-bottom:0;}
.inner-pages li, .innr-pg li {position: relative; list-style: none; padding-left: 30px;}
.inner-pages li:before, .innr-pg li:before{content: "\f101";  position: absolute; font-family: FontAwesome; font-size: 17px; line-height: 30px;    left: 7px;  top: -2px; color: #a2d5f2;}
.innr-pg-bnnr-btm{}

.innr-pg-bnnr-btm a{font-size: 22px;text-transform: uppercase;letter-spacing: 2px; color: #fff; transition: 0.3s linear;}
.innr-pg-bnnr-btm a:hover{ color: #2e3192 ;}
.innr-pg-bnnr-btm a:last-child{color: #ffffff !important;}
.innr-pg-bnnr-btm img{margin: 0 17px;width: 16px;vertical-align: baseline;}
/*innr-pg-bnnr*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.head-img{padding: 6px 0;margin-right: 30px;}
.head-img img{height:70px;border-radius:5px;}
center form .head-img img{/* background: #00000054; *//* border-radius:10px; */}
/*--------------------------------------------------------------
# nav
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# banner-section
--------------------------------------------------------------*/
.banner-section{position:relative;overflow:hidden;}
.banner-section img{
	    -webkit-animation: zoom 40s;
    animation: zoom 40s;
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.4, 1.4);
  }
}
.banner-section::before{position:absolute;content:'';left:0px;top:0px;right:0px;bottom:0px;z-index:2;background: linear-gradient(to right, rgb(28 26 26 / 75%), rgb(21 22 22 / 12%));}
.banner-section .content-column{position:relative;z-index:10;}
.banner-section .content-column .inner-column{position:relative;}
.banner-section .content-column .title{
	    display: block;
	    font-size: 24px;
	    color: #ffffff;
	    font-weight: bold;
	    text-transform: uppercase;
	    letter-spacing: 0.93px;
	    margin-bottom: 45px;
	    opacity: 0;
}
.banner-section .content-column .title:before{position:absolute;content:'';right: 10px;top: 16px;height:2px;width:60px;/* background-color:#2e3192; */}
.banner-section .active .content-column .title{animation: fadeIn 2000ms ease-in-out; opacity: 1;transform: scaleY(1);transition-delay: 600ms;}
.banner-section .content-column h1{
	    display: block;
	    font-size: 90px;
	    line-height: 100px;
	    color: #ffffff;
	    font-weight: 600;
	    opacity: 0;
	    letter-spacing: 3.89px;
	    margin: 0;
}
.banner-section .active .content-column h1{opacity: 1;transform: scaleY(1);transition-delay: 1000ms;}
.banner-section .content-column .text{position:relative;color:#ffffff;font-size: 18px;margin-top:15px;margin-bottom:30px;font-weight:400;opacity: 0;z-index:1;max-width:665px;transform: scaleY(0);transform-origin: top;transition: all 2500ms ease;}
.banner-section .active .content-column .text{opacity: 1;transform: scaleY(1);transition-delay: 1000ms;}
.banner-section .carousel-caption {position: absolute;bottom: 0;top: 0;left: 15%;padding-top: 1.25rem;padding-bottom: 1.25rem;color: #fff;text-align: left;display: flex !important;align-items: center;}
.banner-section .carousel-control-prev , .banner-section .carousel-control-next {z-index: 10;width: 4%;}
/*--------------------------------------------------------------
# services-section
--------------------------------------------------------------*/
.services-section {
	position: relative;
	padding: 120px 0px 90px;
	background: #0b1023	url(Image/pattern-1.png) center top repeat;
	color: #ffffff;
}

.services-section .row{
	justify-content:center;
}
.services-section .sec-title {
	margin-bottom: 30px;
}

.services-section .sec-title h2 {
	color: #ffffff;
}

.content-box h1 .dot,.sec-title h2 .dot {
	color: #5f375a;
	padding-left: 7px;
}

.services-section .sec-title .lower-text {
	color: #999b9f;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.93;
	letter-spacing: 0.54px;
}

.services-section .row {
	counter-reset: slides-num;
}

.services-section .row .service-block {
	counter-increment: slides-num;
}

.services-section .row .service-block .inner-box:before {
	content: counter(slides-num) "";
	position: absolute;
	left: 45px;
	top: 50px;
	font-size: 50px;
	line-height: 1em;
	color: #ffffff;
	opacity: 0.08;
}

.service-block {
	position: relative;
	margin-bottom: 30px;
}

.service-block .inner-box {
	position: relative;
	display: block;
	padding: 50px 45px;
	background: rgba(35, 48, 100,0.22);
	min-height: 100%;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.service-block .inner-box:hover {
	background: #5f375a;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 0.89;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
}
.service-block .inner-box .bottom-curve {
	position: absolute;
	right: -70px;
	bottom: 0;
	width: 100px;
	height: 80%;
	background: #000;
	opacity: 0.20;
	z-index: 0;
	transform: skewX(0deg) scaleX(0);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.service-block .inner-box:hover .bottom-curve {
	transform: skewX(-35deg) scaleX(1);
}

.service-block .inner-box .count {
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 1em;
	color: #ffffff;
	opacity: 0.07;
	margin-bottom: 40px;
}

.service-block .inner-box .icon-box {
	position: absolute;
	right: 45px;
	top: 50px;
	color: #5f375a;
	font-size: 60px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.service-block .inner-box:hover .icon-box {
	color: #000;
}



.service-block .inner-box .icon-box i {
	width: 60px;
	height: 60px;
	fill: #5f375a;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.service-block .inner-box:hover .icon-box i {
	fill: #000 !important;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.service-block .inner-box .icon-box span {
	display: block;
	height: 60px;
	line-height: 1;
}

.service-block .inner-box h6 {
	position: relative;
	margin: 0;
	margin-top: 90px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.49px;
	line-height: 1.5;
}

.service-block .inner-box h6 a {
	color: #ffffff;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.services-section .row .service-block .inner-box:hover:before,
.service-block .inner-box:hover .count,
.service-block .inner-box:hover h6,
.service-block .inner-box:hover h6 a {
	color: #000;
}

.service-block .inner-box h6 a:hover {
	text-decoration: underline;
}
.indusweserve .sec-title .lower-text{
	font-size: 16px;
}


.facts-section{position:relative;}
.facts-section:after{
	background:#0000006b;
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	content:'';
}

.trusted-section {
	position: relative;
	background: none;
	z-index: 2;
	background: #fff;
}

.indusweserve{
	margin-top: 50px;
	padding-top: 30px;
	background: #ffffff url(../Image/pattern-2.png) left top repeat;
}

.trusted-section .outer-container {
	position: relative;
	margin-top: -435px;
}

.trusted-section .row {
	margin: 0 -4px;
}

.trusted-section .left-col {
	position: relative;
	padding: 0 4px;
	margin-bottom: 30px;
}

.trusted-section .left-col .inner {
	position: relative;
	display: block;
}

.trusted-section .col-header {
	position: relative;
	text-align: center;
}

.header-inner p{font-size: 14px;line-height: 25px;}
.sub-text{font-size: 14px;line-height: 27px;}

.trusted-section .col-header .header-inner {
	position: relative;
	padding: 58px 48px 58px;
	background: #5f375a;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
}

.trusted-section .col-header .header-inner:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -39px;
	width: 50px;
	height: 40px;
	background: url(../Image/curve-down-left.png) left top no-repeat;
}

.trusted-section .features {
	position: relative;
}

.trusted-section .feature {
	position: relative;
	display: block;
	padding: 27px 0px;
	padding-left: 90px;
	min-height: 125px;
	border-bottom: 1px solid #e9ebee;
}
.trusted-section .feature:first-child {
	padding-top: 50px;
	min-height: 170px;
}
.trusted-section .feature:first-child .count {
	top: 55px;
}
.trusted-section .feature .count {
	position: absolute;
	left: 0;
	top: 35px;
	width: 60px;
	height: 60px;
	text-align: center;
	background: rgba(25, 182, 130, 0.1);
	padding: 10px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #5f375a;
	text-transform: uppercase;
	border-radius: 50%;
	transition: all 500ms ease;
}
.trusted-section .feature:hover .count {
	background-color: #000;
	color: #fff;
}

.trusted-section .feature h5 {
	font-size: 16px;
  	font-weight: bold;
	margin: 0;
	line-height: 1.43;
	color: #000;
	margin-bottom: 17px;
	text-transform: uppercase;
}

.trusted-section .feature .sub-text {
	font-weight: normal;
	font-size: 15px;
	letter-spacing: normal;
	color: #585858;
	line-height: 1.8em;
}

.trusted-section .right-col {
	position: relative;
	padding: 0px 4px;
	margin-bottom: 30px;
	z-index: 3;
}
footer .footer-contact .btn {
    background: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    color: #1f1f1f;
}
.trusted-section .right-col .inner h5{font-size:30px;font-family: 'Eina03-Regular' !important;font-weight: 900;color: #343a40!important;}
.trusted-section .right-col .inner {
	position: relative;
	display: block;
	padding: 90px 0px 0px 110px;
	background: #ffffff;
	border-radius: 7px 0px 0px 0px;
	height: 100%;
}

.trusted-section .right-col .inner:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: -1px;
	width: 2000px;
	height: 100%;
	background: #ffffff;
}

.trusted-section .featured-block-two {
	position: relative;
	display: block;
	padding-left: 280px;
	min-height: 170px;
}

.trusted-section .featured-block-two .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
}

.trusted-section .featured-block-two .image img {
	display: block;
	width: 100%;
	border-radius: 7px;
}

.trusted-section .featured-block-two .text {
	position: relative;
	top: -5px;
	display: block;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.trusted-section .featured-block-two .text ul {
	position: relative;
	line-height: 1.5em;
	padding-left: 0;
}

.trusted-section .featured-block-two .text ul li {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: normal;
	list-style: none;
	color: #000;
}

.trusted-section .featured-block-two .text ul li i {
	content: '';
	display: inline-block;
	width: 12px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0px;
}
.trusted-section .featured-block-two img{
	width: 45px;
	height:45px;
	margin-right: 20px;
}

.trusted-section .header-inner .whypah{
	font-size: 32px;
	font-family: 'Eina03-Regular' !important;
}

.team-section .sec-title h2{
	position: relative;
}
.team-section .sec-title h2:before{
	content: " ";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -30px;
	width: 100px;
	height: 3px;
	border-radius: 5px;
	background: #5f375a;
}
.team-section .sec-title h5{
	font-weight: 600;
	font-size: 24px;
	color: #000;
	margin-top: 50px;
}

.aboutsec {
    padding-top: 30px;
}
.aboutsec .service-block-two .inner-box:hover li{color:#dfdbdb;}
.service-block-two {
	position: relative;
	margin-bottom: 30px;
}

.service-block-two i{
	color: #5f375a;
	margin-right:10px;
}

.service-block-two ul li{color:#000;}
.service-block-two .inner-box {
	position: relative;
	display: block;
	padding: 50px 45px 40px;
	background: #ffffff;
	border-radius: 7px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-block-two .inner-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


.service-block-two .inner-box:hover:before {
	background: #000;
	bottom: -10px;
}

.service-block-two .inner-box .bottom-curve {
	position: absolute;
	right: -70px;
	bottom: -10px;
	width: 120px;
	height: 120px;
	background: #ffffff;
	opacity: 0.10;
	z-index: 0;
	transform: skewX(0deg) scaleX(0);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover .bottom-curve {
	transform: skewX(-45deg) scaleX(1);
}

.service-block-two .inner-box .icon-box {
	position: relative;
	display: block;
	color: #5f375a;
	font-size: 64px;
	line-height: 1em;
	margin-bottom: 20px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover .icon-box {
	color: #5f375a;
}

.service-block-two .inner-box h5 {
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.1em;
	margin: 0;
}

.service-block-two .inner-box h5 a {
	color: #000;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover h5,
.service-block-two .inner-box:hover h5 a {
	color: #ffffff;
}

.service-block-two .inner-box h5 a:hover {
	text-decoration: underline;
}

.service-block-two .text {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.7em;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: var(--thm-text);
	padding: 30px 0px 0px;
	z-index: 1;
}

.service-block-two .inner-box:hover .text {
	color: #999b9f;
}

.service-block-two .link-box {
	position: absolute;
	right: 3px;
	bottom: 8px;
	width: 30px;
	height: 30px;
	z-index: 1;
}

.service-block-two .link-box a {
	position: relative;
	line-height: 30px;
	font-size: 20px;
	color: #ffffff;
}

.aboutsec .row{
	margin-right: -15px;
    margin-left: -15px;
}
.aboutsec .service-block-two .inner-box{
	min-height: 395px;
	padding: 20px 25px;
	overflow: hidden;
	text-align: center;
}
.aboutsec .service-block-two .text {
    font-size: 15px;
    line-height: 1.7em;
    font-weight: normal;
    letter-spacing: 0px;
    padding: 15px 0px 0px;
    color: #000;
}
.aboutsec .service-block-two h5{
	margin-left: 10px;
	z-index: 1;
    position: relative;
    font-weight: 600;
    font-family: Bower;
}
.aboutsec .service-block-two .inner-box:hover h5 a{
	color: #fff;
}
.aboutsec .service-block-two h5,
.aboutsec .service-block-two .icon-box{
	display: inline-block;
	vertical-align: middle;
}
.aboutsec .service-block-two .icon-box svg{
	width: 50px;
	height: 50px;
	fill: #58b782;
}


.we-do-section {
	position: relative;
	padding: 100px 0px 0px;
	background: #fff;
}
.faq-box li{list-style:none;}
.we-do-section .sec-title h2 {
    font-size: 50px;
    text-align: center;
}

.we-do-section .sec-title {
	margin-bottom: 40px;
}

.we-do-section .featured-block {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 230px;
	min-height: 117px;
	margin-bottom: 40px;
}

.we-do-section .featured-block .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
}

.we-do-section .featured-block .image img {
	display: block;
	width: 100%;
	border-radius: 7px;
}

.we-do-section .featured-block .text {
	position: relative;
	top: -5px;
	display: block;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 40px;
}

.we-do-section .left-col {
	position: relative;
	margin-bottom: 30px;
}

.we-do-section .left-col .inner {
	position: relative;
	display: block;
	padding-right: 30px;
}

.we-do-section .right-col {
	position: relative;
	margin-bottom: 30px;
}

.we-do-section .right-col .inner {
	position: relative;
	display: block;
}

.we-do-section .progress-box {
	position: relative;
	display: block;
	width: 100%;
}

.we-do-section .progress-box .bar-title {
	position: relative;
	font-size: 20px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.we-do-section .progress-box .bar {
	position: relative;
	width: 100%;
	height: 7px;
	background: #ffffff;
	border-radius: 4px;
}

.we-do-section .progress-box .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 7px;
	background: #5f375a;
	border-radius: 4px;
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.we-do-section .progress-box .count-box {
	position: absolute;
	right: 0px;
	margin-right: -40px;
	bottom: 18px;
	width: 40px;
	height: 22px;
	background: #000;
	color: #ffffff;
	line-height: 22px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.we-do-section .progress-box .counted .count-box {
	opacity: 1;
}

.we-do-section .progress-box .count-box:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #000;
	border-left: 5px solid #000;
}

.accordion-box {
	position: relative;
	display: block;
}

.accordion-box .block {
	position: relative;
	background: #ffffff;
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 16px;
	-webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.03);
	-ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.03);
}

.accordion-box .block.active-block {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
}

.accordion-box .block:last-child {
	margin-bottom: 0;
}

.about-sec h2 {
	font-size: 58px;
	line-height: 1.03;
	letter-spacing: 0.58px;
	color: #000;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: unset;
	padding: 29px 40px 26px;
	line-height: 1;
	padding-right: 60px;
	color: #000;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
}

.accordion-box .block .acc-btn img{
	width: 65px;
	height: 65px;
	opacity: 0.8;
	position: absolute;
	bottom: -5px;
	right: -5px;
}

.accordion-box .block .acc-btn .count {
	color: #5f375a;
	padding-right: 3px;
}

.accordion-box .block .acc-btn:before {
	position: absolute;
	right: 35px;
	top: 20px;
	height: 30px;
	font-size: 15px;
	font-weight: 600;
	color: #5f375a;
	line-height: 30px;
	/* content: "\f116"; */
	font-family: "Flaticon";
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
	background-color: #ffffff;
}

/* .accordion-box .block .acc-btn.active:before {
	color: #000;
	content: "\f104";
} */

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .content {
	position: relative;
	padding: 0px 40px 30px;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content .text {
	display: block;
	position: relative;
	top: 0px;
	display: block;
	line-height: 1.7em;
	letter-spacing: 0.1em;
}




.timeline {
    position: relative;
}



.timeline:not(.timeline--horizontal):before {
    background-color: #ddd;
    bottom: 0;
    content: '';
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 1;
}

.timeline__wrap {
    position: relative;
    z-index: 2;
}

.timeline__item {
    font-size: 16px;
    font-size: 1rem;
    padding: .625rem 2.5rem .625rem 0;
    position: relative;
    width: 50%;
    z-index: 2;
}

.timeline__item:after {
    background-color: #fff;
    border: 4px solid #ddd;
    border-radius: 50%;
    content: '';
    height: 14px;
    position: absolute;
    right: -11px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 14px;
    z-index: 1;
}

.timeline__item.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}



.timeline__item--left {
    left: 0;
}

.timeline__item--right {
    left: 50%;
    padding: .625rem 0 .625rem 2.5rem;
}

.timeline__item--right:after {
    left: -11px
}

.timeline__item--right .timeline__content:before {
    border-bottom: 10px solid transparent;
    border-right: 12px solid #ccc;
    border-left: none;
    border-top: 10px solid transparent;
    left: -12px
}

.timeline__item--right .timeline__content:after {
    border-bottom: 9px solid transparent;
    border-right: 11px solid #fff;
    border-left: none;
    border-top: 9px solid transparent;
    left: -10px
}

.timeline__content {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #333;
    display: block;
    padding: 1.25rem;
    position: relative
}

.timeline__content:after,.timeline__content:before {
    content: '';
    height: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 0
}

.timeline__content:before {
    border-bottom: 10px solid transparent;
    border-left: 12px solid #ccc;
    border-top: 10px solid transparent;
    right: -12px;
    z-index: 1
}

.timeline__content:after {
    border-bottom: 9px solid transparent;
    border-left: 11px solid #fff;
    border-top: 9px solid transparent;
    right: -10px;
    z-index: 2
}

.timeline__content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 .625rem
}

.timeline__content p {
    font-size: .9375rem;
    line-height: 1.5;
    margin-bottom: 10px
}

.timeline--horizontal {
    font-size: 0;
    padding: 0 3.125rem;
    /* overflow: hidden; */
    white-space: nowrap;
}

.timeline--horizontal .timeline-divider {
    background-color: #ddd;
    display: block;
    height: 4px;
    left: 40px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    z-index: 1
}

.timeline--horizontal .timeline__items {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    will-change: transform
}

.timeline--horizontal .timeline__item {
    display: inline-block;
    left: 0;
    padding: 0 0 2.5rem;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    vertical-align: top;
    white-space: normal
}

.timeline--horizontal .timeline__item:after {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 100%
}

.timeline--horizontal .timeline__item .timeline__item__inner {
    display: table;
    height: 100%;
    width: 100%
}

.timeline--horizontal .timeline__item .timeline__content__wrap {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: bottom
}

.timeline--horizontal .timeline__item .timeline__content:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ccc;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%
}

.timeline--horizontal .timeline__item .timeline__content:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%
}

.timeline--horizontal .timeline__item:nth-child(even) {
    padding: 2.5rem 0 0
}

.timeline--horizontal .timeline__item:nth-child(even):after {
    top: 0
}

.timeline--horizontal .timeline__item:nth-child(even) .timeline__content__wrap {
    vertical-align: top
}

.timeline--horizontal .timeline__item:nth-child(even) .timeline__content:before {
    border-bottom: 12px solid #ccc;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: none;
    bottom: 100%;
    top: auto
}

.timeline--horizontal .timeline__item:nth-child(even) .timeline__content:after {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: none;
    bottom: 100%;
    top: auto
}

.timeline-nav-button {
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 40px;
    outline: 0;
    position: absolute;
    text-indent: -9999px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 40px;
    z-index: 10
}

.timeline-nav-button:disabled {
    opacity: .5;
    pointer-events: none
}

.timeline-nav-button:before {
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: 8px
}

.timeline-nav-button--prev {
    left: 0
}

.timeline-nav-button--prev:before {
    background-image: url(../images/arrow-left.svg)
}

.timeline-nav-button--next {
    right: 0
}

.timeline-nav-button--next:before {
    background-image: url(../images/arrow-right.svg)
}

.timeline--mobile {
    padding: 0
}

.timeline--mobile:before {
    left: 10px!important;
    margin: 0!important
}

.timeline--mobile .timeline__item {
    left: 0;
    padding-left: 40px;
    padding-right: 0;
    width: 100%
}

.timeline--mobile .timeline__item:after {
    left: 1px;
    margin: 0
}

.timeline--mobile .timeline__item .timeline__content:before {
    left: -12px;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    border-left: none;
    border-top: 12px solid transparent
}

.timeline--mobile .timeline__item .timeline__content:after {
    left: -10px;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    border-left: none;
    border-top: 10px solid transparent
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 70px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        top: 70px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@-webkit-keyframes liftUp {
    0% {
        top: 0
    }

    100% {
        top: -15px
    }
}

@keyframes liftUp {
    0% {
        top: 0
    }

    100% {
        top: -15px
    }
}

.timeline__content h2{
	color: #58b782;
}
.timeline__item:after{
	border: 1px solid #5f375a;
}
.timeline--horizontal .timeline-divider{
	left: 0;
}
.timeline--horizontal .timeline-divider {
    background-color: #5f375a;
    height: 1px;
    width: calc(100% - 50px);
}
.timeline--horizontal .timeline__item:after {
    left: 10px;
}
.timeline--horizontal .timeline__item .timeline__content:before{
	left: 9px;
    transform: none;
    border: none;
    height: 100%;
    width: 1px;
    background: #a9a9a9;
    top: 35px;
}
.timeline--horizontal .timeline__item.slast .timeline__content:before{
    height:90%;
}
.timeline--horizontal .timeline__item .timeline__content:after{
	width: 10px;
    height: 10px;
    border: none !important;
    border-radius: 50%;
    display: block;
    background: #a9a9a9;
    left: 5px;
    transform: none;
    top: 30px;
}
.timeline--horizontal .timeline__item:nth-child(even) .timeline__content:before{
	top: auto;
	left: 9px;
	transform: none;
	border: none;
	height: 100%;
	width: 1px;
	background: #a9a9a9;
	bottom: 47px;
}
.timeline--horizontal .timeline__item:nth-child(even) .timeline__content:after{
	top: auto;
	bottom: 39px;
	left: 4px;
}
.timeline__content{
	background: transparent;
	border: none;
	padding-right: 0px;
	padding-left: 40px;
}
.timeline__content h2{
	font-weight: normal;
	color: #a9a9a9;
	font-size: 30px;
	font-family: Oswald;
}
.timeline__content ul li{
	color: #a9a9a9;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	padding-left: 15px;
	list-style: none;
}
.timeline__content ul li:before{
	content: " ";
	position: absolute;
	left: 0px;
	top: 8px;
	width: 5px;
	height: 5px;
	background: #a9a9a9;
	border-radius: 50%;
}
.timeline--horizontal .timeline__item .timeline__item__inner{
	position: relative;
}
.timeline--horizontal .timeline__items{
	position: relative;
}
.timeline--horizontal .timeline__item.last{
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    text-align: center;
    width: 20%;
    left: auto;
    background: #fff;
    padding: 0px;
}
.timeline--horizontal .timeline__item.last:after,
.timeline--horizontal .timeline__item.last .timeline__content:after,
.timeline--horizontal .timeline__item.last .timeline__content:before{
	display: none;
}
.timeline__item.last .timeline__content{
	padding: 15px 25px;
	border: 1px solid #5f375a;
	border-radius: 40px;
}
.timeline__item.last .timeline__content .text35{
	font-family: Oswald;
	font-size: 35px;
	color: #a9a9a9;
}
.timeline__item.last .timeline__content .textp{
	font-size: 15px;
	line-height: 18px;
	color: #a9a9a9;
}
.timeline__item.last .fa-angle-right{
	font-size: 35px;
	color: #af9bac;
}



.team-section {
	position: relative;
	padding: 120px 0px 90px;
	background: none;
	z-index: 2;
}
.team-section .sec-title p span{
	text-decoration: underline;
	color: #58b782;
	font-weight: bold;
}
.team-section.no-padd-top {
	padding-top: 0;
}

.team-section .carousel-box {
	position: relative;
	margin: 0 -5px;
}

.team-block {
	position: relative;
	margin: 75px 0 10px;
}

.team-block .inner-box {
	position: relative;
	display: block;
	text-align: center;
}

.team-block .image-box {
	position: relative;
	display: block;
	overflow: hidden;
}

.team-block .image-box img {
	display: block;
	width: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 7px;
}

.team-block .inner-box:hover .image-box img {
	-webkit-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
}

.team-block .image-box .social-links {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 100%;
	padding: 0px 5px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-block .inner-box:hover .social-links {
	opacity: 1;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.team-block .image-box .social-links li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 3px;
}

.team-block .image-box .social-links li a {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 40px;
	font-size: 16px;
	background: #ffffff;
	color: #000;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.team-block .image-box .social-links li a span {
	vertical-align: middle;
	line-height: 44px;
}

.team-block .image-box .social-links li a:hover {
	background: #5f375a;
	color: #fff;
}
.team-block .lower-box .message:hover{color:#000;}
.team-block .lower-box {
	position: relative;
	display: block;
	padding: 30px 0px 0;
}

.team-block .lower-box .designation {
	position: relative;
	display: block;
	text-transform: uppercase;
	color: var(--thm-text);
	padding-top: 5px;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}

.team-block .lower-box .message{
	line-height: 20px;
	font-weight: 400;
	font-style: italic;
	font-family: 'Eina03-Regular' !important;
}

.team-block .lower-box h5 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;	
}



.parallax-section {
	position: relative;
	padding: 0 0 120px;
	background: #1c1e22;
	text-align: center;
	color: #ffffff;
	z-index: 1;
}

.parallax-section .image-layer {
	position: absolute;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	/* -webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%); */
	opacity: 0.30;
}

.parallax-section .content-box {
	position: relative;
	max-width: 870px;
	margin: 0 auto;
}

.join-us p{text-align:justify;font-size: 16px;font-weight: 400;line-height: 26px;}
.parallax-section .content-box .icon-box {
	position: relative;
	display: block;
	width: 114px;
	height: 114px;
	line-height: 100px;
	text-align: center;
	color: #000;
	font-size: 54px;
	border-radius: 50%;
	margin: 0 auto 50px;
}

.parallax-section .content-box .icon-box:before {
	content: '';
	position: absolute;
	left: 18px;
	top: 10px;
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff;
	opacity: 0.30;
	border-radius: 50%;
}

.parallax-section .content-box .icon-box:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #5f375a;
	z-index: 1;
	border-radius: 50%;
}

.parallax-section .content-box .icon-box img {
	position: relative;
	z-index: 2;
}

.parallax-section .content-box h2 {
	position: relative;
	display: block;
	font-size: 70px;
	line-height: 1em;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0px;
}

.parallax-section .content-box h2 span {
	color: #5f375a;
}

.join-us h3 {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
}

.join-us h3 span {
	color: #65255d;
	text-shadow: 1px 1px 3px #999595;
}





.counter-btm-section{margin-top: -250px;    position: relative;z-index: 9;}

# getintouch-section
--------------------------------------------------------------*/
.getintouch-section{position: relative;/* background-color: #c5c5c5; */padding: 70px 0;}
.getintouch-section .form-control{ border-radius: 0;  padding: 15px;}
.getintouch-section .sbmt {cursor: pointer;color: #fff;background: #000;padding: 10px 30px;line-height: 26px;font-size: 18px;font-weight: 600;border: none;}
/*--------------------------------------------------------------

# mission-vision-section
--------------------------------------------------------------*/
.mission-vision-section{position: relative;padding: 80px 0px;padding-bottom: 120px;/* background-color: #c5c5c5; */background-size: cover;background-position: center bottom;}
.mission-vision-section .content{    background-color: #fff;padding: 37px 50px;min-height: 400px;}
.mission-vision-section .content .fa{color: #2e3192; opacity: 0.5;font-size: 40px;}
.mission-vision-section .content h2{font-size: 44px; text-align: center;   color: #000;}
.mission-vision-section .content p,.mission-vision-section .content ul li{font-size: 17px;    color: #575d6e;}
.mission-vision-section .carousel-control-next,   .mission-vision-section .carousel-control-prev{width: 60px;height: 60px;opacity: 1;background: #2e3192;top: 40%;border-radius: 50%;transition: .3s;padding-top: 6px;}
.mission-vision-section .carousel-dark .carousel-control-next-icon,   .mission-vision-section .carousel-dark .carousel-control-prev-icon { filter: invert(0) grayscale(0);}
.mission-vision-section .carousel-control-prev{left: -100px;}
.mission-vision-section .carousel-control-next{right: -100px;}
.mission-vision-section .carousel-indicators {bottom: -85px;}
.mission-vision-section .carousel-indicators [data-bs-target] {width: 20px; height: 20px; border-radius: 50%; background-color: #2e3192; margin: 0 5px;}
/*--------------------------------------------------------------
# footer-top
--------------------------------------------------------------*/
.call-to-section {
	position: relative;
	padding: 0;
	z-index: 1;
	background: url(../Image/pattern-2.png);
	background-size: cover;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.call-to-section .shape-1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 340px;
	max-width: 100%;
	height: 100%;
	background: url(../Image/call-to-shape-1.png) right top no-repeat;
	z-index: 1;
}

.call-to-section .shape-2 {
	position: absolute;
	right: 170px;
	top: 0;
	width: 410px;
	height: 54px;
	background: url(../Image/call-to-shape-2.png) right top no-repeat;
	z-index: 0;
}

.call-to-section .inner {
	position: relative;
	display: block;
	padding: 95px 95px 68px;
	background: #5f375a;
	color: #000;
	border-radius: 7px;
	overflow: hidden;
	bottom: -60px;
	margin-top: -60px;
}

.call-to-section h2 {
	position: relative;
	float: left;
	display: block;
	font-size: 48px;
	font-family: Eina03;
	line-height: 1.04;
	color: #fff;
	font-weight: 600;
	z-index: 3;
}

.call-to-section .link-box {
	position: relative;
	float: right;
	padding-top: 12px;
	z-index: 3;
	margin-top: 0;
}


.btn-style-two {
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: #000;
	color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.btn-style-two .btn-title {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.54px;
	font-weight: bold;
	padding: 26px 29px 25px;
	z-index: 1;
	transition: .5s;
}

.btn-style-two:hover {
	color: #000;
}

.btn-style-two .btn-curve {
	position: absolute;
	right: -15px;
	top: 0;
	width: 26px;
	height: 100%;
	background: #ffffff;
	opacity: 0.20;
	z-index: 0;
	transform: skewX(-22deg);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-style-two:hover .btn-curve {
	opacity: 1;
	right: 0;
	width: 100%;
	transform: skewX(0deg);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {position: relative;background-color: #b2b5bd;padding-top: 120px;/* margin-top: 40px; */padding-bottom: 25px;background: #1f1f1f url(../Image/footer-bg.png) center top no-repeat;}
.footer .footer-about p {font-size: 15px;color: #999b9f;font-weight: 400;margin: 35px 0;line-height: 25px;}
.footer .social-links a {display: flex;align-items: center;justify-content: center;width: 44px;background-color: #000;height: 44px;border-radius: 50%;border: 1px solid rgba(255, 255, 255, 0.10);font-size: 16px;color: #999b9f;margin-right: 10px;transition: 0.3s;}
.footer .social-links a:hover {background-color: #2e3192b0;border-color: #2e3192;}
.footer h4 {font-size: 25px;position: relative;padding-bottom: 25px;margin-top: 25px;color: #fff;text-transform: uppercase;font-weight: 400;font-family: 'Eina03-Regular' !important;}
.footer .footer-links {margin-bottom: 30px;}
.footer .footer-links ul {list-style: none;padding: 0; margin: 0;}
.footer .footer-links ul li {padding: 8px 0;display: flex;align-items: center;}
.footer .footer-links ul li:first-child {padding-top: 0;}
.footer .footer-links ul a {position: relative;color: #999b9f;font-size: 16px;font-weight: 400;padding-left: 5px;}
.footer .footer-links ul a:hover {color: #ad64a4;}
.footer .footer-links ul li a::before {content: '';position: absolute;left: 0px;top: 7px;width: 12px;height: 9px;background: url(./Image/logo-small-icon.png) no-repeat;}
.footer .footer-contact p {margin-bottom: 5px;}
.footer .copyright {padding: 10px 0;}
.footer-top{margin-bottom:30px;}
.footer .copyright p {margin-bottom: 0;}
.footer .credits {margin-top: 6px;font-size: 13px;}
.footer .ft_hr{/* color: antiquewhite; */}
.desk-copy{text-align:right;}
.footer-about{margin-bottom:30px;}
.copyright a{
	color:#ad65a4;
}
.footer .footer-contact .ft_cnt{margin-bottom: 25px;color: #999b9f;font-size: 16px;}
.footer .footer-contact .ft_cnt p{color: #999b9f;font-size: 16px;}
/*  */
/*  */
.contact_frm .form-control{ border-radius: 0;  padding: 15px;}
.contact_frm .sbmt {cursor: pointer;color: #fff;background: #000;padding: 10px 30px;line-height: 26px;font-size: 18px;font-weight: 600;border: none;}




.contact-section {
	position: relative;
	padding: 40px 0;
	background: #ffffff;
}

.contact-section .map-box {
	position: relative;
	display: block;
	margin: 0 0 120px;
	border-radius: 7px;
	overflow: hidden;
}

.sub-btn-hm{
	position: relative;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	padding: 25px;
	z-index: 1;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 5px;
	background:#5f375a;
	border:none;
}

.contact-section .form-box {
	position: relative;
	display: block;
	max-width: 770px;
	margin: 0 auto;
	text-align: center;
}

.contact-section .form-box form .row {
	margin: 0 -10px;
}

.contact-section .form-box form .form-group {
	padding: 0px 10px;
	margin-bottom: 20px;
}

.contact-section .upper-info {
	position: relative;
	margin-bottom: 90px;
}

.contact-section .info-block {
	position: relative;
	margin-bottom: 30px;
}

.contact-section .info-block .inner-box {
	position: relative;
	display: block;
	height: 100%;
	min-height: 100%;
	padding: 45px 45px 40px;
	background: #ffffff;
	border-radius: 7px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-section .info-block .inner-box:hover {
	background: #000;
}

.contact-section .info-block .inner-box h5 {
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.1em;
	margin: 0;
}

.contact-section .sec-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.contact-section .info-block .inner-box h5 i{
	margin-right: 10px;
	color: #5f375a;
}

.contact-section .info-block .inner-box h5 a {
	color: #000;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.contact-section .info-block .inner-box:hover h5,
.contact-section .info-block .inner-box:hover h5 a {
	color: #ffffff;
}
.info{padding-left:0;}
.contact-section .info-block .inner-box .text li{list-style:none;}
.contact-section .info-block .inner-box .text {
	position: relative;
	display: block;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 1.7em;
	font-weight: normal;
	color: var(--thm-text);
	padding: 30px 0px 0px;
	z-index: 1;
}
.sub-btn-hm:hover{
	background:#0b1023;
}
.contact-section .info-block .inner-box .text a {
	position: relative;
	color: var(--thm-text);
}

.contact-section .info-block .inner-box:hover .text,
.contact-section .info-block .inner-box:hover .text a {
	color: #999b9f;
}

.contact-section .info-block .inner-box:hover h5 a:hover,
.contact-section .info-block .inner-box:hover .text a:hover {
	text-decoration: underline;
	color: #ffffff;
}








/*  */
.top {position: fixed;right: 18px;bottom: 30px;text-align: center;color: #2e3192;border-radius: 50%;background-color: #fFF;width: 50px;height: 49px;line-height: 49px;z-index: 999;cursor: pointer;opacity: 0;transition: ease-in 0.5s;display: flex;justify-content: center;align-items: center;}
.top.scll-top {  opacity: 1; transition: ease-in 0.5s;  bottom: 56px;}
.top .fa { display: block !important;}

/*--------------------------------------------------------------
# innr-ser-pg
--------------------------------------------------------------*/
.hm_heading.ser_title{font-size: 44px;padding-bottom: 8px;}
.innr-ser-pg ul{ position:relative;list-style: none; padding-left: 0;}
.innr-ser-pg li{position:relative;font-size:15px;padding-left:30px;font-weight:400;line-height:1.6em;}
.innr-ser-pg li:before{position:absolute;content: "\f00c";left:0px;top:5px;color:#2e3192;font-size:18px;line-height:1em;font-family: "fontawesome";}
/*--------------------------------------------------------------
# widgetpage6
--------------------------------------------------------------*/
 #WidgetControl6{display: none;}
.ser_btm_wrapper{background-color: #c5c5c5; margin: 20px 0;}
 .ser_btm_wrapper .hm_heading{text-align: left; font-size: 42px;padding-bottom: 8px;}
 .ser_btm_wrapper_img{position: relative; overflow: hidden;}
 .ser_btm_wrapper:hover .ser_btm_wrapper_img::before{content: ""; position: absolute;inset: 0; background-color: #ff5f2ec5; }
 .ser_btm_wrapper_img img{height: 380px;width: 100%; transition: 0.3s linear;}
.ser_btm_wrapper:hover .ser_btm_wrapper_img img{opacity:0.7;transform:scale(1.07,1.07) rotate(3deg);}
 .ser_btm_sec{padding:0 30px;}
/*  */
#widgetsControl,#widgetsControl_C{height: auto !important;}



@media screen and (max-width: 768px) {
  .footer-top-cont {position: relative;}
    .footer {padding-top: 20px;margin-top: 0px;}
    .mission-vision-section .content {padding: 20px 10px;}
}

.contact .close { position: absolute; right: 14px; font-size: 30px; cursor: pointer; top: 0;}
/*nav-bar*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
#MenuControl_C .bg-light {--bs-bg-opacity: 1;background-color: transparent !important;height:100%;}
#MenuControl .nav-link:focus,#MenuControl .nav-link:hover{background-color: #1b2523 !important;color:#fff !important;}
.nav-link{font-weight: 600; color:#fff;}
.nav-fill{width:100%; font-size: 15px;}
.navbar-brand{margin:0;}
/*nav-bar*/
@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 12px;}
	}
@media (max-width: 769px){

}
a{text-decoration:none;}
@media (max-width: 767px){
.navbar.navbar-expand-md{text-align:center;}
.navbar.navbar-expand-md .container-fluid{display:block;}
.nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
.navbar-nav>li{ display: block; text-align: left; padding: 4px 0; border-bottom: 1px solid #999; border-right:0; }
.nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
.nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}
}


.table-responsive {
    min-height: .01%;
    overflow: hidden !important;border: 0; padding:0;
}

#HeaderControl{/* height: 82px; *//* float: Left; */margin-bottom: 0;padding: 0px 0;transition: 0.5s;position: absolute;/* left: 74px; */top: 20px;z-index: 9;width: 100%;background: transparent;text-align: right;}
#HeaderControl.RadDock_Default .rdMiddle .rdCenter, #HeaderControl.RadDock_Default .rdBottom .rdCenter{    background-color: transparent !important;}
#MenuControl.RadDock_Default .rdMiddle .rdCenter, #MenuControl.RadDock_Default .rdBottom .rdCenter{    background-color: transparent !important;}
#MenuControl{height: 82px;float: Right;margin-bottom: 0;padding: 0px 0;transition: 0.5s;position: absolute;right: 0;top: 46px;z-index: 9;width: 71%;background: transparent;}

center #form1 #HomepagecontentControl{padding-top: 120px;padding-bottom:25px;}
center #form1 .top-nav{background: #111;}

center #form1 #MenuControl{
    background: #1b25234f;
    top: 36px;
}
.body-fx center #form1 #HeaderControl{margin-left:0;}
.body-fx center #form1 #MenuControl{margin-right: 0px;}
center #form1 footer{opacity:1; visibility:visible;}

/*  */
.navbar-toggler{background-color: #fff;}
@media screen and (max-width: 768px) {
	.team-block{margin:10px;}
	section{padding:40px 0;}
	.call-to-section .inner{padding:20px;bottom: -20px;}
	.accordion-box{padding-left:10px;}
	    .parallax-section, .testimonials-section, .error-section {
        padding: 80px 0px;
    }
	.we-do-section .sec-title h2{font-size:32px;}
	.timeline__item--right{left:10px;}
	.accordion-box .block .acc-btn{padding:20px;}
	.trusted-section .featured-block-two img{margin-right:10px;}
	.trusted-section .featured-block-two .text ul li{font-size: 12px;}
	.trusted-section .right-col .inner{padding:0;}
	.sec-title h2{font-size: 24px;}
	.left-based-text{top:100%;}
	.left-based-text .social-links ul li{margin-right: 10px;}
.banner-section .carousel-caption{display: none !important;}
.services-section .inner-container {margin-top: 0px;}
.footer-top-cont {bottom: 0px;}
	.left-based-text .social-links ul{padding-left: 10px;}
	.call-to-section h2{font-size:22px;}
	.fact-counter .column .inner{padding:30px 0;}
	.fact-counter .column{margin-bottom:30px;}
	.timeline__content h2{font-size:22px;}
	.timeline__content ul{padding-left:10px;margin-bottom: 0;}
	.timeline__item.last .timeline__content .text35{font-size:16px;}
	.timeline--horizontal .timeline-divider{display:none;}
	.timeline--horizontal .timeline__item.last{top: 100%;left: 0;}
	.timeline--horizontal{padding: 5px;/* overflow: auto; */white-space: normal;}
	.timeline__content{padding: 5px 10px 5px 30px !important;}
	.innr-pg-bnnr{min-height:100%;padding: 60px 0;}
	.innr-pg-bnnr h1{font-size:32px;}
	.timeline--horizontal .timeline__item {
    left: 0;
    padding-left: 10px !important;
    padding-right: 0 !important;
    width: 100% !important;
    transform: none !IMPORTANT;
    height: auto !important;
    display:block;
    padding-bottom: 0 !IMPORTANT;
    padding-top: 10px !important;
}
	.timeline--horizontal .timeline__items{width: 100% !IMPORTANT;height: auto !IMPORTANT;}
	.timeline--horizontal .timeline__item:after{display:none;}
#HeaderControl,#MenuControl{position: static; width: 100%; height: auto; padding: 4px 0;background-color: #1b2523;}
}
.hm-add-git p{font-size:20px; line-height:40px;}

@media(min-width:1000px) and (max-width:1420px){
	.left-based-text{
		top:75%;
	}
	.parallax-section .content-box{width:100%;margin: 0;}
	.timeline--horizontal .timeline-divider{top:54.5% !important;}
	.timeline--horizontal{padding:20px;}
	.timeline__item.last .timeline__content .text35{font-size:22px;}
	.timeline--horizontal .timeline__item{width: 18% !Important;}
	.timeline--horizontal .timeline__item.last{right:270px;}
	.banner-section .carousel-caption{top:15%;}
	.banner-section .content-column h1{font-size:50px;line-height: 68px;}
	.timeline__item.last .timeline__content .textp{font-size:12px;}
}