body {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
html {
	height: 100%;
}
body {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.main_wrapper {
	flex: 1 0 auto;
	background:#e0f0e04d;
}
.pb-40 {
	padding-bottom: 30px;
}
.mt-100 {
	margin-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {     
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
a, a:hover {
    text-decoration: none !important;
    outline: none !important;
}
a {
     color: #6dbd63;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
}
a:hover {
     color: #48953f;
}
.container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    overflow: hidden;
}
.form-control {
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     height: 40px;
     border-color: #d9d9d9;
}
.form-control:focus {
     border-color: #6dbd63;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
}
.clr-green
{
     background:#e0f0e04d;
}
blockquote {
     font-size: 14px;
}
input,
textarea,
select {
     appearance: none;
     -webkit-appearance: none;
}

::-webkit-input-placeholder {
     color: #ccc;
}

:-moz-placeholder {
     color: #ccc;
}

::-moz-placeholder {
     color: #ccc;
}

:-ms-input-placeholder {
     color: #ccc;
}
.title.text-center, .section-title, .area-title {
     font-size: 28px;
     margin-bottom: 15px;
     text-transform: capitalize;
     text-align: center;
     margin-bottom: 0;
}
.wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
.wrapper-2 {
    padding: 30px;
    text-align: center;
}
.wrapper-2 p {
    margin: 0;
    margin-bottom: 30px;
    margin-top: 20px;
}
.go-home , 
.go-home:hover {
    color: #fff;
    background: #6dbd63;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.main_wrapper {
	height: auto;
	overflow: hidden;
}
.padding-top {
	padding-top: 50px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.card-container.card {
	max-width: 350px;

}
.required label::after, .field-quote-verifycode label::after, .field-information-verifycode label::after {
    content: "*";
    color: red;
    margin-left: 3px;
}
/************Header start--------------*/
header .navbar-nav li a
{
	color: #000;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}
header .btn-success
{
	padding:4px 15px;
}
header .navbar-nav li
{
	margin-right: 20px;
}

/************Header end--------------*/
/************ footer start***********/
footer {
	background: #202736;
	padding:0px 0px;
}
footer .footer-heading h4
{
	font-size: 20px;
}
.footer-content ul li a
{
	color: #fff;
	font-size: 15px;
}
.footer_social li a i
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border:1px solid #fff;
	text-align: center;
	border-radius: 50px
}
footer p
{
	font-size: 15px;
}
.footer-bottom
{
	border-top: 1px solid #ffffff2b;
	background: #202736;
	padding: 15px 0px
}
.footer-bottom a{
	color: #13ac37;
}
/************ footer end***********/
/************promo section start--------------*/
.promo-section {
    background: url(../img/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-color: #00000073;
    padding: 50px 0px;
}
.promo-section ul li
{
     margin-bottom: 10px;
     color: #fff
}
.promo-section ul li i
{
     margin-right: 5px;
}
/************promo section end--------------*/

/********** features section ==============*/
a.outer-main {
    display: block;
    background: #fff;
    padding: 20px;
}
.outer-main p
{
     word-break: break-all;
     color: #212529
}
.outer-main h3
{
     font-size: 20px;
}
/********** features section end============*/
/********** why choose section start============*/
.center-content {
    padding: 20px;
    border: 1px solid #f1f1f1;
}
.icon_div {
    border: 2px solid #fff;
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.icon_div img {
    width: 50px;
}
/********** why choose section end============*/
/*--------<!--Testimonials section start-->====*/
.testimonials .item.last {
     margin-bottom: 0;
}
 .testimonials .item .quote-box {
     background: #fff;
     padding: 50px;
     padding-bottom: 15px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
     border-radius: 4px;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
     position: relative;
     margin-bottom: 30px;
     min-height: 160px;
}

 .testimonials .item .quote-box .fa {
     color: #9fd499;
     font-size: 18px;
     position: absolute;
     left: 30px;
     top: 30px;
}

 .testimonials .item .quote-box:after {
     content: "";
     display: block;
     width: 0;
     height: 0;
     border-left: 20px solid transparent;
     border-right: 20px solid transparent;
     border-top: 20px solid #f5f5f5;
     position: absolute;
     bottom: -20px;
     margin-left: -20px;
     left: 50%;
}

 .testimonials .item .quote {
     border: none;
     padding: 0;
     font-size: 14px;
     color: #060606;
     margin-bottom: 15px;
}

/*--------<!--Testimonials section end-->====*/
/************ blog start***************/

.blog-section .blog-img img  {
	width:100%;
	    height: 270px;
    object-fit: cover;
}
.blog-section.bg .single-blog
{
	background:#ffffff;
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
}
.article.blog-post:last-child {
	padding-bottom:0 !important;
}
.mb-45
{
	margin-bottom: 45px !important;
}

/************ blog end***************/

/************privacy***********/

.content-section {
	margin: 30px 0;
	background: #fff;
	padding: 16px;
}
.content-section h1 {
	font-size: 26px;
	margin-top: 0;
	padding-bottom: 11px;
	margin-bottom: 30px;
	display: inline-block;
	font-weight: 500;
}
h4.divider {
	font-size: 20px;
	text-transform: uppercase;
}
.page-head h1 {
	font-size: 22px;
	padding: 15px 8px;
}
.page-head {
	background: #fff;
}
/*----------- contact --------------*/
.contact-group .card
{
	padding:20px;

}
/* .contact-group .card .icon 
{
	max-width: 40px;
} */
.contact-group .card .icon span {
    font-size: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #28a745;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #28a745;
}
.contact-form .button {
    background: #28a745;
    color: #fff;
    outline: none;
    padding: 8px 20px;
    border-radius: 5px;
    border: 1px solid #28a745;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}
#contact_form_id .iti{
	width:100%;
}
/*----------- custom --------------*/
.card
{
	margin-bottom: 20px;
}
.card-header
{
	    background-color: rgb(32, 39, 54);
	    color: #ffffff
}
.list-view.comment-list .menu-icon a,
.content-list .list-wrapper.list-unstyled li a
{
	color: #000;
}
.reauth-email {
	display: block;
	color: #404040;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section-padding {
	padding: 30px 0;
	background: #eee;
}
.login-box {
    margin: auto;
    background: #fff;
    padding: 40px;
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
}
.signup-bg .content-bottom {
	margin-bottom: 20px !important;
}
.content-bottom h4 i {
	color: #51A746;
	font-size: 24px;
	vertical-align: middle;
}
.content-bottom h4 
	{
	font-size: 26px;
	 color:#000;
	}
.signup-bg {
	padding: 23px;
}
.content-bottom h4 span {
    font-size: 16px;
 	 margin-right: 5px;
    width: 30px;
    height: 30px;
    background: #5fb255;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
p.style {
    margin-left: 45px;
}
.mb-20 {
	margin-bottom: 20px;
}
.candidate-section .input-group.file-caption-main
{
	width: 90%;
}
.single-blog h3 {
    line-height: 1;
}
.single-blog p {
   font-size:15px;
}
.single-blog h3 a {
    font-size: 18px;
    letter-spacing: 0;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
}
a.read-more {
    border: 2px solid #6dbd63;
    padding: 7px 14px;
    color: #6dbd63;
	font-size: 15px;
	display: inline-block;
	border-radius: 5px;
}
.mg-30 {
	margin-bottom: 30px;
}
.pd-100 {
	padding-top: 80px;
}
.single-services a:hover {
	text-decoration: none;
}

.single-services img {
	width: 100px;
}

.title-1 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #67bb5c;
}
.single-blog {
	margin-bottom: 30px;
}
.bg {
	background: #eee;
}
.pb-15 {
	padding-bottom: 16px;
}

.btn-bg { 
background: #6DBD63 !important;
font-size: 15px !important;
color: #fff !important;
padding: 10px !important;
}

.required label.control-label::after {
    content: " *";
    color: #ef0303;
}

textarea.form-control {
    height: 120px;
}
.secondary {
    background-color: #6dbd63 !important;
}

.products--capabilities-panel h3 {
	position: relative;
	font-size: 27px;
}

.nav-tabs {
    border-bottom: 0;
}
.nav-tabs > li  a{
	font-size: 16px;
}
.products--capabilities-panel h4 {
	font-family: 'Arimo', sans-serif;
	font-size: 19px;
	margin: 20px 0 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus , .nav.nav-tabs li a:hover {
	color: #555 !Important;
	cursor: default;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 0 inherit;
	font-size: 16px;
	background-color: #f7f7f7;
	border-radius: 0;
	font-weight: 500;
	cursor: pointer;
}

.light-color.btn {
	background: #fff;
	color: #000;
}


.bottom-content {
	border: none;
	padding: 0;
	font-size: 14px;
	color: #060606;
	text-align: center;
}
 .testimonials .item .details {
	display: block;
	color: #080808;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 15px;
}
.testimonials .name {
	display: block;
	color: #080808;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 17px;
}
 .title {
	font-size:14px;
}
.testimonials-image {
	width: 80px;
	height: 80px;
	border: 4px solid #f2f2f2;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	border-radius: 50%;
	margin: auto;
	overflow:hidden;
}

article.blog-post
{
	padding: 20px;
	margin:30px 0px;
}
.cx-blog-section .portfolio-filter-1 li a,.cx-blog-section .blog-categories ul li a
{
	background: #ffffff;
}
.cx-blog-section .portfolio-filter-1 li a:hover, 
.cx-blog-section .portfolio-filter-1 li.active a,.cx-blog-section .blog-categories ul li a:hover {
    background: #6dbd63;
    color: #ffffff

}
.innericon  {
	font-size:  28px !important;
	text-align:  center;
	background:   #6dbd63;
	color:   #fff  !important;
	border-radius:  50px;
	width:  55px;
	height:  55px;
	line-height:  55px;
	font-weight:  600;
	margin-bottom:  5px !important;
}

.innericon img {
    width: 100%;
}
.innericon {
	background: #6dbd63;
	width: 50px;
	height: 50px;
	margin: auto;
	border-radius: 50%;
	margin-bottom:  5px !important;
	padding:10px;
}

.site-about {
    padding: 50px 0;
}
.auth-clients li {
    float: none;
    display: inline-block;
    margin: 15px 20px 0 0;
    text-align: left;
   
}
.social-links {
    margin-top: 0;
    text-align: center;
}
.signup-or > span {
    background: #5fb255 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 100;
    padding: 5px 8px;
    position: relative;
    top: 12px;
    border-radius: 50px;
}
.signup-or {
    border-bottom: 1px solid #5fb255;
    margin: 0 0 30px;
    text-align: center;
}
.bg-bottom {
	z-index : 999;
}

.portfolio-filter-1 li,.blog-categories ul li
{
	display: inline-block;
}
.cx-section.cx-blog-section
{
	padding: 50px 0px;
	background:#e0f0e087;
}
/*common*/
.wrapper .container-fluid.px-0
{
	max-width: 100%;
    margin: 0 auto;
    padding: 0 5% !important;
    overflow: hidden;

}
.wrapper .container-fluid.px-0 .card
{
	margin-top: 20px;
}
.card
{
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border: 0;
}
.navbar-toggler-icon {
      width: 1em;
    height: 2px;
    margin: 5px;
    display:block;
}
.help-block-error {
color: red;
}
.blog-post.post-single img {
	width:100%;
}
.blog-detail .card.card-primary.blog-widget-view {
	padding:0;
}
.portfolio-heading-section,.pagetitle-section {
    background: #202736;
    padding: 30px 0;
    color: #fff;
}
.pagetitle-section h1
{
	font-size: 28px;
}
.content.py-5
{
	padding: 0px !important
}

@media screen and (min-width: 600px)
{
	.login-box {
    width: 470px;
}
}
@media screen and (max-width:991px) {
 .blog-post img {
	width:100%;
	margin-bottom:15px;
}
	.blog-section .blog-img img  {
	    height: auto;
}
	.promo .intro .title {
		font-size: 22px;
	}
		.promo .intro .summary {
		font-size: 18px;
		    margin-bottom: 10px;	
	}	
header .navbar-nav li
{
	display: block;
	border-bottom: 1px solid #d2e9d7
}
}
@media screen and (max-width:576px) {
.login-signup h4 {
	font-size: 18px;
	    line-height: 1.5;
}
}
/*end*/
.features-section p
{
     word-break: break-all;
}

.field-loginform-password span, .field-user-password span, .field-user-confirm_password span {
	float: right;
    margin-top: -34px;
    position: relative;
    z-index: 2;
    margin-right: 28px;
}
#loginform-password {
	padding-right: 50px !important;
}

.container-fluid {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5% !important;
	overflow: hidden;
}
#contact-form-submit {
	width: 136px !important;
	padding: 4px;
	color: #fff !important;
	font-size: 14px;
	background-color: #0e710ecf;
	border: 0px;
	border-radius: 20px;
}




/* athuntication page css  */
.padding-l-0 {
	padding-left: 0px;
}

.left_wrp_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.left_wrp_img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #00000070;
}

.left_wrp_img {
	position: relative;
	height: 100%;
}

.left_wrp_main {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.left_content_wrp {
	position: absolute;
	padding: 40px;
	color: #fff;
	text-align: center;
}

.left_content_wrp h1 {
	font-size: 50px;
	margin: 0px 0px 15px;
}

.left_content_wrp h5 {
	font-size: 26px;
	margin-bottom: 0px;
}

.left_content_wrp p {
	padding: 0px 35px;
}

.left_content_wrp a {
	text-decoration: none;
}

.right_wrp_main {
	padding: 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.logo_wrp a {
	color: #2CA0AF;
	font-size: 32px;
	font-weight: 600;
	text-decoration: none;
}
.logo_wrp a img{
	max-width: 200px;
}
.form_wrpp h1 {
	text-align: center;
	color: #2CA0AF;
	margin-bottom: 30px;
	font-size: 30px;
}

.logo_wrp {
	margin-bottom: 40px;
	background: #0000006e;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 10px;
}

.form_wrpp .form-group {
	margin-bottom: 20px;
	position: relative;
}

.form_wrpp label {
	margin-bottom: 10px;
	font-size: 15px;
}

.form_wrpp {
	width: 50%;
}

.checkbox_frm {
	display: flex;
	justify-content: space-between;
}

.form-group .form-control {
	height: 50px;
	border-color: #dddbdb;
	text-align: left;
}
.form-group label{
	margin-bottom: 8px;
}
.forgot-pass a {
	color: #2CA0AF;
	text-decoration: none;
}

.forgot-pass a:hover {
	text-decoration: underline;
}

.form-check-input:checked {
	background-color: #2CA0AF;
	border-color: #2CA0AF;
}

.form_main_wrpp {
	width: 100%;
}

.select_wrp i {
	position: absolute;
	top: 52px;
	right: 15px;
	font-size: 14px;
	color: #19110b;
}
.form_main_wrpp .toggle-password {
	position: absolute;
	top: 52px;
	right: 30px;
	font-size: 14px;
}

.form_wrpp {
	padding: 35px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form_main_wrpp {
	width: 92%;
	margin: 50px 0px;
	padding: 30px;
	border-radius: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.file-input {
	display: flex;
	text-align: left;
	background: #fff;
	padding: 4px 4px;
	width: 100%;
	position: relative;
	border-radius: 5px;
	align-items: center;
	border: 1px solid #dddbdb;
	height: 50px;
}

.file-input>[type='file'] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
	cursor: pointer;
}

.file-input>.button {
	display: inline-block;
	cursor: pointer;
	background: #eee;
	padding: 8px 16px;
	border-radius: 2px;
	margin-right: 8px;
}

.file-input:hover>.button {
	background: #6eb356;
	color: white;
}

.file-input>.label {
	color: #333;
	white-space: nowrap;
	opacity: .3;
}

.file-input.-chosen>.label {
	opacity: 1;
}
.checkbox .form-check-input:checked {
    background-color: #2CA0AF;
    border-color: #2CA0AF;
}
.auth-wrapp .container-fluid{
	padding: 0 !important;
}
.btn-theme{
	position: relative;
    background: #2CA0AF !important;
    outline: none !important;
    color: #fff !important;
    text-transform: capitalize;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #2CA0AF!important;
    text-decoration: none;
}
.auth-btn {
    padding: 10px 32px;
}
.v-height{
	height: 100VH;
}
@media screen and (max-width:1199px){
    .form_wrpp{
        padding: 20px;
    }
    .form_wrpp {
        width: 91%;
    }
}
@media screen and (max-width:991px){
	.form_wrpp {
		width: 100%;
		max-width: 500px;
	}
}
@media screen and (max-width:767px){
	.v-height {
		height: initial !important;
	}
	.logo_wrp a img {
		max-width: 120px;
	}
	.logo_wrp {
		margin-bottom: 20px;
	}
	.left_content_wrp h1 {
		font-size: 34px;
		margin: 0px 0px 7px;
	}
}
 /* end athuntication page css  */
 
 header .navbar-brand img {
	width: 110px;
}
 header .navbar-brand {
	padding: 0px;
}
.password_wrp {
	position: relative;
}
.password_wrp .eye-icon {
	position: absolute;
	top: 43px;
	right: 30px;
}

.contact-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 10px #e1e1e1;
	border-radius: 5px;
	padding: 20px;
	min-height: 225px;
  }
.contact-box .icon {
	margin: 10px auto;
	width: 60px;
	background: #fff;
	box-shadow: 0px 0px 10px #e7e7e7;
	height: 60px;
	display: flex;
	align-items: center;
	border-radius: 30px;
  }
 .contact-box .icon svg {
	padding: 12px;
	color: #28a745;
	width: 100%;
	height: 80px;
	text-align: center;
}
.terms-box{
	background-color: #fff;
	box-shadow: 0px 0px 10px #dddddd;
	padding: 50px 20px;
	border-radius: 8px;
	margin: 50px 0px;
}
.terms-box .title h2{
	color: #28a745;
	font-weight: 600;
	margin-bottom: 0px;
}
.title .light-line{
	background-color: #28a745;
	height: 3px;
	width: 200px;
	border-radius: 10px;
	margin: 15px 0px;
}
.terms-box .content{
	margin-top: 60px;
}
.portfolio-heading-section,.pagetitle-section-2 {
    background-image: url('../img/about-bg.jpeg');
    padding: 30px 0;
    color: #fff;
}
.pagetitle-section h1
{
	font-size: 28px;
}
.about-content h4{
	font-size: 18px;
	color: #28a745;
}
.about-content h2{
	font-size: 40px;
	font-weight: 700;
}
.about-content{
	position: relative;
	z-index: 1;
}
.about-content::before{
	content: " ";
	top: -20px;
	left: -80px;
	background-image: url('../img/bg_about.png');
	position: absolute;
	width: 100px;
	height: 100px;
	opacity: .4;
	z-index: -1;
	background-position: left;
	background-size: auto;
	background-repeat: no-repeat;
}
.about-content p{
	font-size: 15px;
	text-align: justify;
	padding-right: 15px;
}
.about-company{
	padding: 100px 0px !important;
}
.main-btn{
	background-color: #28a745;
  color: #fff;
  padding: 12px 40px;
  font-weight: 600;
  border: none;
}
.main-btn a{
	color: #fff;
}
.main-btn :hover{
	background-color: #13ac37;
	color: #fff;
	padding: 15px 30px;
	font-weight: 600;
}
.offer-inner-box{
	display: flex;
}
.offer-inner-box .media{
	width: 30%;
}
.offer-inner-box .content{
	width: 70%;
	padding: 15px 0px;
}
.offer-inner-box .content p{
	font-size: 13px;
	text-align: justify;
	padding: 0px 10px;
	margin-bottom: 0px !important;
}
.offer-inner-box{
	background-color: rgba(246, 251, 246, 0.651);
  box-shadow: 0px 0px 10px #ececec;
  border-radius: 10px;
  margin: 20px 0px;
  align-items: center;
}

.offer-inner-box-2 .media{
	width: 30%;
}
.offer-inner-box-2 .content{
	width: 70%;
	padding: 15px 0px;
}
.offer-inner-box-2 .content p{
	font-size: 13px;
	text-align: justify;
	padding: 0px 10px;
	margin-bottom: 0px !important;
}
.offer-inner-box-2{
	background-color: rgba(246, 251, 246, 0.651);
	box-shadow: 0px 0px 10px #ececec;
	border-radius: 10px;
	display: flex;
	margin-left: 50px;
	margin-right: -80px;
}
.name-sec{
	padding: 20px;
	border: 1px solid #e9e7e7;
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
}

@media screen and (max-width:768px) {
	.name-sec{
		margin-bottom: 20px;
	}
	.about-media{
		margin-top: 40px;
	}
	.offer-inner-box .content {
		width: 60%;
		padding: 15px 0px;
	  }
	.offer-inner-box .content h4{
		font-size: 20px;
		font-weight: 600;
	}
	.offer-inner-box .content p{
		font-size: 13px;
	}
	.offer-inner-box-2{
		margin: 0px;
	}
	.offer-inner-box-2 .content {
		width: 60%;
		padding: 15px 0px;
	  }
	.offer-inner-box-2 .content h4{
		font-size: 20px;
		font-weight: 600;
	}
	.offer-inner-box-2 .content p{
		font-size: 13px;
	}
	.why-choose-media {
		position: relative;
		margin-top: 50px;
		margin-bottom: 100px;
		display: flex;
		justify-content: center;
	  }
	.contact-box{
		margin: 20px;
	}
}

.main-btn a{
	color: #fff;
}
.main-btn a:hover{
	color: #fff !important;
}
.happy-cust{
	background-image: url('../img/counter-bg-2.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 80px 0px;
	position: relative;
}
.happy-cust::before{
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}

/* counter */
.content-2 {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
	
  }
  
  .value {
	font-size: 50px;
	display: block;
	font-weight: bold;
	color: #fff;
	position: relative;
	z-index: 5;
	text-align: center;
  }
  .happy-client p {
	color: white !important;
	z-index: 2;
  }

.offer-company{
	padding: 60px 0px;
}
.why-choose{
	background-color: #fff;
	padding: 70px 0px;
}
.main-btn-2{
	background-color: #13ac37;
	color: #fff;
	padding: 15px 30px;
	font-weight: 600;
	margin-top: 15px;
}
.main-btn-2:hover{
	background-color: #fff;
}
.why-choose-media{
	position: relative;
  
  margin-top: 50px;
  margin-bottom: 100px;	
}
.why-choose-media .company-2{
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 1;
	width: 50%;
	border: 10px solid #fff;
}
.why-choose-media .company-3{
	position: absolute;
	bottom: -140px;
	left: 50px;
	z-index: 0;
	width: 50%;
	border: 10px solid #fff;
}
.why-choose-media .company-4{
	position: absolute;
	top: -30px;
	right: 50%;
	z-index: 3;
}
.why-choose-content h2{
	font-size: 40px;
	font-weight: 600;
}
.why-choose-content span{
	color: #13ac37;
}
.why-choose-content p{
	font-size: 16px;
	text-align: justify;
	padding-right: 15px;
}