html {
    scroll-padding-top: 150px;
}

@font-face {
    font-family: 'Century Gothic Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Century Gothic Regular'), url('GOTHIC.woff') format('woff');
}

@font-face {
    font-family: 'Century Gothic Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Century Gothic Italic'), url('GOTHICI.woff') format('woff');
}

@font-face {
    font-family: 'Century Gothic Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Century Gothic Bold'), url('GOTHICB.woff') format('woff');
}

@font-face {
    font-family: 'Century Gothic Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Century Gothic Bold Italic'), url('GOTHICBI.woff') format('woff');
}

h1,
h2,
h3,
h4 {
    font-family: 'Century Gothic Bold';
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Century Gothic Regular';
}

.font-b {
    font-family: 'Century Gothic Bold';
}

html {
    scroll-behavior: smooth;
}

.startp-responsive-nav {
    display: none;
}

a {
    color: #a6ce3a;
}

#header.headroom {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 11111;
    background: #fff;
    padding: 0rem 0;
}

#header.headroom.is-sticky {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0rem 0!important;
    -webkit-animation-duration: 1s;
    animation-duration: .9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    z-index: 1111;
}

#header.headroom.is-sticky .logo img {
    width: 180px;
    transition: .3s;
}

#header.headroom.is-sticky .navbar-nav .nav-item a {
    line-height: 48px;
    transition: .3s;
}

#header.headroom.navbar-style-two {
    /*background-color: #ffffff;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

#header.headroom--pinned {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

#header.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}

.startp-nav {
    background: transparent;
}

.startp-nav nav {
    padding: 0;
}

.startp-nav nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.startp-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 12px 0;
}

.startp-nav nav .navbar-nav .nav-item a {
    font-size: 15px;
    line-height: 48px;
    font-family: 'Century Gothic Regular';
    text-transform: capitalize;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (max-width: 1450px){
    .startp-nav nav .navbar-nav .nav-item a {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media screen and (max-width: 1199px){
    .startp-nav nav .navbar-nav .nav-item a {
        font-size: 13px;
        margin-left: 10px!important;
        margin-right: 10px!important;
    }
}

.startp-nav nav .navbar-nav .nav-item.active,
.startp-nav nav .navbar-nav .nav-item:hover {
    background: #a6ce3a;
}

.startp-nav nav .navbar-nav .nav-item:hover a {
    color: #000!important;
}


/*.startp-nav nav .navbar-nav .nav-item:last-child a {
  margin-right: 0px;
  transition: .3s;
}
.startp-nav nav .navbar-nav .nav-item:last-child:hover a
{
  margin-right: 20px;
  transition: .3s;
}*/

#header.is-sticky .startp-nav nav .navbar-nav .nav-item a {
    color: #000;
}

.startp-nav nav .navbar-nav .nav-item a:hover,
.startp-nav nav .navbar-nav .nav-item a:focus,
.startp-nav nav .navbar-nav .nav-item a.active {
    color: #000;
}

