﻿h1,h2,h3,h4,h5,h6,h7,p,span,.detail{
    padding:0 !important;
    margin:0 !important;
    font-family: "Roboto", sans-serif !important;
}
html {
        scroll-behavior: smooth;
        }
.dropdown:hover .dropdown-menu {display: block;}

.navbar{
    background-color:#ffffff;
    z-index:1000;
}

.navbarChange{
    background-color:gray;
    transition:0.5s all ease-in;
}
/**/


/**/
.banner{background-image:url('../images/banner-img.jpg'); background-size:cover; height:100vh;}
.banner h3{font-size:100px;}
.banner h3,span{color:#ffffff; font-family: "Dancing Script", cursive !important;}
/**/

/*ceo section*/
.ceo-section .ceo-img img{height:180px;}
.ceo-section .ceo-messege span{color:#000;}
.ceo-section .ceo-messege .ceo_title:after{content:""; display:block; width:200px; height:1px; background-color:gray; margin:auto;}
.ceo-section .ceo-messege p{font-size:16px; word-spacing:6px; line-height:25px;}
/*ceo section end*/

/*footer start*/
footer{background:#343A40;}
footer h3,h4,h5{color:#fff; text-align:center;}
footer h3{font-size:18px; position:relative;}
footer h3:after{content:''; display:block; width:150px; height:1px; background-color:#fff; margin:10px auto; position:relative;}
footer h3:before{content:''; display:block; width:15px; height:15px; border-radius:4px; background-color:#fff; transform:rotate(50deg); position:absolute; bottom:-7px;}
footer h4{font-size:16px; margin:6px 0px !important;}
footer h5{font-size:14px; line-height:20px; font-weight:normal;}
/*footer end*/

/*sub footer start*/
.sub-footer{background-color:darkgray; font-size:16px; font-weight:500;}
/*sub footer end*/

/*activity images start*/
.avtivity_img{
    border:2px solid gray;
}
/*activity images end*/

/*login form css start*/
.login-form{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:120px auto;
}
#ContentPlaceHolder1_Login1,#ContentPlaceHolder1_PasswordRecovery1,#ContentPlaceHolder1_CreateUserWizard1{width:100%;}
.sign-up input[type=submit]{background-color:gray; border:0; padding:4px 0px; width:100%; max-width:150px; color:#ffffff; font-size:20px; border-radius:4px; float:left;}
/*login form css end*/

/*mobile section code*/
@media only screen and (max-width:600px){
    footer .container{display:block !important;}
    footer h3:before{bottom:-7px; left:30%;}
    .login-form .w-75, .login-form .w-50{width:100% !important;}
}