



@charset "UTF-8";

/* Custom font */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');





/* Common css */

html, body{
    scroll-behavior: smooth;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    color: #020202;
}

h1, h2, h3, h4, h5, h6, p, ul li, a, button, input, textarea, label, 
table, thead, th, th, td, span, ::placeholder{
    font-family: 'Roboto Condensed', sans-serif !important;
    margin: 0;
    padding: 0;
}
::placeholder{
    font-family: 'Roboto Condensed', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
    color: #FFFFFF !important;
    opacity: 1 !important;
}
input, .form-control{
    font-size: 16px;
}
.btn:hover, .btn:focus{
    color: #fff;
    background-color: #fff;
    border-color: #b1212d;
}
.btn{
    border-radius: 0;
}
.common-padding{
    padding: 70px 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after,
#sticky-menu .navbar:before{
    display:none;
}


/* Header css start */

#sticky-menu .navbar-nav {
    margin: 0;
}
.poy-logo_block {
    text-align: left;
    padding: 10px;
}

.poy-header_logo {
    width: 180px;
    max-width: 100%;
}

/* sticky menu */


#sticky-menu .poy-nav{
    visibility: hidden;
}
#sticky-menu.fixed .poy-nav{
    visibility: visible;
}
#sticky-menu{
    height: 0;
}
.poy-nav {
    background: #000;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 0;
}

.navbar-apply_btn {
    margin: 0;
    padding: 0;
}

.navbar-apply_btn li {
    list-style: none;
}

.poy_navbar-nav .nav-link {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 30px !important;
}

.poy_navbar-nav .nav-link.active,
.poy_navbar-nav .nav-link:hover {
    color: #E20918;
}

.menu_apply_btn {
    background: #b1212d;
    padding: 10px 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 5px;
}

.menu_apply_btn:hover {
    background-color: #9E1E5B;
    border-color: #9E1E5B;
}

/* Mobile menu */

.burger-menu {
    display: none;
}

.mobile-menu {
    display: none;
    position: absolute;
    z-index: 9;
    width: 100%;
}

.bar .fa {
    font-size: 30px;
    color: #001E62;
}

.bar.change .fa-bars:before {
    content: "\f00d";
}

/* Header css end */

/* Sticky button css start */
.sticky_btn-wrapper {
    transform: rotate(-90deg);
    position: fixed;
    right: -62px;
    top: 360px;
    z-index: 9;
}

.apply-sticky_btn {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
    text-align: right;
}

/* .apply-sticky_btn:hover{
    background-color: #9E1E5B;
    color: #fff;
} */
.scroll-apply_btn {
    width: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#sticky-menu {
    opacity: 0;
}

.fixed#sticky-menu {
    opacity: 1;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 1px 5px #999;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    z-index: 100;
}

.poy_navbar-mob a {
    color: #fff;
}
.poy_navbar-mob .nav-link:focus, .poy_navbar-mob .nav-link:hover{
    color: #E20918;
}

.navbar-apply_btn .common-btn{
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 17px 42px;
}
.navbar-apply_btn .common-btn img{
    margin-right: 4px;
}


/* Sticky button css end */


/* Impactful css start */

.poy-impactful {
    background: url(../images/image-3.png) top center no-repeat #F5F5F5;
}

.impactful-box {
    margin-top: 0;
    font-size: 15.02px;
    font-weight: 500;
}

.impactful-box h4 {
    margin: 18px 0;
    font-size: 15.02px;
    font-weight: 700;
    text-transform: uppercase;
}

.impactful-box span {
    font-size: 43.14px;
    color: #E20918;
    font-weight: 700;
    line-height: 43px;
    text-shadow: 1.9px 0 0px #e20918;
}

.impactful-txt {
    padding-top: 42px;
    font-size: 18px;
    line-height: 28.84px;
    text-align: center;
}

/* Impactful css end */





/* Banner css start */

.banner-logo_wrapper{
    text-align: center;
}
.main-title{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 50px !important;
    line-height: 60px !important;
    color: #FFFFFF;
    margin: 0 0 16px 0;
}

.common-btn{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 17px 56px;
    border-radius: 47px;
    display: inline-block;
}
.btn-white{
    background-color: #fff;
    color: #000;
    border-color: transparent;
}
.btn-white:hover, .btn-white:focus{
    background-color: #b1212d;
    color: #fff;
    border-color: #fff;
}
.btn-red{
    background-color: #b1212d;
    color: #fff;
    border-color:transparent;
}
.btn-red:hover, .btn-red:focus, .callback-form_block input[type="submit"]:hover{
    color: #fff;
    background-color: #b1212d;
    border-color: #fff;
}
.callback-form_block input[type="submit"]{
    background-color: #b1212d !important;
}
.callback-form_block input[type="submit"]:hover{
    opacity: 0.8;
}

.poy_banner-logo img{
    width: 100%;
}


/* Banner css end */


