/*
==================================
***** Default Font Family ********
==================================
*/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: Rubik-Regular;
    font-weight: 500;
}
a,a:hover{
    text-decoration:none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-header .container-fluid{
    max-width: 1480px;
}
.comon-btn{
    font-family:Roboto-Medium;
    font-weight:500;
    background: #E83B3E;
    padding: 8px 35px;
    border-color: #E83B3E;
    color: #fff!important;
    position: relative;
    z-index: 1;
}
.comon-btn::after{
    content: "";
    position:absolute;
    width:0%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #111111;
    z-index: -1;
    transition: .5s;
}
.comon-btn:hover::after{
    width: 100%;
}
img{
    max-width: 100%;
}
.gray-bg{
    background: #F9FAFB;
}
html{
    scroll-behavior: smooth;
}
/*
==================================
***** Header Section Css ********
==================================
*/
.header_search {
    position: relative;
    width: 60px;
    text-align: center;
    font-size: 20px;
}
.header_search::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    background: #dadada;
    display: block;
    left:82%;
    top: 4px;
}
.header_call{
    width: 200px;
}
.call_icon {
    font-size: 35px;
    color: #E83B3E;
}
.call_info a {
    color: #111111!important;
    font-family: Rubik-Bold;
    font-size: 18px;
    font-weight: 700;
}
.call_info span {
    font-family: Rubik-Regular;
    font-size: 18px;
    font-weight: 500;
    color: #757575;
}
.header_btn {
    margin-left: 20px;
}
.navbar-nav .nav-item .nav-link{
    font-family: Roboto-Regular;
    font-weight:400;
    font-size:20px;
    color: #111111;
}
.navbar-nav .nav-item .nav-link:hover{
    color: #E83B3E;
}
/*dropdown menu */
#sub-menu{
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size-adjust: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(107, 104, 104, 0.5);
    width: 200px;
    position: absolute;
    top: 100%;
}
.dropdown-item{
    transition: .5s;
}
#sub-menu .dropdown-item:hover{
    color: #E83B3E;
    background: transparent;
    letter-spacing: 1px;
}

/*
==================================
***** Slider Section Css ********
==================================
*/
#slider_section{
    width: 100%;
    background: url('images/main-banner2.jpg') no-repeat top center;
    background-size:cover ;
    background-attachment: fixed;
    padding: 200px 0;
}
.slider-content {
    width: 50%;
}
.slider-content h6{
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: 400;
    color:#e73c3e;
}
.slider-content h1{
    font-family: Roboto-Medium;
    font-weight: 600;
    font-size: 65px;
    color:#111111;
}
.slider-content p{
    font-family: Roboto-Regular;
    font-size: 17px;
    font-weight: 400;
    color: #606060;
    line-height:30px;
}
.slider_social{
    width: 100%;
    padding:150px 5px;
}

.slider_social ul li {
    display: inline-block;
}
.slider_social ul li a{
    display: inline-block;
    padding: 0px 15px;
    color: #111;
    font-size: 16px;
}
.slider_social ul li span{
    margin-right: 55px;
    font-family: Roboto-Regular;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}
.slider_social ul li span::after {
    content: "";
    position: absolute;
    background: #111;
    width: 40px;
    right: -80%;
    top: 50%;
    height: 1px;
}
.slider_social ul li a:hover{
   color: #E83B3E;
}
/*
==================================
**** Company Logo Section Css *****
==================================
*/
#company_logo{
    width: 100%;
    padding: 90px 0;
    border-bottom: 1px solid #ddd;
}