.startp-nav nav .navbar-nav .nav-item a svg {
    width: 14px;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99999;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li {
    position: relative;
    padding: 0;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    padding: 9px 15px;
    letter-spacing: .5px;
    margin: 0;
    display: block;
    color: #000;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:hover,
.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:focus,
.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a.active {
    color: #44ce6f;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu {
    position: absolute;
    left: 250px;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a {
    color: #000!important;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:hover,
.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:focus,
.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a.active {
    color: #32A1D0;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover .dropdown_menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: 0% !important;
    border-radius: 3px!important;
    width: 270px;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a {
    padding: 6px 15px;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover a {
    color: #32A1D0;
}

.startp-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.startp-nav nav .others-option {
    margin-left: 20px;
}

.startp-nav nav .others-option .cart-wrapper-btn {
    position: relative;
    margin-right: 20px;
}

.startp-nav nav .others-option .cart-wrapper-btn svg {
    width: 15px;
}

.startp-nav nav .others-option .cart-wrapper-btn span {
    display: inline-block;
    background-color: red;
    color: #ffffff;
    font-size: 9px;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    position: relative;
    top: -7px;
    right: 4px;
}

.startp-nav nav .others-option .btn.btn-light {
    background: transparent;
    border: 2px dashed #8EA8C8;
    padding: 12px 25px;
    color: #fff;
    margin-right: 10px;
}

.startp-nav nav .others-option .btn.btn-light::after,
.startp-nav nav .others-option .btn.btn-light::before {
    width: 50%;
}

.startp-nav nav .others-option .btn.btn-light:focus {
    color: #0e314c !important;
}

.startp-nav nav .others-option .btn.btn-light:hover,
.startp-nav nav .others-option .btn.btn-light:focus {
    color: #ffffff;
    border-color: #32A1D0;
}

.startp-nav nav .others-option .btn.btn-light::after,
.startp-nav nav .others-option .btn.btn-light::before {
    background: #8EA8C8;
}

.startp-nav nav .others-option .btn.btn-primary {
    background: #32A1D0;
    border-radius: 50px;
    -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}

.startp-nav nav .others-option .btn.btn-primary::after,
.startp-nav nav .others-option .btn.btn-primary::before {
    background: #8EA8C8;
    -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.navbar-style-three .startp-nav {
    padding-left: 25px;
    padding-right: 25px;
}

.others-option-for-responsive {
    display: none;
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: -29px;
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #0e314c;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #44ce6f;
}

.others-option-for-responsive .container {
    position: relative;
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.others-option-for-responsive .option-inner {
    padding: 15px 15px 8px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
}

.others-option-for-responsive .option-inner .others-option .cart-wrapper-btn {
    position: relative;
    margin-right: 15px;
}

.others-option-for-responsive .option-inner .others-option .cart-wrapper-btn svg {
    width: 15px;
}

.others-option-for-responsive .option-inner .others-option .cart-wrapper-btn span {
    display: inline-block;
    background-color: red;
    color: #ffffff;
    font-size: 9px;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    position: relative;
    top: -7px;
    right: 4px;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-light {
    background: transparent;
    border: 2px dashed #cdf1d8;
    padding: 12px 23px;
    margin-right: 10px;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-light:focus {
    color: #0e314c !important;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-light:hover,
.others-option-for-responsive .option-inner .others-option .btn.btn-light:focus {
    color: #ffffff;
    border-color: #44ce6f;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-light::after,
.others-option-for-responsive .option-inner .others-option .btn.btn-light::before {
    background: #44ce6f;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-primary {
    background: #c679e3;
    -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
    padding: 13px 23px;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-primary::after,
.others-option-for-responsive .option-inner .others-option .btn.btn-primary::before {
    background: #44ce6f;
    -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.navbar-color-white .startp-nav nav .navbar-nav .nav-item a {
    color: #ffffff;
}

.navbar-color-white .startp-nav nav .navbar-nav .nav-item a:hover,
.navbar-color-white .startp-nav nav .navbar-nav .nav-item a:focus,
.navbar-color-white .startp-nav nav .navbar-nav .nav-item a.active {
    color: #44ce6f;
}

.navbar-color-white .startp-nav nav .others-option .cart-wrapper-btn {
    color: #ffffff;
}

.navbar-color-white .startp-nav nav .others-option .btn.btn-primary {
    background: #c679e3;
    -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}

.navbar-color-white .startp-nav nav .others-option .btn.btn-primary::after,
.navbar-color-white .startp-nav nav .others-option .btn.btn-primary::before {
    background: #44ce6f;
    -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.navbar-color-white#header.headroom.is-sticky {
    background-color: #0e314c !important;
}

@media only screen and (max-width: 991px) {
    #header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #header.headroom {
        border-bottom: 1px solid #eeeeee;
    }
    #header.headroom.is-sticky {
        border-bottom: none;
    }
    .startp-responsive-nav {
        display: block;
    }
    .startp-responsive-nav .startp-responsive-menu {
        position: relative;
    }
    .startp-responsive-nav .startp-responsive-menu .navbar-nav {
        display: block;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        overflow-x: hidden;
        flex-direction: unset;
    }
    .startp-responsive-nav .startp-responsive-menu.mean-container .mean-nav ul {
        font-size: 13px;
    }
    .startp-responsive-nav .startp-responsive-menu.mean-container .mean-nav ul li a {
        font-size: 14px;
        text-transform: capitalize;
    }
    .startp-responsive-nav .startp-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #44ce6f;
    }
    .startp-responsive-nav .startp-responsive-menu.mean-container .mean-nav ul li a svg {
        display: none;
    }
    .startp-responsive-nav .startp-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 12.5px;
        text-transform: capitalize;
    }
    .startp-responsive-nav .startp-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 280px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .startp-responsive-nav .startp-responsive-menu.mean-container .others-options {
        display: none;
    }
    .startp-responsive-nav .mean-container a.meanmenu-reveal {
        color: #0e314c;
    }
    .startp-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #0e314c;
    }
    .startp-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999;
        margin-left: 0rem;
    }
    .startp-nav {
        display: none;
    }
    .others-option-for-responsive {
        display: block;
    }
}

.others-option a {
    font-size: 20px;
    margin-right: 1.5rem;
    color: #000;
    text-decoration: none;
}

.others-option a:lest-child {
    margin-right: 0px;
}

.logo img {
    width: 180px;
}

.main-section {
    height: 89vh;
    position: relative;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.main-section .container {
    position: relative;
    z-index: 11;
}

.main-section {
    width: 100%;
    background-size: cover!important;
    background-position: center!important;
}

.main-section:before {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 11;
}

header.is-sticky .logo img {
    width: 200px;
}

.main-section .main-section-content {
    color: #fff;
}

.main-section .main-section-content h1 {
    font-family: 'Century Gothic Bold';
    line-height: 54px;
    font-size: 35px;
    opacity: 88%;
    margin-bottom: 2rem;
}

.main-section .main-section-content p {
    font-size: 16px;
    line-height: 1.5;
    /*margin-bottom: 2rem;*/
}

.main-feature-box {
    display: flex;
    align-items: center;
    transition: .3s;
    height: 100%;
    position: relative;
    color: #fff;
    padding: 2rem 1.5rem;
}

.main-feature-box a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-feature-box p {
    line-height: 1.5;
    margin-bottom: 0px;
    font-size: 15px;
}

.main-feature-box i {
    font-size: 53px;
    padding: .95rem 1.2rem;
}

.feature-section .feature-inner {
    padding: .15rem;
}

.feature-section .feature-inner.color2 .main-feature-box {
    background: rgba(255, 255, 255, 0.20);
}

.feature-section .feature-inner .main-feature-box {
    background: rgba(255, 255, 255, 0.10);
}

.feature-section .active .main-feature-box,
.main-feature-box:hover {
    background: rgba(166, 206, 58, 0.5)!important;
}

.padding-right {
    padding-right: 5rem;
}

.ptb-4 {
    padding: 4rem 0;
}

.about-content {
    padding: 3rem 3rem;
    background: rgb(38, 67, 87, 0.52);
    color: #fff;
}

.about-content h2 {
    margin-bottom: 1.5rem;
    font-size: 30px;
}

.about-content p {
    font-size: 14px;
    opacity: 88%;
}

.btn-cii a {
    font-family: 'Century Gothic Bold';
    color: #fff;
    font-size: 13px;
    position: relative;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    padding-bottom: .2rem;
    transition: .3s;
}

.btn-cii {
    display: inline-flex;
    margin-top: 2rem;
    align-items: center;
}

.btn-cii i {
    margin-left: .4rem;
    font-size: 11px;
    transition: .3s;
}

.about-section .offset-xl-6 {
    padding: .15rem;
}

.btn-cii:hover a {
    color: #a6ce3a;
    border-color: #a6ce3a;
}

.btn-cii:hover i {
    color: #a6ce3a;
    transition: .3s;
    transform: translateX(25%);
}

.security-section {
    background-size: cover!important;
    padding: 5rem 0;
    background-repeat: no-repeat!important;
    background-position-y: center
}

.security-section h2 {
    font-size: 30px;
}

.security-section .btn-cii a {
    color: #000;
    border-color: #000;
}

.security-section .btn-cii:hover a {
    color: #fff;
    border-color: #fff;
}

.security-section .btn-cii i {
    color: #000;
}

.security-section .btn-cii:hover i {
    color: #fff;
}

.security-box {
    padding: 2rem;
    color: #fff;
    /* min-height: 500px; */
}

.security-box h3 {
    font-family: 'Century Gothic Regular';
    font-size: 20px;
    /*height: 130px;*/
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.security-box p {
    font-size: 13.9px;
    line-height: 1.7;
    opacity: 80%;
}

.security-silder {
    position: relative;
}

.security-silder .owl-item:nth-child(odd) .security-box {
    background: #39434a;
}

.security-silder .owl-item:nth-child(even) .security-box {
    background: #556e27;
}

.security-silder.owl-theme .owl-stage {
    display: flex;
}

.security-silder.owl-theme .security-box {
    height: 100%;
}

.security-silder.owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    text-align: center;
    line-height: 35px;
    position: absolute;
    left: -95px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.security-silder.owl-theme .owl-nav .owl-prev i {
    transform: rotate(180deg);
}

.security-silder.owl-theme .owl-nav [class*='owl-']:focus {
    outline: none!important;
}

.security-silder .owl-dots {
    margin-top: 2rem;
}

.security-silder.owl-theme .owl-nav [class*='owl-']:hover {
    color: #a6ce3a;
    background: transparent;
}

.security-silder.owl-theme .owl-nav [class*='owl-'].owl-next {
    left: auto;
    right: -95px;
}

.img-video-slider.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.security-silder {
    width: 75%;
    margin: auto;
}

footer .circle {
    background: #a6ce3a;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

footer p,
footer a {
    font-size: 13px;
    color: #000;
}

footer a:hover {
    color: #a6ce3a;
}

footer .circle h5 {
    font-size: 17px;
    margin: 0px;
    transition: .3s;
    position: relative;
    padding: 1rem 0;
}

footer .circle h5:after,
footer .circle h5:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s;
    width: 50%;
    height: 1px;
    background: #000;
    margin: auto;
}

footer .circle h5:before {
    bottom: 0px;
    top: initial;
}

.links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links ul li {
    margin-top: .9rem;
    font-size: 13px;
}

.links ul li a {
    color: #000;
    transition: .3s;
}

footer .phone-number p,
footer .fax p {
    margin-bottom: 0rem;
    line-height: initial;
}

footer .phone-number,
footer .fax {
    margin-top: .9rem;
}

.startp-nav .container {
    padding-right: .15rem;
}

.pl-6 {
    padding-left: 3rem;
}

.social-media ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: .9rem;
}

.social-media ul li {
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    margin-left: 1rem;
}

.social-media ul li:first-child {
    margin-left: 0px;
}

.social-media ul li a {
    font-size: 20px;
    transition: .3s;
    color: #737373;
}

.down-sec {
    padding-top: 4rem;
}

.social-media ul li:hover a,
.links ul li:hover a {
    color: #a6ce3a;
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 0;
    color: #ffffff;
    background-color: #a6ce3a;
    z-index: 1;
    display: none;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 10px 0 0 10px;
    line-height: 46px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background: #1A2431;
}

footer {
    padding: 3rem 0 3rem;
}

footer a {
    text-decoration: none!important;
}

.megamenu-section {
    width: 100%!important;
    background: #f1f5e8!important;
    box-shadow: none!important;
    padding: 3rem 1rem!important;
    border-radius: 0px!important;
}

.megamenu-li {
    position: initial!important;
}

.megamenu-section h6 {
    text-transform: uppercase!important;
    font-size: 13px;
    margin-bottom: 1.7rem;
    letter-spacing: .50px;
    font-family: 'Century Gothic Bold';
}

.li-b a {
    font-family: 'Century Gothic Bold'!important;
}

.services-b {
    font-family: 'Century Gothic Bold';
    font-size: 15px;
    margin-bottom: 1rem;
}

.megamenu-section .row {
    width: 100%;
}

.startp-nav nav .navbar-nav .megamenu-section .row .nav-item a {
    padding: 0!important;
    font-size: 12.5px!important;
    line-height: 20px!important;
    margin-top: .8rem!important;
    transition: .3s;
}

.startp-nav nav .navbar-nav .megamenu-section .row .nav-item:first-child a {
    margin-top: 0px!important;
}

.megamenu-section .row .nav-item:hover {
    background: transparent!important;
}

.navbar {
    position: initial;
}

.startp-nav nav .navbar-nav .megamenu-section .row .nav-item:hover a {
    color: #a6ce3a!important;
    transform: translateX(2%);
    transition: .3s;
}

.page-title-area {
    position: relative;
    z-index: 1;
    padding-top: 110px;
    padding-bottom: 110px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-title-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: 0.5;
}

.page-title-area .page-title-content h2, .page-title-area .page-title-content h1 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 38px;
    opacity: 88%;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 12px;
    letter-spacing: .5px;
}

.page-title-area .page-title-content ul li i {
    font-size: 12px;
    margin: 0 10px;
}

.page-title-area .page-title-content ul li a {
    color: #a6ce3a;
    text-decoration: none!important;
}

.page-title-area .page-title-content ul li a:hover {
    color: #fff;
}

.page-title-area .page-title-content ul li a i {
    font-size: 10px;
    margin: 0 10px;
}

.content-section-type p {
    font-size: 14px;
    margin-bottom: 1.2rem;
}

.ptb-5 {
    padding: 5rem 0;
}

.contact-us-section {
    background: #c6d0da;
    padding: 5rem 0;
}

.contact-us-section h3 {
    font-size: 22px;
    margin-bottom: 1.2rem;
    letter-spacing: .50px;
}

.contact-us-section p {
    font-size: 15px;
}

.contact-us-section span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-us-section span a {
    color: #000;
    position: relative;
    border-bottom: 1px solid #000;
    text-decoration: none;
    padding-bottom: .1rem;
    transition: .3s;
}

.contact-us-section span i {
    margin-left: .2rem;
    font-size: 11px;
    transition: .3s;
}

.contact-us-section span:hover i {
    transform: translateX(30%);
    color: #fff;
}

.contact-us-section span:hover a {
    border-color: #fff;
    color: #fff;
}

.about-the-person h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.about-the-person p {
    font-size: 15px;
}

.about-the-person img {
    width: 100%;
}

.person-img {
    margin-bottom: 1.2rem;
}

.about-self {
    padding-left: 1.7rem;
}

.bg-color {
    background-color: #f2f4f6;
}

.about-heading {
    color: #a6ce3a;
    text-align: center;
    font-size: 22px;
    margin-bottom: 4rem;
    letter-spacing: .50px;
    text-transform: uppercase;
}

.our-team-sec .about-heading {
    font-size: 19px;
}

.circle {
    position: relative;
}

.circle:hover h5:before,
.circle:hover h5:after {
    width: 100%;
    transition: .3s;
    background-color: #fff;
}

.circle:hover h5 {
    color: #fff;
    transition: .3s;
}

.circle a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.social-media ul li:hover a {
    animation: heartBeat 1000ms infinite linear;
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.link-section {
    list-style: none;
    padding: 0;
    columns: 2;
}

.link-section li {
    font-size: 13.5px;
    display: flex;
    margin-bottom: .7rem;
    font-family: 'Century Gothic Bold';
}

.link-section li:before {
    content: '\e71b';
    color: #a6ce3a;
    font-family: "themify";
    margin-right: .5rem;
}

.contact-info {
    background: #c6d0da;
    border-radius: 10px;
    padding: 2rem;
    position: relative;
    height: 98.5%;
    margin: .3rem;
}

.contact-info h3 {
    font-size: 24px;
}

.contact-type {
    padding-top: .1rem;
}

.contact-type .contact-d {
    margin-top: 1.3rem;
    display: flex;
    font-size: 14px;
    transition: .3s;
    align-items: baseline;
}

.contact-type .contact-d a span {
    font-family: 'Century Gothic Regular';
    pointer-events: none!important;
}

.contact-type .contact-d a {
    font-size: 14px;
    opacity: 90%;
    text-decoration: none;
    letter-spacing: .20px;
    color: #545454;
    font-family: 'Century Gothic Bold';
    transition: .3s;
}

.contact-type .contact-d:hover {
    transform: translateX(2%);
    transition: .3s;
}

.contact-type .contact-d a:hover {
    color: #000;
}

.contact-type .contact-d i {
    margin-right: .7rem;
    font-size: 16px;
    color: #000;
}

.social-media-icon {
    padding-top: 2rem;
}

.social-media-icon li a {
    text-decoration: none;
}

.social-media-icon li a i {
    font-size: 17px;
}

.contact-info p {
    line-height: 1.5;
}

.contact-bg-sec {
    background: #f1f5e8;
    border-radius: 10px;
}

.contact-form {
    padding: 2rem 1rem;
}

.contact-form .input-f {
    margin-bottom: 1rem;
}

.contact-form .input-f label {
    font-size: 13px;
    margin-bottom: .3rem;
    font-family: 'Century Gothic Bold';
}

.contact-form .input-f .form-control {
    font-size: 13px;
}

.form-control.has-error,
.form-select.has-error {
    border-color: #ce5929 !important;
}

.contact-form .input-f input,
.contact-form .input-f select {
    height: 50px;
    width: 100%;
}

.contact-form .input-f .form-control:focus {
    border-color: #a5cc3a;
    box-shadow: none;
}

.contact-bg-sec .col-xl-5 {
    padding: 0px;
}

.contact-bg-sec {
    overflow: hidden;
}

.social-media-icon {
    position: absolute;
    bottom: 25px;
}

.social-media-icon .social-media ul li:first-child {
    margin-left: 0px;
}

.social-media-icon .social-media ul li {
    margin-left: .2rem;
}

.social-media-icon .social-media ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.social-media-icon .social-media ul li:hover a {
    background: #a5cc3a;
    color: #fff;
}

.captcha-sec {
    display: flex;
    align-items: center;
}

.btn-submit {
    background: #a5cc3a;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .50px;
    transition: .3s;
    padding: .7rem 1.5rem;
    border: 2px solid #a5cc3a;
    font-family: 'Century Gothic Bold';
}

.btn-submit:hover {
    background: transparent;
    color: #a5cc3a;
}

.btn-submit i {
    margin-left: .3rem;
    transition: .3s;
}

.btn-submit:hover i {
    transform: translateX(30%);
    transition: .3s;
}

.btn-submit:focus {
    outline: none;
    box-shadow: none;
}

.contact-bg-sec .col-xl-5 {
    width: 38.666667%;
}

.contact-bg-sec .col-xl-7 {
    width: 61.333333%;
}

.contact-info {
    position: relative;
    overflow: hidden;
}

.contact-info:before {
    position: absolute;
    bottom: -100px;
    right: -100px;
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #a5cc3a;
}

.contact-info:after {
    position: absolute;
    bottom: 110px;
    right: 110px;
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgb(255, 255, 255, 0.8);
}

.color-black a {
    color: #000;
    border-color: #000;
}

p a {
    text-decoration: none;
}

p a:hover {
    color: initial;
}

.btn-cii.unbold a {
    font-family: 'Century Gothic Regular';
}

a.b {
    font-family: 'Century Gothic Bold';
}

.single-menu {
    border-radius: 0px!important;
    background: #f1f5e8!important;
    box-shadow: none!important;
}

.single-menu li a {
    font-size: 12.5px!important;
    line-height: 20px!important;
    text-decoration: none;
}

.startp-nav nav .navbar-nav .single-menu .nav-item:hover a,
.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li:hover a {
    color: #a6ce3a!important;
    transform: translateX(2%);
    transition: .3s;
}

.single-menu .nav-item:hover {
    background: transparent!important;
}

.mean-container .mean-nav .single-menu .nav-item a {
    padding: .9em 10% .9em 5%;
}

.clients-slider .client-img {
    display: flex;
    width: 100%;
    max-height: 520px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border: 1px solid #0000001c;
    padding: 5px;
}

#testimonial {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
}

#testimonial:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.0);
}

#testimonial .slider {
    display: block;
    height: 100%;
    padding: 0rem 3rem;
    z-index: 11;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

#testimonial .slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#testimonial .slide-img {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#testimonial .section-title {
    margin-bottom: 0px;
}

#testimonial .testimonial-text {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    text-align: center;
    font-family: 'Century Gothic Italic';
    letter-spacing: .5px;
}

#testimonial .author-text {
    margin-top: 5px;
    color: #000;
    width: 100%;
    font-family: 'Century Gothic Bold';
    text-align: center;
    font-size: 15px;
}

#testimonial .regard {
    font-family: 'Century Gothic Bold Italic';
    font-size: 14px;
    margin-bottom: .3rem;
    margin-top: 28px;
    opacity: 70%;
}

@media only screen and (min-width: 768px) {
    #testimonial .slide {
        flex-direction: row;
        text-align: left;
    }
    #testimonial .slide-text {
        background-position: 10% top;
        background-size: 100px;
        align-items: flex-start;
    }
}

#testimonial .owl-dots .owl-dot {
    transition: .3s;
}