/* Features & Benefits section start */

.common-title{
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #020202;
    display: block;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.common-title:after{
    position: absolute;
    bottom: 0;
    background: #020202;
    width: 30px;
    height: 7px;
    content: '';
    left: 0;
    right: 0;
    margin:  auto;
    border-radius: 0px;
}
.title-md{
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #464646;
    margin-bottom: 10px;
}

/* Features & Benefits section end */



/* Whats next start */

.whats-next_list{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.whats-next_list li{
    list-style: none;
    flex: 0 0 16.66666666666667%;
    width:16.66666666666667%;
    text-align: center;
    position: relative;
}
.whats-next_list li::before{
    position: absolute;
    top: 0;
    right: -40px;
    content: '';
    background: url('../images/arrow01.svg') no-repeat center center;
    width: 86px;
    height: 20px;
}
.whats-next_list li:nth-child(2n)::before{
    position: absolute;
    top: 10px;
    right: -40px;
    content: '';
    background: url('../images/arrow02.svg') no-repeat center center;
    width: 86px;
    height: 20px;
}
.whats-next_list li:last-child::before{
    display: none;
}
.whats_next-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    padding-top: 20px;
}
.whats-next_img{
    width: 46px;
    margin: 0 auto;
}
img.whats_next-img {
    width: 100%;
}

/* Whats next end */




/* New header css start */

#sticky-menu .navbar-brand {
    padding: 0;
    margin: 0;
    display: block;
    height: 100% !important;
    float: none;
}

/* New header css end */

/* New banner css start */

