body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

/* Fonts Outfit Family */

/* Fonts Outfit Family */

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-Regular.woff2') format('woff2'),
         url('../fonts/Outfit-Regular.woff') format('woff'),
         url('../fonts/Outfit-Regular.ttf') format('truetype'),
         url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-Medium.woff2') format('woff2'),
         url('../fonts/Outfit-Medium.woff') format('woff'),
         url('../fonts/Outfit-Medium.ttf') format('truetype'),
         url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-Bold.woff2') format('woff2'),
         url('../fonts/Outfit-Bold.woff') format('woff'),
         url('../fonts/Outfit-Bold.ttf') format('truetype'),
         url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-sec{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.header-top{
    background-color: #09518e;
    overflow: hidden;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 40px;
}
.darkHeader {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
}
.header-top-left span{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}   
.header-top-middle{
    text-align: center;
    position: relative;
    padding: 8px 0;
}
.header-top-middle::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2370b1;
    border-radius: 30px;
}
.header-top-middle a, .header-top-middle span{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    position: relative;
    z-index: 1;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-top-middle span:last-child{
    margin-left: 30px;
}
.header-top-middle a:hover{
    color: #9affc5;
}
.header-top-middle span img{
    margin-right: 5px;
}
.header-top-right span{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
.header-top-right a{
    margin: 0 5px;
}
.header-bottom{
    padding: 10px 0;
    filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.22));
    background-color: #ffffff;
}
.header-logo img {
    width: 263px;
    height: auto;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
	margin-right: 30px;
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #2e2f2f;
    font-weight: normal;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover {
    color: #0081ac;
}
.header-menu{
    display: inline-block;
    vertical-align: middle;
}
.header-menu ul .header-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #fff !important;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #0f9648;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul .header-btn a:hover {
    background-color: #2370b1;
}
.banner-sec{
    margin-top: 155px;
    position: relative;
    padding-top: 30px;
    background: url("../images/banner-rope-img.png") no-repeat left bottom;
}
.banner-sec::before{
    position: absolute;
    content: "";
    top: 20px;
    right: 20px;
    background-color: #0081ac;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #2370b1;
}
.banner-sec .container{
    position: relative;
    z-index: 1;
}
.banner-img{
    position: relative;
}
.banner-stick{
    position: absolute;
    top: -30px;
    left: 40px;
}
.banner-sec::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url("../images/banner-patern-img.png") no-repeat top left;
    background-size: cover;
}
.banner-welcome-txt{
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #16994d;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    background: url("../images/common-logo-img.png") no-repeat left center;
    background-size: auto;
    padding: 15px 0 15px 45px;
    border-bottom: 2px solid #2370b1;
}
.banner-head{
    font-size: 39px;
    text-transform: capitalize;
    color: #454646;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.banner-head strong{
    color: #16994d;
}
.banner-txt{
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 25px;
}
.banner-btn a{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #2370b1;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn a:last-child{
    padding: 12px 30px;
    margin-left: 10px;
    background-color: #16994d;
}
.banner-btn a:hover{
    background-color: #000;
}
.verified-part{
    border-radius: 10px;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.31));
    background-color: #ffffff;
    padding: 20px 20px;
}
.verified-icon-part{
    display: flex;
    align-items: center; 
    gap: 14px;
}
.verified-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background: url("../images/verified-icon-bg.png") no-repeat center;
    background-size: contain;
}
.verified-content-head{
    font-size: 20px;
    line-height: 1.2;
    color: #2370b1;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.verified-content-txt{
    font-size: 16px;
    font-weight: normal;
    color: #252525;
}
.services-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/leaf-img.png") no-repeat top right;
    background-size: auto;
}
.our-services-head{
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #16994d;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 15px;
}
.our-services-head img{
    margin-right: 5px;
}
.services-head{
    font-size: 36px;
    line-height: 1.2;
    color: #303030;
    font-weight: bold;
    text-transform: capitalize;
}
.services-txt{
    font-size: 17px;
    font-weight: normal;
    color: #303030;
}
.services-part{
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part img{
    border-radius: 10px;
}
.services-content{
    position: relative;
    z-index: 1;
    margin-top: -100px;
    background-color: #2370b1;
    padding: 0 15px 20px 15px;
    border-radius: 0 5px 5px 5px;
    margin-right: 25px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover .services-content{
    background-color: #16994d;
}
.services-icon{
    margin-top: -30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border-radius: 24px;
    background-color: #ffffff;
    border: 4px solid #2370b1;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover .services-icon{
    border: 4px solid #16994d;
}
.services-icon img{
    width: auto !important;
    border-radius: 0;
}
.services-content-head{
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
}
.services-content-txt{
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 10px;
}
.services-btn img{
    display: inline-block !important;
    width: auto !important;
    margin-left: 5px;
    transition: all 0.5s ease;
}
.services-btn a{
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}
.services-btn a:hover img{
    transform: translateX(4px);
}
.owl-dots{
    text-align: center;
}
.owl-dots button.owl-dot{
    background-color: #a7c6e0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 30px 5px 0;
}
.owl-dots button.owl-dot.active{
    background-color: #2370b1;
}
.who-we-sec{
    padding-bottom: 80px;
    background: url("../images/leaf-img02.png") no-repeat bottom right;
}
.who-we-title img {
    margin-right: 5px;
}
.who-we-title{
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #16994d;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 15px;
}
.who-we-head{
    font-size: 38px;
    line-height: 1.2;
    color: #303030;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.who-we-head strong{
    color: #16994d;
}
.who-we-txt{
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 30px;
}
.who-we-btn a{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #2370b1;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.who-we-btn a:hover{
    background-color: #16994d;
}
.info-sec{
    position: relative;
    padding-top: 80px;
    padding-bottom: 250px;
    background: url("../images/transparent-logo.png"), url("../images/info-bg-img.jpg");
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    background-position: left top, center;
}
.info-sec::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000000b9;
}
.info-sec .container{
    position: relative;
    z-index: 1;
}
.info-left{
    display: flex;
    align-items: center;
    gap: 20px;
}
.info-link span{
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #b1cf60;
    font-weight: bold;
}
.info-link a{
    display: inline-block;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.info-link a:hover{
    color: #b1cf60;
}
.info-line{
    position: relative;
}
.info-line::before{
    content: "";
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    background-color: #fff;
    width: 2px;
    height: 100%;
}
.info-middle-head{
    font-size: 37px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
}
.info-right-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    background-color: #2370b1;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.info-right-btn a:hover{
    background-color: #16994d;
}
.frequently-sec{
	position: relative;
	z-index: 1;
	margin-top: -180px;
	padding-bottom: 40px;
}
.frequently-left{
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px 20px;
}
.get-touch-head{
    display: inline-block;
    font-size: 36px;
    line-height: 1.2;
    color: #313131;
    font-weight: bold;
    text-transform: capitalize;
    border-bottom: 3px solid #09518e;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.get-touch-head strong{
    color: #16994d;
}
.get-touch-txt{
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 20px;
}
.frequently-left .frm_fld input {
    width: 100%;
    margin-top: 12px;
    border: none;
    outline: 0;
    border-radius: 4px;
    background-color: #eaeaea; 
 /* border: 1px solid #ccc !important;*/
    padding: 12px 10px;
}
.frequently-left .frm_fld input::placeholder{
    font-size: 15px;
    font-weight: normal;
    color: #757575;
}
.frequently-left .frm_fld select {
    width: 100%;
    margin-top: 12px;
    border: none;
    outline: 0;
    border-radius: 4px;
 /* border: 1px solid #ccc !important;*/
    padding: 12px 10px;
    font-size: 15px;
    font-weight: normal;
    color: #757575;
    appearance: none;
    background: url("../images/dropdown.png") #eaeaea no-repeat center right 10px;
    background-size: auto;
}
.frequently-left .frm_fld textarea {
    width: 100%;
    margin-top: 12px;
    border: none;
    outline: 0;
    border-radius: 4px;
    background-color: #eaeaea; 
 /* border: 1px solid #ccc !important;*/
    padding: 12px 10px;
    height: 100px;
}
.frequently-left .frm_fld textarea::placeholder{
    font-size: 15px;
    font-weight: normal;
    color: #757575;
}
.frequently-left .send_btn input {
    margin-top: 25px !important;
    text-transform: uppercase !important;
    background: #09518e !important;
    color: #fff !important;
    padding: 14px 25px !important;
    font-weight: normal !important;
	border-radius: 8px !important;
    font-size: 16px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.frequently-left .send_btn input:hover {
    background-color: #16994d !important;
}
.frequently-left .frm_fld p, .frequently-left .send_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #16994d !important;
}
.frequently-right{
    position: relative;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #16994d;
}
.frequently-right::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url("../images/faq-bg-img.png") no-repeat top center;
    background-size: cover;
    border-radius: 10px;
    mix-blend-mode: multiply;
}
.frequently-wrap{
    position: relative;
    z-index: 1;
}
.frequently-head{
    font-size: 36px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.sp-easy-accordion>.sp-ea-single{
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.sp-easy-accordion>.ea-expand{
    background: #09518e !important;
}
.sp-easy-accordion .sp-ea-single {
	border-radius: 14px !important;
	border: none !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body{
	border-radius: 0 0 14px 14px !important;
}
.sp-easy-accordion .sp-ea-single .ea-header a{
	font-size: 18px !important;
	font-weight: 500 !important;
}
.sp-easy-accordion>.ea-expand .ea-header a{
	color: #fff !important;
}
.sp-easy-accordion>.ea-expand-icon {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.sp-easy-accordion>.ea-expand .ea-expand-icon {
    color: #fff !important;
}
.testimonial-sec{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/testi-bg-img.png") no-repeat top center;
    background-size: cover;
}
.testimonial-sec::before{
    content: "";
    position: absolute;
    top: -90px;
    left: 0;
    background: url("../images/leaf-img03.png") no-repeat top left;
    background-size: auto;
    width: 243px;
    height: 100%;
}
.testimonial-sec .container{
    position: relative;
    z-index: 1;
}
.testi-title{
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #16994d;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.testi-title img {
    margin-right: 5px;
}
.testi-head{
    font-size: 38px;
    line-height: 1.2;
    color: #303030;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 40px;
}
.sp-testimonial-free{
	border-radius: 14px !important;
	padding: 25px 15px !important;
	margin: 10px !important;
    background: url("../images/quote-img.png") #ffffff no-repeat !important;
    background-size: auto !important;
    background-position: top 50% right 50% !important;
	min-height: 285px !important;
}
.sp-testimonial-content p{
	font-size: 16px !important;
	color: #3e3e3e !important;
	font-weight: normal !important;
	font-style: italic !important;
	text-align: left !important;
	padding: 0 !important;
}
.sp-testimonial-client-name{
	font-size: 18px !important;
	color: #3e3e3e !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-designation{
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating{
	display: flex !important;
}
footer{
    padding-top: 60px;
    border-top: 10px solid #13944f;
    background-color: #272727;
}
.footer-txt{
    font-size: 16px;
    font-weight: normal;
    color: #f3f3f3;
    margin-top: 15px;
    margin-bottom: 20px;
}
.footer-social span{
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
    color: #ffffff;
    margin-right: 10px;
}
.footer-social a{
    margin: 0 5px;
}
.footer-title{
    font-size: 20px;
    line-height: 1.2;
    color: #3db156;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.footer-line{
    position: relative;
}
.footer-line::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff28;
    width: 1px;
    height: 100%;
}
.footer-list ul {
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 5px;
}
.footer-list-last ul li{
    padding-bottom: 15px;
}
.footer-list ul li img{
    margin-right: 4px;
}
.footer-list ul li a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;   
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li span{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
 .footer-list-last ul li a{
     text-transform: none;   
 }
.footer-list ul li a:hover{
    color: #b1cf60;
}
.footer-list-last ul li{
    padding-bottom: 15px;
}
.stake{
    display: inline-block;
    font-weight: normal;
}
.footer-copyright{
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 50px;
    border-top: 1px solid #ffffff28;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.footer-copyright a{
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copyright a:hover{
    color: #b1cf60;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    background-color: #16994d;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.page .entry-header, .blog_page_header {
/*  background: url("../images/inner-banner-bg-img.jpg") no-repeat top center !important;
    background-size: cover !important; */
    max-width: 100% !important;
    padding: 150px 0 !important;
    margin: 155px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
	background-color: #fff;
}
.page .entry-header:before, .blog_page_header:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url("../images/banner-patern-img.png") no-repeat top left;
    background-size: cover;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #303030 !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #16994d;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #16994d;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #303030;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #16994d;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #0081ac;
}
.inner_center_titl:after{
	left: 50%;
	transform: translatex(-50%);
}
.core-box .inner_titl{
	font-size: 23px;
}
.inner_txt {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #0081ac;
}
.core-img img{
    margin-bottom: 20px;
}
.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}
.inner-btn{
	margin-top: 20px;
}
.inner-btn a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #0081ac;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.inner-btn a:hover{
    background-color: #0f9648;
}
.review-content {
    padding: 40px 20px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 10px;
    min-height: 100%;
	background: url("../images/quote-img.png") #ffffff no-repeat !important;
    background-size: auto !important;
    background-position: top 50% right 50% !important;
}
.review-content .review-txt{
    color: #3e3e3e;
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
}
.review-content img {
    margin-top: 20px;
}
.reviews-name {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    position:relative;
}
.reviews-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #0081ac;
    width: 32px;
    height: 2px;
}
.contact_page_heading {
    color: #303030;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #0081ac;
}
.contact_page_heading strong {
    color: #16994d;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #000 ;
    font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info a:hover{
    color: #b1cf60;
}
.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px 20px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
}
.get-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
    appearance: none;
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    background-size: auto;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 120px;
}
.get-sec .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .send_btn input {
    margin-top: 30px !important;
    text-transform: uppercase !important;
    background: #09518e !important;
    color: #fff !important;
    padding: 14px 25px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
	border-radius: 8px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.get-sec .send_btn input:hover {
    background-color: #0f9648 !important;
}
.get-sec .contact-deatails .frm_fld p, .get-sec .contact-deatails .send_btn p{
    margin-bottom: 0;
}
.ref_form_box {
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #303030;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #16994d;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
    margin-bottom: 5px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    outline: 0;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 500;
	background: #09518e !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 8px;
	padding: 13px 40px 12px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ref_form_box .contact_btn input:hover{
	background: #0f9648 !important;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #b1cf60;
	border-color: #b1cf60;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.post .entry-summary, .post .entry-content {
    color: #666;
}
.post .entry-summary .meta-nav{
	margin-left: 5px;
}
.more-link {
    background: #2370b1;
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 18px;
    width: 200px;
    margin-top: 30px;
    border-radius: 50px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.more-link:hover {
    background: #0f9648;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 8px 0 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}


