@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul {
	list-style:none;
}
a:hover, a {
	text-decoration:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6,ul,li,span,p,b,strong {
	margin:0px;
	padding:0px;
}
body {
	font-size:14px;
	color:#2d363d;
	font-family: 'Montserrat', sans-serif;
	box-sizing:border-box;
}
/**************************/
.main-nav li.quote {
	padding: 0 20px;
	font-size: 14px;
	border-radius:5px;
	letter-spacing: 0.50px;
	display: block;
	background: #279f4b;
}
.main-nav li.quote a {
	color: #fff!important;	
}
.main-nav li.quote:hover {
	background: #2e2f43;
	color: #fff;
}
/*************************/
#header.header-scrolled {
	padding: 2px 0;
	display:block;
	-moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#header {
	padding: 3px 0;
}
.fixed-top {
	position:sticky;
	display:block;
	background:#fff;
	top:0px;
    box-shadow:0px 0px 10px 3px rgb(70 70 70 / 30%);
}
.logo {
	display:block;
	width: 20%;
}
.logo img {
	width: 100%;
}
.header_menu {
    display: flex;
}
.header-scrolled .main-nav > ul {
	margin-top:15px;
	-moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-nav > ul {
	margin-top:15px;
	-moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}
.main-nav a {
	color: #2d363d;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.50px;
    transition: all 200ms linear;
    position: relative;
    display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding:10px 15px;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
	color: #249e49;
	text-decoration: none;
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: ease all 0.3s;
	padding: 10px;
    background-color: rgba(255,255,255,1);
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    border: none;
    border-radius: 3px;
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 160px;
	position: relative;
}
.main-nav .drop-down ul li {
	border-bottom: 1px solid #f4f4f7;
	margin-top:0px;
}
.main-nav .drop-down ul li a {
	padding: 5px 10px;
    color: #2d363d;
    border-radius: 2px;
	font-weight:600;
    transition: all 200ms linear;
	font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: capitalize;
	width:100%;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
	color: #fff;
    background-color: #249e49;
}
.main-nav .drop-down > a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 10px;
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 10px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}
/*******************/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #f8f8f8;
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	color: #000;
	padding: 6px 20px;
	font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    position: relative;
    font-family: Montserrat;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #000;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	margin: 18px 18px 0 0;
	color: #2e2f43;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	/*background: rgba(19, 39, 57, 0.8);*/
	overflow: hidden;
	display: none;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #2e2f43;
}
/***********************/
#banner_main {
	position: relative;
	text-align: center;
}
.wrapper {
	margin-bottom: 35px;
    position: absolute;
    top: 35%;
    left: 0;
    display: block;
    right: 0;
}
.wrapper h2 {
	text-align:center;
	display:block;
	margin: 0 auto;
	font-weight: 700;
	text-transform: uppercase;
	font-size:35px;
}
.spinny-wrapper {
    justify-content: flex-start;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
}
.spinny-words {
    display: inline-block;
    min-width: 350px;
    text-align: left;
}
.spinny-words span {
    position: absolute;
    font-weight: 600;
    top: 0px;
    letter-spacing: 1px;
    color: #279f4b;
    font-size: 22px;
    opacity: 0;
    padding: 5px 15px;
    background: #fff;
    animation: rotateWord 18s linear infinite 0s;
}
.spinny-words span:nth-child(2) { 
    animation-delay: 3s; 
}
.spinny-words span:nth-child(3) { 
    animation-delay: 6s; 
}
.spinny-words span:nth-child(4) { 
    animation-delay: 9s; 
}
.spinny-words span:nth-child(5) { 
    animation-delay: 12s; 
}
.spinny-words span:nth-child(6) { 
    animation-delay: 15s; 
}
@keyframes rotateWord {
 	0%   { opacity: 0; }
 	2%   { opacity: 0; transform: translateY(-30px); }
 	5%   { opacity: 1; transform: translateY(0px);}
 	17%  { opacity: 1; transform: translateY(0px); }
 	20%  { opacity: 0; transform: translateY(30px); }
 	80%  { opacity: 0; }
 	100% { opacity: 0; }
}
/**********************/
#service_main {
	padding: 70px 0 30px 0;
}
.service_dtl_hm h5 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.25px;
	padding-bottom: 10px;
	color: #2e2f43;
}
.service_dtl_hm h1 {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.50px;
	padding-bottom: 15px;
	color: #2e2f43;
}
.service_dtl_hm p {
	color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 15px;
}
.service_dtl_hm p a {
	color: #279f4b;
	font-weight: 600;
}
.server_btn {
	padding: 7px 25px;
	border: 2px solid #279f4b;
	color: #279f4b;
	margin-top: 15px;
	display: inline-block;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.25px;
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 8%);
}
a:hover.server_btn {
	background-color: #279f4b;
	color: #fff;
}
.service_bx_hm {
	margin-bottom: 30px;
}
.service_bx_dtl {
	padding: 35px 20px 50px 20px;
	border-radius: 10px;
	background-color: #fff;
	min-height: auto;
	margin-bottom: 30px;
	display: block;
	text-align: center;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-webkit-box-shadow: 0 14px 30px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 14px 30px 0 rgb(0 0 0 / 8%);
}
.service_bx_dtl:hover {
	background-color: #279f4b;
	color: #fff;
}
.service_icon_bx .web_icon {
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.service_icon_bx img.web_icon {
	margin: 0 auto;
	display: table;
}
.service_bx_dtl:hover .service_icon_bx img.web_icon1 {
	margin: 0 auto;
	display: table;
}
.service_bx_dtl:hover .service_icon_bx .web_icon {
	display: none;
}
.service_icon_bx .web_icon1 {
	display: none;
}
.service_bx_dtl:hover .service_icon_bx .web_icon1 {
	display: block;
}
.service_tilte h5 {
	font-size: 18px;
	padding-top: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #2e2f43;
}
.service_bx_dtl:hover .service_tilte h5 {
	color: #fff;
}
.service_tilte p {
	color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 15px;
}
.service_bx_dtl:hover .service_tilte p {
	color: #fff;
}
.service_tilte span i {
	text-align: left;
	display: block;
	font-size: 18px;
	color: #2d363d;
}
.service_bx_dtl:hover .service_tilte span i {
	color: #fff;
}
.service_bx_two_hm {
	margin-top: -40px;
}
.service_icon_bx {
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 8%);
    width: 86px;
    height: 86px;
    display: inline-block;
    border-radius: 100px;
}
/**********************/
#Portfolio_main {
	padding: 60px 0;
	background: url(../images/portfolio.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.portfolio_hed h3 {
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.2px #2e2f43;
    font-size: 40px;
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 30px;
}
.portfolio_bx {
	background-color: #F7F7F7;
	display: flex;
	position: relative;
	padding: 15px;
	margin: 15px;
}
.portfolio_txt {
	width: 50%;
    float: left;
}
.portfolio_mg {
	width: 50%;
	float: left;
}
.portfolio_other, .portfolio_other_last {
	position: relative;
}
.portfolio_other:before {
	background-color: #279f4b;
    top: -60px;
    left: -30px;
    height: 150px;
    width: 15px;
    position: absolute;
    content: "";
}
.portfolio_other:after {
	background-color: #279f4b;
    top: -30px;
    left: -30px;
    width: 150px;
    height: 15px;
    position: absolute;
    content: "";
}
.portfolio_other_last:before {
	background-color: #2e2f43;
    bottom: -30px;
    right: -30px;
    height: 150px;
    width: 15px;
    position: absolute;
    content: "";
}
.portfolio_other_last:after {
	background-color: #2e2f43;
    bottom: -30px;
    right: -30px;
    width: 150px;
    height: 15px;
    position: absolute;
    content: "";
}
.portfolio_txt {
	padding: 30px 15px 0;
}
.portfolio_txt h5 {
	font-size: 18px;
	color: #2e2f43;
	font-weight: 600;
	letter-spacing: 0.50px;
	padding-left: 40px;
	position: relative;
}
.portfolio_txt h5:before {
	content: "";
    width: 30px;
    height: 2px;
    background-color: #2e2f43;
    position: absolute;
    left: 0;
    top: 9px;
}
.portfolio_txt span {
	color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    padding-top: 10px;
    display: block;
}
.portfolio_txt p {
	color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    padding-top: 10px;
    display: block;
}
.owl-nav {
	display: none;
}
/**********************/
.client_area_dtl {
	padding: 30% 50px 0;
}
.client_logo img {
	margin-top: -110px;
	margin-bottom: 70px;
}
.client_area_dtl h3 {
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.2px #2e2f43;
    font-size: 40px;
    font-family: sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.client_area_dtl h4 {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 40px;
	display: block;
	padding-bottom: 20px;
}
/**********************/
#package_main {
	padding: 60px 0;
	background: url(../images/package_bg.png) no-repeat;
	position: relative;
	z-index: 1;
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: center;
}
.package_hed h2 {
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #a1a1a1;
    font-size: 50px;
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.package_hed span {
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.25px;
    padding: 0 5%;
    color: #fff;
    display: block;
    text-align: center;
}
.package_hed {
	padding-bottom: 30px;
}
.package_box_icon {
	background: url(../images/modal-bg.jpg);
	position: relative;
	border-radius: 5px;
}
.package_box_icon:before {
	content: "";
    background: #279f4b;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .8;
	border-radius: 5px;
}
.package_mg_bx {
	padding: 25px 0;
	text-align: center;
	color: #fff;
	position: relative;
}
.package_mg_bx h4 {
	font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: block;
    padding-top: 15px;
}
.package_content {
	padding: 20px 15px 20px 15px;
	background: #fff;
	position: relative;
}
.package_content p {
	color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    text-align: center;
}
.connect_btn {
	padding: 5px 20px;
	border: 2px solid #279f4b;
	color: #279f4b;
	margin-top: 15px;
	display: table;
	border-radius: 50px;
	margin: 0 auto;
	font-size: 14px;
	margin-top: 15px;
	font-weight: 500;
	letter-spacing: 0.25px;
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 8%);
}
a:hover.connect_btn {
	background-color: #279f4b;
	color: #fff;
}
/**********************/
footer {
	padding: 30px 0 50px 0;
	background-color: #2e2f43;
}
.footer_txt h2 {
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #a1a1a1;
    font-size: 50px;
    font-family: sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.footer_add {
	padding-right: 20px;
}
.fot_tp {
	padding-bottom: 30px;
}
.fot_tp h4 {
	color: #fff;
	font-size: 21px;
	padding-bottom: 5px;
	letter-spacing: 0.50px;
} 
.fot_tp span {
	font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.50px;
    color: #fff;
    display: block;
}
address h6 {
	font-size: 15px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.50px;
    padding-left: 40px;
    padding-bottom: 15px;
    position: relative;
}
address h6:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 9px;
}
address a {
	color: #fff;
	padding-left: 40px;
	display: table;
	font-size: 15px;
	letter-spacing: 0.50px;
	line-height: 30px;
}
address a:hover {
	color: #279f4b;
}
.footer_list {
	padding-top: 60px;	
}
.footer_list h6 {
	font-size: 15px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.50px;
    padding-left: 40px;
    padding-bottom: 15px;
    position: relative;
}
.footer_list h6:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 9px;
}
.footer_list ul li a {
	color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.50px;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
}
.footer_list ul li a:hover {
	color: #279f4b;
}
/**********************/
#footer_bottom {
	padding: 12px 0;
	background-color: #0a0a11;
}
.copy p {
	color: #fff;
    padding-left: 40px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.50px;
}
.support ul {
	float: right;
}
.support ul li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #fdfdfd;
}
.support ul li:last-child {
	border-right: 0px;
}
.support ul li a {
	color: #fff;
    font-size: 14px;
    letter-spacing: 0.50px;
}
/**********************/
#why_main {
	background-color: #249e49;
	padding: 60px 0 60px 0;
}
.why_hed h4 {
	font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 30px;
    color: #fff;
}
.why_bx {
	position: relative;
	text-align: center;
	padding: 20px 0;
}
.why_bx:before {
	position: absolute;
	content: '';
	width: 90%;
	height: 1px;
	bottom: 0;
	left: 50%;
	background-color: #fff;
	transform: translateX(-50%);
}
.why_bx:after {
	position: absolute;
	content: '';
	height: 70%;
	width: 1px;
	right: -15px;
	top: 50%;
	background-color: #fff;
	transform: translateY(-50%);
}
.why_content h6 {
	font-size: 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.50px;
}
.why_mg img {
	margin-bottom: 15px;
}
.why_three:after, .why_six:after {
	display: none;
}
.why_four:before, .why_five:before, .why_six:before {
	display: none;
}
.start_form {
	background:#fff;
	padding: 50px 40px 40px;
	margin-top:-120px;
	border-radius: 10px;
	box-shadow: 0 14px 30px 0 rgb(0 0 0 / 8%);
}
.start_form_dtl h4 {
	font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    color: #249e49;
    padding-bottom: 10px;
}
.start_form_dtl p {
    color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    padding-bottom: 20px;
}
.start_form_dtl .form-group {
	margin-bottom:10px;
}
.start_form_dtl .form-group input {
    display: block;
    width: 100%;
    color: #000;
    height: 50px;
    padding: 10px 15px;
    font-size: 14px;
	font-weight:500;
    border-radius: 2px;
    background: #fff;
    border-color: #ebebeb;
	border-width: 0 0 2px 0;
	border-style: solid;
}
.start_form_dtl .form-group input::placeholder {
	color: #000;
	opacity: 1; 
	font-size:14px;
}
.start_form_dtl .form-group textarea::placeholder {
	color: #000;
	opacity: 1; 
	font-size:14px;
}
.start_form_dtl .form-group textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #000;
	font-weight:500;
    height: 100px;
    font-size: 14px;
    border-radius: 2px;
    border-color: #ebebeb;
	border-width: 0 0 2px 0;
	border-style:solid;
    background: #fff;
}
.start_btn {
    padding: 7px 25px;
    border: 2px solid #279f4b;
    color: #279f4b;
    margin-top: 15px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    letter-spacing: 0.25px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 8%);
}
.start_btn:hover {
	background-color: #279f4b;
    color: #fff;
}
/**********************/
#inner_banner_main {
	position: relative;
	text-align: center;
}
#inner_banner_main h1 {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color: #fff;
	font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
}
#inner_about_main {
	padding: 70px 0 30px 0;
}
.inner_about_detail h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.50px;
    padding-bottom: 15px;
    color: #2e2f43;
}
.inner_about_detail h2 span {
	color: #279f4b;
	font-weight: bold;
	position: relative;
}
.inner_about_detail h2 span:after {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 10px;
    background: #2e2f43;
    opacity: .5;
    z-index: -1;
    display: block;
}
.inner_about_detail p {
    color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 15px;
}
.inner_about_mg {
    padding: 35px 20px 50px 20px;
    border-radius: 10px;
    background-color: #fff;
    min-height: auto;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -webkit-box-shadow: 0 14px 30px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 14px 30px 0 rgb(0 0 0 / 8%);
}
#about_vmv {
	padding: 20px 0 60px 0;
} 
.vms_main {
	box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
    border-radius: 5px;
    padding: 15px;
    transition: transform 1s;
    min-height: 330px;
}
.vms_main:hover {
	background-color: #279f4b;
    color: #fff;
    transform: perspective(100px) translateZ(5px);
}
.vsm_bx {
	display: inline-block;
}
.vsm_bx img {
	position: relative;
}
.vsm_bx span {
	position: absolute;
	content: '';
	top: 21%;
	left: 22%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color: #fff;
	font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
}
.vsm_bx h3 {
	font-weight: bold;
	font-size: 25px;
	color: #2e2f43;
	letter-spacing: 0.50px;
	display: inline-block;
	padding-top: 35px;
}
.vms_main:hover .vsm_bx h3 {
	color: #fff;
}
.vms_main hr {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e6e6e6;
}
.vms_main:hover .vms_main hr {
	border-bottom: 2px solid #fff;
}
.vsm_para p {
    color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    text-align: center;
    margin: 30px auto 0px;
}
.vms_main:hover .vsm_para p {
	color: #fff;
}
#inner_about_last {
	padding: 50px 0;
}
.about_last_bg {
	padding: 50px 25px;
	background-color: #F7F7F7;
}
.about_last_mg {
	background-color: #279f4b;
    margin-left: 30px;
}
.last_mg {
	border-bottom-left-radius: 160px;
    overflow: hidden;
    position: relative;
    bottom: -15px;
    left: -15px;
}
.inner_about_why h3 {
	font-weight: bold;
	font-size: 23px;
	color: #2e2f43;
	padding-bottom: 5px;
	letter-spacing: 0.50px;
}
.inner_about_why span {
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.25px;
    display: block;
}
.inner_about_why {
	margin-bottom: 30px;
}
.why_lst_main {
	position: relative;
	padding-left: 80px;
}
.why_lst_main:before {
	position: absolute;;
	content: '';
	top: 0;
	left: 30px;
	width: 2px;
	height: 100%;
	background-color: #2e2f43;
	display: block;
}
.why_lst {
	border: 2px solid #2e2f43;
    border-radius: 6px;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}