/* .poy-banner{
    min-height: 490px;
} */
/* .poy-banner .poy-banner_img:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(137, 19, 30, 0.7);
    width: 100%;
    height: 100%;
    z-index: -1;
} */
.poy-banner_img{
    padding: 70px 0;
    background: url(../images/banner02.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.poy_banner-logo{
    text-align: right;
    max-width: 200px;
    margin-left: auto;
}
.banner-list{
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.banner-list li{
    list-style: none;
    color: #fff;
    font-size: 28px;
    line-height: 35px;
}


/* New banner css end */

/* Partner section start */

.partner-slider{
    padding: 15px 0;
}
.slider-title {
    padding-right: 40px;
}
.title-sm {
    font-size: 30px;
    line-height: 36px;
    color: #020202;
    font-weight: 700;
}
.partner-slider .title-sm {
    max-width: 300px;
}

.owl-carousel.partnerslider  .owl-item .item{
    width: 100px;
    margin: 0 auto;
    height: 100px;
}
.owl-carousel.partnerslider .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slider_wrapper{
    border-left: 2px solid #000;
    padding-left: 40px;
}

/* partner section end */

/* Benefit section start */

.feature-main_block .common-title:after{
    background-color: #020202 !important;
}
.feature-section{
    border-top: 4px solid #9b1d28;
    box-shadow: 0px -20px 27px #dcdddd;
}
.benefit-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.benefit-list li{
    list-style: none;
    padding: 30px 15px;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    position: relative;
}
.benefit-list li:after{
    background: url('../images/bar.png') no-repeat top left;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
}
.benefit-title{
    color: #b1212d;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}
.benefit-para{
    color: #020202;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

/* Benefit section end */

/* impact css start */

.poy-impact{
    background: #df6873;
}
.poy-imact_bg{
    background: url('../images/impact-bg.png') no-repeat center center;
    background-size: cover;
}
.impact-box{
    background-color: #fff;
    padding: 20px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 100%;
    box-shadow: 1px 4px 19px rgba(2,2,2,0.2);
}
.impact-boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.impact-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #b1212d;
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: 110px;
}
.icon-box{
    flex: 0 0 40%;
    max-width: 40%;
}
.icon-box img{
    max-width: 70px;
}
.icon-title{
    flex: 0 0 60%;
    max-width: 60%;
    text-align: right;
}
.icon-title h3{
    color:#b1212d;
    font-size: 25px;
    font-weight: 400;
    line-height: 31px;
}
.impact-bottom h4{
    color: #020202;
    font-weight: 700;
    font-size: 40px;
    display: block;
    margin: 0 0 15px 0;
}
.impact-bottom h4 span{
    color: #020202;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: block;
}
.impact-bottom p{
    color:#818284;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: block;
}
.impact-boxes .row{
    margin: 0 -30px !important;
}
.impact-boxes .impact-col{
    padding: 0 30px !important;
}

/* Impact css end */

/* Meeting section start */
.title-red{
    color: #b1212d !important;
}
.title-red:after{
    background-color: #b1212d !important;
}
.meeting-section{
    background: #fbebec;
    border-bottom: 4px solid #9b1d28;
    box-shadow: 0px 20px 27px #dcdcdd;
}
.meeting-content .common-title{
    text-align: left;
    padding: 0;
}
.meeting-content .common-title:after{
    display: none;
}
.meet-content_block{
    text-align: center;
}
.meeting-paragraph{
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #020202;
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.meet-list{
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}
.meet-list li{
    list-style: none;
    display: inline-block;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    color: #020202;
}
.meet-list li i{
    color: #991520;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
}
.sub-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #991520;
    margin-bottom: 30px;
}
.meet-content_block .sub-title{
    text-transform: uppercase;
}



/* Meeting section end */

/* Winners video section start */

.winner-video_block{
    text-align: center;
}
.winner-video_block iframe, .winner-video_block video{
    height: 400px;
}
.testimonial-video_section .winner-video_block video{
    max-width:650px;
    height: 390px;
}
.testimonial-video_section .winner-video_block video[poster]{
    width:100%;
    height:100%;
    object-fit:cover;
}
.video-text {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #020202;
    margin: 0 auto;
    max-width: 840px;
    border-left: 1px solid #020202;
    border-right: 1px solid #020202;
    padding: 0 30px;
}
/* .winner-video_loop{
    box-shadow: 0px -40px 40px #dcdcdd;
    background: #dcdcdd;
    border-bottom: 4px solid #9b1d28;
} */
.winners-section{
    border-bottom: 4px solid #9b1d28;
    background: url('../images/bg.jpg') bottom center repeat-x;
    background-size: auto;
}

/* Winners video section end */

/* what our coustomer say area start */

.testimonials-bg{
    background: url('../images/testimonials-bg.png') no-repeat center center;
    background-size: cover;
}
.customerSlider .item{
    display: flex;
    flex-wrap: wrap;
}
.customerFeedback {
    flex: 0 0 70%;
    max-width: 70%;
    font-size: 21px;
    font-weight: 400;
    color: #020202;
    padding-right: 30px;
    border-right: 1px solid #b93430;
}
.customerContArea {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 30px;
}
.clientLogo img{
    max-width: 100px;
}
.clientArea{
    margin-top: 10px;
}
.name {
    color: #020202;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}
.postion {
    color: #020202;
    font-weight: 400;
    font-size: 15px;
}
.customerSlider{
    position: relative;
    padding-top: 100px;
}
.customerSlider:after{
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/quote.png') no-repeat center center;
    background-size: contain;
    width: 90px;
    height: 104px;
    content: '';
}
.testimonials{
    position: relative;
    z-index: 1;
}
.testimonials:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 70%, rgba(217,218,218,1) 100%);
    z-index: -1;
}
.customerSlider .owl-dots{
    text-align: center;
}
.customerSlider .owl-dot {
    background-color: #FFBFC4 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    margin-top: 20px;
}
.customerSlider .owl-dot.active {
    background-color: #E20918 !important;
}

/* what our coustomer say area end */

/* Product of the year css start */

.title-white{
    color: #fff !important;
}
.title-white:after{
    background-color: #fff !important;
}
.product-section{
    background: url('../images/product-bg02.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 20px !important;
}
/* .product-section::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(211,68,81, 0.8);
} */
.benefit-list.product-list li {
    padding: 0 15px 20px 15px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-para {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
}
.product-icon{
    width: 70px;
    margin-bottom: 20px;
}
.product-icon img{
    width: 100%;
}

/* Product of the year css end */

/* Footer area */
.footer {
    background-color: #040404;
    padding: 30px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.footer img {
    width: 80px;
}

.copyright {
    text-align: right;
}

/* Footer area */

/* 21.11.2022 */

/* Header css start */


.navbar-apply_btn .common-btn + .common-btn{
    margin-left: 5px;
}

.contact-form_modal .callback-form_col label {
    font-size: 17px;
    font-weight: 400;
    color: #020202;
    margin-bottom: 5px;
}
.contact-form_modal .modal-title {
    color: #b1212d;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
.contact-form_modal .callback-form_col .form-control{
    border-color: #dcdddd;
    margin-bottom: 7px;
    color: #020202;
    box-shadow: none;
}
.callback-form_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -5px;
}
.callback-form_col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 5px;
}
.callback-form_col.col-full_width{
    flex: 0 0 100%;
    max-width: 100%;
}
.callback-form_col textarea{
    min-height: auto !important;
}
.callback-form_block input[type="submit"]{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 17px 56px;
    border-radius: 47px;
    display: block;
    margin-top: 0;
    margin: 0 auto;
}
.callback-form_block .wpcf7-response-output{
    color: #020202;
    font-size: 14px;
    font-weight: 400;
}
.contact-form_modal .wpcf7-response-output{
    margin-top: 0 !important;
    text-align: center;
}
.contact-form_modal .modal-body, .contact-form_modal .modal-header{
    padding: 15px;
}

.callback-form_block .wpcf7-spinner{
    width: 15px;
    height: 15px;
}

/* Header css end */

.grecaptcha-badge { visibility: hidden; }

.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}

.grecaptcha-badge:hover {
width: 256px !important;
}