#testimonial .icon {
    text-align: center;
    margin-bottom: 1rem;
}

#testimonial .icon i {
    font-size: 30px;
    text-align: center;
}

#testimonial .owl-dots {
    padding-top: 20px;
}

#testimonial .owl-dots .owl-dot.active span {
    background: #a6ce3a;
    width: 30px;
    height: 10px;
    border-radius: 8px;
}

#testimonial .team-slides.owl-theme .owl-nav {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#testimonial .team-slides.owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    text-align: center;
    line-height: 45px;
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: solid 2px #a6ce3a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a6ce3a;
}

#testimonial .team-slides.owl-theme .owl-nav [class*='owl-']:focus {
    outline: none!important;
}

#testimonial .team-slides.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: #a6ce3a;
    color: #fff;
}

#testimonial .team-slides.owl-theme .owl-nav [class*='owl-'].owl-next {
    left: auto;
    right: -40px;
}

#testimonial .team-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.social-media-connect p {
    display: flex;
    font-family: 'Century Gothic Bold';
    align-items: baseline;
}

.social-media-connect p a {
    display: flex;
    align-items: center;
    color: initial;
}

.social-media-connect p a:hover {
    color: #a6ce3a;
}

.social-media-connect p a i {
    margin-left: .5rem;
    font-size: 17px;
    margin-right: .4rem;
}