/*
==================================
****About Section Css *****
==================================
*/
#about_section{
    width: 100;
    padding:90px 0;
}
.about_image{
    position: relative;
}
.image_text {
    background: url(images/shape.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 20px;
    bottom:10px;
    width: 200px;
    height: 190px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.about-text-inner h2{
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size:50px;
    color: #E83B3E;
}
.about-text-inner p{
    font-family: Roboto-Bold;
    font-weight: 600;
    font-size:16px;
}

.Finix_text{
    font-family:Roboto-Regular;
    font-weight: 400;
}
.Finix_text h6{
    color:#e73c3e;
    font-size: 16px;
}
.Finix_text h1{
    font-family: Roboto-Regular;
    font-weight: 500;
    font-size: 32px;
}
.Finix_text p{
    font-family: Rubik-regular, sans-serif;
    font-size: 16px;
    color:#606060;
}
.Finix_text h5{
    font-family: Rubik-regular, sans-serif;
    font-size: 20px;
    color:#606060;
}
.Finix_text ul{
    font-family: Rubik-regular, sans-serif;
    font-size: 16px;
}
.Finix_text ul li::before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    color: #E83B3E;
    margin-right: 10px;
}
.Finix_text ul li a{
    color:#606060;
}
/*
==================================
**** Why choose Section Css *****
==================================
*/
.why_single_item{
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.why_single_item:hover{
    transform: translateY(-20px);
}
.why_single_item::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 70%;
    left: 13px;
    top: -161px;
    margin: 0 auto;
    background: #FDEBEB;
    border-radius: 50%;

}
.why_single_item h3{
    font-family: Roboto-Bold;
    font-weight:600;
    font-size: 25px;
    padding:15px 0;
}
   
.why_single_item p{
  font-family: Roboto-Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
}
.why_icon {
    padding-left: 9%;
}
.why_icon i {
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 80px;
    border-radius: 50%;
    font-size: 30px;
    color: #E83B3E;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.why_single_item:hover .why_icon i{
    background: #E83B3E;
    color: #fff;
}
.why_choose_img {
    position: relative;
}
.animate_btn {
    position: absolute;
    right: 32%;
    top: 72%;
    font-size: 45px;
    background: #fff;
    color: #e73c3e;
    width: 80px;
    height: 80px;
    padding: 8px 0px;
    border-radius: 50%;
    text-align: center;
}
.animate_btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E83B3E;
    left: 0;
    border-radius: 50%;
    top: 0;
    animation-name: plybtn;
    animation-duration: .7s;
    animation-iteration-count: infinite;
}
/*animation for about btn*/
@keyframes plybtn{
    0%{
        opacity: 1;
        transform: scale(1);
    }
    50%{
        transform: scale(1.5);
        opacity: .5;
    }

    100%{
        opacity: 0;
        transform: scale(2);
    }
}
/*
==================================
**** Applay Now Section Css *****
==================================
*/
.apply_heading h1{
    font-size: 40px;
    font-weight: 600;
}
.apply_heading p {
    width: 52%;
    margin: auto;
}

.step_timeline {
    position: relative;
}
.apply_left ul{
    top: 10px;
}
.apply_left ul::before {
    content: "";
    position: absolute;
    width: 1px;
    background: #E83B3E;
    height:calc(100% - 120px);
}
.apply_left ul li{
    padding-left: 50px;
    position: relative;
}

.apply_left ul li::before {
    content: attr(data-count);
    position: absolute;
    width: 40px;
    height: 40px;
    left: -21px;
    top: 0;
    line-height: 40px;
    background: #f9fafb;
    border: 1px solid #e73c3e;
    border-radius: 50%;
    text-align: center;
}

.apply_left ul li strong{
    font-family: Roboto-Medium;
    font-weight:400;
    font-size: 25px;
}
.form_area{
    background: #FDEBEB;
}

/*
==================================
** Call-to-action  Section Css ***
==================================
*/
.call_to_action_bg{
    background: #E73C3E;
    padding: 50px;
    border-radius:5px;
}
.call_left_text {
    border-right: 1px solid #ddd;
}
.call_left_text h2 {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 33px;
    color: #fff;
}
.call_right_phone span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    color: #E73C3E;
    margin-right: 15px;
}
.call_right_phone{
    padding-top: 15px;
}
.call_right_phone a {
    display: inline-block;
    color: #fff;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 30px;
}
/*
==================================
** Our Company Section Css ***
==================================
*/
#our_company{}
.company_left_text h2 {
    font-family: Roboto-Medium;
    font-weight: 400;
    font-size: 35px;
}
.company_text_wrapper{}
.company_icon {
    width: 80px;
    margin-right: 10px;
}
.company_icon i {
    font-size: 33px;
    color: #E83B3E;
}
.company_info h3 {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 25px;
}

