/* common css start */
html{
   scroll-behavior: smooth !important;
}
.scroll_top{
    background-color: red;
    color: black;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    z-index: 100;
}
.scroll_top.active{
    opacity: 1;
    pointer-events: auto;
}
.section_padding{
    padding: 60px 0;
}
h2{
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
/* common css  end*/
body{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
a{
    text-decoration: none;
}
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
/* navbar toggler */
.navbar-light .navbar-toggler
 {
    color: rgba(255, 0, 0, .40);
    border-color: rgba(255, 0, 0, .5);
}
.navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* navbar toggler */
.logo{
    color: white !important;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.logo span{
    color: red;
    font-weight: 700;
}
.c_nav li .active{
    color: red !important;
}
.c_nav li a{
    color: white !important;
   margin-left: 15px;
   font-weight: 600;
   transition: 0.3s;
}
.c_nav li a:hover{
    color: red !important;
}

/*home */
 .home_banner{
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    color: white;
}
.banner_1{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.7)),url(../images/b1.jpg);
}
.banner_2{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.7)),url(../images/b2.jpg);
}
.banner_3{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.7)),url(../images/b3.jpg);
}
.banner_content h3{
    color: red;
}
.banner_content h1{
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}
.banner_content p{
    margin-bottom: 18px;
}
.cta_btn{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid white;
    padding: 10px 30px;
    color: white;
    border-radius: 5px;
    transition: 0.3s;
}
.cta_btn:hover{
    background-color: red;
    color: white;
}
.cta_btn_dark:hover{
    background-color: red !important;
    color: white;
}
.banner_content ul li{
    margin-right: 25px;
    color: red;
    font-size: 18px;
    font-weight: 600;
}


/* about start */
.about_right a{
    margin-top: 15px;
}

/* service start */
.service_content{
    margin-top: 35px;
    padding: 10px;
    transition: 0.5s;
}
.service_content h4{
    font-size: 25px;
    margin-top: 18px;
    margin-bottom: 25px;
}
.s_icon {
    width: 100px;
    height: 100px;
    background-color: white;
    color: red;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}
.s_icon i{
    font-size: 50px;
}
.service_content:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.7);
}

/* portfolio section */
.f_box{
    margin-top: 30px;
}
.f_card{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    position: relative;
}
.f_box_content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.3s;
}
.f_box_content:hover{
    opacity: 1;
}
.f_card a{
    color: white;
    width: 50px;
    height: 50px;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 12px;
}
.f_card i{
    font-size: 20px;
}
.f_box_content > *{
    transform: translateY(25px);
    transition: transform 0.6s;
}
.f_box_content:hover > *{
    transform: translateY(0px);
}


/* testimonial start */

.testimonial_content{
    margin-top: 60px;
}
.testimonial_content p{
    margin: 16px 0 !important;
}
.testimonial_content span{
    color: red;
    font-size: 20px;
}
.testimonial_img{
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    border: 3px solid white;
}
.testimonial_content h4{
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
}
.testimonial_content h6{
    color: white !important;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

/* testimonial end */


/* blog section start */
.blog_content{
    margin-top: 35px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
.blog_content:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}
.b_inner_content{
    padding: 16px 16px 25px 16px ;
}
.b_inner_content h3{
    margin-top: 14px;
}
/* blog section end */


/* contact section start */
.contact_left{
    padding: 10px;
    text-transform: lowercase;
    margin-top: 30px;
}
.contact_left ul li{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.contact_icon{
    margin-right: 16px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: red;
}
.contact_left ul li i{
    font-size: 16px;
}
.contact_form{
    margin-top: 30px;
}
.contact_form input{
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 12px;
    border: none;
}
.contact_form input:focus{
    outline: none;
}
.contact_form textarea{
    border-radius: 5px;
    margin-bottom: 18px;
    border: none;
    padding: 8px;
}
.contact_form textarea:focus{
    outline: none;
}
/* contact section end */

.footer_content ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_content ul li a{
    margin: 0 10px 0 10px;
    transition: 0.3s;
}
.footer_content ul li a:hover{
    color: red !important;
}