.about-section-bg {
    background: #fff;
}

.about-section-bg span:hover a {
    border-color: #a6ce3a;
    color: #a6ce3a;
}

.about-section-bg span:hover i {
    color: #a6ce3a;
}

.services-h4 {
    font-size: 20px;
    margin-bottom: 1rem;
}

.float {
    position: fixed;
    width: 49px;
    height: 49px;
    line-height: 50px;
    text-decoration: none;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 33px;
    transition: .3s;
    z-index: 100;
}

.float:hover {
    color: #fff;
    transform: scale(1.1);
}

.owl-dots .owl-dot:focus {
    outline: none!important;
    border: none!important;
}

.social-media-connect a {
    background: #0077b5;
    color: #fff;
    text-transform: uppercase;
    font-size: .8rem;
    transition: .3s;
    border: 1px solid #0077b5;
    letter-spacing: .50px;
    text-decoration: none;
    padding: .55rem 1.2rem;
    display: inline-flex;
    border-radius: 5px;
}

.social-media-connect a:hover {
    background: transparent;
    color: #0077b5;
}

.social-media-connect a i {
    margin-right: .5rem;
    font-size: 18px;
}

.text-f-i {
    font-size: 1rem;
}

.wow {
    visibility: hidden;
}

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

.inline-type {
    column-count: 4;
}

