* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

body {
    font-size: 14px;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
}

body .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

body textarea {
    border-color: #ccc;
}

body textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
    outline: none;
}

body a {
    color: black;
}

body a:hover {
    text-decoration: none;
    color: #41ac48;
}

body a:focus {
    outline: none;
}

body p {
    text-align: justify;
    line-height: 28px;
    color: #555555;
    font-size: 14px;
    margin: 0;
}

body ul {
    margin: 0;
    padding: 0;
}

body ul li {
    list-style-type: none;
}

body button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

body button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body input .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    outline: none;
}

.no-pad {
    padding: 0;
}

.sec-padding {
    padding: 60px 80px;
}

.sec-background {
    background-color: white;
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title h2 {
    font-weight: 300;
    color: #0a1a40;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
}

i.fa.fa-phone {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#myTopbtn {
    display: none;
    position: fixed;
    bottom: 16px;
    right: 25px;
    z-index: 99;
    font-size: 26px;
    border: none;
    outline: none;
    color: white;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 9px 0px #00000063;
    box-shadow: 0px 0px 9px 0px #00000063;
    background: #78b536;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    opacity: 0.7;
}

#myTopbtn:hover {
    opacity: 1;
    cursor: pointer;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 0 5px 0 #dcdcdc;
    box-shadow: 0 0 5px 0 #dcdcdc;
    background-color: white;
    padding: 5px 0px !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.fixed-header .ht-mid {
    position: relative;
    top: 0;
}

.fixed-header .ht-mid img {
    height: 80px;
}

.header-info {
    background: #0082d6;
    padding: 3px 35px;
    color: white;
}

.header-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-info ul i {
    color: #ffffff;
    margin-right: 5px;
}

.header-top {
    padding: 20px 0px;
}

.ht-disp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ht-nav .bg-light {
    background-color: transparent !important;
    padding: 0;
}

.ht-nav .nav-item {
    padding: 0px 5px;
}

.ht-nav .nav-link {
    color: black !important;
    font-size: 15px;
}

.ht-left {
    margin-right: -30px;
}

.ht-left .navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ht-left .dropdown-menu {
    top: 145%;
    border-radius: 0;
}

.ht-left .dropdown-item {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #f5f5f5;
}

.ht-left .dropdown-item:last-child {
    border-bottom: none;
}

.ht-right {
    margin-left: -30px;
}

.ht-right .navbar-collapse {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ht-mid {
    position: absolute;
    z-index: 20;
    top: -55px;
    text-align: center;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ht-mid img {
    height: 120px;
    width: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    background: white;
    border-radius: 50%;
}

.hbb-menu {
    display: none;
    background: white;
    padding: 15px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 6px 1px #8080809e;
    box-shadow: 0px 0px 6px 1px #8080809e;
    z-index: 5000000000;
}

.hbb-menu img {
    height: 30px;
    cursor: pointer;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5000;
    right: 0;
    top: 0;
    background-color: #000000fa;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 6000;
}

.overlay span {
    left: 45px;
    position: absolute;
    top: 20px;
    background: white;
    padding: 5px;
    z-index: 70000;
}

.overlay span a {
    margin-bottom: 0;
}

.overlay span img {
    height: 100px;
    width: 100px;
}

.overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.main-banner {
    position: relative;
    overflow: hidden;
}

.main-banner .slick-dots {
    position: absolute;
    bottom: 20%;
    right: -45%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.main-banner .slick-dots li button::before {
    font-size: 0;
}

.main-banner li.slick-active button {
    background: #78b536 !important;
}

.main-banner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 1px;
    cursor: pointer;
    color: white;
    border: 1px solid;
    border-radius: 8px;
    outline: none;
    background: white;
}

.main-banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}

.main-banner-single {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.main-banner-single:focus {
    outline: none;
}

.main-services {
    background-color: #fafafa;
    position: relative;
    padding: 50px 0 60px;
    margin-bottom: 60px;
}

.main-services .sec-title {
    text-align: center;
}

.main-services::before {
    content: "";
    background-image: url(../images/sbg2.png);
    height: 100px;
    width: 100%;
    background-position: center;
    background-size: 100% 100px;
    background-repeat: repeat;
    position: absolute;
    top: -109px;
}

.main-services::after {
    content: "";
    background-image: url(../images/sbg.png);
    height: 100px;
    width: 100%;
    background-position: center;
    background-size: 100% 100px;
    background-repeat: repeat;
    position: absolute;
    top: -100px;
}

.main-services-single {
    background-color: white;
    padding: 40px 30px;
    text-align: center;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.main-services-single h4 {
    margin-bottom: 20px;
    color: #333333;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
}

.main-services-single img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 200px;
}

.main-services-single p {
    text-align: center;
}

.main-services-single:hover {
    margin-top: -10px;
    -webkit-box-shadow: 0px 0px 13px 6px #8080803b;
    box-shadow: 0px 0px 13px 6px #8080803b;
}

.main-about-img {
    height: 100%;
}

.main-about-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-about-text {
    text-align: right;
}

.main-about-text .sec-title h2 {
    text-align: right;
}

.main-about-text p {
    text-align: right;
    line-height: 35px;
    font-size: 17px;
}

.main-about-text a {
    cursor: pointer;
    font-style: normal;
    color: #78b536;
    border: 2px solid #78b536;
    border-radius: 50px;
    background-color: transparent;
    line-height: 14px;
    padding: 14px 28px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 25px;
}

.main-about-text a:hover {
    color: white;
    border-color: #78b536;
    background: #78b536;
}

.footer-main {
    background-color: #0082d6;
    padding: 40px 80px 30px;
}

.fm-disp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fmt-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fmt-left ul li {
    padding: 0 10px;
}

.fmt-left ul li i {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    background-color: #78b536;
    -webkit-box-shadow: 0px 0px 9px 0px #00000029;
    box-shadow: 0px 0px 9px 0px #00000029;
}

.fmt-mid {
    text-align: center;
}

.fmt-mid img {
    height: 135px;
    width: 135px;
    background: white;
    border-radius: 50%;
}

.fmt-right {
    margin-left: 100px;
}

.fmt-right input {
    width: 100%;
    position: relative;
    height: 45px;
    padding: 0 50px 0 10px;
}

.fmt-right input:focus {
    outline: none;
}

.fmt-right button {
    position: absolute;
    right: 15px;
    border: none;
    background: #78b536;
    height: 45px;
    color: white;
    width: 60px;
    cursor: pointer;
}

.fm-middle {
    margin-top: 80px;
}

.fmm-title {
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.fmm-about p {
    color: white;
    text-align: inherit;
    font-weight: 600;
}

.fmm-contact ul li {
    padding-bottom: 8px;
    color: white;
    font-weight: 600;
}

.fmm-links ul li {
    padding-bottom: 8px;
    position: relative;
    padding-left: 15px;
}

.fmm-links ul li a {
    color: white;
    font-weight: 600;
}

.fmm-links ul li::before {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: 0;
    font-size: 6px;
    color: #ffffffd6;
}

.fm-bottom {
    border-top: 1px solid #ffffff5c;
    margin-top: 30px;
    padding-top: 30px;
}

.fm-bottom p {
    text-align: center;
    color: white;
    font-weight: 600;
}

.fm-bottom p a {
    color: white;
}

.main-accounts {
    background-color: #fafafa;
    position: relative;
    margin: 60px 0 0;
}

.main-accounts .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px !important;
}

.main-accounts .nav-item {
    padding: 0 15px;
}

.main-accounts .nav-pills .nav-link.active,
.main-accounts .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #78b536;
    position: relative;
}

.main-accounts .nav-pills .nav-link.active::after,
.main-accounts .nav-pills .show>.nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #78b536;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
}

.main-accounts .nav-link {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 80px;
    border: 2px solid #78b536;
}

.main-accounts-single {
    margin: 15px 0;
    -webkit-box-shadow: 0px 0px 7px 0px #00000036;
    box-shadow: 0px 0px 7px 0px #00000036;
}

.main-accounts-single:focus {
    outline: none;
}

.mas-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.mas-text {
    background: white;
    text-align: center;
    padding: 15px 0;
}

.mas-text h4 {
    margin-bottom: 7px;
    font-size: 18px;
}

.mas-text span a {
    color: #78b536;
}

.mas-text span a::after {
    content: "+";
}

.main-faq-emi {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.main-faq {
    margin-right: 50px;
}

.main-faq .sec-title h2 {
    text-align: left;
}

.main-faq .choose-collapsible {
    width: 100%;
    text-align: start;
    font-weight: 600;
    color: #000;
    padding: 20px 20px 20px 40px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 13px 0px #d4d4d4b8;
    box-shadow: 0px 0px 13px 0px #d4d4d4b8;
    background-color: white;
    border: none;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    cursor: pointer;
    position: relative;
    border-radius: 70px;
}

.main-faq .choose-active {
    background-color: #78b536;
    color: white;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.main-faq .choose-collapsible:before {
    content: "\f055";
    position: absolute;
    color: black;
    font-weight: bold;
    float: right;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    left: 10px;
}

.main-faq .choose-active:before {
    content: "\f056";
    color: white;
}

.main-faq .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.main-faq li {
    padding: 10px 0;
}

.main-faq li i {
    padding-right: 7px;
}

.main-emi-form {
    background: linear-gradient(100deg, #78b536, #0082d6);
    padding: 50px;
    -webkit-box-shadow: 0px 0px 8px 0px #0000002b;
    box-shadow: 0px 0px 8px 0px #0000002b;
}

.main-emi-form h4 {
    color: white;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 300;
}

.main-emi .form-group {
    text-align: left;
    margin-bottom: 1.5rem;
}

.main-emi .form-control {
    border: 0 !important;
    border-radius: 0;
}

.main-emi label {
    font-weight: 600;
    text-align: left;
    color: white;
}

.main-emi .half-wid-group {
    display: inline-block;
    width: 47%;
}

.main-emi .hwg-left {
    margin-right: 18px;
}

.main-emi .button-holder-cnt input {
    cursor: pointer;
    font-style: normal;
    color: #78b536;
    border: 2px solid #78b536;
    border-radius: 50px;
    background-color: transparent;
    line-height: 14px;
    padding: 14px 28px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 25px;
    background-color: white;
    color: green;
    border-color: white;
    margin-top: 0;
}

.main-emi .button-holder-cnt input:hover {
    color: white;
    border-color: #78b536;
    background: #78b536;
}

.main-emi .emir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-emi .emir .result-title {
    font-size: 17px;
    font-weight: 400;
    color: white;
}

.main-emi .emir .result-value {
    font-size: 19px;
    color: white;
    font-weight: 400;
}

.main-emi .emir .result-value::before {
    content: ":";
    margin-right: 3px;
    color: white;
}

.main-why-wrapper {
    padding-top: 50px;
}

.main-why-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.main-why-single:last-child {
    margin-bottom: 0;
}

.mws-icon i {
    font-size: 50px;
    color: #78b536;
    display: block;
    width: 75px;
    height: 75px;
    line-height: 72px;
    text-align: center;
}

.mws-text {
    margin-left: 20px;
}

.mws-text h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: -1.2px;
    margin-bottom: 10px;
}

.mws-text p {
    font-size: 15px;
    line-height: 23px;
    text-align: inherit;
}

.mws-text p strong {
    font-weight: 600;
}

.main-why-right img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.main-testimonials {
    position: relative;
    background-color: #fafafa;
    margin: 60px 0;
}

.main-testimonials .slick-arrow {
    position: absolute;
    bottom: -30px;
    left: 50%;
    font-size: 25px;
    z-index: 99;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #0082d6;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    opacity: 0.2;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.main-testimonials .slick-arrow:hover {
    opacity: 1;
}

.main-testimonials i.fas.fa-angle-right.slick-arrow {
    right: 0;
}

.main-testimonials i.fas.fa-angle-left.slick-arrow {
    left: 46%;
}

.main-testimonials .slick-center {
    opacity: 1;
}

.main-testimonials-single {
    margin: 30px 15px;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    opacity: 0.2;
}

.main-testimonials-single:focus {
    outline: none;
}

.mts-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mts-img img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 6px 0px #0000005c;
    box-shadow: 0px 0px 6px 0px #0000005c;
}

.mts-text {
    text-align: center;
    margin-top: 65px;
    -webkit-box-shadow: 0px 0px 9px 0px #00000026;
    box-shadow: 0px 0px 9px 0px #00000026;
    padding: 70px 30px 30px;
    min-height: 315px;
    background: white;
}

.mts-text h4 {
    margin-bottom: 10px;
}

.mts-text p {
    margin-top: 15px;
    text-align: center;
}

.main-partners-single {
    margin: 0 15px;
}

.main-partners-single:focus {
    outline: none;
}

.main-partners-single img {
    height: 100px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.main-counter {
    padding: 80px 40px;
}

.main-counter-wrapper {
    background: linear-gradient(100deg, #78b536, #0082d6);
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 60px;
}

.main-counter-years {
    margin-bottom: 50px;
}

.main-counter-years h6 {
    color: white;
    font-size: 50px;
    font-weight: 300;
}

.main-counter-single {
    color: white;
}

.main-counter-single h2 {
    font-size: 60px;
    font-weight: 400;
}

.main-counter-single h3 {
    font-size: 18px;
    font-weight: 300;
}

.mcv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-counter-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-counter-video span {
    display: block;
    height: 80px;
    width: 80px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    color: #222121e3;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px #0404049e;
    box-shadow: 0px 0px 20px 0px #0404049e;
}

.main-counter-video p {
    color: white;
    border-bottom: 1px solid white;
    line-height: 20px;
    font-weight: 600;
}

.main-features {
    background: #fafafa;
    margin: 0 0 60px;
}

.main-features-single {
    text-align: center;
    padding: 15px 10px;
    background-color: white;
    margin: 15px 0;
    border-radius: 5px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.main-features-single img {
    height: 55px;
}

.main-features-single h4 {
    margin-top: 15px;
    text-align: center;
    font-weight: 300;
    color: #313131;
    font-size: 16px;
}

.main-features-single:hover {
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 13px 0px #00000030;
    box-shadow: 0px 0px 13px 0px #00000030;
}

.main-gallery {
    padding: 60px 0;
    background: #fafafa;
    margin: 60px 0;
}

.main-gallery #demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.main-gallery .thumb {
    position: relative;
    cursor: pointer;
    margin: 2px 0;
    padding: 0 2px;
}

.main-gallery .thumb:hover .zoom-icon {
    visibility: visible;
    opacity: 1;
}

.main-gallery .thumb:hover .overlay {
    visibility: visible;
}

.main-gallery img.zoom {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-gallery .modal-header {
    border-bottom: none;
}

.main-gallery .modal-footer {
    display: none;
}

.main-gallery .zoom-icon {
    position: absolute;
    bottom: auto;
    left: 50%;
    margin: 0;
    max-width: 90%;
    padding: 0;
    right: auto;
    top: 50%;
    z-index: 78;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-gallery .zoom-icon i {
    font-size: 50px;
}

.main-gallery .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000a6;
    visibility: hidden;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    z-index: 0;
    width: 100%;
}

.main-gallery-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-gallery-more a {
    cursor: pointer;
    font-style: normal;
    color: #78b536;
    border: 2px solid #78b536;
    border-radius: 50px;
    background-color: transparent;
    line-height: 14px;
    padding: 14px 28px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 25px;
}

.main-gallery-more a:hover {
    color: white;
    border-color: #78b536;
    background: #78b536;
}

.main-news {
    background: #fafafa;
    margin: 60px 0 0;
}

.mns-img img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mns-text {
    -webkit-box-shadow: 0px 5px 19px #00000029;
    box-shadow: 0px 5px 19px #00000029;
    background-color: #ffffff;
    padding: 20px;
    max-width: 320px;
    min-height: 142px;
    margin: -70px auto 0;
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.mns-text h4 {
    font-size: 20px;
    margin-top: 8px;
}

.main-news-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-news-more a {
    cursor: pointer;
    font-style: normal;
    color: #78b536;
    border: 2px solid #78b536;
    border-radius: 50px;
    background-color: transparent;
    line-height: 14px;
    padding: 14px 28px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 25px;
}

.main-news-more a:hover {
    color: white;
    border-color: #78b536;
    background: #78b536;
}

.main-deco {
    height: 50vh;
    background-size: cover;
    background-attachment: fixed;
    margin: 60px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
}

.main-deco::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000000de;
    z-index: -1;
}

.main-deco-text {
    z-index: 1;
    text-align: center;
}

.main-deco-text h2 {
    color: white;
    font-size: 50px;
    font-weight: 300;
}

.main-deco-text a {
    cursor: pointer;
    font-style: normal;
    color: #78b536;
    border: 2px solid #78b536;
    border-radius: 50px;
    background-color: transparent;
    line-height: 14px;
    padding: 14px 28px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 25px;
    background-color: #78b536;
    color: white;
}

.main-deco-text a:hover {
    color: white;
    border-color: #78b536;
    background: #78b536;
}

.main-message {
    background-size: contain;
    background-repeat: no-repeat;
}

.main-message-text {
    text-align: left;
}

.main-message-text .sec-title h2 {
    text-align: left;
}

.main-message-text p {
    text-align: left;
    line-height: 35px;
    font-size: 17px;
}

.main-message-text h4 {
    margin: 20px 0 7px;
    color: #78b536;
}

.main-message-text span {
    font-size: 18px;
}

.main-message-img {
    height: 100%;
}

.main-message-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.ib-bg {
    position: relative;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40vh;
    background-size: cover;
    background-position: center;
    padding: 50px 80px;
}

.ib-bg::after {
    content: "";
    height: 100%;
    width: 100%;
    background: #032d48c7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.inner-breadcrumb-text {
    z-index: 1;
}

.inner-breadcrumb-text h2 {
    font-size: 40px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.ib-link {
    padding: 10px 80px 0;
}

.ib-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e8ec;
}

.ib-link ul li {
    padding-right: 7px;
    color: gray;
}

.ib-link ul .bread-link {
    position: relative;
}

.ib-link ul .bread-link a {
    color: #0082d6;
}

.ib-link ul .bread-link::after {
    content: "/";
    margin-left: 7px;
}

.inner-sec-title {
    margin-bottom: 40px;
}

.inner-sec-title h2 {
    font-weight: 300;
    color: #0a1a40;
    font-size: 45px;
    line-height: 50px;
    text-align: left;
}

.inner-about-left {
    padding-right: 50px;
}

.ial-who {
    margin-bottom: 50px;
}

.ial-who p {
    font-size: 16px;
    line-height: 32px;
}

.ial-obj img {
    width: 100%;
}

.ial-obj ul {
    margin-top: 40px;
}

.ial-obj ul li {
    width: 49%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 15px 10px 30px;
    position: relative;
}

.ial-obj ul li::before {
    position: absolute;
    content: "\f00c";
    color: #0082d6;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    left: 5px;
}

.iar-single {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 4px solid #0082d6;
}

.iar-search {
    position: relative;
}

.iar-search input[type="text"] {
    width: 100%;
    padding: 10px 40px 10px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: #151515;
    background-color: #efefef;
    border: none;
}

.iar-search input[type="text"]:focus {
    outline: none;
}

.iar-search button {
    position: absolute;
    width: 40px;
    color: gray;
    cursor: pointer;
    height: 44px;
    font-size: 14px;
    right: 0;
    border: none;
}

.iar-links h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.iar-links ul {
    border: 4px solid #0082d6;
    padding: 30px 40px 30px 20px;
    margin-top: 15px;
}

.iar-links ul li {
    padding: 10px 0 10px 20px;
    position: relative;
    font-size: 16px;
}

.iar-links ul li::before {
    position: absolute;
    content: "\f0da";
    color: #0082d6;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    left: 5px;
}

.iar-btns a {
    display: block;
    border: 4px solid #0082d6;
    font-size: 18px;
    padding: 10px;
    margin: 12px;
}

.iar-btns a i {
    margin-right: 10px;
}

.inner-contact-form {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px !important;
    margin-bottom: 30px;
}

.inner-contact-form .inner-sec-title h2 {
    text-align: center;
}

.inner-contact-form input {
    width: 100%;
    padding: 12px;
    border-radius: 0;
    border: 1px solid #01539c0f;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.inner-contact-form input:focus {
    outline: none;
}

.inner-contact-form textarea {
    padding: 12px;
    border-radius: 0;
    border: 1px solid #01539c0f;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.inner-contact-form textarea:focus {
    outline: none;
    border: 1px solid #01539c0f;
}

.inner-contact-form input[type="submit"] {
    cursor: pointer;
    font-style: normal;
    color: #78b536;
    border: 2px solid #78b536;
    border-radius: 50px;
    background-color: transparent;
    line-height: 14px;
    padding: 14px 28px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 25px;
    width: 10%;
    cursor: pointer;
}

.inner-contact-form input[type="submit"]:hover {
    color: white;
    border-color: #78b536;
    background: #78b536;
}

.inner-contact-form input[type="submit"]:focus {
    outline: none;
}

.inner-contact-info {
    position: relative;
}

.inner-contact-info iframe {
    width: 100%;
}

.inner-contact-details {
    position: absolute;
    top: 50%;
    right: 100px;
    width: 300px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 12px 0px #0000006e;
    box-shadow: 0px 0px 12px 0px #0000006e;
}

.inner-contact-details .icd-info {
    background: #78b536;
    padding: 40px 20px 0;
}

.inner-contact-details .icd-info li {
    color: white;
    padding-bottom: 15px;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}

.inner-contact-details .icd-info li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 15px;
}

.inner-contact-details .icd-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #0082d6;
    padding: 10px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inner-contact-details .icd-social li a {
    color: white;
    font-size: 25px;
}

.inner-team-category:not(:last-child) {
    margin-bottom: 60px;
}

.inner-team-single {
    margin: 15px 0;
}

.its-img img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.its-text {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 15px 20px;
}

.its-text h4 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #0082d6;
}

.its-text span {
    font-size: 16px;
}

.inner-downloads-single {
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 3px #306cb429;
    box-shadow: 0px 0px 10px 3px #306cb429;
    padding: 20px;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 135px;
}

.inner-downloads-single a:hover {
    color: #78b536;
}

.inner-downloads-single-text {
    position: relative;
    padding-left: 30px;
}

.inner-downloads-single-text h3 {
    font-size: 22px;
    margin: 10px 0;
}

.inner-downloads-single-text small {
    font-size: 90%;
    font-weight: 400;
}

.inner-downloads-single-text::before {
    content: "\f019";
    font-size: 20px;
    line-height: 27px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    color: #0082d6;
    left: 0;
}

.inner-pagination {
    text-align: center;
    margin-top: 0;
}

.inner-pagination .pagination {
    display: inline-block;
}

.inner-pagination .pagination a {
    color: white;
    float: left;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border: 2px solid #78b536;
    margin: 0 5px;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    background-color: #78b536;
}

.inner-pagination .pagination a.active {
    background-color: #0082d6;
    border: 1px solid #0082d6;
    color: white;
}

.inner-news-landing .inner-sec-title {
    margin-bottom: 10px;
}

.inner-news-landing .main-news-single {
    margin: 30px 0;
}

.inner-news-single-left .insl-top h5 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
}

.inner-news-single-left .insl-top img {
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-news-single-left .insl-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    color: #777;
}

.inner-news-single-left .insl-meta strong {
    color: #0082d6;
}

.inner-news-single-left .insl-text {
    margin: 0;
}

.inner-news-single-left .insl-text p {
    font-size: 16px;
    color: black;
    line-height: 32px;
}

.inner-news-single-left .insl-text p:last-child {
    margin-bottom: 0;
}

.inner-news-single-left .insl-highlight {
    background-color: #0082d6;
    padding: 20px 30px;
    margin: 30px 0;
}

.inner-news-single-left .insl-highlight p {
    color: white;
    font-size: 17px;
    line-height: 34px;
}

.insr-item {
    padding: 30px;
    margin-bottom: 30px;
    background: #fbf9ff;
}

.insr-item h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    color: #78b536;
}

.inner-news-single-search input[type="text"] {
    border: 2px solid #78b536;
    width: 80%;
    padding: 15px 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: #151515;
    background-color: #efefef;
}

.inner-news-single-search button {
    position: absolute;
    width: 15%;
    background: #78b536;
    color: white;
    border: 2px solid #78b536;
    border-left: none;
    cursor: pointer;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.34;
}

.insr-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 25px;
    border: 1px solid #e2e2e2;
}

