:root {
    --color--black: #0a0d28;
    --color--grey: #616161;
    --color--one: #0a0d28;
    --color--two: #c3984f;
    --color--three: #e75841;
    --color--white: #fff;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Montserrat", sans-serif;
    float: left;
    width: 100%;
    background: #fff;
    font-size: 16px;
    color: var(--color--grey);
    line-height: 1.7;
    font-weight: 400;
}
body, html {
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: inherit;
}
:focus {
    outline: none !important;
}
a {
    color: var(--color--skyblue);
    font-weight: 500;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    text-decoration: none
}
a:hover {
    color: var(--color--blue);
}
a, .btn, input, select, textarea, button, img {
    outline: 0 !important;
    box-shadow: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #c70e09;
}
ol {
    padding-left: 15px
}
select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000
}
a img {
    outline: 0
}
input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none
}
input[type="submit"] {
    cursor: pointer
}
a:hover, a:focus {
    text-decoration: none
}
p:empty {
    display: none
}
p:last-child {
    margin-bottom: 0;
}
iframe {
    border: none;
    width: 100%;
    height: 100%
}
.alignnone {
    display: block;
    margin: 25px auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 22px 15px 0px;
}
.aligncenter, div.aligncenter {
    width: auto !important;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no_result a {
    text-decoration: underline;
}

/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700;
    color: var(--color--one);
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.h2 .h2, h2, .heading, h2.title {
    color: var(--color--one);
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}
/*============ Heading CSS END ============*/

/*============ Slick Arrow/Dots CSS ============*/
.slick-btn-custom {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-btn-custom .slick-arrow {
    width: 60px;
    height: 22px;
    background: none;
    border: none;
    margin: 0 40px;
}
.slick-btn-custom .prev-team{
    margin-left: 0;
}
.slick-btn-custom .next-team{
    margin-right: 0;
}
.slick-btn-custom .slick-arrow svg, .slick-btn-custom .slick-arrow img {
    width: 60px;
    height: 22px;
}
.slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.slider-pagination li {
    display: none;
}
.slider-pagination li.slick-active {
    display: block;
}
.slick-dots {
    position: static;
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-dots li {
    display: flex;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: rgba(255,255,255,0.4);
    border-radius: 100%;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
    background: #fff;
}
.slick-dots li button:before {
    display: none;
}
/*============ Slick Arrow/Dots CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../js/skins/default/lightbox-close.png) !important;
    width: 32px;
    height: 32px;
}
button#html5-close img {
    display: none !important;
}
.html5-elem-data-box, div#html5lightbox-watermark {
    display: none !important;
}
/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination h2.screen-reader-text {
    display: none !important;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
}
.pagination .nav-links * {
    font-size: 15px;
    font-weight: 400;
    padding: 5px;
    margin: 0 4px;
    text-transform: uppercase;
    color: #CDCDCD;
    border: 1px solid #CDCDCD;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .nav-links * font {
    border: none !important;
}
.pagination .nav-links .current, .pagination .nav-links *:hover, .pagination .nav-links .current font, .pagination .nav-links * font:hover {
    color: #fff;
    border-color: var(--color--skyblue);
    background: var(--color--skyblue);
}
/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.space-pd {
    padding: 70px 0;
}
.space-mr {
    margin: 70px 0;
}
.btn {
    background: var(--color--three);
    border-radius: 0px;
    color: #fff;
    border: 2px solid var(--color--three);
    font-size: 16px;
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    padding: 16px 25px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover {
    background: none;
    color: var(--color--three);
    border-color: var(--color--three);
}
.text-white .btn {
    background: none;
    border-color: #fff;
    color: #fff;
}
.text-white .btn:hover {
    background: #fff;
    border-color: #fff;
    color: var(--color--skyblue);
}
/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.review-schema-wrapper {
    margin-top: 35px;
}
.clientreviews p strong, .testimonialTitle strong {
    font-weight: 600;
}
.clientreviews .heading {
    font-size: 28px;
}
.video-schema iframe {
    height: 260px;
}
/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7 {
    position: relative;
    z-index: 9;
}
.wpcf7 .form-group {
    margin-bottom: 35px;
}
.form-control:focus {
    box-shadow: none;
    background: none;
    color: var(--color--black);
    border-color: var(--color--skyblue);
}
.wpcf7-form-control-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 10px;
    background-color: #DC3231;
    padding: 2px 3px;
    border-radius: 0;
    height: 18px;
    line-height: 18px;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -45px;
    right: 0;
    text-align: center;
    color: #c20000;
    font-weight: normal;
    padding: 5px 0 !important;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}
.wpcf7 label {
    color: var(--color--grey);
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
}
.quiz-gp .wpcf7-form-control-wrap{
    display: block !important;
}
.form-control, .infusion-field input[type="text"] {
    border: none;
    border-bottom: 1px solid #959595;
    padding: 12px 0px;
    color: #15071e;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
}
textarea.form-control {
    height: 150px;
    resize: none;
}
.select-box select {
    color: #000;
    text-shadow: none;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 14px 0;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box>span {
    position: relative;
}
.select-box>span::after {
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item {
    margin: 0;
    margin-right: 30px;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #0c1a36;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 1px solid #cdd3da;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
    border-color: #0c1a36;
    background: #0c1a36;
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #8a8b8d;
}
.checkbox .wpcf7-list-item-label::before {
    border: 1px solid #afafaf;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}
.checkbox label input:checked+.wpcf7-list-item-label {
    color: #4e6072;
}
.checkbox label input:checked+.wpcf7-list-item-label::before {
    border-color: #4e6072;
    background: #4e6072;
}
.checkbox label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: #DCAC35;
}
.submit-btn {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
}
.submit-btn input[type="submit"] {
    border-radius: 0;
    background: var(--color--two);
    width: auto;
    border: none;
    padding: 12px 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid var(--color--two);
    line-height: 24px;
    width: 100%;
}
.submit-btn input[type="submit"]:hover {
    background: none;
    color: var(--color--two);
    border-color: var(--color--two);
}
.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
div.wpcf7 .ajax-loader {
    display: none;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100px;
    background-color: var(--color--two);
    background-image: url(../img/loader-w.svg);
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
    top: 0;
    bottom: auto;
}
.msg-side-form {
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 62px;
    margin: 0;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: normal;
    letter-spacing: 0;
    bottom: 0;
}
.radio-btn input[type=radio] {
    display: none;
}
.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
}
.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: #AFAFAF;
}
.radio-btn span.wpcf7-list-item:last-child {
    margin-right: 0;
}
.radio-btn label .wpcf7-list-item-label::before {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}
/*============ Form CSS END ============*/


/*==================== Header CSS ====================*/
header.main-header {
    z-index: 999;
    height: 100px;
    top: 0px;
    width: 100%;
    position: fixed;
    background: #fff;
    padding: 10px 0;
}
header.small-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
}
.header-left{
    width: 250px;
    padding: 0 15px;
}
.header-right{
    width: calc(100% - 250px);
    padding: 0 15px;
}
.ppc-ph-cta {
    justify-content: end;
}
.ppc-ph-cta .ph-title {
    font-weight: 500;
    color: var(--color--one);
    position: relative;
    padding-right: 90px;
}
.ppc-ph-cta .ph-title::before {
    position: absolute;
    content: "";
    right: 0;
    width: 75px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color--three);
    height: 1px;
}
.ppc-ph-cta .btn {
    border: 1px solid var(--color--three);
    background: none;
    color: var(--color--three);
    font-weight: 600;
    padding: 16px 20px;
}
.ppc-ph-cta .btn svg, .ppc-ph-cta .btn img{
    width: 18px;
    height: 18px;
    margin-right: 7px;
}
.ppc-ph-cta .btn:hover {
    border: 1px solid var(--color--three);
    background: var(--color--three);
    color: #fff;
}
.ppc-ph-cta .btn:hover svg path, .ppc-ph-cta .btn:hover svg{
    fill: #fff;
}
/*==================== Header CSS END ====================*/

/*==================== Footer CSS ====================*/
#footer {
    background-size: contain;
    background-position: top left;
    background-repeat: repeat;
    background-color: #faf8f4;
    color: var(--color--one);
    padding-top: 60px;
}
#footer .nap-address-block {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #2c2e3e;
    font-weight: 700;
}
#footer .b-name {
    color:  var(--color--two);
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: .2em;
    margin-bottom: 30px;
    font-weight: 900;
    display: block;
}
.nap-phno .phone_title {
    color:var(--color--two);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .2em;
    font-weight: 900;
}
.po_box_address {
    font-size: 18px;
    line-height: 28px;
    color: #2c2e3e;
    font-weight: 700;
    margin-top: 25px;
}
.nap-phno a {
    font-size: 18px;
    line-height: 28px;
    color: var(--color--one);
    display: block;
    font-weight: 700;
}
a.direction-link {
    color: var(--color--three);
    display: inline-block;
    text-transform: lowercase;
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 4px solid var(--color--three);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-weight: 900;
}
a.direction-link:hover{
	color: var(--color--two);
	border-bottom: 4px solid var(--color--two);
}
ul.sociallink {
    display: flex;
    justify-content: end;
    align-items: center;
}
ul.sociallink li {
    margin: 0 10px;
    line-height: normal;
}
ul.sociallink li a {
    display: block;
    line-height: normal;
}
ul.sociallink li a svg{
	height:28px;
	width:28px;
}
ul.sociallink li a:hover svg{
	fill:var(--color--three);
}
.copyright {
    margin-top: 40px;
    padding: 20px 0;
	background:#fff;
}
.copyright .copyright-text {
    text-transform: capitalize;
	font-size: 14px;
    font-weight: 600;
}
/*==================== Footer CSS END ====================*/