.inline-type li {
    margin-top: 0px;
    margin-bottom: .7rem;
}

.font-s-increase {
    font-size: .93rem!important;
    line-height: 2;
}

table,
table td,
table thead,
table th {
    border: 1px solid #e6e6e6;
}

table td,
table th {
    padding: 1rem 1.5rem!important;
}

table thead {
    background: #a6ce3a;
}

.color-g {
    color: #a6ce3a;
    font-family: 'Century Gothic Bold';
}

.content-section-type .col-xl-8 p {
    font-size: 15px;
}

.feature-slide.owl-theme .owl-nav {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feature-slide.owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    text-align: center;
    line-height: 45px;
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    width: 40px;
    opacity: .5;
    height: 40px;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.feature-slide.owl-theme .owl-nav button.disabled {
    cursor: not-allowed;
}

.feature-slide.owl-theme .owl-nav [class*='owl-']:focus {
    outline: none!important;
}

.feature-slide.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: #a6ce3a;
    border-color: #a6ce3a;
    color: #fff;
    opacity: 1;
}

.feature-slide.owl-theme .owl-nav [class*='owl-'].owl-next {
    left: auto;
    right: -50px;
}

.feature-slide.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

ul.d-block {
    columns: initial;
}

.margin-d p {
    margin-bottom: .5rem;
}

