@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Montaga&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mooli&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Document */
body {
	font-family: 'Roboto', 'sans-serif';
	color: #2a2a2a;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
	font-family: 'Roboto', 'sans-serif';
}
h1,h2,h3,h4,h5,h6{	
	font-family: 'Roboto', 'sans-serif';
}
ul{
list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}
.mar-top{
	margin-top:30px;
}
p {
	line-height: 26px;    
	font-size: 14px;
	font-weight:400;
	color:#535151;
}

/*#######################*/
.btn {
    font-size: 1rem;
}
/*#################################### Font ###################################*/

.banner_form_sec .form_title {
    font-size: 24px;
    color: #414141;
    text-align: center;
    margin: 10px 0 15px;
    font-weight: bold;
    /*border-bottom: 1px solid #d0d0d0;*/
    padding: 0 0 10px;
}
.banner_form_sec .form_title span {
	display: inline-block;
	position: relative;
}
.banner_form_sec .form_title span::before {
	position: absolute;
	content: '';
	width: 50px;
	height: 6px;
	background: #414141;
	top: 10px;
	left: -60px;
}
.banner_form_sec .form_title span::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 6px;
	background: #414141;
	top: 10px;
	right: -60px;
}
.banner_form_sec {
    background: #fff;
    padding: 15px 25px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    z-index: 9999;
    display: inline-block;
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}
.banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    margin: 0;
}
/*.banner_form_sec .form-control, .form_sec .form-control {
    height: 35px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0 !important;
}*/
.banner_form_sec .form-group, .form_sec .form-group {
    margin-bottom: 10px;
}
.banner_form_sec .submit-btn, .form_sec .btn {
    background: #07cc84;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    border-color: #07cc84;
    padding: 7px 40px;
    margin: 15px 0 0;
}
.banner_form_sec .submit-btn:hover {
	background: #832625;
	color: #fff;
}
.banner_form_sec .form-control, .form_sec .form-control {
    height: 32px;
    padding: .3rem .7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}


.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #495057;
}
.banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #495057;
}
.banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #495057;
}
.banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #495057;
}

/* navbar start  */

.navbar .navbar-brand{
	font-size:16px;
	font-weight:500;
}
.navbar .navbar-brand img{
    width:100%;
} 
.navbar .navbar-nav .nav-link button{
	box-shadow:0px 0px 20px rgba(0,0,0,0.4);
    color:#000;
    border-radius:50px;
}

/* navbar end  */


.color_pink {
    color: #C90D63;
}

/*hero section starts*/
section.hero_section {
    padding: 100px 0;
    position: relative;
    background: url(../../../Cpccrm/images/frontend/Cpccrm/images/hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

section.hero_section .hero_cont h1 {
    font-size: 72px;
    color: #fff;
    font-family: 'Roboto';
}
section.hero_section .hero_cont h1 span {
    display: block;
    font-size: 38px;
    text-transform: uppercase;
    background: #fff;
    padding: 8px 18px;
    width: fit-content;
}

section.hero_section .hero_cont h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto';
    text-transform: uppercase;
}

section.hero_section .hero_sub_cont {
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
    position: relative;
}
section.hero_section .hero_sub_cont:before {
    content: "";
    background: linear-gradient(90deg, white, transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    z-index: 0;
}
section.hero_section .hero_sub_cont * {
    position: relative;
}
section.hero_section .hero_cons {
   padding: 10px 10px 0 10px;   
    width: 50%;
}
section.hero_section .hero_cons h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto';
    text-transform: uppercase;
    text-align: right;
    border-right: 2px solid #000;
    padding-right: 20px;
}
section.hero_section .hero_cons h3 span {
    display: block;
    font-size: 26px;
}
section.hero_section .hero_const {
    padding: 10px;
    width: 50%;
}

section.hero_section .hero_const h3 {
   font-size: 22px;
    font-weight: 700;
    color: rgb(0 0 0 / 70%);
    font-family: 'Roboto';
    text-transform: uppercase;
    text-align: left;
}
section.hero_section .hero_const h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto';
    text-transform: uppercase;
    text-align: left;
    background: #fff;
    padding: 12px;
}
section.hero_section .hero_const h4 span {
    display: block;
    font-size: 26px;
}


/*hero section ends*/
