/*==================== Home Page CSS Start ====================*/

/*=== Home Banner Section ===*/
.ppc-banner {
    height: calc(50rem - 100px);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    flex-flow: wrap;
}
.ppc-banner .ppc-heading {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
}
.ppc-banner-form {
    position: absolute;
    right: 0;
    width: 41%;
    padding: 30px 30px;
    background: var(--color--one);
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.ppc-banner-form .heading{
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}
.ppc-banner-form .wpcf7 .form-group {
    margin-bottom: 25px;
}
.ppc-banner-form .form-control {
    background: #fff;
    padding: 12px 10px;
}
.ppc-banner-form textarea.form-control {
    height: 120px;
}
.ppc-result-sec .loop-item {
    text-align: center;
    padding: 55px 15px;
    height: calc(100% - 30px);
    margin-top: 30px;
    background: #FAFAFA;
}
.ppc-result-sec .loop-item .amout {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    color: var(--color--one);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ppc-result-sec .loop-item .amout::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: var(--color--two);
    width: 50px;
    height: 1px;
}
.ppc-result-sec .loop-item .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--color--one);
}
.ppc-content-sec .content {
    font-size: 18px;
    color: var(--color--one);
}
.ppc-content-sec .content h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
	text-transform: none;
    color: var(--color--two);
}
.ppc-content-sec .content hr {
    opacity: 1;
    border-width: 2px;
    border-color: var(--color--three);
}
.ppc-testimonial-sec{
    background: var(--color--one);
}
.ppc-testimonial-sec .slick-track {
    display: flex;
}
#testimonialslider{
	margin: 0 -10px;
}
.ppc-testimonial-sec .slick-slide {
    height: auto;
    padding: 0 10px;
}
.ppc-testimonial-sec .item {
    position: relative;
    height: 100%;
    padding: 30px 20px 70px;
    border-top: 4px solid var(--color--three);
}
.ppc-testimonial-sec .item *{
	position: relative;
}
.ppc-testimonial-sec .item::before {
    position: absolute;
    content: "";
    top: -100%;
    left: 0;
    width: 100%;
    background: var(--color--three);
    height: 100%;
	-webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.ppc-testimonial-sec .item:hover::before{
	top:0;
}
.ppc-testimonial-sec .item .author {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.02em;
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.ppc-testimonial-sec .item svg, .ppc-testimonial-sec .item img {
    width: 63px;
    height: 52px;
    display: block;
    margin-bottom: 8px;
}
.ppc-about-sec .content h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: var(--color--two);
	text-transform: none;
}
.heading-divider, .form-head {
    border-bottom: 3px solid var(--color--three);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.ppc-award-sec .heading{
	color:var(--color--two);
}
.ppc-award-sec img {
    padding: 15px 10px;
}
.ppc-faq-sec{
	background: var(--color--one);
}
.accordion-item {
    border: none;
    border-radius: 0px !important;
    background: none;
    box-shadow: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.accordion-button {
    font-size: 18px;
    color: #fff;
    border-radius: 0 !important;
    background-color: transparent;
    padding: 20px 35px 20px 0;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}
.accordion-body {
    margin: 0;
    color: #fff;
    padding: 10px 0 30px;
}
.accordion-button::after {
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    right: 5px;
    content: "+";
    font-size: 26px;
    color: #E75841;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.accordion-button:not(.collapsed)::after {
    content: "-";
    background: none;
}
.accordion-button[aria-expanded="false"] {
    border: none;
}
.accordion-button[aria-expanded="true"] {
    border: none;
}
.list-style ul{
	margin-bottom:25px;
}
.list-style ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 7px;
}
.list-style ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    transform: rotate(45deg);
    top: 10px;
    left: 0;
}


/*==================== No Inner Banner CSS ====================*/
.no-banner header#header {
    background-color: var(--color--blue);
}
.no-banner #container-wrap {
    padding-top: 95px;
}
/*==================== No Inner Banner CSS END ====================*/

/*==================== Inner page Banner CSS ====================*/
.page-banner {
    min-height: 580px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color--blue);
    padding-top: 95px;
}
.page-banner .banner-title {
    margin: 0;
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 60px;
    line-height: 1.3;
	text-transform: capitalize;
    font-weight: 500;
}
/*==================== Inner page Banner CSS END ====================*/