.margin-d p:last-child {
    margin-bottom: 1rem;
}

.link-section li a {
    text-decoration: none;
}

.link-section li a:hover {
    color: #000;
}

.font-w-r {
    font-family: 'Century Gothic Regular';
}

.services-list ul li {
    border: 1px solid #f1f1f1;
    padding: .5rem 1rem;
    border-radius: 2px;
}

.services-list ul li a {
    color: #000;
    font-family: 'Century Gothic Regular';
}

.services-list ul li a:hover {
    color: #a6ce3a;
}

.column-3 {
    column-count: 3;
}

.blog-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 0px rgb(0 1 1 / 3%);
    padding: 30px;
    overflow: hidden;
    /* height: 100%; */
}

.blog-first-section .blog-card {
    height: 100%;
}

.blog-card .b-img {
    display: block;
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    margin-bottom: 22px;
}

.blog-card .b-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-card .author-name {
    font-family: 'Century Gothic Bold';
    text-transform: uppercase;
    font-size: .8rem;
    color: rgba(0, 0, 0, 0.8);
}

.blog-card .author-name i {
    margin-right: .4rem;
}

.blog-card .b-content .bg-title {
    font-family: 'Century Gothic Bold';
    padding: 1rem 0;
    line-height: 1.6;
}

.blog-card .b-content .bg-title a {
    text-decoration: none;
    color: #212529;
}

