* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-family: 'Campton Book';
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #fff;
    overflow: hidden;
}

ul, li {
    margin: 0;
    padding: 0px;
}

a, input, textarea , button, li {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-decoration: none !important;
}

p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: 'Campton Book';
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    display: block;
    font-family: 'Campton Book';
    font-weight: 700;
}

br {
    margin: 0;
    width: 0;
}

:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 6px;
    color: #000;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000;
    border-radius: 10px;
    border-color: #000;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #000;
}

li {
    list-style: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

html {
    overflow-x: hidden;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 56px;
    line-height: normal;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 20px;
}

.clear {
    clear: both;
}

.container-fluid, .container,.n_p,.nopad {
    padding: 0px;
}

.container-fluid {
    float: left;
    width: 100%;
}

.row {
    margin: 0px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    clear: both;
}

.container-fluid.menu.stick {
    position: fixed;
    top: 0px;
    z-index: 9999;
}

.header_area {
    width: 100%;
    float: left;
    clear: both;
    z-index: 9;
    /*height: 88px;*/
    background: #fff;
    position: relative;
}

.logo {
    position: relative;
    z-index: 9;
}

.logo a {
    display: inline-block;
    position: relative;
    padding: 9px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo a p{
    font-weight: bold;
}

.container.header {
    height: 100%;
}

.header_details {
    display: flex;
    align-items: center;
}

.header_details ul {
    text-align: right;
    width: 100%;
    float: left;
    z-index: 999;
    display: flex;
    align-items: center;
}

li.navigation_list {
    width: 83%;
}

li.navigation_list li {
    position: relative;
    margin: 0px 6px;
}

li.navigation_list li.current_page_item:after, li.navigation_list li:hover:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #069106;
    transition: 0.4s;
}

li.social-box {
    width: auto;
}

.header_details ul li.become_member {
    padding-right: 0px;
}

.header_details ul.sub-menu {
    position: absolute;
    width: 165px;
    top: 30px;
    left: 0px;
    display: none;
    z-index: 99999999;
    background-color: #fff;
    padding: 24px 0px 4px;
}

.header_details ul li {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    padding: 6px 11px;
    transition: 0.4s;
}

li.menu-item-has-children:hover ul {
    display: block;
}

li.menu-item-has-children {
    position: relative;
}

ul.sub-menu li {
    display: block;
    text-align: left;
    padding: 0px !important;
    margin: 10px 18px;
}

.header_details ul li a {
    color: #444444;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}

.header_details ul li a:hover , .header_details ul li.current_page_item a {
    color: #069106;
}

.header_details ul li:last-child {
    padding-right: 0px;
}

.header_area.shrink {
    position: fixed;
    background: #fff;
    z-index: 9999999;
    height: auto;
    overflow: hidden;
}

.shrink .header_details ul {
    text-align: right;
}
header {
    float: left;
    width: 100%;
}
.home_banner_slider {
    width: 96%;
    height: 760px;
    position: relative;
    margin: 0px auto;
    clear: both;
}

.banner_wrapper {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

img.banner_overlay {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

img.img-responsive.mobile {
    display: none;
}

.banner_section {
    height: 100%;
    background-size: cover;
    position: relative;
    background-position: center left;
    background-color: #142784;
}

.banner_section .container {
    height: 100%;
    top: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner_section .carousel_content {
    position: relative;
    z-index: 9;
    margin-top: -13%;
}

.carousel_content h1 {
    color: #fff;
    text-transform: capitalize;
    line-height: 72px;
    margin-bottom: 30px;
}

.carousel_content p {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    padding: 20px 20px 30px 0px;
}

.common_btn a {
    color: #142784;
    font-size: 16px;
    font-family: 'Campton Book';
    font-weight: 700;
    border: 1px solid #142784;
    line-height: 56px;
    padding: 0px 32px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    border-radius: 0px;
}

.common_btn a:hover {
    background: #069106;
    border: 1px solid #069106;
    color: #fff;
}

.common_btn a:after {
    content: '';
    position: absolute;
    width: 101%;
    height: 106%;
    top: -3px;
    left: 0px;
    border: 4px solid #142784;
    border-left: 0;
    border-bottom: 0;
}

.container.header {
    height: 100%;
}

li.navigation_list {
    margin: 0px 0px;
    position: relative;
}

.container-fluid.footer {
    background-color: #142784;
}

.container-fluid.footer_wrapper {
    padding: 50px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.f-details ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.f-details li {
    width: 33.3333%;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    padding-left: 62px;
    font-size: 16px;
    color: #fff;
    font-family: 'Campton';
    font-weight: 300;
    position: relative;
    border-right: 1px solid #fff;
}

.f-details li:after {
    content: '';
    position: absolute;
    right: -3.5px;
    bottom: -5px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}

.f-details li:last-child {
    border: none;
    display: block;
}

.f-details li:last-child:after {
    display: none;
}

.f-details li img {
    position: absolute;
    left: 10px;
}

.f-details li a {
    color: #fff;
    display: inline-block;
    margin-left: 6px;
}

.ft-common.footer2 ul {
    column-count: 2;
}

.ft-common {
    float: left;
}

.ft-common.footer1 {
    width: 28%;
}

.ft-common.footer3, .ft-common.footer4 {
    width: 23%;
}

.ft-common.footer2 {
    width: 25%;
}

.ft-common.footer3 {
    padding: 0px 35px;
}

.ft-common h4 {
    font-size: 18px;
    padding-bottom: 18px;
    color: #fff;
    font-family: 'Campton';
    font-weight: 700;
}

.ft-common p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'Campton';
    font-weight: 300;
}

.ft-common.footer1 {
    padding-right: 50px;
}

.ft-common.footer2 p, .ft-common.footer5 p {
    line-height: 24px;
    margin-bottom: 20px;
}

.ft-common.footer3 p {
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
}

.ft-common.footer3 p img {
    position: absolute;
    left: 0px;
    top: 7px;
}

.ft-common a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    font-family: 'Campton';
}

.ft-common li a {
    padding-left: 15px;
}

.ft-common li a:after {
    content: "";
    position: absolute;
    width : 5px;
    height: 5px;
    background: #fff;
    border-radius: 100%;
    left: 0px;
    top: 8px;
}

.ft-common a:hover, .ft-common li.current_page_item a, .f-details li a:hover, li.current-menu-item a {
    color: #c9c9c9;
}

.ft-common li {
    margin-bottom: 6px;
}

.es-field-wrap label {
    display: block;
    position: relative;
}

.es-field-wrap {
    margin-bottom: 0px;
}

.ig_es_form_field_email {
    height: 48px;
    font-size: 14px;
    font-family: 'Campton';
    font-weight: 300;
    color: #fff;
    width: 100%;
    padding: 0px 15px;
    outline: none;
    background-color: #2c3d91;
    border: none;
    border-radius: 0px;
    outline: none;
    float: left;
    letter-spacing: .5px;
}

.news-letter {
    position: relative;
}

.es_subscription_form_submit {
    width: 130px;
    height: 48px;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    cursor: pointer;
    margin-top: 15px;
    font-size: 16px;
    font-family: 'Campton Book';
    font-weight: 700;
    color: #fff;
    background: transparent !important;
    border: 3px solid #fff;
}

.es_subscription_form_submit:hover {
    background: #fff !important;
    color: #195e9f;
}

.subscribe-form {
    position: relative;
    width: 100%;
    float: left;
}

.es_subscription_form_submit:hover {
}

.ig_es_form_field_email::-webkit-input-placeholder {
    color: #fff;
}

.ig_es_form_field_email::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.ig_es_form_field_email::-ms-input-placeholder {
    color: #fff;
}

.container-fluid.bottom-section {
    padding: 12px 0px;
    position: relative;
}

.bottom-section p {
    color: #fff;
    font-size: 16px;
    line-height: 33px;
    font-weight: 300;
    font-family: 'Campton';
}

.bottom-section p a {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Campton';
}

.bottom-section p a:hover {
    color: #c9c9c9;
}

.social-box {
    text-align: right;
}

.copyright-text {
    width: 100%;
    text-align: center;
}

span.social-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-right: 25px;
}

.header_details span.social-icons a {
    width: 36px;
    height: 36px;
    display: block;
    border: 1px solid #292a2b;
    text-align: center;
    border-radius: 100%;
    color: #292a2b;
    line-height: 34px;
    background: transparent;
    font-size: 20px;
}

span.social-icons {
    display: inline-block;
    margin-left: 7px;
}

span.social-icons a:hover {
    border: 1px solid #069106;
    color: #069106
}

.ft-common.footer2 ul ul.sub-menu {
    display: none;
}

.footer span, .call_us span {
    font-family: SANS-SERIF;
    line-height: 0;
}

.container-fluid.banner_details {
    background-position: top right;
    background-repeat: no-repeat;
    margin-bottom: -56px;
    position: relative;
    z-index: 9;
    padding: 8px 0px;
}

.banner_details ul {
    display: flex;
    justify-content: flex-end;
}

.banner_details ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.banner_details ul li img {
    margin-right: 8px;
}

.banner_details ul li:first-child {
    margin-right: 45px;
}

.banner_details ul li a {
    color: #fff;
}

.banner_details ul li a:hover {
    color: #c9c9c9;
}

img.banner_image {
    display: none !important;
}

.banner_form {
    position: absolute;
    right: 14px;
    bottom: 14px;
    max-width: 400px;
    width: 100%;
    background-color: #069106;
    background-image: url('../images/banner_form_bg.png');
    padding: 40px 30px;
}

.banner_form input {
    width: 100%;
    height: 48px;
    border-radius: 0px;
    color: #5f666a;
    font-size: 16px;
    font-weight: 400;
    background: #f5f5f5;
    border: none;
    margin: 6px 0px;
}

.banner_form textarea {
    width: 100%;
    height: 80px;
    border-radius: 0px;
    color: #5f666a;
    font-size: 16px;
    font-weight: 400;
    background: #f5f5f5;
    border: none;
    margin: 6px 0px;
    padding: 15px;
}

.banner_form input.submit_btn {
    color: #fff;
    font-size: 16px;
    font-family: 'Campton Book';
    font-weight: 700;
    border: 1px solid #fff;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 50px;
    padding: 0px 55px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    border-radius: 0px;
    background: transparent;
    width: auto;
    margin-top: 14px;
}

.banner_form input.submit_btn:hover {
    background: #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #fff;
}

.wpcf7-not-valid-tip {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: normal;
    display: block;
    margin-top: -8px;
    position: absolute;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    clear: both;
    font-size: 12px;
    color: #fff;
    position: absolute;
}

.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}

span.ajax-loader {
    position: absolute !important;
    left: 128px;
    margin: 0px auto !important;
    bottom: 15px;
}

.banner_form .col-sm-12 {
    padding: 0px;
}

.banner_form h3 {
    color: #fff;
    margin-bottom: 15px;
}

.about_content {
    padding: 70px 0px;
}

.about_image {
    position: relative;
    background-repeat: no-repeat;
    padding-top: 56px;
}

.video_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    position: relative;
    z-index: 9;
}

.video_overlay_button {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.video-url {
    display: none;
}

button.playbutton::after {
    content: "";
    background-image: url('../images/a_video_icon.png');
    background-position: center center;
    position: absolute;
    width: 56px;
    height: 56px;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.4s;
    cursor: pointer;
}

button.playbutton:hover::after {
    background-image: url('../images/a_video_icon_h.png');
}

.video_item {
    position: relative;
}
.video_overlay_button h6 {
    color: #fff;
    font-size: 16px;
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    top: 40px;
}
.video_overlay_button a {
    width: 101px;
    height: 101px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 100%;
    outline: none;
    z-index: 99;
}

button.playbutton {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
}

.htmlfix {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    text-align: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.popupvideo {
    position: absolute;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

iframe.videos_class {
    width: 680px !important;
    height: 400px;
}

.closemebtn {
    width: 60px;
    height: 52px;
    background-color: #f7c586;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 20px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.popupvideo i {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: 8px;
}

.closemebtn:hover {
    background: #fff;
}

.popupvideo .closemebtn:hover i {
    color: #f7c586;
}

.container-fluid.content_wrp {
    background-size: cover;
    background-position: left center;
    padding-bottom: 20px;
    position: relative;
}

.container-fluid.content_wrp .container {
    position: relative;
}

img.content_image {
    position: relative;
    left: -84px;
    top: -30px;
}

.abt_image2 {
    max-width: 342px;
    width: 100%;
    border: 6px solid #fff;
    position: relative;
    float: right;
}

.a_content h6 {
    font-size: 16px;
    color: #069106;
    margin-bottom: 10px;
}

.a_content p {
    font-size: 18px;
    line-height: 26px;
    color: #444444;
    font-family: 'Campton';
    font-weight: 300;
    margin: 15px 0px;
}

.a_content {
    padding-right: 84px;
}

.a_content ul {
    margin-bottom: 30px;
}

.a_content ul li {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    background-image: url(../images/a_list.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 24px;
    margin: 14px 0px;
}

.partner_wrp {
    padding: 30px 0px;
}

.partner_wrp .ul_div {
    width: 100%;
}

.partner_wrp .slick-list.draggable {
    width: 100% !important;
}

.partner_wrp .ul_div .c_logo img {
    margin: auto;
}

.partner_wrp .ul_div .c_logo {
    float: left;
    height: 80px;
}

.c_logo_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.choosing_image {
    height: 240px;
    background-size: cover;
    background-position: center center;
    transition: all .5s;
}

.container-fluid.choosing_best_wrp {
    padding: 90px 0px 70px;
    background-size: cover;
    background-position: left center;
    background-color: #142784;
}

.common_section {
    margin-bottom: 35px;
    text-align: center;
    padding: 0px 14%;
}

.common_section h2 {
    color: #292a2b;
}

.common_section h6 {
    font-size: 16px;
    line-height: 26px;
    color: #069106;
}

.common_section p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Campton';
    font-weight: 300;
}

.choosing_best_wrp .common_section h2 {
    color: #fff;
}

.choosing_best_wrp .common_section p {
    color: #f7f8fa;
}

.choosing_best_content {
    padding: 0px 10px;
    overflow: hidden;
}

.choosing_box {
    height: 100%;
}

.choosing_content {
    position: relative;
}

img.line {
    position: absolute;
    right: -10px;
    top: 22px;
}

.choosing_best_content:nth-child(4n) img.line {
    display: none;
}

.choosing_content {
    padding: 30px 24px 0px;
}

.choosing_content h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
}

.choosing_content p {
    color: #fff;
    line-height: 22px;
    font-size: 16px;
    font-family: 'Campton';
    font-weight: 300;
    margin-bottom: 25px;
    min-height: 112px;
}

.choosing_content p + a img {
    width: 100%;
    max-width: 80%;
}

.choosing_content p + a img:hover {
    transform: scale(1.15);
    transition: all .3s ease-in-out;
}

.choosing_best_content:nth-of-type(2) .choosing_content p + a img {
    margin-top: 5px;
    max-width: 90%;
}

.choosing_best_wrp .common_btn, .how_it_work .common_btn {
    text-align: center;
    margin: 45px 0px 20px;
}

.choosing_best_wrp .common_btn a {
    border: 1px solid #fff;
    color: #fff;
}

.choosing_best_wrp .common_btn a:hover {
    background: #069106;
    border: 1px solid #069106;
}

.choosing_best_wrp .common_btn a:after {
    border: 4px solid #fff;
    border-left: 0;
    border-bottom: 0;
}

.call_us {
    background: #069106;
    max-width: 300px;
    width: 100%;
    height: 100px;
    padding: 28px;
    position: absolute;
    bottom: -68px;
    left: 248px;
}

.call_us img {
    position: absolute;
}

.call_us h6 {
    font-size: 16px;
    color: #fff;
    padding-left: 45px;
}

.call_us h6 a {
    font-size: 24px;
    color: #fff;
    font-family: 'Campton Book';
    font-weight: 400;
}

.call_us h6 a:hover {
    color: #000;
}

.container-fluid.how_it_work {
    padding: 70px 0px;
}

.how_it_work .common_btn a {
    border: 1px solid #142784;
    color: #142784;
}

.how_it_work .common_btn a:hover {
    background: #069106;
    border: 1px solid #069106;
    color: #fff;
}

.how_it_work .common_btn a:after {
    border: 4px solid #142784;
    border-left: 0;
    border-bottom: 0;
}

.work_box {
    height: 100%;
    text-align: center;
}

.work_content h6 {
    font-size: 18px;
    color: #292a2b;
    margin: 14px 0px 10px;
}

.work_content p {
    color: #444444;
    line-height: 22px;
    font-size: 16px;
    font-family: 'Campton';
    font-weight: 300;
}

.gallery_testimonial_wrp {
    padding: 70px 0px;
    background-size: cover;
    background-position: center top;
    background-color: #069106;
}

.gallery_slider {
    max-width: 1170px;
    width: 100%;
    margin: 0px auto;
}

.gallery_testimonial_wrp h2 {
    color: #fff;
}

.gal_img {
    height: 560px;
    background-size: cover;
    background-position: center center;
}

.gal_img a {
    width: 100%;
    height: 100%;
    display: block;
    background:rgb(0 0 0 / 0.30);
    opacity:0;
}
.gal_img:hover a{
    opacity:1;
}
.modal-open {
    padding: 0px !important;
}

.testmonial_heading {
    display: flex;
    align-items: center;
}

.gallery_testimonial_wrp .testmonial_heading h2 {
    font-size: 48px;
    padding-right: 24px;
}

.t_wrapper {
    background: #fff;
    padding: 20px;
    margin: 0px 15px;
}

.container.testmonials {
    margin-right: 0;
    padding: 25px 0px 0px;
}

.testmonial_boxes {
    padding: 0px 15px;
    margin-top: -152px;
}

.t_wrapper p {
    font-size: 18px;
    line-height: 28px;
    color: #444444;
    font-family: 'Campton';
    font-weight: 200;
    padding-right: 102px;
}

.t_deatils h6 {
    font-size: 16px;
    color: #142784;
    text-transform: capitalize;
}

.author_image {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-size: cover;
}

.t_deatils {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img.quote {
    margin-bottom: 10px;
}

.page-id-7 .content_wrp {
    padding: 0px;
}

.page-id-7 .how_it_work {
    background: #f3f4f9;
}

.page-id-7 .abt_image {
    position: relative;
    border: 8px solid #fff;
    z-index: 9;
}

.page-id-7 .about_image {
    padding: 80px 0px;
}

.page-id-7 .about_content {
    padding: 0px 0px;
    display: flex;
    align-items: center;
}

.page-id-7 .about_content p {
    margin: 20px 0px;
}

.page-id-7 .about_image:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 0px;
    width: 88%;
    height: 100%;
    background-color: #f2f3f9;
    background-image: url(../images/about.png);
    background-repeat: no-repeat;
    background-size: 96% auto;
    background-position: 25px 0px;
}

.home_banner_slider.inner_banner_wrp {
    height: 480px;
}

.container-fluid.cmm_banner {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center bottom;
}

.container-fluid.cmm_banner:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../images/inner_shadow2.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.cmm_banner .container {
    height: 100%;
    top: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    display: flex;
    align-items: center;
}

.cmm_banner .carousel_content {
    position: relative;
    z-index: 9;
}

.inner_banner_wrp .carousel_content h1 {
    margin-bottom: 0;
    margin-top: 30px
}

.container-fluid.services_wrapper {
    padding: 70px 0px 0px;
}

.services_wrapper .common_btn a, .post_content .common_btn a {
    color: #069106;
    border: 1px solid #069106;
    line-height: 46px;
}

.services_wrapper .common_btn a:hover, .post_content .common_btn a:hover {
    color: #fff;
}

.services_wrapper .common_btn a:after, .post_content .common_btn a:after {
    border: 4px solid #069106;
    border-left: 0;
    border-bottom: 0;
}

.services_wrapper .common_btn a:hover:after, .post_content .common_btn a:hover:after {
    border: 4px solid #142784;
    border-left: 0;
    border-bottom: 0;
}

.services_wrapper .choosing_content h6 a {
    color: #292a2b;
}

.services_wrapper .choosing_content p {
    color: #444;
    line-height: 24px;
    font-size: 16px;
    min-height: 100%;
}

.services_wrapper .choosing_best_content:nth-child(4n) img.line {
    display: block;
}

.services_wrapper .choosing_best_content:nth-child(3n) img.line {
    display: none;
}

.services_wrapper .choosing_best_content {
    margin-bottom: 50px;
    padding: 0px 15px;
}

.services_wrapper img.line {
    right: -15px;
}

.container-fluid.post_wrapper {
    padding: 70px 0px 40px;
}

.post_content {
    position: relative;
    padding-left: 125px;
}

img.line2 {
    position: absolute;
    left: 108px;
    top: 0px;
}

.post_content h2 {
    font-size: 48px;
    color: #292a2b;
}

.post_content .common_btn {
    margin-top: 30px;
}

.post_content p {
    font-family: 'Campton';
    font-weight: 300;
    line-height: 24px;
    color: #444;
    margin: 20px 0px;
}

.date {
    font-size: 14px;
    color: #142784;
    margin-bottom: 14px;
}

.choosing_image a {
    width: 100%;
    height: 100%;
    display: block;
}

.choosing_image:hover {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.container-fluid.gallery_wrp {
    padding: 70px 0px 30px;
}

.gallery_img {
    box-shadow: 2px 3px 6px rgb(0 0 0 / 5%);
    border-radius: 0px;
    border: 10px solid #fff;
    transition: transform 200ms ease-in-out;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.gallery_images_wrp {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    flex-wrap: wrap;
}

.gallery_img:nth-child(2n) {
    grid-column: span 3;
}

.gallery_img:nth-child(3n) {
    grid-column: span 1;
    grid-row: span 2;
}

.gallery_img:nth-child(5n) {
    grid-row: span 2;
}

.gallery_img:nth-child(6n) {
    grid-row: span 2;
}

.gallery_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
    max-width: initial;
}

.gallery_wrp .common_section {
    margin-bottom: 14px;
}

.gallery_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 140 186 / 41%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.gallery_img:hover .gallery_hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.container-fluid.testimonial_wrapper{
	padding: 70px 0px 30px;
}
.testimonial_wrp .t_wrapper {
    background: transparent;
    padding: 12px;
    margin: 0px;
}
.t_box{
	background: #f7f8fa;
	padding: 30px 30px;
	height: 100%;
	box-shadow: 0px 0px 10px rgb(6 145 6 / 20%);
	position: relative;
}
.testimonial_wrp .t_wrapper p{
    padding:0px;
}
.testimonial_wrp .t_wrapper h6{
    margin-top: 20px;
}
.testimonial_wrapper .common_section {
    margin-bottom: 20px;
}
.t_box:after {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(6 145 6 / 30%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.t_box:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.input_fields input, .input_fields select {
    width: 100%;
    background-color: #f3f4f9  !important;
    border: none;
    border-bottom: 1.5px solid #f3f4f9;
    color: #5f666a;
    height: 48px;
    font-size: 14px;
    padding: 0px 18px;
    margin: 0px 0px 5px;
    border-radius: 0px;
    font-family: 'Campton';
    font-weight: 300;
}

.input_fields select , .date-277 input{
    background-image: url('../images/select.png');
    background-repeat: no-repeat;
    background-position: 96% center;
}

.input_fields .name {
    background-image: url('../images/f_admin.png');
    background-repeat: no-repeat;
    background-position: 96% center;
}

.input_fields .email {
    background-image: url('../images/f_email.png');
    background-repeat: no-repeat;
    background-position: 96% center;
}

.input_fields .phone {
    background-image: url('../images/f_phone.png');
    background-repeat: no-repeat;
    background-position: 96% center;
}

.input_fields .address {
    background-image: url('../images/f_pin.png');
    background-repeat: no-repeat;
    background-position: 96% center;
}
.input_fields .wpcf7-form-control-wrap {
    margin: 6px 0px;
}
.request_form_wrp input.submit_btn {
    padding: 0px;
    transition: 0.4s;
    margin: 25px 0px 0px;
    border: none;
    background-color: transparent !important;
    color: #069106;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    width: 160px;
    height: 50px;
    border-radius: 0px;
    text-align: center;
    border:4px solid #069106;
    border-bottom:1px solid #069106;
    border-left:1px solid #069106
}

.request_form_wrp input.submit_btn:hover {
    background-color: #000 !important;
	color: #fff;
}

.input_fields {
    padding: 5px 15px;
    float: left;
}

span.wpcf7-form-control-wrap textarea {
    height: 96px;
    float: left;
    width: 100%;
    background: #f3f4f9;
    border: none;
    border-bottom: 1.5px solid #f3f4f9;
    color: #5f666a;
    font-size: 14px;
    padding: 14px 18px;
    margin: 0px 0px 5px;
    border-radius: 0px;
    font-family: 'Campton';
    font-weight: 300;
    resize: none;
}

.input_fields ::-webkit-input-placeholder {
    color: #5f666a;
}
.input_fields :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #5f666a;
   opacity:  1;
}
.input_fields ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #5f666a;
   opacity:  1;
}
.input_fields :-ms-input-placeholder {
    color: #5f666a;
}

.input_fields ::placeholder {
    color: #5f666a !important;
   
}
.container-fluid.contact_wrp {
    padding: 70px 0px;
}
.request_form {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 14%);
    padding: 50px 20px;
    width: 98%;
}
.c_details{
    display: flex;
    justify-content:flex-end;
}
.inner_c_details{
	background-image: url('../images/contact_b_bg.png');
	background-size:cover;
	background-position: center center;
	padding: 50px 20px 35px;
	max-width:330px;
	width:100%;
}

.contact_wrp h2{
	font-size:48px;
	color: #292a2b;
	font-weight:700;
	text-transform: capitalize;
	margin-bottom: 10px;
	padding: 0px 15px;
}
.c_details h2{
	color: #fff;
	margin-bottom: 0px;
	padding: 0px;
}
.c_details ul{
	
}
.c_details li{
	font-size: 16px;
	font-family: 'Campton';
	font-weight: 300;
	color: #fff;
	margin: 20px 0px;
}
.c_details li img{
	position: relative;
	display: block;
	margin: 10px 0px;
}
.c_details li span{
	font-family:'Arail';
}
.c_details li a{
	color: #fff;
}
.c_details li a:hover{
	color: #c4c4c4;
}
.contact_wrp .wpcf7-not-valid-tip {
    color: #f00 !important;
    margin-top: -5px;
    position: absolute;
}
.send_btn{
	position: initial;
}
.contact_wrp span.ajax-loader {
    left: 80px;
    margin: 0px auto !important;
    bottom: -30px;
}
.contact_wrp .wpcf7 form .wpcf7-response-output {
    padding: 10px !important;
	color: #f00;
}
.page-id-8 .partner_wrp{
	display:none;
}
.container-fluid.sub_division_wrp {
    padding: 40px 0px;
}
.sub_division_wrp .row{
	margin: 30px 0px;
	float: left;
	align-items: center;
}
.sub_division_wrp .row .division_content{
	padding-right: 40px;
}
.sub_division_wrp .row .division_image{
	padding-left: 40px;
}
.sub_division_wrp .row:nth-child(2n) .division_content{
    order: 2;
	padding-left: 40px;
	padding-right:0px;
}
.sub_division_wrp .row:nth-child(2n) .division_image{
    order: 1;
	padding-left: 0px;
	padding-right: 40px;
}
.division_content h3 {
    color: #292a2b;
    margin-top: 30px;
}

.division_content a img.img-fluid:hover {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}

.division_content p {
    color: #444444;
    font-size: 16px;
    font-family: 'Campton';
    font-weight: 300;
    line-height: 26px;
    margin: 20px 0px;
}
.division_content .common_btn a {
    line-height: 48px;
    padding: 0px 46px;
}

.container-fluid.career_form {
    padding: 70px 0px 50px;
}
.career .input_files{
	order:2;
	padding: 5px 0px;
}
.career .input_submit{
	order:1;
	padding: 0px 5px;
}
.request_form_wrp .career input.submit_btn {
    width: 205px;
    border-bottom: 2px solid #069106;
    margin-top: 11px;
}
.request_form_wrp span.wpcf7-form-control-wrap textarea{
    height: 102px;
    margin:0px;
}
.input_fields .custom-file-input {
  color: transparent;
}
.input_fields .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.input_fields .custom-file-input{
	background-color:transparent;
	width: 74%;
	height: 48px;
	margin-bottom: 0px;
	border: none;
	outline: none !important;
	z-index: 1;
}
.input_fields .custom-file-input::before {
  content: 'Upload A Resume';
  color: black;
  display: inline-block;
  background-color: #f3f4f9;
  border-radius: 0px;
  outline: none !important;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  height: 100%;
  width: 100%;
  border: 1.5px solid #f3f4f9;
  line-height: 48px;
  font-family: 'Campton BOok';
  background-image: url(../images/upload.png);
  background-repeat: no-repeat;
  background-position: 85% center;
  padding-left: 25px;
}

.input_fields .custom-file-input:active {
  outline: 0;
}
.input_fields .custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}
.custom-file-input{
	opacity:1;
}

.career_details{
    display: flex;
    justify-content:flex-end;
}
.career_posts{
	max-width: 345px;
	width:100%;
	padding: 45px 0px 0px;
}
.special{
	font-family: 'Arail';
}
.career_posts li {
    background: #f3f4f9;
    margin-bottom: 20px;
    padding: 25px;
}

.career_posts li h5 {
    font-size: 24px;
    margin-bottom: 4px;
}

.career_posts li p {
    color: #069106;
    font-family: 'Campton';
    font-weight: 300;
    line-height: 22px;
}
.container-fluid.default {
    padding: 60px 0px 35px;
    text-align: center;
}
.container-fluid.number_counter {
    padding: 40px 0px 50px;
}
.counters ul{
	display: flex;
	justify-content: space-around;
}
.counters ul li{
	display:inline-block;
}
.number{
	background-image: url(../images/curve.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.counters li span{
	
	display: inline-block;
	font-size: 64px;
	color: #142784;
	font-family: 'Campton';
	font-weight: 100;
	text-align: center;
}
.counters li small {
    font-size: 26px;
    color: #142784;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 14px;
}
.counters li h6{
	color: #292a2b;
	font-size:18px;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
}
.scroll_bar a {
    color: #069106;
    font-size: 38px;
    position: absolute;
    right: 18px;
    top: 6px;
    transition: 0.4s;
    cursor: pointer;
}

.scroll_bar a:hover {
    color: #deeeef;
}
.work_icon img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.work_icon img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.work_icon img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.contact_wrp .file-910 .wpcf7-not-valid-tip {
    color: #f00 !important;
    margin-top: 1px;
    position: absolute;
    left: 16px;
}
.wpcf7-spinner {
    position: absolute !important;
}
.ft-common.footer1 a:hover {
    color: #fff;
}
.ft-common.footer1 a {
    color: #000;
    font-weight: 700;
}

.logo a img {
    float: left;
    margin-right: 8px;
}
.logo-caption {
    display: inline-block;
    white-space: nowrap;
}
.logo a p.top-line{
    font-size: 100%;
    font-family: 'Campton Book';
    text-align: center;
    line-height: 1;
    color: #142784;
}
.logo a p.mid-line{
    font-size: 60%;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1.6;
}
.logo a p.bottom-line{
    font-size: 48%;
    color: #0d9502;
    margin: 0;
    padding: 3px 0 1px;
    border-bottom: solid 1px #0d9502;
    border-top: solid 1px #0d9502;
    text-align: center;
    line-height: 1;
}
/* .sub_division_wrp #text { display:none; } */
.subdv-inner ul li { position:relative; }
.subdv-inner ul li:before { content:"\f00c"; font-family:'FontAwesome'; color:#069106; font-size:18px; margin-right:10px; }
.subdv-inner h4 { font-size:30px; margin-top:30px; margin-bottom:15px; } 




