/*
 * Black Rose Font
 */
@font-face {
    font-family: "poppinslight";
    src: url("../fonts/poppins-light-webfont.woff2") format("woff2"),
        url("../fonts/poppins-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "poppinsregular";
    src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
        url("../fonts/poppins-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "poppinsmedium";
    src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"),
        url("../fonts/poppins-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "poppinssemibold";
    src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"),
        url("../fonts/poppins-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "poppinsbold";
    src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"),
        url("../fonts/poppins-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "poppinsextrabold";
    src: url("../fonts/poppins-extrabold-webfont.woff2") format("woff2"),
        url("../fonts/poppins-extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "poppinsblack";
    src: url("../fonts/poppins-black-webfont.woff2") format("woff2"),
        url("../fonts/poppins-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@media (min-width: 768px) {
    .col-1-5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 768px) {
    .col-1-5 {
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 576px) {
    .col-1-5 {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

::-moz-selection {
    background-color: #c8cdd2;
}

::selection {
    background-color: #c8cdd2;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-size: 16px;
    background-color: #fff;
    font-family: "poppinsregular";
}

/* ---------- Header titles ---------- */
h1 {
    font-size: 60px;
    font-family: "poppinsblack";
}
@media (max-width: 576px) {
    h1 {
        font-size: 48px;
    }
}

h2 {
    font-size: 48px;
    font-family: "poppinsmedium";
}
@media (max-width: 576px) {
    h2 {
        font-size: 36px;
    }
}

h3 {
    font-size: 36px;
    font-family: "poppinsblack";
}
@media (max-width: 576px) {
    h3 {
        font-size: 30px;
    }
}

h4 {
    font-size: 30px;
}
@media (max-width: 576px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-size: 24px;
}
@media (max-width: 576px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 18px;
}
@media (max-width: 576px) {
    h6 {
        font-size: 14px;
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 35px;
    line-height: 1.5;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    line-height: 35px;
    color: #484848;
    text-decoration: none;
}

a:hover,
a:active {
    color: #c18d2f;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}
ul li {
    display: block;
}

.about__us_page_third_section ul li {
    display: list-item !important;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden] {
    display: none;
}

/* Common class for padding and margin */
.pl-0 {
    padding-left: 0px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

/* Flex style */
.d-flex-cut-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-flex-cut-end {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.d-flex-column-center {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

/* Button styles */
.btn {
    line-height: 39px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-gold {
    background-color: #c18d2f;
    border: 2px solid #c18d2f;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-family: "poppinsregular";
}

.btn-gold:hover {
    background-color: #233849;
    border: 2px solid #233849;
    color: #fff !important;
}

.btn-gold:active {
    color: #fff;
}

.btn-gray {
    background-color: #233849;
    border: 2px solid #233849;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-family: "poppinsregular";
}

.btn-gray:hover {
    background-color: #c18d2f;
    border: 2px solid #c18d2f;
    color: #fff !important;
}

.btn-gray-white {
    background-color: #233849;
    border: 2px solid #233849;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-family: "poppinsregular";
}

.btn-gray-white:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #233849 !important;
}

.btn-gray-white-border {
    background-color: #233849;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-family: "poppinsmedium";
}

.btn-gray-white-border:hover {
    background-color: #fff;
    border: 2px solid #233849;
    color: #233849 !important;
    font-family: "poppinsmedium";
}

.btn-white-gray-border {
    background-color: #fff;
    border: 2px solid #233849;
    border-radius: 5px;
    font-size: 16px;
    color: #233849;
    display: inline-block;
    font-family: "poppinsmedium";
}

.btn-white-gray-border:hover {
    background-color: #233849;
    border: 2px solid #fff;
    color: #fff !important;
    font-family: "poppinsmedium";
}

/* Background Gradient Style */
.bg-gradient-gold {
    background: #ffc46b;
    background: -moz-linear-gradient(180deg, #ffc46b 0%, #ff5a00 100%);
    background: -webkit-linear-gradient(180deg, #ffc46b 0%, #ff5a00 100%);
    background: linear-gradient(180deg, #ffc46b 0%, #ff5a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc46b",endColorstr="#ff5a00",GradientType=1);
}

.bg-gradient-light-gold {
    background: #c18d2f;
    background: -moz-linear-gradient(
        180deg,
        rgba(193, 141, 47, 0.1) 25%,
        white 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(193, 141, 47, 0.1) 25%,
        white 100%
    );
    background: linear-gradient(
        180deg,
        rgba(193, 141, 47, 0.1) 25%,
        white 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c18d2f",endColorstr="#ffffff",GradientType=1);
}

/* box shadow Style */
.box-shadow-style {
    -webkit-box-shadow: 0 0 14.5px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 14.5px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 14.5px rgba(0, 0, 0, 0.17);
    filter: drop-shadow(0 0 14.5px rgba(0, 0, 0, 0.17));
}

/* Bg Image Style CSS */
.bg-img-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-img-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Different Title styles */
.title {
    font-size: 40px;
    line-height: 40px;
    color: #233849;
    font-family: "poppinsregular";
    padding-bottom: 15px;
}

.common-title {
    font-size: 40px;
    line-height: 40px;
    color: #233849;
    font-family: "poppinsregular";
    padding-bottom: 15px;
}

.sub-title {
    font-size: 28px;
    line-height: 40px;
    color: #233849;
    font-family: "poppinsmedium";
    padding-bottom: 15px;
}

.small-title {
    font-size: 18px;
    line-height: 30px;
    color: #233849;
    font-family: "poppinsregular";
    padding-bottom: 15px;
}

/* Text color css  */
.txt-white {
    color: #fff;
}

.txt-gold {
    color: #c18d2f;
}

.txt-gray {
    color: #233849;
}

.text-light-gray {
    color: #63717d;
}

.text-black {
    color: #000000;
}

.txt-opacity-90 {
    opacity: 90%;
}

.txt-opacity-70 {
    opacity: 70%;
}

.txt-opacity-50 {
    opacity: 50%;
}

/* Background color css  */
.bg-white {
    background-color: #fff;
}

.bg-gold {
    background-color: #c18d2f;
}

.bg-gray {
    background-color: #233849;
}

.bg-light-gray {
    background-color: #f9f8f8;
}

.bg-off-white {
    background-color: #f4fafd;
}

/* BG Position Class CSS */
.bg-pos-r-b {
    background-position: right bottom;
}

.bg-pos-l-b {
    background-position: left bottom;
}

.bg-pos-l-t {
    background-position: left top;
}

/* Bg Overlay Style CSS */
.bg-overlay {
    position: relative;
    z-index: 0;
}

.bg-overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

/* Font-style styles */
.font-italic {
    font-style: italic;
}

.font-bold {
    font-family: "poppinssemibold";
}

.font-semibold {
    font-family: "poppinssemibold";
}

.font-medium {
    font-family: "poppinsmedium";
}

/* bottom-line css*/
.bottom-line {
    border-top: 3px solid #c18d2f;
    width: 130px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.bottom-line-off-white {
    border-top: 1px solid #d2e2ef;
    width: 100%;
    display: block;
    margin: 5px 0px 15px 0px;
    padding: 0px;
    text-align: center;
}

/* Different Sections Style */
section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.height-100 {
    height: 100%;
}

.video-section {
    margin-top: 10px;
}

/* Home page css*/
.home-page {
    /* .title{
  	font-family: $fonts-poppinsregular;
  } */
}

.contact-us-section .btn {
    padding: 2px 20px;
}
.contact-us-section .btn-first {
    margin-right: 12px;
}

.analysis-wrapper .sub-title.bottom-title {
    padding-top: 80px;
}
@media (max-width: 768px) {
    .analysis-wrapper .sub-title.bottom-title {
        padding-top: 15px;
    }
}
@media (max-width: 768px) {
    .solution-wrapper .top-dot-img-section,
    .solution-wrapper .bottom-dot-img-section {
        display: none;
    }
}

/* End Home page css*/
/*=======  below style use for mobile  =======*/
@media (max-width: 991px) {
    .m-lg-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .m-md-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .m-sm-center {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .m-b-space {
        padding-bottom: 30px;
    }
}

/**** Why Choose CP page section ******/
.why-choose-cp {
    position: relative;
    z-index: 0;
}
.why-choose-cp .why_cp_detail {
    background: #f4fafd;
    padding: 20px;
    height: 100%;
    border-bottom: 2px solid #c18d2f;
    transition: all 0.5s;
}
.why-choose-cp .why_cp_detail img {
    width: 60px;
    margin-bottom: 20px;
    opacity: 0.9;
    filter: invert(19%) sepia(21%) saturate(872%) hue-rotate(165deg)
        brightness(98%) contrast(97%);
}
.why-choose-cp .why_cp_detail h5 {
    color: #c18d2f;
    margin: 0;
}
.why-choose-cp .why_cp_detail:hover {
    background: #f4eee4;
}
.why-choose-cp .why_cp_detail:hover {
    box-shadow: 12px 18px 10px -10px rgba(0, 0, 0, 0.2);
}
.why-choose-cp .design-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.contest_campaign_form {
    position: relative;
}
.contest_campaign_form .cc_form_group {
    margin-bottom: 0.3rem;
}
.contest_campaign_form .cc_form_group .cc_form_control {
    height: calc(1em + 0.55rem + 2px);
    padding: 0;
    font-size: 12px;
    background: transparent;
}
.contest_campaign_form .cc_form_group label {
    font-size: 13px;
    margin: 0;
    font-family: "poppinsmedium";
}
.contest_campaign_form .or {
    font-size: 12px;
    display: block;
    padding: 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/**** Ongoing Contest ********/
.ongoing-contest-section .ongoing-contest {
    padding: 20px;
    margin-bottom: 80px;
}
.ongoing-contest-section .ongoing-contest span {
    height: 230px;
    overflow: hidden;
    display: block;
    width: 100%;
}
.ongoing-contest-section .ongoing-contest img {
    width: 100%;
}
.ongoing-contest-section .ongoing-contest video {
    width: 100%;
    height: 250px;
}
.ongoing-contest-section .ongoing-contest h3 {
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    width: 410px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
}
.ongoing-contest-section .ongoing-contest p {
    padding-left: 20px;
    padding-right: 20px;
    text-overflow: ellipsis;
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ongoing-contest-section .ongoing-contest .participate_contest__homepage {
    width: 100%;
    padding: 1px;
}

/**** Ongoing Survey ********/
.ongoing-survey-section .ongoing-survey {
    padding: 20px;
    margin-bottom: 80px;
}
.ongoing-survey-section .ongoing-survey span {
    width: 100%;
    overflow: hidden;
    max-width: 250px;
    height: 250px;
    margin: 0 auto;
    display: block;
    border-radius: 500rem;
}
.ongoing-survey-section .ongoing-survey span img {
    height: 250px;
}
.ongoing-survey-section .ongoing-survey h3 {
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    max-width: 100%;
    width: 410px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
}
.ongoing-survey-section .ongoing-survey p {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-overflow: ellipsis;
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ongoing-survey-section .ongoing-survey .participate_survey__homepage {
    width: 100%;
    padding: 1px;
}

/* About us page */
.about-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-section .about-title {
    text-align: left;
}

.about-content {
    padding-top: 40px;
    padding-bottom: 20px;
}
.about-content h5 {
    text-align: left;
    position: relative;
    padding-bottom: 20px;
}
.about-content h5:after {
    content: "";
    background-color: #c18d2f;
    height: 2px;
    width: 100%;
    max-width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-content .vision-mission {
    display: block;
}
.about-content .vision-mission p span {
    display: block;
    padding-bottom: 6px;
    font-size: 18px;
    color: #c18d2f;
}
.about-content ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 12px;
}
.about-content ul li:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 0;
    height: 0;
    border-radius: 2px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #c18d2f;
}

.footer-section {
    padding: 30px 0;
    div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.img {
        margin-bottom: 16px;
    }
}
/* ===== Most common css for all html tags ===== */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/** === Main menu === */
a {
    color: #c18d2f;
}

a:hover,
a:active {
    color: #986f25;
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: thin;
    outline-style: dotted;
    text-decoration: underline;
}

/** sticky header **/
#header.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.43);
    padding: 0;
    transition: all 0.25s ease-in;
}
#header.navbar-fixed-top .main-navigation {
    background-color: #ffffff;
}

#header .main-navigation {
    background-color: #f4fafd;
    padding: 0;
    /* .dropdown:hover>.dropdown-menu {
		  	display: block;
		} */
    /*===== Start menu Full width with postion static =====*/
    /*===== End Menu Full width with postion static =====*/
}
@media (max-width: 360px) {
    #header .main-navigation .navbar-brand {
        width: 75%;
    }
}
#header .main-navigation .navbar-nav .nav-item.top-item a.nav-link {
    font-family: "poppinssemibold";
    text-transform: capitalize;
}
#header .main-navigation .navbar-nav .nav-item.top-item a.nav-link.top-link {
    padding: 0px 20px;
}
#header .main-navigation .navbar-nav .nav-item.top-item .btn-contactus {
    margin: 0;
}
@media (max-width: 991px) {
    #header .main-navigation .navbar-nav .nav-item.top-item .btn-contactus {
        margin-left: 20px;
        border-radius: 0;
    }
}
#header .main-navigation .navbar-nav .nav-link {
    color: #233849;
}
#header .main-navigation .navbar-nav .active > .nav-link {
    color: #c18d2f;
}
#header .main-navigation .navbar-nav .nav-link:hover {
    color: #c18d2f;
}
#header .main-navigation .dropdown-menu .dropdown-item {
    color: #233849;
}
#header .main-navigation .dropdown-toggle::after {
    display: none;
}
#header .main-navigation .dropdown-toggle .down-arrow-icon {
    font-size: 20px;
    padding-left: 7px;
    top: 1px;
    position: relative;
    font-weight: 700;
}
#header .main-navigation .dropdown.level-1 {
    position: static;
}
#header .main-navigation .dropdown.level-1 .dropdown-menu-center {
    /* dropdown-menu-center center position*/
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 0;
    margin-top: 0;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0rem;
    top: 107px;
}
@media (max-width: 991px) {
    #header .main-navigation .dropdown.level-1 .dropdown-menu-center {
        position: static;
        left: inherit;
        right: inherit;
        padding-top: inherit;
        margin-top: inherit;
    }
}
#header .main-navigation .dropdown.level-1 .dropdown-menu-center .level-2 {
    display: block;
    background-color: #fff;
    padding: 0;
    border-top: 5px solid #c18d2f;
    overflow: visible;
    clip: unset;
    overflow-y: unset !important;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
        0 30px 60px -30px rgba(0, 0, 0, 0.3),
        0 -18px 60px -10px rgba(0, 0, 0, 0.025);
}
@media (max-width: 991px) {
    #header .main-navigation .dropdown.level-1 .dropdown-menu-center .level-2 {
        overflow: scroll;
        height: 250px;
    }
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu {
    padding: 30px 30px;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu.col-right {
    background-color: #fff;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu.col-left {
    background-color: #f4fafd;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu.col-left
    a.dropdown-item {
    color: #c18d2f;
    font-family: "poppinssemibold";
    margin-bottom: 10px;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu
    .group-head {
    margin-bottom: 30px;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu
    .group-head
    .drp-top-title {
    font-family: "poppinssemibold";
    padding: 0;
    line-height: 30px;
    border-bottom: 1px solid #c18d2f;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu
    .group-head
    .drp-top-title
    .menu-icon {
    padding-right: 15px;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu
    .group-head
    .drp-top-title
    .menu-icon
    img {
    width: 25px;
    height: 25px;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu
    .group-content {
    position: relative;
    padding-left: 0px;
    padding-bottom: 30px;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu
    .group-content
    ul
    li
    a.dropdown-item {
    padding: 0px;
    line-height: 30px;
    display: inline-block;
    width: auto;
    transition: all 0.3s ease-in-out;
    position: relative;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu
    .group-content
    ul
    li
    a::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: transparent;
    color: #c18d2f;
    border-bottom: 2px solid #c18d2f;
    transition: all 0.3s ease-in-out;
    transform: translate(0, 0) translateZ(0);
    -webkit-transform: translate(0, 0) translateZ(0);
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu
    .group-content
    ul
    li
    a:hover {
    color: #c18d2f;
    background-color: transparent;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu
    .group-content
    ul
    li:hover
    > a:after {
    width: 100%;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .row-level-2
    .col-group-menu
    .group-content
    ul
    li
    .sub-title {
    font-size: 14px;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .info-group-wrapper {
    padding: 20px;
    min-height: 120px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
#header
    .main-navigation
    .dropdown.level-1
    .dropdown-menu-center
    .level-2
    .info-group-wrapper
    .contact-info
    .info-content
    .title {
    font-family: "poppinsbold";
}
#header
    .main-navigation
    .dropdown.level-1
    .img-content-menu
    .level-2
    .row-level-2 {
    justify-content: center;
}
#header
    .main-navigation
    .dropdown.level-1
    .img-content-menu
    .level-2
    .row-level-2
    .col-group-menu
    .group-content {
    padding-left: 0px;
}
#header
    .main-navigation
    .dropdown.level-1
    .three-sub-menu
    .level-2
    .row-level-2 {
    width: 100%;
}
#header .main-navigation .level-1.show::after {
    content: "";
    width: 17px;
    height: 17px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #c18d2f;
    position: absolute;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: 3px;
    z-index: 150;
    display: block;
    margin-left: 38px;
}
@media (max-width: 991px) {
    #header .main-navigation .level-1.show::after {
        display: none;
    }
}

/* Menu animation */
@keyframes slide_in_right {
    100% {
        transform: translateX(0%);
    }
}
@keyframes fade_in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.login-page footer {
    background-color: #233849;
}

footer {
    padding: 0;
    font-size: 14px;
    background-color: #fff;
    color: #fff;
}
footer ul li a {
    color: #484848;
}
footer ul.social-media-wrappper li {
    display: inline-block;
}
footer .contact-info-container ul li.contact-section {
    padding-bottom: 5px;
}
footer .contact-info-container ul li.contact-section a {
    display: block;
}
footer .contact-info-container ul li.contact-section span.text-content {
    position: relative;
    top: 3px;
}
@media (max-width: 768px) {
    footer .contact-info-container ul li.footer-title {
        text-align: center;
    }
}
footer .footer-title {
    float: left;
    width: 100%;
    font-size: 20px;
    padding-bottom: 15px;
    color: #333c4e;
    font-family: "poppinsbold";
}
footer .contact-icon {
    display: inline-block;
    padding-right: 15px;
}
footer .contact-icon img {
    width: 30px;
    height: 30px;
}
footer .contact-icon-space {
    float: left;
    width: 48px;
}
footer .social-media-wrappper {
    text-align: right;
    display: inline-block;
    width: 100%;
    float: left;
}
footer .social-media-wrappper a {
    display: inline-block;
    padding: 0px 10px;
    font-size: 24px;
    color: #fff;
}
footer .social-media-wrappper a:hover {
    cursor: pointer;
    color: #c18d2f;
}
@media (max-width: 768px) {
    footer .social-media-wrappper {
        text-align: center;
    }
}
footer .copyright {
    color: #fff;
}
@media (max-width: 768px) {
    footer .copyright {
        padding-bottom: 15px;
        text-align: center;
    }
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/*** Form control css ***/
.common-form .form-control {
    height: calc(1.5em + 0.75rem + 15px);
}

.common-form textarea.form-control {
    padding-right: 5px;
    resize: vertical;
    overflow: auto;
    height: 150px;
}

/*** Placeholder CSS BOF ***/
.common-form .form-control::placeholder {
    color: rgba(35, 56, 73, 0.7);
    opacity: 0.7;
}

.common-form .form-control::-moz-placeholder {
    color: rgba(35, 56, 73, 0.7);
    opacity: 0.7;
}

.common-form .form-control:-ms-input-placeholder {
    color: rgba(35, 56, 73, 0.7);
    opacity: 0.7;
}

.common-form .form-control::-webkit-input-placeholder {
    color: rgba(35, 56, 73, 0.7);
    opacity: 0.7;
}

.common-form .form-control::-o-input-placeholder {
    color: rgba(35, 56, 73, 0.7);
    opacity: 0.7;
}

/*** Label CSS BOF ***/
.common-form label {
    font-size: 15px;
    font-weight: 500;
}

/*** Selectbox CSS BOF ***/
.common-form select.form-control option {
    padding: 10px 20px;
    border-bottom: solid 1px #c0cee0;
}

/* Selectbox Arrow CSS BOF ***/
.common-form .select-box {
    position: relative;
}

.common-form .select-box .selectarrow {
    position: absolute;
    right: 15px;
    pointer-events: none;
    top: 13px;
}

.common-form .select-box select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

/* Input Reset Buttons Style BOC */
input[type="reset"] {
    float: right;
    margin-right: 15px;
}

/*====== Form override css style */
.from-top-wrappper {
    padding: 30px 30px 0px 30px;
}

section.login-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 768px) {
    section.login-section {
        padding-top: 0;
    }
}
section.login-section .main-container {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.login-section .main-container .title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 30px;
}
section.login-section .main-container .common-title {
    font-size: 24px;
    line-height: 30px;
}
section.login-section .main-container .user-wrapper .from-top-wrappper {
    width: 100%;
    float: left;
    display: block;
    background-color: #fff;
    padding: 30px 30px 0px 30px;
}
section.login-section .main-container .user-wrapper .from-bottom-wrappper {
    width: 100%;
    float: left;
    display: block;
    background-color: #f6f6f6;
    padding: 15px 30px;
}
section.login-section .main-container .user-wrapper span.small-line-left {
    border-top: 2px solid #233849;
    width: 50px;
    margin-right: 15px;
}
section.login-section .main-container .user-wrapper span.small-line-right {
    border-top: 2px solid #233849;
    width: 50px;
    margin-left: 15px;
}
section.login-section
    .main-container
    .user-wrapper
    ul.social-media-wrappper
    li {
    display: inline-block;
    padding-left: 15px;
}

.price-plans-wrapper .plan_switch .plan_label {
    color: #2f3842;
    opacity: 0.5;
    font-family: "poppinssemibold";
}
.price-plans-wrapper .plan_switch .plan_label.active {
    color: #2f3842;
    opacity: 1;
}
.price-plans-wrapper .price-box-wrappper .box-top {
    border: 1px solid #dddfe2;
    padding: 30px 30px 30px 30px;
}
.price-plans-wrapper .price-box-wrappper .box-top .plan-title {
    font-family: "poppinssemibold";
    color: #c18d2f;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 30px;
}
.price-plans-wrapper .price-box-wrappper .box-top .plan-price .currency {
    font-size: 16px;
    color: #233849;
    font-family: "poppinsmedium";
}
.price-plans-wrapper .price-box-wrappper .box-top .plan-price .amount {
    font-size: 40px;
    color: #233849;
    font-family: "poppinssemibold";
}
.price-plans-wrapper .price-box-wrappper .box-top .plan-price .per-month {
    font-size: 16px;
    color: #233849;
    font-family: "poppinsmedium";
}
.price-plans-wrapper .price-box-wrappper .box-top .plan-price-annually {
    font-size: 16px;
    color: #233849;
    font-family: "poppinsmedium";
}
.price-plans-wrapper .price-box-wrappper .box-bottom {
    border: 1px solid #dddfe2;
    border-top: 0px;
    padding: 30px 30px 30px 30px;
    height: 200px;
}
.price-plans-wrapper .price-box-wrappper .box-bottom p i.fa-check {
    color: #32ce02;
    padding-right: 10px;
}
.price-plans-wrapper .price-box-wrappper .box-bottom p span {
    color: #233849;
    font-family: "poppinsmedium";
    font-size: 16px;
    opacity: 0.6;
}
@media (max-width: 991px) {
    .price-plans-wrapper
        .price-box-wrappper
        .box-bottom.price-plans-wrapper
        .price-box-wrappper
        .box-bottom {
        background: red;
        height: 500px !important;
    }
}
@media (max-width: 768px) {
    .price-plans-wrapper .price-box-wrappper {
        margin-bottom: 20px;
    }
}

/* ===== Slick Slider ===== */
.main-home-slider {
    overflow: hidden;
    background-color: #f4fafd;
    padding: 0;
}
.main-home-slider .hero-bg-img {
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 90px;
    padding-bottom: 90px;
    background-size: 50%;
}
@media (max-width: 991px) {
    .main-home-slider .hero-bg-img {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 768px) {
    .main-home-slider .hero-bg-img {
        background-size: contain;
    }
}
@media (max-width: 768px) {
    .main-home-slider .hero-bg-img:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(244, 250, 253, 0.8);
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none !important;
    -webkit-focus-ring-color: auto 0px !important;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    outline: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.hero-text h2 {
    margin-bottom: 50px;
}

.hero-text .hero {
    position: relative;
}

.hero-text .hero .hero-slide a:hover span {
    /* color: #033a71; */
}

.hero .hero-slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top center;
}

.hero .hero-slide .header-content {
    /* top: 20%;
  margin-left: 8rem;
  max-width: 550px;
  width: 100%;
  padding: 2rem; */
    max-width: 550px;
    width: 100%;
    padding-left: 60px;
    min-height: 350px;
}
@media (max-width: 991px) {
    .hero .hero-slide .header-content {
        width: auto;
        max-width: 400px;
        padding-left: 00px;
    }
}
@media (max-width: 768px) {
    .hero .hero-slide .header-content {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .hero .hero-slide .header-content {
        min-height: 450px;
    }
}

.slide-content {
    padding: 10px 20px 10px 0;
}

.slide-content .h1 {
    font-size: 62px;
}

/** Text Animation **/
@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
}

.slick-active .slide-content {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1;
    width: 100%;
    padding: 10px 20px 30px 0;
}

/* Text Animation End **/
.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}
.slick-dots li {
    width: auto;
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #c18d2f;
}
.slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    outline: none;
}
.slick-dots button::before {
    font-size: 18px;
    color: #fff;
    opacity: 1;
}

/*====== survey-slider home page======*/
.survey-slider-one {
    display: inline-flex;
}
.survey-slider-one .survey-right-hand-slider {
    background-repeat: no-repeat;
    background-position: inherit;
    padding-top: 00px;
    padding-bottom: 00px;
    background-size: inherit;
    width: 240px;
}
@media (max-width: 480px) {
    .survey-slider-one .survey-right-hand-slider {
        background-image: none !important;
    }
}
@media (max-width: 480px) {
    .survey-slider-one .survey-right-hand-slider .survey-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.survey-slider-one .survey-left-hand-slider {
    background-repeat: no-repeat;
    background-position: inherit;
    padding-top: 00px;
    padding-bottom: 00px;
    background-size: inherit;
    width: 240px;
}
@media (max-width: 480px) {
    .survey-slider-one .survey-left-hand-slider {
        background-image: none !important;
    }
}
@media (max-width: 480px) {
    .survey-slider-one .survey-left-hand-slider .survey-box {
        padding-top: 40px;
        padding-bottom: 0px;
    }
}
@media (max-width: 480px) {
    .survey-slider-one .left-img {
        display: none;
    }
}
.survey-slider-one .survey-box {
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
}
.survey-slider-one .survey-box .small-title {
    font-size: 18px;
    line-height: auto !important;
}
.survey-slider-one .survey-box .content-section ul {
    display: block;
}
.survey-slider-one .survey-box .content-section ul li.faq-question {
    color: #c18d2f;
    font-size: 14px;
    line-height: auto !important;
}
.survey-slider-one .survey-box .content-section ul div.faq-answers {
    padding-left: 10px;
}
.survey-slider-one .survey-box .content-section ul div.faq-answers label.label {
    color: #233849;
    font-size: 12px;
    line-height: auto !important;
}

/* ===== fancy radio button css ===== */
.custom-radios {
    padding: 0 0 0 0px;
    border-radius: 1rem;
}
.custom-radios label {
    display: block;
    position: relative;
    padding-left: 28px;
    user-select: none;
    color: #233849;
    font-family: "poppinsmedium";
    font-size: 14px;
    line-height: 26px;
}
.custom-radios label:hover input:not(:checked) ~ .radio {
    opacity: 1;
}
.custom-radios .label {
    display: flex;
    align-items: center;
    font-family: "poppinsmedium";
    font-size: 14px;
}
.custom-radios .label span {
    line-height: 1em;
}
.custom-radios input {
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
    left: -2000px;
}
.custom-radios input:checked ~ .radio {
    background-color: #233849;
    transition: background 0.3s;
}
.custom-radios input:checked ~ .radio::after {
    opacity: 1;
}
.custom-radios input:checked ~ .label {
    color: #233849;
}
.custom-radios input:checked ~ .label span {
    animation: bulge 0.5s forwards;
}
.custom-radios input:checked ~ .label span:nth-child(1) {
    animation-delay: 0.025s;
}
.custom-radios input:checked ~ .label span:nth-child(2) {
    animation-delay: 0.05s;
}
.custom-radios input:checked ~ .label span:nth-child(3) {
    animation-delay: 0.075s;
}
.custom-radios input:checked ~ .label span:nth-child(4) {
    animation-delay: 0.1s;
}
.custom-radios input:checked ~ .label span:nth-child(5) {
    animation-delay: 0.125s;
}
.custom-radios input:checked ~ .label span:nth-child(6) {
    animation-delay: 0.15s;
}
.custom-radios input:checked ~ .label span:nth-child(7) {
    animation-delay: 0.175s;
}
.custom-radios input:checked ~ .label span:nth-child(8) {
    animation-delay: 0.2s;
}
.custom-radios input:checked ~ .label span:nth-child(9) {
    animation-delay: 0.225s;
}
.custom-radios input:checked ~ .label span:nth-child(10) {
    animation-delay: 0.25s;
}
.custom-radios input:checked ~ .label span:nth-child(11) {
    animation-delay: 0.275s;
}
.custom-radios input:checked ~ .label span:nth-child(12) {
    animation-delay: 0.3s;
}
.custom-radios input:checked ~ .label span:nth-child(13) {
    animation-delay: 0.325s;
}
.custom-radios input:checked ~ .label span:nth-child(14) {
    animation-delay: 0.35s;
}
.custom-radios input:checked ~ .label span:nth-child(15) {
    animation-delay: 0.375s;
}
.custom-radios input:checked ~ .label span:nth-child(16) {
    animation-delay: 0.4s;
}
.custom-radios input:checked ~ .label span:nth-child(17) {
    animation-delay: 0.425s;
}
.custom-radios input:checked ~ .label span:nth-child(18) {
    animation-delay: 0.45s;
}
.custom-radios input:checked ~ .label span:nth-child(19) {
    animation-delay: 0.475s;
}

.radio {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #c9ded6;
    border-radius: 50%;
}
.radio::after {
    content: "";
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

@keyframes bulge {
    50% {
        transform: rotate(4deg);
        font-size: 1.5em;
        font-weight: bold;
    }
    100% {
        transform: rotate(0);
        font-size: 1em;
        font-weight: bold;
    }
}
.custom-checkboxes .single-chk {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.custom-checkboxes input[type="checkbox"] {
    position: relative;
    width: 20px;
    height: 20px;
    color: #000;
    border: 1px solid #c9ded6;
    border-radius: 0px;
    appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
.custom-checkboxes input[type="checkbox"]::before {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 10px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.custom-checkboxes input[type="checkbox"]:checked {
    color: #fff;
    border-color: #233849;
    background: #233849;
}
.custom-checkboxes input[type="checkbox"]:checked::before {
    opacity: 1;
}
.custom-checkboxes input[type="checkbox"]:checked ~ label::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.custom-checkboxes label {
    position: relative;
    cursor: pointer;
    padding-left: 10px;
    user-select: none;
    color: #233849;
    font-family: "poppinsmedium";
    font-size: 14px;
    margin: 0;
    line-height: 26px;
}
.custom-checkboxes label::before {
    position: absolute;
}

.radio-inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}
.radio-inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: right;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    border: 1px solid #dddfe2;
    border-radius: 5px;
}
.radio-inputGroup label .top {
    float: left;
    width: 100%;
}
.radio-inputGroup label .bottom {
    float: left;
    width: 100%;
}
.radio-inputGroup label span.card-icon {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.radio-inputGroup label span.card-icon i {
    font-size: 30px;
}
.radio-inputGroup label:before {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    content: "";
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}
.radio-inputGroup label:after {
    width: 16px;
    height: 16px;
    content: "";
    border: 2px solid #c18d2f;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='3 5 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}
.radio-inputGroup input:checked ~ label {
    color: #000000;
    border: 1px solid #c18d2f;
}
.radio-inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.radio-inputGroup input:checked ~ label:after {
    background-color: #c18d2f;
    border-color: #c18d2f;
}
.radio-inputGroup input:checked ~ label span.card-icon i {
    color: #c18d2f;
}
.radio-inputGroup input {
    width: 16px;
    height: 16px;
    order: 1;
    z-index: 2;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

/* ===== fancy radio button css ===== */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
    /* Rounded sliders */
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 3px solid #c18d2f;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 2px;
    background-color: #c18d2f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.switch .slider.round {
    border-radius: 34px;
}
.switch .slider.round:before {
    border-radius: 50%;
}
.switch input:checked + .slider {
    background-color: #fff;
}
.switch input:focus + .slider {
    box-shadow: 0 0 1px #c18d2f;
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* ===== Accordion css ===== */
.accordion .card-header .card-title {
    font-family: "poppinssemibold";
    color: #c18d2f;
}
.accordion .card-header.collapsed .card-title {
    color: #233849;
}
.accordion .card-header:after {
    content: "\f077";
    float: right;
    font-family: "FontAwesome";
    color: #c18d2f;
}
.accordion .card-header.collapsed:after {
    content: "\f078";
    color: #233849;
}
.accordion .card-body p {
    color: #233849;
}
.accordion .card-body ul li {
    padding-bottom: 15px;
}
.accordion .card-body ul li:last-child {
    padding-bottom: 0px;
}
.accordion .card-body ol li {
    padding-bottom: 15px;
}
.accordion .card-body ol li:last-child {
    padding-bottom: 0px;
}

/* ===== Animated css ===== */
.animated-3s {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

/*# sourceMappingURL=style.css.map */
.twitter-svg-2023 {
    margin-top: -11px;
    width: 20px;
}
.twitter-svg-2023:hover {
    filter: invert(25%) sepia(48%) saturate(1293%) hue-rotate(337deg)
        brightness(92%) contrast(80%);
}
.social-media:hover .twitter-svg-2023 {
    filter: invert(25%) sepia(48%) saturate(1293%) hue-rotate(337deg)
        brightness(92%) contrast(80%);
}
