html
{
	scroll-behavior: smooth;
}
body
{
	margin: 0;
	padding: 0;
	font-family: 'Red Hat Display', sans-serif;		color: #2a3449;	
	/* overflow-x: hidden; */
}
/* ------------------common classes--------------- */
.bg_pink{background: #ff7271;}
.bg_blue{background: #2b344a;}
.bg_grey{background: #f3f3f3;}
.clr_pink{color: #ff7271;}
.clr_blue{color: #2b344a;}
.clr_white,
.clr_white:hover{color: #FFFFFF;}

.title{font-size: 29px; margin: 0; color: #2a3449;}
.cmn_btn{min-width: 145px; min-height: 42px; border-radius: 25px; font-size: 13px; color: #fff;}
.cmn_btn:focus{outline: none;}
.cmn_btn:hover{color: #fff; box-shadow: 0px 0px 8px 1px #ff7271}
.fw1{ font-weight:100; }
.fw2{ font-weight:200; }.fw3{ font-weight:300; }.fw4{ font-weight:400; }.fw5{ font-weight:500; }.fw6{ font-weight:600; }.fw7{ font-weight:700; }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

.btn.btn-verticle-side {
    background-color: #ff7271;
    /* background-color: grey; */
    color: #FFF;
    transform: rotate(-90deg);
    position: fixed;
    z-index: 99;
}

.btn.bg_blue:hover{
	box-shadow: 1px 1px 10px 0 #999;
}

.btn.btn-verticle-side.btn-rd { top: 200px; right: -47px; }
.btn.btn-verticle-side.btn-pf { top: 350px; right: -36px; }

.header_section{position: absolute; width: 100%; z-index: 2;}
.header_section .dot_img_{position: absolute; top: 0; right: 200px; z-index: -1;}
.header_section .header_bar{width: 100%; height: auto; padding: 20px 5px; display: flex; align-items: center; justify-content: space-between;}
.header_section .header_logo{width: 150px;}
.header_section .header_logo img{width: 100%;}
.header_section .menu_links{margin: 0; padding: 0; list-style: none;}
.header_section .menu_links li{display: inline-block; padding: 10px 15px;}
.header_section .menu_links .menu_btn{padding: 0 5px;}
.header_section .menu_links .menu_btn a,
.header_section .menu_links_side .menu_btn a{border: 2px solid #ff7271; border-radius: 50px; padding: 10px 15px; transition: all 0.3s linear;}
.header_section .menu_links .menu_btn a:hover, 
.header_section .menu_links .menu_btn.active a,
.header_section .menu_links_side .menu_btn a:hover, 
.header_section .menu_links_side .menu_btn.active a{background: #ff7271; color: #fff;}
.header_section .menu_links li a,
.header_section .menu_links_side li a{color: #fff; font-size: 14px; font-weight: 500; text-decoration: none;  transition: all 0.3s linear;}
.header_section .menu_links li a:hover,
.header_section .menu_links_side li a:hover{color: #ff7271;}
.header_section .menu_links li .active,
.header_section .menu_links_side li .active{color: #ff7271;}

.header_section .menu_links_side{background: #363f5e; position: fixed; top: 0; right: -290PX; width: 290px; height: 100%; padding: 15px; transition: all 0.5s ease-in-out; }
.header_section.header_type_2 .menu_links_side{background: #fff; }
.header_section .menu_links_side.show{right: 0;box-shadow: 0px 0px 15px #cccccc;}
.header_section .menu_links_side li{display: block; padding: 7px 15px; text-align: center;}
.header_section .menu_links_side .menu_btn{padding: 15px;}

.header_section .menu_drawer{z-index: 1020;}
.header_section .menu_drawer .toggle_icon{height: 42px; width: 42px; padding: 12px; border: 2px solid #3f4764; border-radius: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; transition: all 0.3s ease-in-out;}
.header_section .menu_drawer .drawer_bar{height: 2px; background: #fff; transition: all 0.3s linear;}
.header_section .menu_drawer .drawer_bar_1{width: 16px; position: relative; left: 0px; transition: 0.2s ease;}
.header_section .menu_drawer .drawer_bar_2{width: 16px; position: relative; right: 0px; transition: 0.2s ease;}
.header_section .menu_drawer:hover .drawer_bar_1{left: 5px; transition: 0.2s ease;}
.header_section .menu_drawer:hover .drawer_bar_2{right: 5px; transition: 0.2s ease;}

.header_section .menu_drawer .toggle_icon.cross .drawer_bar_1{ transform: rotate(45deg); top: 4px; left: 0; }
.header_section .menu_drawer .toggle_icon.cross .drawer_bar_2{ transform: rotate(-45deg); bottom: 4px; right: 0; }
.header_section .menu_drawer:hover .toggle_icon.cross .drawer_bar_1{ transform: rotate(45deg); top: 4px; left: 0; }
.header_section .menu_drawer:hover .toggle_icon.cross .drawer_bar_2{ transform: rotate(-45deg); bottom: 4px; right: 0; }

.header_section .menu_drawer .drawer_bar_3{width: 9px;}
.header_section .menu_drawer .toggle_icon:focus{box-shadow: none;}

.header_section .menu_drawer .toggle_icon:hover{border: 2px solid #ff7271;}
.header_section .menu_drawer .toggle_icon:hover .drawer_bar{background: #ff7271;}


.header_section .header_btn_1{display: block;}
.header_section .header_logo_2{display: none;}
.header_section .dot_img_1{display: block;}
.header_section .dot_img_2{display: none;}

.header_type_2 .menu_links li a{color: #000;}
.header_type_2 .menu_links_side li a{color: #000;}
.header_type_2 .header_logo_1{display: none;}
.header_type_2 .header_logo_2{display: block;}
.header_type_2 .dot_img_1{display: none;}
.header_type_2 .dot_img_2{display: block;}
.header_type_2 .menu_drawer .toggle_icon{border: 1px solid #000;}
.header_type_2  .menu_drawer .drawer_bar{background: #000;}



.banner_section{padding: 200px 0; margin-top: -1px; width: 100%; background-size: cover; position:relative;}
.banner_section .banner_img{width: 450px;}
.banner_section .banner_img img{width: 100%;}
.banner_section .banner_head{color: #fff; font-size: 50px; font-weight: 700; margin: 0;}
.banner_section .banner_text{color: #a6a8b1; font-size: 19px; font-weight: 600; margin: 0; margin-top: 25px;}
.banner_section .banner_ques{color: #fff; font-size: 21px; display: block; margin: 30px 0;}

.banner_section .down-arror-wrap {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
}
.banner_section .down-arror-wrap > a{
	color: #FFF;
    font-size: 24px;
	text-decoration:none;
}


.two_clmn_section .video_part , .two_clmn_section .img_part{min-height: 200px; height: 100%; z-index: 0; position: relative; background-size: cover; display: flex; justify-content: center; align-items: center;}
.two_clmn_section .video_part::after{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #191919; 
	opacity: 0.6; z-index: -1;}
/* .two_clmn_section .video_part a{text-decoration: none; z-index: 1;} */
.two_clmn_section .video_part span::before{color: #fff; cursor: pointer; font-size: 30px; border: 1px solid #fff; 
	width: 90px; height: 90px; border-radius: 100%; display: flex; justify-content: center; align-items: center; z-index: 1;}
.two_clmn_section .content_part{	margin-top: 35%;    transform: translateY(-50%);    padding: 0px 50px; 	max-width: 520px;}
.two_clmn_section .content_part h3{color: #fff; font-size: 28px; font-weight: 400; margin: 0;}
.two_clmn_section .content_part p{color: #fff; font-size: 16px; margin: 0; margin-top: 30px ; line-height: normal;}



.industry_section{padding-top: 50px;}
.industry_section h6{margin-bottom: 20px; font-size: 15px;}
.industry_section h2{width: 70%; margin: 0px auto;}
.industry_section .industry_work{margin-top: 30px; margin-bottom: 25px;}
.industry_section .industry_work div{margin: 15px 0;}
.industry_section .industry_img{height: 70px; display: flex; justify-content: center; align-items: center;}
.industry_section .industry_img img{height: 100%;}
.industry_section .industry_work p{margin: 0px auto; text-align: center; margin-top: 20px; font-size: 16px; line-height: 20px; width: 70%;}
.industry_section .cmn_btn{margin-bottom: 40px;}
.industry_section hr{border-top: 2px solid rgba(0,0,0,.1);}



.services_section .title{margin: 25px 0;}
.services_section .service_img{margin: auto; width: 75px; height: 75px; padding: 20px; background: #fff; border-radius: 30px; box-shadow: 4px 2px 12px -8px #000; display: flex; justify-content: center; align-items: center;}
.services_section .service_img img{width: 100%;}
.services_section span{margin-top: 15px; padding-left: 10px; display: block; font-size: 16px;}
.services_section .custom_mrgn{margin: 30px 0;}


.creators_rank .custom_bg{position: relative;}
#creators_rank{padding-top: 30px;}
#creators_rank .custom_bg{padding: 50px 0; background-size: cover;}
.creators_rank .title{color: #fff; font-weight:500}
.creators_rank .ranks{padding-top: 30px;}
.creators_rank .ranks :nth-child(3n){border-right: none;}
.creators_rank .ranks :nth-child(4) , 
.creators_rank .ranks :nth-child(5) , 
.creators_rank .ranks :nth-child(6) {border-bottom: none;}
.creators_rank .ranks div{padding: 15px 0; border-right: 1px solid #363f5e; border-bottom: 1px solid #363f5e; display: flex; flex-flow: column; justify-content: center;}
.creators_rank .ranks div span{color: #fff; font-size: 20px;}
.creators_rank .ranks div h2{color: #ff7271; font-weight: 700; font-size: 45px; margin: 5px 0;}
.creators_rank .ranks div h2 > span{color: #ff7271; font-weight: 700; font-size: 45px; margin: 5px 0;}


#company_section{padding: 60px 0;}
.cmn_section .company_img{width: 120px; display: flex; justify-content: center; align-items: center;}
.cmn_section .company_img img{width: 100%;}
.cmn_section .feature_slide {padding: 25px 35px; margin-top: 50px; border: 1px solid #363f5e1f; border-radius: 5px;}
.cmn_section .business_card{display: flex; justify-content: center; align-items: center; padding: 25px 15px; border-right: 1px dashed #363f5e1f; border-bottom: 1px dashed #363f5e1f;}
.cmn_section .row :nth-child(6n){border-right: none;}
.cmn_section .brdr_none .business_card{border-bottom: none;}
.company_section .slick-dots{bottom: -40px;left:0;}
.company_section .slick-next{right: 0;}
.company_section .slick-dots li {width: auto; height: auto; margin: 0px 2px;}
.company_section .slick-dots li button{width: auto; height: auto;}
.company_section .slick-dots li button:before{content: ''; width: 8px; height: 8px; border-radius: 100%; opacity: 1; background: transparent; border: 1px solid #ff7271;}
.company_section .slick-dots li.slick-active button:before{background: #ff7271;}



#testimonials_section{padding: 50px 0;}
.testimonials_section .testimonial_item{padding: 0 50px;}
.testimonials_section .testimonials_slide{margin: 50px 0; padding: 0 15px;}
.testimonials_section .testi_card{min-height: 450px; position: relative; padding: 50px; background: #f3f3f3; box-shadow: 4px 4px 10px #0000004a; overflow: hidden; z-index: 1; transition: all 0.3s ease-in-out;}
.testimonials_section .testi_card::before{content: ''; background: #ff7271; z-index: -1; position: absolute; top: 80%; left: 80%; opacity: 1; width: 100%; height: 100%; border-radius: 150px; transition: all 0.3s ease-in-out;}
.testimonials_section .testi_card:hover:before{top: 0; left: 0; opacity: 1; border-radius: 0;}
.testimonials_section .testi_card:hover{color: #fff;}

.testimonials_section .testi_card .testi_img{display: inline-flex; vertical-align: middle; background: #dfdfdf; width: 80px; height: 80px; border-radius: 100%; overflow: hidden;}
.testimonials_section .testi_card .testi_img img{width: 100%;}
.testimonials_section .testi_card .testi_info{margin-left: 25px;flex:1 }
.testimonials_section .testi_card .testi_info h5{margin: 0; color: #2b344a; transition: all 0.3s ease-in-out;}
.testimonials_section .testi_card:hover .testi_info h5{color: #fff;}


.testimonials_section .testi_card .testi_descryp{margin-top: 30px;}
.testimonials_section .testi_card .testi_descryp p{font-size: 14px; font-style: italic;}
.testimonials_section .slick_cmn::before
{position: absolute; top: 50%; transform: translateY(-50%); border: 1px solid #a6a8b1; 
	border-radius: 100%; width: 45px; height: 45px; display: flex; justify-content: center; align-items: center; cursor: pointer; color: #a6a8b1;}
	.testimonials_section .slick_cmn:hover:before{border: 1px solid #ff7271; color:#ff7271;}
.testimonials_section .slick-left-arrow::before{left: -15px;}
.testimonials_section .slick-right-arrow::before{right: -15px;}

.company_section .slick_cmn::before,
.client_Sec .slick_cmn::before
{position: absolute; top: 50%; transform: translateY(-50%); border: 1px solid #a6a8b1; 
	border-radius: 100%; width: 45px; height: 45px; display: flex; justify-content: center; align-items: center; cursor: pointer; color: #a6a8b1;}
.company_section .slick_cmn:hover:before,
.client_Sec .slick_cmn:hover:before{border: 1px solid #ff7271; color:#ff7271;}
.company_section .slick-left-arrow::before,
.client_Sec .slick-left-arrow::before{left: -15px;}
.company_section .slick-right-arrow::before,
.client_Sec .slick-right-arrow::before{right: -15px;}

.sign_in_section{padding-bottom: 50px; position: relative;}
.sign_in_section::before{content: ''; background: #2b344a; height: 200px; width: 100%; display: block; position: absolute; bottom: -2px;}
.sign_in_section .sign_in_part{background: #ff7271; padding: 80px  70px;}
.sign_in_section .sign_in_part h2{color: #fff; margin: 0; font-size: 35px;}
.sign_in_section .sign_in_part p{color: #fff; margin: 0; margin-top: 25px; font-size: 18px;}
.sign_in_section .sign_in_part .custom_input{background: transparent; border: 1px  solid #fff; border-radius: 0; color: #fff; height: 50px;}
.sign_in_section .sign_in_part .custom_input::placeholder{color: #fff;}
.sign_in_section .sign_in_part .custom_input:focus{box-shadow: none; outline: none;}
.sign_in_section .sign_in_part .sign_btn{color: #fff; height: 50px; border-radius: 50px;}
.sign_in_section .sign_in_part .sign_btn:focus{box-shadow: none; outline: none;}


.footer_section{padding: 30px 0;}
.footer_section.footer_pdng{padding-top: 90px;}
.footer_section .footer_logo{width: 170px;}
.footer_section .footer_logo img{width: 100%;}
.footer_section .footer_soc_icons, .footer_section .footer_soc_icons_1{margin: 0; padding: 0; margin-top: 30px; list-style: none; cursor: pointer;}
.footer_section .footer_soc_icons li{margin: 0; padding: 0px; display: inline-block;}
.footer_section .footer_soc_icons li a{width: 35px; height: 35px; color: #fff; text-decoration: none; border: 1px solid #686b78; border-radius: 100%; display: flex; justify-content: center; align-items: center; transition: all 0.3s linear; }
.footer_section .footer_soc_icons li a::before{font-size: 13px;}
.footer_section .footer_soc_icons li a:hover{border: 1px solid #ff7171; color: #ff7171;}
.footer_section .social_apps li{display: block; padding: 5px 0;}
.footer_section .social_apps li img{width: 110px;}
.footer_section .footer_head{color: #fff; font-weight: 400; margin: 0; margin-top: 20px;}
.footer_section .footer_links{margin: 30px 0; padding: 0; list-style: none;}
.footer_section .footer_links li{margin: 0; padding: 0; color: #fff; font-size: 14px;}
.footer_section .footer_links li a{color: #fff; font-size: 14px; text-decoration: none;}
.footer_section .footer_links li a:hover{color: #ff7271;}
.footer_section .footer_links span{color: #ff7271; padding-right: 5px;}
.footer_section .footer_brdr{border-top: 1px solid #363f5e; margin: 0;}
.footer_section .footer_copyright{color: #fff; font-size: 13px; padding-top: 30px;}










/* -----------------solutions_page----------------------------- */


.solution_Section .title{color: #293448;}
.solution_Section .descrypt{margin-top: 30px; font-size: 18px; font-weight: 500; color: #686b78;}


.heading_section{padding-top: 200px;}
.heading_section .heading{max-width: 58%;}
.heading_section .heading h1{font-size: 55px; font-weight: 700; margin: 0; margin-bottom: 50px; color: #28324b; font-family: 'Red Hat Display', sans-serif;}
.heading_section .heading .cmn_btn{min-height: 45px; font-size: 16px; font-weight: 500;}
.heading_section .head_brdr{margin: 100px 0;}


.digital_section .digital__{padding: 30px 0;}
.digital_section .digital__ .digi_card{padding: 30px 15px;}
.digital_section .digital__  .digital_icons{height: 60px; display: flex; justify-content: center; align-items: center; overflow: hidden;}
.digital_section .digital__  .digital_icons img{height: 100%;}
.digital_section .digital__  .sol_digi_head{margin: 25px 0; color: #2b3448; font-size: 17px;}
.digital_section .digital__  .sol_digi_head p{margin: 0;}
.digital_section .digital__  .sol_digi_descryp{color: #686b78; font-size: 14px; font-weight: 500; margin: 0;}



.bsns_bnft{padding: 30px 0;}
.bsns_bnft  .bsns_benefit .title{font-size: 18px; font-weight: 500;}
.bsns_bnft  .bsns_benefit ul{margin: 0; margin-top: 30px; padding: 0; list-style: none;}
.bsns_bnft  .bsns_benefit ul li{margin: 0; padding: 5px 0; font-size: 17px; font-weight: 500; color: #686b78; display: flex;}
.bsns_bnft  .bsns_benefit ul li span{ font-family: 'Red Hat Display', sans-serif; }
.bsns_bnft  .bsns_benefit ul li::before{content: '\f111'; display: inline-block; padding-right: 20px; padding-top: 7px; font-size: 8px; color: #ff7271;}


.effort_banner{padding: 70px 0; background-repeat: no-repeat; background-size: cover;}
.effort_banner .title{color: #fff; font-weight: 400;}
.effort_banner .tagline{color: #fff; font-size: 18px; font-weight: 100; margin-top: 30px; display: block;}
.effort_banner .descrypt{color: #fff; font-size: 18px; font-weight: 100; margin-top: 10px; margin-bottom: 40px;}
.effort_banner .cmn_btn{font-size: 14px;}
.effort_banner .title2{color: #ff7171; font-weight: 600; font-size: 35px;}


.technical_section{padding: 50px 0;}
.technical_section .csutom_mrgn{margin-top: 70px;}
.technical_section .tech_head{font-size: 20px; font-weight: 700; color: #2b3448;}
.technical_section .tech_descryp{font-size: 17px; color: #2b3448; margin: 0;}
.technical_section .content{max-width: 90%; margin: 0px auto;}
.technical_section .tech_img{text-align: center; margin-bottom: 15px; margin-top: 15px;}
.technical_section .tech_img img{height: 100%; }





/* --------------case study section---------- */

.heading_section2{padding-top: 50px; padding-bottom: 200px;}
.case_study_heading{padding-top: 200px;}
.heading_section2 .title_head{font-size: 55px; font-weight: 700; margin: 0; font-family: 'Red Hat Display', sans-serif; color: #28314e;}
.heading_section2 .title_decrypt{font-size: 22px; font-weight: 500; margin: 0; line-height: normal; color: #28314e; }
.ase_study_list_sec .content h4{margin: 0; font-size: 28px;}
.case_study_list_sec .content {padding: 20px; padding-left: 0;}
.case_study_list_sec .content p{margin: 30px 0; font-size: 18px;}
.case_study_list_sec .content a{font-size: 18px; text-decoration: underline; color: #2b3448;}
.case_study_list_sec .img_part img{width: 100%;}
.nav-pills.paginate-list .nav-link.active, .nav-pills .show>.nav-link {
    border-radius: 0;
    background-color: #ff7271;
	color:#FFF;
}
.nav-pills.paginate-list .nav-link {
    color: #222;
}

/* --------------career page---------- */

.career_heading_sec{padding-bottom: 80px; padding-top: 200px;}
.current_opening_sec{padding: 80px 0;}
.current_opening_sec h3{font-size: 30px; margin-bottom: 30px;}
.current_opening_sec .no_data{font-size: 18px;color: #616161;}
.gallery_sec{padding: 80px 0;}
.gallery_sec .gal_img_box{background: #fafafa; height: 250px; overflow: hidden; margin-bottom: 10px; cursor: pointer; position: relative;}
.gallery_sec .gal_img_box a::before{content: ''; background: #ff7271; opacity: 0.1; width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.gallery_sec .gal_img_box img{width: 100%; height: auto;}
.gal_col{padding-left: 5px;padding-right: 5px;}
.gallery_row{margin-left: -5px;margin-right: -5px;margin-bottom: 50px;}
.culture_row p{font-size: 18px;}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor: pointer !important;}

.gal_img_link{
	display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* ----------------partner section----------- */


.partner_heading_sec{padding-top: 200px;}
.partner_heading_sec .heading{max-width: 100%;}
.partner_heading_sec .descryption{max-width: 80%;}
.partner_heading_sec .descryption p{font-size: 21px;}
.partner_heading_sec .descryption .cmn_btn{margin: 50px 0; min-height: 45px;}
.partner_heading_sec .head_brdr{margin: 60px 0;}

.effort_sec .cmn_sec_pdng{padding: 20px 0;}
.effort_sec p{font-size: 18px; margin: 0; margin: 30px 0;}
.effort_sec h5{margin-bottom: 20px;}
.effort_sec ul{margin: 0; padding: 0; list-style: none;}
.effort_sec ul li{display: inline-flex; padding: 10px; align-items: center;}
.effort_sec .effort_icon{height: 40px; overflow: hidden; display: inline-flex;}
.effort_sec .effort_icon img{height: 100%;}
.effort_sec ul li span{font-size: 20px; padding-left: 10px;}

.effort_feature_sec{padding: 50px 0;}
.effort_feature_sec .title{padding-bottom: 50px;}

.effort_feature_sec .slick-dots{
	bottom: 20px;
}

.effort_feature_sec .slide_content{
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.effort_feature_sec .slide_content .title{padding-bottom: 0px;}
.effort_feature_sec .slide_content p{
	font-size: 18px;
	margin-top: 15px;
}
.mob-thumbs{
	width: 800px;
	margin:0 auto;
}
.mob-thumbs img{
	width: 100%
}

.mob-thumbs .slick-slide{
	transform: scale(0.8);
}

.mob-thumbs .slick-slide.slick-active{
	transform: scale(0.9);
}
.mob-thumbs .slick-slide.slick-current{
	transform: scale(1);
}

.thum_area{
	position: relative;
	padding: 50px 0;
}

.mob-content{padding: 50px 0;}
.mobile_thumb{
	margin:0 auto;
	left: calc(50% - 126px);
	top: 0;
	width: 248px;
	margin-top: 13px;
	position: absolute;
}
.slick-dots li{width: 10px; height: auto;}
.slick-dots li button:before{content: ''; height: 11px; width: 11px; border-radius: 100%; background: #ff7171; opacity: 1; border: 2px solid #ff7171;}
.slick-dots li.slick-active button:before{background: transparent;}

.partner_banner_sec{padding: 80px 0; background-size: cover; background-repeat: no-repeat;}
.partner_banner_sec .title{color: #fff; margin-bottom: 30px;}
.partner_banner_sec .partner_card{padding: 40px 25px; background: #fff; text-align: center;}
.partner_banner_sec .partner_card h6{margin-bottom: 20px;}
.partner_banner_sec .partner_card .card_link{display: flex; justify-content: space-between; align-items: center;}
.partner_banner_sec .partner_card p{color: #2b344a; font-weight: 500;}
.partner_banner_sec .partner_card .card_link a{text-decoration: none;}
.partner_banner_sec .partner_card .card_link a:hover{color: #ff7271;}

.spoors_service_sec{padding: 100px 0;}
.spoors_service_sec .spoors_service_card{padding-top: 50px; display: flex; align-items: center; flex-direction: column;}
.spoors_service_sec .spoors_service_card .service_icon{width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: #ff7171; padding: 20px;}
.spoors_service_sec .spoors_service_card .service_icon img{width: 100%;}
.spoors_service_sec .spoors_service_card .card_head{margin: 20px 0;}
.spoors_service_sec .spoors_service_card .card_title{font-size: 20px; margin: 0px;}



.benefit_sec{padding-top: 70px; padding-bottom: 40px;}
.benefit_sec .benefit_box{display: flex;flex-wrap: wrap; align-items: center; flex-direction: column; padding: 30px 0;}
.benefit_sec .benefit_icon{height: 60px;}
.benefit_sec .content{padding: 30px 0;}
.benefit_sec .content h5{text-align: center; margin: 0; font-size: 18px; color: #2a3449; font-weight: 400;}


.partner_sign_in_sec .sign_in_part .title{font-size: 38px; font-weight: 600;}
.partner_sign_in_sec .sign_in_part p{font-size: 38px}






/* ------------------------faq page---------------------- */

.faq_heading{padding-top: 200px;}
.faq_heading .title_head{font-size: 60px; margin-bottom: 10px;}
.faq_heading .title_decrypt{font-size: 40px;}
.faq_list_sec .faq_list_heading{display: flex; justify-content: space-between; margin: 0; padding: 0; list-style: none;}
.faq_list_sec .faq_list_heading li{font-size: 28px; cursor: pointer; font-weight: 500; margin: 15px 5px;}
.faq_list_sec .faq_list_heading li:hover,
.faq_list_sec .faq_list_heading li.active
{color: #ff7171; border-bottom: 2px solid #ff7171;}
.faq_list_sec .faq_list_heading li.active{cursor: default;}

.faq_list_sec .faq_content{padding: 70px 0; display: none}
.faq_list_sec .faq_content.active{display: block;}
.faq_list_sec .faq_content .heading{font-size: 20px; font-weight: 500; color:#2a3449;}
.faq_list_sec .faq_content .descryption{font-size: 18px; margin: 30px 0; color: #2a3449; font-weight: 400;}





/* -----------------------------case study 1 page-------------------- */

.case_study_1_heading{background-repeat: no-repeat; background-size: cover; padding-top: 200px; padding-bottom: 100px; min-height:500px; position: relative;}
.case_study_1_heading::before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: 0.3;}
.case_study_1_heading .title_head{color: #323644;} 

.descrpt_section{padding: 50px 0;}
.descrpt_section .descrpt{font-size: 22px; font-weight:400; line-height: 28px;}


.case_challenges_section{padding: 50px 0;}
.case_challenges_section .title{margin-bottom: 20px; font-size: 30px;}
.case_challenges_section .challenge{margin: 30px 0;}
.case_challenges_section .challenge .challenge_head{font-weight: 500;}
.case_challenges_section .challenge .challenge_descrpt{font-size: 17px; font-weight: 400;}


.case_solution_section{padding: 100px 0;}


.case_two_clmn_sec{background: #ff7171; position: relative; padding: 0;}
.case_two_clmn_sec::before{content: ''; background: #293448; width: 50%; height: 100%; position: absolute; top: 0; left: 0;}

.case_two_clmn_sec .clmn_1,.case_two_clmn_sec .clmn_2{padding: 100px 15px;}

.case_two_clmn_sec .head__{color: #fff;}
.case_two_clmn_sec .bsns_benefit ul li{padding:15px 0}
.case_two_clmn_sec .bsns_benefit ul li span{color: #fff; font-size: 18px; font-weight: 400; font-family: 'Red Hat Display', sans-serif ;}
.case_two_clmn_sec .bsns_benefit ul li::before{padding-top: 5px;}
.case_two_clmn_sec .clmn_2{display: flex; align-self: center; flex-wrap: wrap; padding-left: 70px;} 
.case_two_clmn_sec .clmn_2 .head__{font-size: 40px; font-weight: 500; margin-bottom: 70px;} 
.case_two_clmn_sec .clmn_2 .cmn_btn{padding: 12px 25px; font-weight: 500; font-size: 16px;}


.next_case_study_sec{padding: 70px 0;}
.next_case_study_sec span{font-size: 20px; font-weight: 500;}
.next_case_study_sec .title{font-size: 35px; line-height: 45px; margin: 30px 0;}
.next_case_study_sec .cmn_btn{padding: 12px 75px; font-weight: 500; font-size: 16px;}





/* ---------------------------about us------------------- */


.about_us_heading{padding-top: 200px; padding-bottom: 100px;}
.about_us_banner{background-size: cover; background-repeat: no-repeat; min-height: 300px; background-position: center;}

.main_content_Sec{padding: 70px 0;}
.main_content_Sec .title{margin-bottom: 35px;}
.main_content_Sec .descryption{margin-bottom: 30px; font-size: 18px; color: #2a3449;}
.main_content_Sec .cmn_btn{padding: 12px 30px;}


.vision_mission_sec{padding: 100px 0; background-repeat: no-repeat; background-size: cover;}
.vision_mission_sec .content_{width: 60%; margin: 0px auto; display: flex; justify-content: center; flex-wrap: wrap; text-align: center;}
.vision_mission_sec .content_ .heading__{font-size: 28px; margin-bottom: 30px;}
.vision_mission_sec .content_ .descrpt__{font-size: 18px; color: #fff; font-weight: 400; margin: 0;}


.our_team_sec{padding-top: 80px;}
.our_team_sec .member_info_{padding: 30px 0;}
.our_team_sec .member_info_ .name_{font-size: 16px; font-weight: 500; color: #2a3449;}
.our_team_sec .member_info_ .post_{font-size: 15px; font-weight: 400; color: #2a3449;}
.our_team_sec .mem_2{margin-top: 20px;}
.our_team_sec .mem_3{margin-top: 40px;}
.our_team_sec .mem_4{margin-top: 60px;}



.client_Sec{padding-bottom: 85px;}
.client_Sec .feature_slide{border: none;}
.client_Sec .business_card{padding: 20px 15px;}
.client_Sec .custom_brdr{margin: 50px 0;}



/* -----------------------blog page---------------------- */

#secondary{ margin: 20px 0; }
h2.widget-title {
    padding: 10px 25px;
    margin-bottom: 15px;
    background: #ff7271;
    color: #fff;
    font-size: 16px;
}

#recent-posts-2 ul {
    list-style: none;
    padding: 0;
}
#recent-posts-2 ul > li {
	margin: 15px 0;
    padding: 25px;
    background: #ebebeb;
}
#recent-posts-2 ul > li a {
	font-size: 1rem;
    font-weight: 500;
}
	
.blog_heading_sec{padding-top: 200px; padding-bottom: 100px;}
.blog_heading_sec .title_head{font-size: 55px; color: #3a415c;}
.blog_heading_sec .title_decrypt{font-weight: 500;}


.blog_section a{text-decoration: none; color: #545454;}
.blog_section .blog_card{margin: 20px 0; background: #ebebeb; box-shadow: 0px 0px 8px -1px #999;}
.blog_section .blog_card .img_part{max-height: 330px; overflow: hidden;}

.blog_section .blog_card .content_part{padding: 30px; min-height: 240px;}

.blog_section .name_date{font-size: 14px;}
.blog_section .name_date span{padding: 0 5px;}

.blog_section .blog_card .content_part .title{padding: 20px 0; color: #3a415c;}


.blog_section .blog_pdng{padding-left: 0px; padding-right: 0px;}
.blog_section .popular_blog{margin: 20px 0;}
.blog_section .popular_blog .head{padding: 10px 25px; margin-bottom: 15px;}
.blog_section .popular_blog .head h5{margin: 0; color: #fff; font-size: 16px;}

.blog_section .popular_card{margin: 15px 0; padding: 25px; background: #ebebeb;}
.blog_section .popular_card .content{margin-top: 20px;}


.blog_section .blog_subscrbe{padding: 100px 30px; position: relative; overflow: hidden;}
.blog_section .blog_subscrbe img{position: absolute; top: -10%; left: 50%; transform: translateX(-50%);}
.blog_section .blog_subscrbe .title , .blog_section .blog_subscrbe span{width: 70%; margin: 0px auto;}
.blog_section .blog_subscrbe .title{color: #fff; text-align: center; font-size: 30px; font-weight: 600;}
.blog_section .blog_subscrbe span{color: #fff; text-align: center; font-size: 17px; margin-top: 30px; margin-bottom: 30px; display: block;}

.blog_section .blog_subscrbe .blog_btn{border: 1px solid #fff; color: #fff; border-radius: 0; min-height: 45px;}


.blog_card_sec .blog_card .img_part{max-height: 230px;}
.blog_card_sec hr{margin: 50px 0;}


.pagination_sec{padding-bottom: 50px;}
.pagination_sec ul{margin: 0; padding: 0; list-style: none;}
.pagination_sec ul li{margin: 0; padding: 0 3px; display: inline-block;}
.pagination_sec ul li a{display: flex; justify-content: center; align-items: center; 
	min-width: 35px; min-height: 35px; padding: 0px 10px; border: 1px solid #ff7171; font-size: 17px; color: #ff7171; text-decoration: none; transition: all 0.3s linear;}
.pagination_sec ul li a:hover, .pagination_sec ul .active {border: 1px solid #000; color: #000;}
.pagination_sec ul li .dot__{border: none;}
.pagination_sec ul li .dot__:hover{border: none;}


/* -----------------------blog 2 page-------------------- */


.blog_2_clmn_sec{padding-top: 200px;}
.blog_2_clmn_sec .content_part{padding: 150px 0; padding-left: 150px;}
.blog_2_clmn_sec .title{font-size: 28px; color: #fff;}

.main_content_sec{padding-top: 60px;}
.main_content_sec .content{padding: 15px 0;}
.main_content_sec h4 , .main_content_sec img , .main_content_sec h2{padding-bottom: 20px;}
.main_content_sec h4{font-size: 18px; font-weight: 400; color: #545454; width: 90%; }
.main_content_sec .subscrbe_card{padding: 0px;}
.main_content_sec .social_content{padding: 40px 30px;}
.main_content_sec .social_content h5{margin: 0; margin-bottom: 15px; font-size: 18px; font-weight: 600;}
.main_content_sec .social_content span{padding: 7px 12px; color: #fff; border-radius: 5px; font-size: 14px; cursor: pointer;}
.main_content_sec .social_content span::before{padding-right:5px}
.main_content_sec .social_content .facebook{background: #4167b2;}
.main_content_sec .social_content .twitter{background: #1995df;}
.main_content_sec hr{margin-bottom: 70px; margin-top: 20px;}

.feedback_sec .feed_inp_{border-radius: 0; border: 1px solid #000; min-height: 45px;}
.feedback_sec .feed_inp_:focus{box-shadow: none; outline: none;}
.feedback_sec .feed_inp_::placeholder{color: #000;}
.feedback_sec .cmn_btn{font-size: 14px; padding: 10px 30px; margin: 10px 0;}

.main_content_sec .cstm_brdr{margin-top: 70px; margin-bottom: 0;}


.related_post_sec{padding: 50px 0;}
.related_post_sec h4{font-size: 20px;}