.blog-card .b-content .b-des {
    font-size: .9rem;
}

.blog-card .btn-cii {
    margin-top: 1rem;
}

.blog-card .btn-cii a {
    color: #212529;
    border-bottom-color: #212529;
}

.blog-card .btn-cii a:hover {
    color: #a6ce3a;
    border-bottom-color: #a6ce3a;
}

.blog-card .b-content {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 1.5rem;
}

.blog-detail-card .b-img img {
    height: auto;
}

.blog-detail-card .b-content .bg-title {
    padding-top: 0;
    padding-bottom: .8rem;
    font-size: 1.2rem;
}

.blog-detail-card .author-name {
    padding-bottom: 1rem;
}

.blog-detail-card {
    box-shadow: none;
    border-radius: 0;
}

.blog-detail-card .b-des p {
    font-size: .9rem;
}

.blog-detail-card .b-content {
    padding-bottom: 0;
    border-bottom: 0px;
}

.blog-form,
.blog-sidebar {
    position: relative;
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 30px;
    overflow: hidden;
}

.blog-sidebar .widget-title {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: .8rem;
}

.blog-sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 13px;
}

.blog-sidebar ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 18px;
    border-bottom: 1px dotted rgba(77, 77, 77, 0.1);
}

.blog-sidebar ul li::before {
    content: '\e649';
    font-family: "themify";
    color: rgba(77, 77, 77, 0.3);
    position: absolute;
    top: 13px;
    font-size: 8px;
    left: 0px;
}