/*
==================================
** Our Company Section Css ***
==================================
*/
#service_section{
    background: #F9FAFB;
}
.service_heading p{
    width: 55%;
    margin: auto;
}
.service_nav {
    width: 95%;
    margin: auto;
    border-bottom: 2px solid #ddd;
}
.service_nav ul{
    text-align: center;
}
.service_nav ul li {
    padding: 0px 18px;
}
.service_nav ul li a{
    display: block;
}

.service_nav ul li a span {
    font-size: 25px;
    margin: auto;
    color: #111;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #ddd;
    transition: .5s;
}
.service_nav ul li a span:hover{
    background: #E83B3E;
    color: #fff;
}
.service_nav ul li a strong {
    font-family: Roboto-Bold;
    font-weight: 400;
    font-size: 19px;
    color: #111111;
    padding: 25px 0;
}

/*
==================================
**Testimonial Section Css ***
==================================
*/

.testimonial_heading h1{
    font-size: 45px;
}
.testimonial_left_content p{
    font-family: Roboto-Regular;
    font-weight:500;
    font-size: 23px;
    color: #111;
}
.testimonial_left_content h5{
    font-family: Roboto-Medium;
    font-weight: 400;
    color:#E83B3E;
    font-size: 16px;
}
.testimonial_left_content h6{
    font-family: Roboto-Medium;
    font-weight: 500;
    color:#757575;
    font-size: 16px;
}
/*
==================================
******** Team Section Css ********
==================================
*/
.member_img{
    position: relative;
    margin-bottom:20px;
}
.member_social ul {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.member_img:hover .member_social ul{
    bottom: 10%;
    visibility:visible;
    opacity:1;
    transition: .5s ease-in-out;
}
.member_social ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ddd;
    border-radius: 50%;
    left: 0;
    right: 0;
}
.member_social ul li:nth-child(1){
    transition-delay: .1s;
}
.member_social ul li:nth-child(2){
    transition-delay: .3s;
}
.member_social ul li:nth-child(3){
    transition-delay: .5s;
}
.member_social ul li:nth-child(4){
    transition-delay: .7s;
}
.member_social ul li:nth-child(5){
    transition-delay: .9s;
}
.member_img img:hover .member_social ul li{
    opacity:1;
    visibility: visible;
    transform:translateY(-50px);
}
.member_social ul li a{
    display: block;
   color: #111;
}
.member_info h4{
    font-family: Roboto-Medium;
    font-weight: bold;
    color: #E83B3E;
}
/*
==================================
******** Post Section Css ********
==================================
*/
.post_heading{
    font-family: Roboto-Regular;
}
.post_heading h6{
    font-size:16px;
}
.post_heading h1{
    font-weight: 700;
    font-size:45px;
}
.post_heading p{
    font-size:16;
    font-weight: 400;
}
.post-image{
    margin-bottom: 20px;
}
.post_text span{
    font-family: Roboto-Regular;
    font-size-adjust: 16px;
    color: #E83B3E;
}
.post_text h3 {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 27px;
    padding: 15px 0px;
    color: #111;
}
.post_text a {
    color: #111;
    font-weight: 700;
    font-size: 16px;
    transition: .5s;
}
.post_text a:hover {
    color: #E83B3E;
    letter-spacing: 1px;
}
/*
==================================
******* Footer Section Css *******
==================================
*/
#footer_section{
    background: #111111;
    color:#fff;
}
.footer_social ul li {
    display: inline-block;
    padding: 0px 10px;
}
.footer_social ul li a {
    color: #fff;
    font-size: 16px;
    transition: .5s;
}
.footer_social ul li a:hover {
    color: #E83B3E;
}
.footer_item h3 {
    font-size: 20px;
    padding-bottom: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333535;
    text-transform: capitalize;
}
.footer_list ul li a {
    color: #fff;
    display: block;
    padding: 5px 0px;
    transition: .5s;
}
.footer_list ul li a:hover {
    color: #E73C3E;
    letter-spacing: 1px;
    
}
.contact_icon {
    margin-right: 15px;
}
.contact_icon i {
    font-size: 18px;
}
.contact_text a {
    color: #fff;
    display: inline-block;
}
.footer_list.contact_us {
    margin-bottom: 10px;
}
#footer_section hr{
    background: #737070;
}
.copyright_text p{
    font-family: Roboto-Regular;
    color: #737070;
}
.copyright_text span{
    color: #fff;
    text-transform: uppercase;
}