.insr-single-img img {
    height: 90px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.insr-single-info {
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.insr-single-info-text h3 {
    line-height: 0.5;
    margin-bottom: 15px;
}

.insr-single-info-text h3 a {
    color: black;
    font-size: 14px;
    font-weight: 600;
    position: initial;
}

.insr-single-info-text span {
    font-weight: 600;
    position: relative;
    font-size: 12px;
}

.inner-gallery {
    background: #f3f3f3;
}

.inner-gallery-item {
    position: relative;
    margin-bottom: 30px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 6px 0px #bdbdbd73;
    box-shadow: 0px 0px 6px 0px #bdbdbd73;
    padding: 10px;
}

.inner-gallery-item a {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.inner-gallery-item:hover .igi-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.igi-img {
    overflow: hidden;
    z-index: 10;
}

.igi-img img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 5;
}

.igi-text {
    background: white;
    text-align: center;
    padding: 30px 5px 20px;
}

.igi-text h3 {
    font-size: 20px;
}

.inner-gallery-single img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-gallery-single #demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.inner-gallery-single .thumb {
    position: relative;
    cursor: pointer;
    padding: 4px;
}

.inner-gallery-single .thumb:hover .zoom-icon {
    visibility: visible;
    opacity: 1;
}

.inner-gallery-single .thumb:hover .overlay {
    visibility: visible;
}

.inner-gallery-single img.zoom {
    width: 100%;
    height: 250px;
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.inner-gallery-single .modal-header {
    border-bottom: none;
}

.inner-gallery-single .modal-footer {
    display: none;
}

.inner-gallery-single .zoom-icon {
    position: absolute;
    bottom: auto;
    left: 50%;
    margin: 0;
    max-width: 90%;
    padding: 0;
    right: auto;
    top: 50%;
    z-index: 78;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    background: #0082d6;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: white;
}

.inner-gallery-single .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0000004f;
    visibility: hidden;
    margin: 4px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: auto;
    z-index: inherit;
    height: auto;
}

.iss-left {
    padding-right: 50px;
}

.issl-img {
    margin-bottom: 30px;
}

.issl-img img {
    width: 100%;
}

.issl-desc {
    margin-bottom: 30px;
}

.issl-desc p {
    font-size: 16px;
    color: black;
    line-height: 35px;
}

.issl-list {
    margin-bottom: 30px;
}

.issl-list h4 {
    font-size: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #0082d6;
    display: inline-block;
}

.issl-list ul li {
    padding-left: 25px;
    padding-bottom: 15px;
    font-size: 16px;
    position: relative;
}

.issl-list ul li::before {
    position: absolute;
    content: "\f058";
    color: #78b536;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    left: 0;
}

.issl-list:last-child {
    margin-bottom: 0;
}

.issr-contact h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.issr-contact ul {
    border: 4px solid #0082d6;
    padding: 30px 20px;
    margin-top: 15px;
}

.issr-contact ul li {
    padding: 10px 0 10px 20px;
    position: relative;
    font-size: 16px;
}

.issr-contact ul li i {
    position: absolute;
    left: 0;
    top: 13px;
    color: #0082d6;
}

.isl-desc {
    margin-bottom: 40px;
}

.isl-desc p {
    font-size: 16px;
    line-height: 32px;
    color: black;
}

.isf-left {
    padding-right: 50px;
}

.ifsl-top {
    margin-bottom: 30px;
}

.ifsl-top img {
    width: 100%;
}

.ifsl-desc p {
    font-size: 16px;
    color: black;
    line-height: 35px;
}

.inner-apply-online-form {
    padding: 60px 50px;
    margin: 0 50px;
    background-color: #f8f8f8;
}

.inner-apply-online-form form-group {
    margin-bottom: 2rem;
}

.iaof-title {
    text-align: center;
}

.iaof-title span {
    font-size: 20px;
    font-weight: 600;
    color: #78b536;
}

.iaof-title h2 {
    text-transform: uppercase;
    font-weight: 800;
    margin: 20px 0 70px;
    font-size: 40px;
    color: #0082d6;
}

.half-wid-group {
    display: inline-block;
    width: 47%;
    margin-bottom: 0;
}

.hwg-left {
    margin-right: 20px;
}

.button-holder-cnt input {
    cursor: pointer;
    font-style: normal;
    color: #78b536;
    border: 2px solid #78b536;
    border-radius: 50px;
    background-color: transparent;
    line-height: 14px;
    padding: 14px 28px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 25px;
    background-color: #78b536;
    color: white;
}

.button-holder-cnt input:hover {
    color: white;
    border-color: #78b536;
    background: #78b536;
}


/* download page */

.download-content-single {
    font-size: 100px;
    color: #0082d6;
    margin-bottom: 28px;
    text-align: center;
}

.dc-title {
    color: black;
    text-transform: capitalize;
}

.dc-title h6 {
    font-size: 14px;
}

i.fas.fa-file-pdf {
    margin-bottom: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -66px;
}

.opening_card {
    padding: 50px;
    background: white;
    -webkit-box-shadow: 4px 5px 12px 0px #dfdddd;
    box-shadow: 4px 5px 12px 0px #dfdddd;
}

.oc-title h3 {
    margin-bottom: 30px;
}

.ocs-list {
    margin: 20px 0;
}

.ocs-list li::before {
    content: "*";
    margin-right: 10px;
}

.oc-skill {
    margin: 24px 0;
}

.ocs-list li {
    margin-bottom: 8px;
}

.opening_card {
    margin-bottom: 48px;
}

.opening_card .main-gallery-more {
    display: block;
}

.review {
    margin: 32px 0;
}

.review span {
    font-size: 32px;
    font-weight: 700;
}

.review h4 {
    margin: 14px 0;
    font-size: 32px;
    font-weight: 600;
    color: #0082d6;
}


/* start of apply online 2.0 */

.inner-apply {
    padding: 50px 10px;
    background-color: #e0e0e0;
}

.inner-apply-form {
    -webkit-box-shadow: 0px 0px 7px 1px #00000036;
    box-shadow: 0px 0px 7px 1px #00000036;
    margin: 0px 20px;
    background-color: white;
    margin-bottom: 40px;
}

.inner-apply-form .form-group {
    margin-bottom: 1.5rem;
}

.inner-apply-form label {
    font-weight: 600;
}

.inner-apply-form small {
    font-size: 18px;
    color: #7c201c;
    font-weight: 600;
}

.iaft-left img {
    height: 120px;
}

.iaft-middle p {
    text-align: center;
    font-weight: 600;
}

.iaft-middle h2 {
    color: #0082d6;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
}

.iaf-title {
    text-align: center;
    border-bottom: 4px solid #7c201c;
    margin-bottom: 30px;
    padding: 30px 20px;
}

.iafb-desc {
    text-align: center;
    margin-bottom: 30px;
}

.iafb-desc h4 {
    font-weight: 700;
    border-bottom: 4px solid #383434c7;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 10px;
    font-size: 30px;
}

.iafb-desc h3 {
    font-size: 25px;
    font-weight: 600;
}

.iafbs-title {
    background: #0082d6;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.iafbs-inner {
    padding: 30px;
}

.iafbs-inner input {
    border-radius: 0;
    border: 1px solid #78b536;
}

.iafbs-inner input:focus {
    outline: #78b536;
    border-color: #78b536;
}

.iafb-name {
    margin-bottom: 20px;
}

.iafb-name strong {
    display: block;
    text-align: center;
    border: 1px dotted #cecece;
    padding: 5px 7px;
    margin-bottom: 20px;
    font-size: 16px;
}

.iafb-name input {
    border-bottom: 2px solid #78b536;
}

.iafb-details {
    border: 1px solid #78b536;
    position: relative;
}

.iafb-details .pdr {
    padding-right: 0;
}

.iafb-details .pdr .iafbb-single {
    border-right: none;
}

.iafb-details .pdd {
    padding: 0;
}

.iafb-details .pdd .iafbb-single {
    border-right: none;
    border-left: none;
}

.iafb-details .pdl {
    padding-left: 0;
}

.iafb-details .pdl .iafbb-single {
    border-left: none;
}

.iafbb-single {
    border: 1px solid #78b536;
    padding: 5px 10px;
}

.iafbb-single span {
    display: block;
}

.iafbb-single input {
    border: none !important;
}

.iafbb-photo {
    position: absolute;
    top: 0;
    right: 0;
    height: 185px;
    width: 185px;
    background: white;
}

.iaf-right-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.iaf-right-photo img {
    height: 100px;
}

.iafb-submit {
    padding: 30px;
}

.iafb-submit .a {
    cursor: pointer;
    font-style: normal;
    color: black;
    border: 2px solid #78b536;
    background-color: transparent;
    line-height: 14px;
    padding: 12px 28px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 25px;
    margin-top: 0;
    background-color: #78b536;
    border-color: #78b536;
    color: white;
}

.iafb-submit a:hover {
    color: white;
    border-color: #78b536;
    background: #78b536;
}

.iaf-left span {
    font-size: 0.8rem;
    font-weight: 600;
    margin: 2px 0;
}

.iaf-left span:first-child {
    position: relative;
}

.iaf-left span:first-child::after {
    content: "*";
    color: #7c201c;
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    top: 0;
}

.iafl-des span:first-child {
    position: relative;
}

.iafl-des span:first-child::after {
    right: -30px;
}

.iafbs-extra span {
    font-weight: 600;
    font-size: 0.8rem;
    margin: 5px 0;
    display: block;
}


/* end of apply online */


/*# sourceMappingURL=style.css.map */