common css*/
/* fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i&display=swap');
/*@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff'),
        url('../fonts/SegoeUI.ttf') format('truetype'),
        url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI semibold';
    src: url('../fonts/SegoeUI-Semibold.eot');
    src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semibold.woff') format('woff'),
        url('../fonts/SegoeUI-Semibold.ttf') format('truetype'),
        url('../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff'),
        url('../fonts/SegoeUI-Bold.ttf') format('truetype'),
        url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}*/

/* fonts */
input[type="submit"]{cursor: pointer;}
input{ -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none;}
*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
body{ font-size:16px; color:#000; background-color:#fff; position:relative; overflow-x:hidden; font-family: 'poppins'; font-weight:400;}
ul, li, p{ margin:0; padding:0; }
li{list-style-type: none;}
img{max-width: 100%; width: 100%; vertical-align: top;}
a,input[type="submit"]{ text-decoration:none; outline:none; transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; display: inline-block; vertical-align: top;}
a:hover{transition:0.3s;text-decoration: none;outline: none; }
h1, h2, h3, h4, h5, h6{ margin:0; padding:0; font-weight: bold; }
p{color: #757575; font-size: 15px; font-family: 'poppins'; line-height: 1.7;}
h1{ font-size: 40px; color: #ffffff; }
h2{ font-size: 35px; color: #000000;}
h3{ font-size: 25px; color: #000000;}
h4{ font-size:18px; color: #000000;}
.btns{font-family: 'poppins'; font-size: 20px; color: #ffffff; border: 1px solid #ffffff; border-radius: 5px; padding: 7px 18px 7px;}
.btns.purpl{color: #4B00FF; border: 1px solid #4B00FF; font-size: 16px; padding: 7px 14px;}
.btns.purpl:hover,.btns.purpl:focus{background: #4B00FF; color: #ffffff;}
.btns:hover{background: #ffffff; color: #4B00FF;}
.preload{display: none;}
.form-control:focus,input[type="submit"]:focus{box-shadow: none; outline: 0;}

/* Header style start */
header{position: fixed; top: 0; left: 0; width: 100%; z-index: 9; padding: 10px 0;transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s;}
header.sticky{background: #ffffff; box-shadow: 1px 1px 10px #000000;}
header .logo img{width: 137px;}
header .logo {position: relative;}
header .logo img.active_logo{opacity: 0; position: absolute; top: 0; left: 0;}
header.sticky .logo img.active_logo{opacity: 1;}
header.sticky .logo img.normal_logo{opacity: 0;}
header .menu{display: inline-block;padding-top: 10px; vertical-align: top;}
header .menu li{display: inline-block; line-height: 1; padding: 9px 27px 0 9px; vertical-align: top;}
header .menu li a{font-size: 15px; line-height: 1; color: #ffffff; padding: 0 0 4px; }
header .menu li a.active{border-bottom: 2px solid #ffffff;}
header.sticky .menu li a.active{color: #FF186B; border-bottom: 2px solid #FF186B;}
header.sticky .menu li a{color: #3F05B2;}
header.sticky .menu li a:hover{color: #FF186B;}
header .menu li a:hover{}
header .top_btns{display: inline-block; padding-top: 10px; vertical-align: top;}
header .top_btns a{font-size: 15px; line-height: 1; color: #ffffff; border: 1px solid #ffffff; padding: 8px 18px; margin: 0 0 0 10px; border-radius: 5px;}
header.sticky .top_btns a{color: #3F05B2; border: 1px solid #3F05B2;}
header.sticky .top_btns a:hover,header.sticky .top_btns a.active{background: #3F05B2; color: #ffffff;}
header .top_btns a:hover,header .top_btns a.active{background: #ffffff; color: #3F05B2;}
.navbar {display: inline-block; padding: 0; vertical-align: top;}
/* Header style ends */


/* ============ HOME PAGE STYLE START ============ */

/* Banner style start */
.sec_home_slider{height: 100vh; display: block !important;}
.sec_home_slider .items{height: 100vh; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; z-index: 1; display: flex; flex-wrap: nowrap; align-items: center; justify-content: center;}
.sec_home_slider .items:after{content: ""; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background: #FF186B; background: -webkit-linear-gradient(bottom, #FF186B, #4B00FF); background: -moz-linear-gradient(bottom, #FF186B, #4B00FF); background: linear-gradient(to top, #FF186B, #4B00FF); opacity: 0.69; z-index: -1;}
.sec_home_slider h1{padding: 6% 0 9px 0;}
.sec_home_slider p{font-family: 'poppins'; font-size: 20px; color: #ffffff; padding: 0 0 30px;}
.sec_home_slider .slider_cap{text-align: center;}
.sec_home_slider .owl-nav{display: none;}
.sec_home_slider .owl-dots{position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); line-height: 1; }
.sec_home_slider .owl-dots .owl-dot{height: 20px; width: 20px; border: 2px solid #ffffff; background: transparent; border-radius: 100%; margin: 0 11px; transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s;}
.sec_home_slider .owl-dots .owl-dot.active{background: #ffffff;}
.sec_home_slider .owl-dots .owl-dot:focus{outline: none;}
/* Banner style ends */

/* How it works Section style start */
.sec_how_it_works{padding: 54px 0;}
.sec_how_it_works h2{text-align: center; padding: 0 0 44px 0;}
.sec_how_it_works img{padding: 0 9.5%;}
.sec_how_it_works h3{padding: 0 0 17px 0; line-height: 1.3;}
.sec_how_it_works p{padding: 0 0 17px 0;}
.sec_how_it_works .img_txt_div{align-items: center;}
/*.sec_how_it_works .img_txt_div .slider_cap{text-align: center;}*/
/* How it works Section style ends */

/* we working with Section style start */
.sec_we_working_with{background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; padding: 54px 0; z-index: 1; text-align: center;}
.sec_we_working_with:after{content: ""; background: rgba(0,0,0,0.63); position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%;}
.sec_we_working_with h2{color: #ffffff;}
.sec_we_working_with strong{color: #ffffff;font-family: 'poppins Bold'; font-size: 120px; line-height: 1; padding: 20px 0 25px; display: block;}
.sec_we_working_with p{color: #ffffff; font-size: 25px;}
/* we working with Section style ends */

/* About Us Section style start */
.sec_aboutus{padding: 54px 0; text-align: center;}
.sec_aboutus h2{padding: 0 0 15px;}
.sec_aboutus p{padding: 0 0 15px 0;}
/* About Us Section style ends */

/* Benefits Section style start */
.sec_benefits{background-repeat: no-repeat; background-size: cover; background-position: center; position: relative;     padding: 54px 0 24px; z-index: 1; text-align: center;}
.sec_benefits:after{content: ""; background: rgba(0,0,0,0.8); position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%;}
.sec_benefits h2{color: #ffffff; padding: 0 0 30px;}
.benefits_list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.benefits_list li{list-style-type: none; width: 33.3333%; padding: 0 15px 30px; display: flex;}
.benefits_list li .benefits_card{border: 1px solid #ffffff; border-radius: 5px; padding: 20px; width: 100%;}
.benefits_list li .benefits_card img{height: 100px; width: auto; margin: 0 auto;}
.benefits_list li .benefits_card p{color: #ffffff; padding: 10px 0 0 0;}
/* Benefits Section style ends */
    
/* Enquire Now Section style start */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cccccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
}
.sec_enquire_now{padding: 54px 0; text-align: center;}
.sec_enquire_now h2{padding: 0 0 30px;}
.sec_enquire_now input[type="text"],.sec_enquire_now input[type="email"],.sec_enquire_now input[type="number"],.sec_enquire_now textarea{width: 100%; border: 1px solid #7A7A7A; border-radius: 5px; padding: 10px 15px;}
.sec_enquire_now textarea{height: 100px;}
.sec_enquire_now .form_element{padding: 0 0 15px;}
.sec_enquire_now .btns.purpl{cursor: pointer; padding: 7px 30px; background: #ffffff;}
.sec_enquire_now .btns.purpl:hover,.sec_enquire_now .btns.purpl:focus{background: #4B00FF;color: #ffffff;}
.sec_enquire_now input[type="text"]:focus,.sec_enquire_now input[type="email"]:focus,.sec_enquire_now textarea:focus{border: 1px solid #4B00FF; outline: none;}
em.error{font-size: 12px;text-align: left; width: 100%; font-family: 'poppins'; margin: 0px 0 -5px 0;
    vertical-align: top; display: block; color: #ff0000; font-style: normal}


/* Enquire Now Section style ends */

/*Testimonial section style  start*/

.testimonial_section {width: 100%; float: left; height: 80vh; display: block !important;}
.testimonial_section .items{height: 80vh;  background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; z-index: 1; display: flex; flex-wrap: nowrap; align-items: center; justify-content: center;}
.testimonial_section .items:after{content: ""; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background: #FF186B; background: -webkit-linear-gradient(bottom, #FF186B, #4B00FF); background: -moz-linear-gradient(bottom, #FF186B, #4B00FF); background: linear-gradient(to top, #FF186B, #4B00FF); opacity: 0.69; z-index: -1;}
.testimonial_section h2{padding: 1% 0 35px 0; text-align: center; text-transform: uppercase; font-size: 30px; color: #ffffff; letter-spacing: 3px;}
.testimonial_section p{font-family: 'poppins'; font-size: 18px;  color: #ffffff; padding: 0 0 20px;}
.testimonial_section .slider_cap{text-align: center; min-height: 380px;  background: #00000078; border-radius: 15px; padding: 20px; }
.testimonial_section .owl-nav{display: none;}
.testimonial_section .owl-dots{position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); line-height: 1; }
.testimonial_section .owl-dots .owl-dot{height: 20px; width: 20px; border: 2px solid #ffffff; background: transparent; border-radius: 100%; margin: 0 11px; transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s;}
.testimonial_section .owl-dots .owl-dot.active{background: #ffffff;}
.testimonial_section .owl-dots .owl-dot:focus{outline: none;}
.testimonial_section .testimonal_cl {font-size: 24px; color: #ffffff; font-style: italic;  font-weight: bold;}

/*Testimonial section style  End*/

/* Footer Section style start */
footer{background: #191919; text-align: center; padding: 50px 0 0; float: left; width: 100%;}
footer img{width: 137px;}
footer .footer_menus{}
footer .footer_menus li{line-height: 1; padding: 0 0 16px;}
footer .footer_menus li a{font-size: 14px; color: #ffffff; line-height: 1;}
footer .centerdiv p{font-size: 14px; color: #ffffff; padding: 10px 0 15px 0;}
footer .footer_menus li a:hover,footer .footer_menus li a.active{color: #FF176B;}
.social_media_list a{width: 30px; height: 30px; border: 1px solid #ffffff; color: #ffffff; line-height: 28px; border-radius: 100%; margin: 0 5px;}
.social_media_list a:hover{background: #ffffff; color: #191919;}
.copyright{border-top: 1px solid #ffffff; margin: 30px 0 0 0; padding: 15px 0 15px 0;}
.copyright p{font-size: 12px; color: #ffffff; line-height: 1.2;}
/* Footer Section style ends */

/* ============ HOME PAGE STYLE ENDS ============ */


/* ============ PRIVACY POLICY PAGE STYLE START ============ */

/* Banner style start */
.sec_inner_banner{position: relative; z-index: 1; padding: 10% 0; background-repeat: no-repeat; background-position: center; background-size: cover; text-align: center;}
.sec_inner_banner:after { content: ""; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background: #FF186B; background: -webkit-linear-gradient(bottom, #FF186B, #4B00FF); background: -moz-linear-gradient(bottom, #FF186B, #4B00FF); background: linear-gradient(to top, #FF186B, #4B00FF);  opacity: 0.69; z-index: -1;}
/* Banner style ends */

/* Privacy policy style start */
.sec_privacy_policy {padding: 40px 0 30px;}
.sec_privacy_policy h3{padding: 20px 0 10px 0;}
.sec_privacy_policy a{color: #FF176B;}
.sec_privacy_policy a:hover{color: #000000;}
.sec_privacy_policy h4{padding: 10px 0;}
.sec_privacy_policy p{padding: 0 0 10px; line-height: 1.5;}
.sec_privacy_policy h2{text-align: center; padding: 20px 0 0 0;}
/* Privacy policy style ends */

/* ============ PRIVACY POLICY PAGE STYLE ENDS ============ */

/* ============ ABOUT US PAGE STYLE START ============ */

/* About Us style start */
.sec_privacy_policy .sec_about h2{margin-bottom: 15px;}
.sec_privacy_policy .sec_about p{}
.our_steps{display: flex; flex-wrap: wrap; padding: 70px 0 50px 0; width: 100%;}
.our_steps li{width: 25%; text-align: center; padding: 0 15px;}
.our_steps li img{ max-height: 70px; width: auto; margin: 0 0 10px 0;}
.our_steps li h4{padding: 10px 0 20px 0; font-family: 'poppins semiBold'; font-size: 16px;}
.recruit_proce{display: flex; flex-wrap: wrap; margin: 30px 0 0 0; width: 100%;}
.recruit_proce li:before{content: ""; height: 100%; width:1px; top: 0; left: 15px; background: #AEAEAE; position: absolute;}
.recruit_proce li:last-child:before{height: 15px;}
.recruit_proce li{padding: 4px 15px 20px 40px; position: relative; width: 100%;}
.recruit_proce strong{font-family: 'poppins bold'; color: #5B01EF; font-size: 20px; height: 30px; width: 30px;
    border-radius: 100%; border: 2px solid #AEAEAE; display: inline-block; margin: 0 auto 15px; line-height: 24px; text-align: center; position: absolute; top: 0; left: 0; background: #ffffff;}
.measure_list{display: flex; flex-wrap: wrap; padding: 30px 0 0 0; width: 100%;}
.measure_list li{width: 33.3333%; padding: 0 15px 15px; text-align: center; }
.measure_list li .qcm_icon{width: 80px; height: 80px; border: 2px solid #AEAEAE; border-radius: 100%; display: inline-block; margin: 0 auto 15px; text-align: center; display: flex; align-items: center; justify-content: center;}
.measure_list li img{width: 40px;}
.info_list{}
.info_list li{padding: 0 0 10px 15px; position: relative; line-height: 1.3; color: #757575; font-size: 15px; font-family: 'poppins';}
.info_list li:before{content: ""; height: 6px; width: 6px; background: #000000; border-radius: 100%; position: absolute; top: 6px; left: 2px;}
.sec_privacy_policy .measure_list li h4{font-family: 'poppins semiBold'; font-size: 16px;}
.info_list li strong{color: #000000;}
.textimgdiv{padding: 30px 0;}
.sec_privacy_policy .sec_about .textimgdiv h3,
.sec_privacy_policy .sec_about .textimgdiv p{text-align: left;}
.mission_main{display: flex; flex-wrap: wrap; margin: 15px 0 20px 0;}
.mission_main .missiondiv_card{width: calc(50% - 10px); position: relative; text-align: center; cursor: pointer; border-radius: 5px;}
.mission_main .missiondiv_card:nth-child(odd){margin-right: 10px;}
.mission_main .missiondiv_card:nth-child(even){margin-left: 10px;}
.missiondiv_card .card_text{height: 100%; padding: 30px 15%; border-radius: 5px; transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden;}
.missiondiv_card .card_img{background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; display: flex; align-items: flex-end; justify-content: center; z-index: 1; box-shadow: inset 0 -60px 90px #000000; border-radius: 5px;}
.missiondiv_card:hover .card_img{  transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); opacity: 0; }
.missiondiv_card:hover .card_text{transform: scale(1.05);box-shadow: 0 0 10px #00000020;}
.missiondiv_card .card_img h3{color: #ffffff; margin: 0 0 10px; display: block; width: 100%;}
/* About Us style ends */

/* ============ ABOUT US PAGE STYLE ENDS ============ */


/* ============ LOGIN PAGE STYLE START ============ */
.login .sec_inner_banner{padding: 50px 0; display: flex; min-height: 100vh;}
.login_main h5{font-family: 'poppins'; font-size: 30px; color: #ffffff; line-height: 1.3; padding: 20px 0 5px;}
.login_main p{font-family: 'poppins'; font-size: 15px; color: #ffffff; line-height: 1.3; padding: 0 0 70px;}
.login_main p a{font-family: 'poppins'; color: #ffffff; line-height: 1.3; }
.login_main p a:hover{opacity: 0.7;}
.logindiv{position: relative; max-width: 450px; background: #ffffff; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.5); margin: 0 auto; padding: 60px 40px 5px;}
.logindiv input[type="checkbox"]{position: absolute; opacity: 0;}
.logindiv span{padding: 0 0 0 25px;position: relative; display: inline-block;}
.logindiv input[type="checkbox"] + span:before{content: ""; margin: 0; height: 18px; width: 18px; border: 1px solid #4B00FF; border-radius: 3px; position: absolute; top: 0; left: 0;}
.logindiv input[type="checkbox"] + span:after{content: ""; margin: 0; height: 10px; width: 10px; background: #4B00FF; border-radius: 3px; position: absolute; top: 4px; left: 4px; transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); transition: All 0.3s; -o-transition: All 0.3s; -ms-transition: All 0.3s; -moz-transition: All 0.3s; -webkit-transition: All 0.3s;}
.logindiv input[type="checkbox"]:focus + span:before{box-shadow: 0 0 6px rgba(75, 0, 255, 0.6);}
.logindiv input[type="checkbox"]:checked + span:after{transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1);}
.user_icon{background: #ffffff; width: 80px; height: 80px; margin: 0 auto; position: absolute; top: -40px; left: 0; right: 0; border-radius: 100%; line-height: 80px; box-shadow: 0 -10px 16px rgba(0,0,0,0.5);}
.user_icon img{width: 50px; vertical-align: middle;}
.login input[type="text"],.login input[type="password"],.login input[type="email"],.login input[type="tel"],.contactdiv input[type="text"],.contactdiv input[type="email"],.contactdiv textarea{ width: 100%; border: 1px solid #7A7A7A; border-radius: 5px;
    padding: 10px 15px;}
.login input[type="text"]:focus,.login input[type="password"]:focus,.login input[type="email"]:focus,.login input[type="tel"]:focus,.contactdiv input[type="text"]:focus,.contactdiv input[type="email"]:focus,.contactdiv textarea:focus{border: 1px solid #4B00FF; outline: none;}
.login .form_element{padding: 0 0 15px; width: 100%;}
.login .form_element label{font-size: 13px; font-family: 'poppins'; color: #7A7A7A; text-align: left; margin: 0;}
.login .form_element a{color: #4B00FF; font-size: 13px; font-family: 'poppins';}
.login .form_element a:hover,.login .form_element a:focus{color: #FF186B;}
.login .submitbtn{padding: 0 0 10px;}
.login .submitbtn .btns.purpl{background: #ffffff; padding: 7px 25px; cursor: pointer;}
.login .submitbtn .btns.purpl:hover,.login .submitbtn .btns.purpl:focus{background: #4B00FF; color: #ffffff;}
.login .form_element label.error{font-size: 12px; text-align: left; width: 100%; font-family: 'poppins'; margin: 0px 0 -5px 0; vertical-align: top; display: block; color: #ff0000;}
.termscondition{text-align: left;}
/* ============ LOGIN PAGE STYLE ENDS ============ */


/* ============ REGISTER PAGE STYLE START ============ */
.registerdiv{position: relative; max-width: 1000px; background: #ffffff; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.5); margin: 0 auto; display: flex; flex-wrap: wrap; overflow: hidden;}
.registerdiv .left_form,.registerdiv .right_info{width: 50%;}
.registerdiv .rightdiv,.registerdiv .leftdiv{width: 50%;}
.registerdiv .left_form,.registerdiv .right_info{padding: 30px 30px 25px;}
.registerdiv .right_info{background: #efefef;}
.registerdiv .right_info svg{max-height: 200px; margin: 0 auto;}
.register .login_main .right_info h4{color: #000000; padding: 10px 0 0 0;}
.part1 {
  animation: path1 2s infinite alternate;
    fill: #4B00FF;
}
.nofill{fill: #efefef;}

@keyframes path1 {
  to {
    fill:#FF186B;
  }
}
.part2 {
  animation: path2 2s infinite alternate;
    fill:#FF186B;
}

@keyframes path2 {
  to {
    fill: #4B00FF;
  }
}
@keyframes move {
    100% {
        stroke-dashoffset: 0;
    }
}
.register_slider .owl-nav{display: none;}
.register_slider .owl-dots{position: absolute; bottom: 20px; left: 0; right: 0;}
.register_slider .owl-dot{width: 16px; height: 16px; border: 2px solid #464646 !important; display: inline-block; margin: 0 5px; border-radius: 100%;}
.register_slider .owl-dot.active{background: #4B00FF;border: 2px solid #4B00FF !important;}


.registerdiv .right_info .items{text-align: center;}
.registerdiv .rightdiv{padding: 0 0 15px 7px;}
.registerdiv .leftdiv{padding: 0 7px 15px 0;}
.registerdiv form{display: flex; flex-wrap: wrap;}
.register .login_main p{padding: 0 0 30px}
.login.register .submitbtn{padding: 0;}
.registerdiv .owl-dots span{padding: 0;}
.registerdiv .owl-dots .owl-dot:focus{outline: none;}
.registerdiv input[type="checkbox"]{position: absolute; opacity: 0;}
.registerdiv span{padding: 0 0 0 25px;position: relative; display: inline-block;}
.registerdiv input[type="checkbox"] + span:before{content: ""; margin: 0; height: 18px; width: 18px; border: 1px solid #4B00FF; border-radius: 3px; position: absolute; top: 0; left: 0;}
.registerdiv input[type="checkbox"] + span:after{content: ""; margin: 0; height: 10px; width: 10px; background: #4B00FF; border-radius: 3px; position: absolute; top: 4px; left: 4px; transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); transition: All 0.3s; -o-transition: All 0.3s; -ms-transition: All 0.3s; -moz-transition: All 0.3s; -webkit-transition: All 0.3s;}
.registerdiv input[type="checkbox"]:focus + span:before{box-shadow: 0 0 6px rgba(75, 0, 255, 0.6);}
.registerdiv input[type="checkbox"]:checked + span:after{transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1);}
.register .login_main h5{padding: 40px 0 5px;}
.register .termscondi.form_element{text-align: left;}
/* ============ REGISTER PAGE STYLE ENDS ============ */

/* ============ CONTACT PAGE STYLE START ============ */
.contactdiv{padding: 0 0 50px;}
.contactdiv input[type="submit"]{background: #ffffff;}
.contactdiv .registerdiv{margin: -60px auto 0; position: relative; z-index: 1;}
.contactdiv .form_element{width: 100%; padding: 0 0 15px;}
.contactdiv textarea{height: 120px;}
.contactdiv .registerdiv .right_info{background: #efefef;}
.contactdiv .right_info h4{font-size: 25px; margin: 0 0 25px 0;}
.contactdiv .right_info ul{}
.contactdiv .right_info ul li{position: relative; padding: 0 0 20px 30px;}
.contactdiv .right_info ul li i{color: #FF186B; font-size: 20px; line-height: 1; display: inline-block; position: absolute; top: 0; left: 0; width: 20px; text-align: center;}
.contactdiv .right_info ul li a{font-size: 15px; line-height: 1.3; color: #7a7a7a;}
.contactdiv .right_info ul li a:hover{color: #FF186B;}
/* ============ CONTACT PAGE STYLE ENDS ============ */

/* ============ REWARDS PAGE STYLE START ============ */
.sec_rewards{padding: 40px 0;}
.sec_rewards h2{text-align: center;}
.sec_rewards h3{padding: 0 0 15px; border-bottom: 1px solid #000000; margin: 0 0 20px;}
.sec_rewards .rewards_list{display: flex; flex-wrap: wrap;}
.rewards_list li{width: 25%; padding: 0 15px 30px;}
.rewards_list .rewards_card{border: 1px solid #e2e2e2; border-radius: 5px; overflow: hidden; width: 100%; position: relative;}
.rewards_list .rewards_card:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);}
.rewards_list .rewards_card .list_img{height: 150px; background-repeat: no-repeat; background-size: cover; background-position: center;}
.rewards_list .rewards_card .list_info{padding: 15px 15px 0; position: absolute; width: 100%; height: 100%; top: 100%;
    left: 0; background: rgba(0,0,0,0.8); transition: all 0.3s; -ms-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;}
.rewards_list .list_info h4{padding: 0 0 10px; color: #ffffff;}
.rewards_list .list_info p{padding: 0 0 0; color: #ffffff;}
.rewards_list .list_info span{display: block; width: 1005; border-top: 1px solid #e2e2e2; padding: 10px 0; margin: 15px 0 0 0; color: #ffffff;}
.rewards_list .rewards_card:hover .list_info {top: 0;}
/* ============ REWARDS PAGE STYLE ENDS ============ */

/* ============ LEGAL INFORMATION PAGE STYLE START ============ */
.legaldiv .right_info strong{    font-family: 'poppins Bold';}
.legaldiv .left_form h4, .legaldiv .left_form p{margin: 0 0 15px;}
.legaldiv .left_form p:last-child{margin: 0;}
/* ============ LEGAL INFORMATION PAGE STYLE ENDS ============ */

/* ============ UNSUBSCRIBE PAGE STYLE START ============ */
.unsubsform{width: 100%; text-align: center; padding: 15px 30px;}
.contactdiv .registerdiv.unsubsdiv{max-width: 600px;}
.unsubsdiv .text-muted{opacity: 0.6;}
.registerdiv .unsubsform form{text-align: left; display: block; margin: 0 auto;}
.unsubsform h3{margin: 0 0 5px;}
.unsubsform p{margin: 0 0 25px;}
.unsubsform .btn{color: #3F05B2; border: 1px solid #3F05B2;font-size: 15px; line-height: 1; padding: 8px 18px; margin: 0 0 0 10px; border-radius: 5px;}
.unsubsform .btn:hover,.unsubsform .btn:focus{background: #3F05B2; color: #ffffff;}
.registerdiv .unsubsform form .error{font-size: 12px; text-align: left; width: 100%; font-family: 'poppins'; margin: 0px 0 -5px 0; vertical-align: top; display: block; color: #ff0000;}
/* ============ UNSUBSCRIBE PAGE STYLE ENDS ============ */


/* ============ SURVEY PAGE STYLE START ============ */
.survey_sec{padding: 50px 0; background: #f4f7f6;}
#user_form fieldset:not(:first-of-type) {display: none;}
.questionprogress.progress{border-radius: 10px; background: #d8d8d8;}
.questionprogress.progress .progress-bar{background: #3F05B2;}
.q_form {padding: 20px; margin: 30px 0; background: #ffffff; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1); border-radius: 10px;}
.survey_sec .btns.purpl{cursor: pointer; background: transparent; min-width: 110px; transition: all 0.3s; -ms-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;}
.survey_sec .btns.purpl:hover{background: #3F05B2;}
.survey_sec .btns.purpl:focus{outline: 0; box-shadow: none; background-color: #4B00FF;}
.q_form .form-group > label:not(.error){position: relative; font-size: 16px; font-weight: 400; color: #000000; width: 100%; display: block; padding: 0 0 15px 30px;}
.q_form .form-group > label:not(.error):before{content: ""; width: 22px; height: 22px; border-radius: 100%; display: inline-block; position: absolute; top: 1px; left: 0; border: 7px solid #c9c9c9; background: #ffffff;}
/*.q_form .form-group > label:after{    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #c9c9c9;
    height: 0;
    position: absolute;
    top: 4px;
    width: 0;
    left: 19px;
}*/
.select2-container .select2-choice {
    border: none;
    background-image: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.select2-container .select2-choice .select2-arrow {
    border-left: none;
    background-image: none;
    background: transparent;
}
.select2-container.select2-dropdown-open .select2-choice {
    background: transparent;
    box-shadow: none !important;
}
.select2-drop {
    border-radius: 0;
    border: 0 !important;
}
.q_form .previous.btn{background: transparent; color: #777; border-color: #eee; min-width: 110px;  transition: all 0.3s; -ms-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;}
.form-control:focus{border-color: #d4d4d4;}
.q_form fieldset {
    width: 100%;
    min-width: 100%;
}

.checknbox_ele label{font-weight: normal; cursor: pointer;}
.checknbox_ele input[type="checkbox"],.checknbox_ele input[type="radio"]{display: none;}
.checknbox_ele input[type="checkbox"] + span,.checknbox_ele input[type="radio"] + span{line-height: 1.3; padding: 0 10px 0 25px; position: relative; display: inline-block;color: #5A5A5A;}
.checknbox_ele input[type="checkbox"] + span:before,.checknbox_ele input[type="radio"] + span:before{content: "";
    margin: 0; height: 18px; width: 18px; border: 1px solid #c9c9c9; border-radius: 3px; position: absolute; top: 0; left: 0; transition: All 0.3s; -o-transition: All 0.3s; -ms-transition: All 0.3s; -moz-transition: All 0.3s; -webkit-transition: All 0.3s;}
.three-col,.two-col,.four-col{display: flex; flex-wrap: wrap;}
.three-col .checknbox_ele{width: 33.3333%;}
.four-col .checknbox_ele{width: 25%;}
.two-col .checknbox_ele{width: 50%;}
.three-col .row,.two-col .row,.four-col .row{width: 100%; display: block;}

.checknbox_ele input[type="checkbox"] + span:after,.checknbox_ele input[type="radio"] + span:after{content: "";margin: 0; height: 10px; width: 10px; background: #3F05B2; border-radius: 3px; position: absolute; top: 4px; left: 4px; transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); transition: All 0.3s; -o-transition: All 0.3s; -ms-transition: All 0.3s; -moz-transition: All 0.3s; -webkit-transition: All 0.3s;}
.checknbox_ele input[type="checkbox"]:checked + span:after,.checknbox_ele input[type="radio"]:checked + span:after{transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1);}
.checknbox_ele input[type="checkbox"]:checked + span:before,.checknbox_ele input[type="radio"]:checked + span:before{ border: 1px solid #3F05B2;}
.checknbox_ele input[type="radio"] + span:after,
.checknbox_ele input[type="radio"] + span:before{border-radius: 100% !important;}
/* ============ SURVEY PAGE STYLE ENDS ============ */


/* ============ FIRST SURVEY PAGE STYLE START ============ */
.fsurvey_sec {padding: 50px 0;}
.fsurvey_sec h3{text-align: center; display: block;}
.surveyinfo{display: flex; flex-wrap: wrap; width: 100%; justify-content: center; padding: 30px 0;}
.surveyinfo li{width: 33.3333%; padding: 0 10px; text-align: center;}
.surveyinfo li .survingo{border: 1px solid #e2e2e2; padding: 40px 20px 20px; border-radius: 5px; height: 100%; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.surveyinfo li .survingo svg{height: 70px;}
.surveyinfo li .survingo svg path{fill: #3f05b2;}
.surveyinfo li .survingo h4{padding: 40px 0 0 0; font-weight: normal; color: #636363; font-size: 18px; line-height: 1;}
.surveyinfo li .survingo h4 span{color: #000000; vertical-align: top; line-height: 1;}
.tksurvey_btn{text-align: center;}
.tksurvey_btn .btns{margin: 0 5px;}
/* ============ FIRST SURVEY PAGE STYLE ENDS ============ */

.error{color: #f00;}
.contactdiv .error {
    font-size: 12px;
    text-align: left;
    width: 100%;
    font-family: 'poppins';
    margin: 5px 0 -5px 0;
    vertical-align: top;
    display: block;
    color: #ff0000;
    font-style: normal;
}

/* Policy Tab css start */
.policytab .resp-tabs-list li{width: 33.3333%; margin: 0;font-family: 'poppins'; font-size: 16px; border-right: 1px solid #ffffff!important; border-left:1px solid #ffffff!important;
text-transform: uppercase; text-align: center;     background: #efefef !important; border-bottom: 0;}
.policytab ul.resp-tabs-list{display: flex; flex-wrap: wrap;}
.policytab .resp-tabs-list li.resp-tab-active { border: 0 !important; background: #3f05b2 !important; border-bottom: none; margin-bottom: 0 !important;
    padding: 12px 14px 14px 14px !important; border-bottom: 0; border-right: 1px solid #ffffff !important;
    color: #ffffff;}
.policytab .resp-tab-content{border: 0;}
.policytab .table td,.policytab .table th{vertical-align: middle; text-align: center;}
.policytab .table td span:first-child{display: block; border-bottom: 1px solid #dee2e6; padding: 0 0 10px;}
.policytab .table td span:last-child{display: block; padding: 10px 0 0 0;}
/* Policy Tab css start */

 /* Cookie css */
.bg-gray {     background-color: rgba(54, 61, 77, 0.9);
    border-radius: 10px;
    z-index: 999;
    position: fixed;
    left: 5%;
    right: 2%;
    max-width: 100%;
    word-break: break-word;
    padding: 15px; bottom: 30px; opacity: 10px;}
.alert-text { color: #ffffff; font-size: 14px; padding: 15px 0px 5px 0px; font-weight: 400;}
.text-link { color: #fff;  font-style: italic; font-size: 16px; padding-bottom: 10px;}

.alert-btn .btn-cookie { margin-bottom: 15px;}
.btn-cookie {  border-radius: 05px;
    background: #3f05b2;
    border: 1px solid #3f05b2;
    padding: 10px 20px;
    text-align: center;
    color: #fff; }

/* Cookie css end


/* faq-css*/

.faq-wrapper { padding: 60px 0; }
.faq-wrapper .bg-wrapper h2 button { color: #000; text-transform: uppercase; font-size: 14px; font-weight: 500;}

.faq-wrapper .card { border: 0; margin-top: 15px; }
.faq-wrapper .card-header { border: 0; padding: 0;  }
.faq-wrapper .card-header button.btn-link{ width:100%; text-align:left; padding:15px; float:left; text-decoration:none; white-space: initial; }
.faq-wrapper .card-header button.btn-link[aria-expanded="false"]{ background-color: #e8e8e8; color: #000; }
.faq-wrapper .card-header button.btn-link[aria-expanded="true"]{ background-color:#3f05b2; color:#fff;  }
.faq-wrapper .card-header button.btn-link[aria-expanded="true"] i { transform: rotate(90deg); }
.faq-wrapper .card-body { border: 1px solid #dadada;}
.faq-wrapper #collapseOne .card-body ol { margin-top: 10px; }
.faq-wrapper i { float: right; font-size: 18px; margin-right: 5px; }
.faq-wrapper .card-body img {     height: 12px !important;
    width: 12px !important;
    margin-top: 7px;
    margin-right: 10px; }

.faq-wrapper .header-text { margin-top: 50px; }
/* faq-css ends */