.blog-sidebar ul li a {
    color: #4d4d4d;
    text-decoration: none;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li.active {
    background: transparent;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li.active a {
    color: #a6ce3a!important;
}

.gsc-search-button-v2 {
    padding: 10px 27px!important;
    border-color: #a6ce3a!important;
    background-color: #a6ce3a!important;
}

.gsc-search-button-v2:hover {
    opacity: .90;
    border-color: #a6ce3a!important;
    background-color: #a6ce3a!important;
}

.input.gsc-input {
    background: transparent!important;
}

.nav-item.search-bar.active,
.nav-item.search-bar:hover {
    background: transparent!important;
}

.nav-item.search-bar.active a,
.nav-item.search-bar:hover a {
    color: #a6ce3a!important;
}

.nav-item.search-bar a {
    margin-right: 0px!important;
    margin-left: 10px!important;
}

html {
    overflow-x: hidden;
}

.content-p {
    font-size: 13.9px;
    line-height: 1.7;
    opacity: 80%;
    color: #fff!important;
}

.content-p span {
    color: #fff!important;
}

.pagination-bar .page-link {
    color: #000;
}

.pagination-bar .page-link.active {
    color: #020202;
    background: #a6ce3a;
}

.b-date {
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    background-color: #fff;
    padding: 2px 12px;
    font-size: 14px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}




@media screen and (min-width:1200px)
{
    .feature-slide .owl-stage{display: flex;}
    .feature-slide  .home-box
    {
        display: flex;
        flex: 1 0 auto;
        height: 100%;
    }
    .feature-slide .home-item
    {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .feature-slide .home-bg
    {
        height: 100%;
        object-fit: cover;
    }
}
.section-padding
{
    padding-top: 80px;
    padding-bottom: 50px;
}
.btn-careers{
    padding: 0.3rem 1rem;
    pointer-events: none;
}
.careers-slider{
    position: relative;
}
.careers-slider .slide-img{
    position: relative;
    overflow: hidden;
    padding-bottom: 50%;
}
.careers-slider .slide-img img{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 768px){
    .careers-slider .owl-nav{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}

.careers-slider .owl-nav .owl-prev, .careers-slider .owl-nav .owl-next{
    background-color: transparent!important;
    color: #000!important;
    font-size: 25px!important;
}
.careers-slider .owl-nav .owl-prev{
    margin-left: -40px;
}
.careers-slider .owl-nav .owl-next{
    margin-right: -40px;
}
.tab-btn ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tab-btn ul li{
    margin-right: 20px;
    margin-top: 20px;
}
.tab-btn ul li a{
    display: block;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 40px;
    color: #000;
    padding: 10px 25px;
    font-weight: 600;
    transition: .3s ease-in-out;
}
.tab-btn ul li a:hover, .tab-btn ul li a.active{
    background-color: #a6ce3a;
    border-color: #a6ce3a;
}
.career-card{
    border-top: 3px solid #000;
    margin-top: 30px;
    padding-top: 20px;
    margin-left: -5000px;
    margin-right: -5000px;
    padding-left: 5000px;
    padding-right: 5000px;
}
.career-card:last-child{
    border-bottom: 3px solid #000;
    padding-bottom: 30px;
}
.career-card .card-title{
    font-size: 20px;
    font-family: 'Century Gothic Bold';
    color: #000;
    display: block;
    text-decoration: none;
    transition: .3s ease-in-out;
}
.career-card .card-title:hover{
    color: #a6ce3a;
}
.career-card .card-text p{
    font-size: 15px;
}
.career-card .card-text p:last-child{
    margin-bottom: 0;
}
.career-card  .card-link a{
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    transition: .3s ease-in-out;
}
.career-card  .card-link a:hover{
    color: #a6ce3a;
}
.career-card  .card-link  span{
    margin-left: 10px;
}
.card-key ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card-key ul li{
    border: 1px solid #000;
    display: flex!important;
    align-items: center;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 40px;
    color: #000;
    padding: 5px 15px;
    transition: .3s ease-in-out;
}
.card-key ul li span{
    font-size: 16px;
    margin-right: 8px;
}
.career-content{
    font-family: 'Century Gothic Bold';
}
.career-content p{
    font-size: 18px;
}
.cw-bold{
    font-family: 'Century Gothic Bold';
}
.detail-card-key ul li{
    border-color: #fff;
    margin-top: 0;
    padding: 4px 12px;
    font-size: 10px!important;
}
.detail-card-key ul li span{
    font-size: 12px;
}
.btn-apply-now{
    padding: 0.5rem 1.2rem;
}
.content-li{
    font-size: 14px;
}
.content-li ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.form-info h5{
    font-family: 'Century Gothic Bold';
    font-size: 18px;
}
.w-5{
    width: 5%;
}
/* .form-header{
    background-color: #a6ce3a;
    padding: 10px 10px;
    border-radius: 4px;
} */
.form-header .edit-button{
    color: #000;
    font-size: 13px;
    font-family: 'Century Gothic Bold';
    display: flex;
    align-items: center;
    line-height: normal;
    transition: .3s ease-in-out;
}

.form-header .edit-button span{
    margin-right: 7px;
    font-size: 18px;
}
.form-header .edit-button:hover{
    color: #a6ce3a;
}
.btn-submit.btn-danger{
    background-color: #dc3545!important;
    border-color: #dc3545!important;
}
.btn-submit.btn-danger:hover{
    background-color: transparent!important;
    color: #dc3545!important;
}
.btn-number{
    font-family: 'Century Gothic Bold';
    background-color: #e4efc7;
    box-shadow: none;
    border: 0;
    padding: 0;
    line-height: normal;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
}
.form-card-color{
    padding: 20px;
    border-radius: 10px;
}

.odd-even-column:nth-child(4n + 1) .form-card-color, .odd-even-column:nth-child(4n + 4) .form-card-color{
    background-color: #f9f9f9;
} 
.odd-even-column:nth-child(4n + 2) .form-card-color, .odd-even-column:nth-child(4n + 3) .form-card-color{
    background-color: #f1f1f1;
} 

.disabled{
    pointer-events: none;
    position: relative;
    user-select: none;
}
html:has(.thankyou-section), body:has(.thankyou-section){
    height: 100%;
}
.thankyou-section{
    height: calc(100% - 130px);
    display: flex;
    align-items: center;
    padding: 0!important;
}
.color-primary{
    color: #a6ce3a;   
}
.removeSection, .removeEmpSection{
    padding: 0;
    width: 25px!important;
    height: 25px!important;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.removeSection i, .removeEmpSection i{
    padding-left: 0;
    margin-left: 0;
}
.icon-date{
    background-image: url(../images/date-icon.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 20px;
}
.flatpickr-input{
    background-color: #fff!important;
    font-family: 'Century Gothic Regular'!important;
}
#SAVEPROCESS .btn-submit{
    min-width: 135px;
}