.why_number {
	background-color: #2e2f43;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: -76px;
}
.why_arrow {
	height: 0px;
    width: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #2e2f43;
    position: absolute;
    left: -10px;
}
.why_lst h5 {
    font-size: 18px;
    color: #2e2f43;
    font-weight: 600;
    letter-spacing: 0.50px;
    padding-left: 40px;
    position: relative;
}
.why_lst h5:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #2e2f43;
    position: absolute;
    left: 0;
    top: 9px;
}
.why_lst p {
    color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    padding-top: 10px;
    display: block;
}
/**********************/
#inner_service_main {
	padding: 70px 0 50px 0;
}
.service_hd_para h2 {
	font-size: 28px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.50px;
    padding-bottom: 15px;
    color: #2e2f43;
}
.service_hd_para span {
	color: #2d363d;
    line-height: 24px;
    letter-spacing: 0.25px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 0 7% 0;
}
.service_hd_dtl0 {
	padding: 30px 15px;
}
.service_hd_dtl h4 {
    font-size: 21px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.50px;
    display: block;
    padding-bottom: 30px;
}
.service_hd_dtl h5 {
	font-size: 18px;
    font-weight: 600;
    color: #279f4b;
    text-align: center;
}
#design_detail {
	padding: 50px 0;
	background: #F7F7F7;
}
.diverder-top, .diverder-bottom {
	border-bottom: 5px double #2d363d;
}
.website_dtl h2 {
	padding: 10px 0;
	text-align: center;
	font-size: 26px;
	letter-spacing: 1px;
	font-weight: 600;
}
.website_dtl {
	padding-bottom: 20px;
}
.maint_list ul li {
	margin: 6px 0;
    padding-left: 30px;
    position: relative;
    color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
}
.maint_list ul li i {
	position: absolute;
	top: 5px;
	left: 0;
	color: #279f4b;
}
/**********************/
#inn_process {
    background: transparent url(../images/steps.png) 50% 85%/auto no-repeat scroll;
    padding-bottom: 20px;
	padding-top:70px;
    z-index: 3;
}
.website_dtl span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.25px;
    color: #2e2f43;
	text-align:center;
	display: block;
	padding:0 20% 0;
}
.procee_line {
	background: transparent url(../images/process.png) center top/auto no-repeat scroll;
    margin-top: 80px;
    margin-bottom: 40px;
	width: calc(100% + 30px);
}
.row_wdth_one {
    width: 20%;
}
.proc_bx {
   	text-align: center;
    width: 100%;
    margin-top: -80px;
    margin-left: 10px;
    padding-top: 0px;
}
.proc_bx .proc_mg .icon_bar {
    background: #ffffff;
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 3px solid #279f4b;
    border-radius: 50% 50% 50% 50%;
	margin-bottom:20px;
}
.proc_bx .proc_mg .icon_bar i {
    padding-top: 17px;
    padding-bottom: 15px;
    position: relative;
	font-size:30px;
    z-index: 1;
} 
div.icon_no {
	padding-bottom:10px;
	font-size:30px;
	margin-top:-90px;
}
.icon_cont h5 {
	text-align: center;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2e2f43;
}
.row_wdth_two {
	padding-top: 150px;
	width:20%;
}
.row_wdth_three {
	width:20%;
	padding-top: 30px;
}
.row_wdth_four {
	width:20%;
	padding-top: 150px;
}
.row_wdth_five {
	width:20%;
	padding-top: 80px;
}
/**********************/
.seo_heading h3 {
	font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: block;
    padding-bottom: 15px;
    color: #2e2f43;
}
.seo_heading p {
	color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 15px;
}
.search_bx_brd {
	position: relative;
	min-height: 150px;
	margin-top: 25px;
}
.search_bx_brd:after {
	position: absolute;
	content: '';
	width: 1px;
	top: 50%;
	height: 100px;
	right: 0;
	display: block;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #229c48;
}
.seo_search_icon img {
	margin: 20px auto;
	display: table;
}
.seo_search_dtl span {
	font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.25px;
    color: #2e2f43;
    text-align: center;
    display: block;
}
.md_tp {
	padding-top: 40px;
}
.brd_none {
	position: static;
}
.seo_service h3 {
	font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: block;
    padding-bottom: 10px;
    color: #2e2f43;
}
.seo_service span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.25px;
    color: #2e2f43;
    display: block;
    padding-bottom: 50px;
}
.seo_service_bx {
	position: relative;
}
.seo_service_mg {
	position: relative;
	float: left;
    width: 70px;
    line-height: 70px;
    box-shadow: inset 0 0 0 3px #279f4b;
    text-align: center;
    margin-right: 15px;
    vertical-align: middle;
    border-radius: 50%;
    height: 70px;
}
.service_mg_brd img {
	width: 30px;
}
.seo_service_mg:after {
	position: absolute;
	content: '';
	top: 80px;
	left: 35px;
	height: 250px;
    width: 2px;
    background-color: #F7F7F7;
}
.seo_service_content h4 {
	font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
}
.seo_service_content_para {
	margin-left: 85px;
}
.seo_service_content_para p {
	color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    padding-bottom: 15px;
}
.seo_service_list ul li {
	position: relative;
}
.seo_service_list ul li span {
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.25px;
    color: #2e2f43;
    display: block;
	margin-left: 85px;
}
.seo_service_bx .seo_service_list ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 33px;
    top: 9px;
    border-radius: 50%;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 2px #279f4b;
}
/**********************/
.smo_service h2 {
	font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: block;
    padding-bottom: 10px;
    color: #2e2f43;
}
.smo_service span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.25px;
    color: #2e2f43;
    display: block;
    padding-bottom: 20px;
}
.smo_service h3 {
	font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: block;
    padding-bottom: 15px;
    color: #2e2f43;
    padding-left: 40px;
    position: relative;
}
.smo_service h3:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #2e2f43;
    position: absolute;
    left: 0;
    top: 12px;
}
.smo_service p {
	color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 15px;
}
.align_text p {
	text-align: center;
}
/**********************/
#inner_contact_main {
	padding: 70px 0 70px 0;
}
.contact_detail {
	padding-bottom: 30px;
}
.contact_detail h4 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    text-transform: capitalize;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
}
.contact_detail h4::after {
    content: "";
    background: #2d363d;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact_detail p {
    color: #2d363d;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    text-align: justify;
}
.contact_no span {
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: block;
    color: #279f4b;
    padding-bottom: 7px;
}
.contact_no span a {
    color: #2d363d;
    font-weight: 600;
    letter-spacing: 0.50px;
    font-size: 14px;
}
.contact_no span a:hover {
	color: #279f4b;
}
.contact_brd {
	border-right: 5px solid #F7F7F7;
	border-radius: 5px;
}
.map_pd {
	margin-top: 40px;
}
.contact_frm_hed {
	padding-left: 20px;
}
.contact_frm_hed h4 {
	font-size: 21px;
    padding-top: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
    color: #279f4b;
    letter-spacing: 1px;
    text-align: center;
}
.contact_frm_hed span {
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.25px;
    display: block;
    padding-bottom: 5px;
    text-align: center;
}
.contact_frm_hed {
	padding-bottom: 25px;
}
.contact-from .input-data {
    height: 100%;
    width: 100%;
    position: relative;
}
.form-control {
    width: 100%;
    border: solid 1px #beb8b8!important;
    color: #2d363d;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600;
    height: 40px!important;
    display: block;
    border-radius: 0;
    margin-bottom: 30px;
}
.input-data textarea {
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 5px 15px;
    color: #ee2324;
    height: 100px!important;
    font-size: 14px;
    border-radius: 2px;
    border: 2px solid #eaeaea;
    margin-bottom: 40px;
    background: #fdfdfd;
    resize: none;
}
.input-data label {
    transform: translateY(-20px);
    font-size: 15px;
    color: #279f4b;
    font-weight: 500;
    background: #fff;
    padding: 0 6px;
   	position: absolute;
    top: 6px;
    left: 25px;
}
.butn-bg {
    padding: 10px 30px;
    background: #279f4b!important;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
}
.butn-bg:hover {
    background: #2d363d!important;
    color: #fff;
}
.form_dtl span {
	font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.25px;
    display: block;
    padding-bottom: 25px;
}
/**********************/
.bx_img_icon {
	border: solid 2px #F7F7F7;
	padding: 15px;
	margin-bottom: 15px;
}
/**********************/
.portfolio {
	margin-bottom: 40px;
}
.portfolio_feature {
    position: relative;
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block;
    background: #f7f7f7;
}
.portfolio_feature:hover {
    -webkit-box-shadow: 0 18px 30px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 18px 30px 0 rgb(0 0 0 / 8%);
}
.portfolio_images {
    height: 100%;
    max-height: 25rem;
    overflow: hidden;
}
.portfolio_feature .portfolio_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.portfolio_detail h5 {
    font-size: 18px;
    color: #2e2f43;
    font-weight: 600;
}
.portfolio_feature:hover .portfolio_detail h5 {
	color: #279f4b;
}
/**********************/