.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}
.banner_form_sec .form-control:focus {
    border-color: #484DDC !important;
    box-shadow: none !important;
}
.btn-style-one, 
.btn-style-one:hover {
    background: linear-gradient(45deg, #484DDC, #484DDC);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #484DDC;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}

.banner_form_sec .loginwithotpbtn,
.banner_form_sec .loginwithotpbtn:hover {
    background: #000;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #000;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}
.banner_form_sec .loginwithpasswordbtn,
.banner_form_sec .loginwithpasswordbtn:hover {
    background: #555777;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #555777;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}
.btn-style-five,
.btn-style-five:hover {
    background: #000;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #000;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    margin-top: 10px !important;
    box-shadow: none !important;
    transition: all ease .3s;
}
.banner_form_sec .forPwd,
.banner_form_sec .forPwd:hover {
    background: #fff;
    padding: 10px 0px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #484DDC;
    color: #484DDC;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    display: block;
    text-align: center;
    text-decoration: none;
}

.banner_form_sec h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 25px;
    font-family: sans-serif;
    margin-bottom: 0;
}



/*footer css starts*/

section.footer_address_wrap {
        position: relative;
    padding-bottom: 0;
	background: #555777;
}

.footer_address_sec {
	width: 100%;
	background: #555777;
	/* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25); */
	border-radius: 31px;
	padding: 40px;
}

.footer_address_sec h2 {
	font-weight: normal;
	font-size: 31px;
	line-height: 100%;
	color: #BCBCCA;
}
.footer_address_sec h2 span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.63);
	margin: 0 0 30px;
}
.footer_address_icon {
	width: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 25px;
    border-radius: 200px;
    float: left;
    margin-right: 20px;
}
.footer_address_wrap h5 {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.63);
	border-bottom: 1px solid #BCBCCA;
}
.footer_address_wrap h4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.63);
	margin: 0 0 5px;
}
.footer_address_wrap p {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.63);
	margin: 0;
}
.footer_wrap.home_footer_sec {
    padding: 140px 0 40px !important;
    margin-top: -85px;
}
.copyright.home_footer_sec {
    background: #2962d3 !important;
    border-top: 1px solid #BCBCCA !important;
}
.copyright.home_footer_sec .copyright_content p {
    margin: 0;
}
.copyright.home_footer_sec .copyright_content ul {
    text-align: right;
}

/*################################## NEW LANDING ###############################*/ 

.footer_wrap {
	background: #2962D3;
	padding: 60px 0;
}
.footer_wrap .footer_logo {
    width: 200px;
}
.footer_content_sec img {
	display: block;
	margin-bottom: 15px;
}
.footer_content_sec p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin: 0;
}
.footer_sub_title {
	font-size: 14px;
	font-weight: 700;
	color: rgba(255,255,255,0.35);
	margin: 0 0 15px;
}
.quick_links ul {
	padding: 0;
	margin: 0;
}
.quick_links ul li {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.quick_links ul li:last-child {
    margin-bottom: 0px;
}
.quick_links ul li a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.82);
}
.quick_links ul li a:hover {
	color: rgba(255, 255, 255, 1);
}
.case_studies_wrap ul {
	padding: 0;
	margin: 0;
}
.case_studies_wrap ul li {
	display: block;
	margin-bottom: 15px;
}
.case_studies_wrap ul li:last-child {
	margin-bottom: 0px;
}
.case_studies_wrap ul li img {
	float: left;
	margin-right: 15px;
}
.case_studies_wrap ul li p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
}
.copyright {
	background: #35364E;
	padding: 20px 0;
}
.footer_social_media {
	padding: 0;
	margin: 0;
	text-align: right;
}
.footer_social_media li {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-right: 5px;
}
.footer_social_media li:nth-child(1) {
	margin-right: 10px;
}
.footer_social_media li:last-child {
	margin-right: 0px;
}
.footer_social_media li a {
	    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    padding: 4px 10px;
}
.footer_social_media li a:hover {
	color: #fff;
	border: 2px solid #f72585;
	background: #f72585;
}
.copyright_content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.63);
	margin: 0 0 5px;
}
.copyright_content ul {
	padding: 0;
	margin: 0;
}
.copyright_content ul li {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-right: 15px;
	position: relative;
}
.copyright_content ul li:last-child {
	margin-right: 0px;
}
.copyright_content ul li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.63);
    top: 10px;
    right: -10px;
}
.copyright_content ul li:last-child::before {
    display: none;
}
.copyright_content ul li a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.63);
}


/*footer css ends*/




footer .email-idc {
    text-align: right;
    margin-bottom: 20px;
}
footer .email-idc h5 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}
footer .email-idc a {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: right;
}
@media screen and (max-width: 1099px) {


}
@media screen and (max-width: 991.98px) {

.banner_form_sec h2 {
    font-size: 24px;
}
.banner_form_sec { 
    padding: 15px 0;
    height: auto;
}


}



@media screen and (max-width:767.98px){

footer .email-idc {
    text-align: left;
    margin-bottom: 20px;
}
footer h4 strong {
    display: block;
}
.footer_social_media {
        padding: 0;
        margin: 0;
        text-align: left;
        margin-top: -15px;
    }
section.hero_section {
    padding: 50px 0;
}
section.hero_section .hero_cont h1 span {
    font-size: 28px;
}

section.hero_section .hero_cont h2 {
    font-size: 22px;
}
section.hero_section .hero_cons h3 {
    border-right: 0;
    text-align: left;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
}
section.hero_section .hero_cons,
section.hero_section .hero_const {
    width: 100%;
}
    .footer_address_sec h2 {
        font-weight: normal;
        font-size: 20px;
        line-height: 100%;
        color: #BCBCCA;
    }
    .footer_address_sec {
    padding: 40px 25px;
}
.footer_content_sec > div {
    padding: 0px 0 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

}
