html, body {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    font-family:'Nunito', sans-serif;
    font-size: 16px;
    text-align: left;
    overflow-x: hidden;
    line-height: 28px;
}
a:focus {
    outline:0px solid;
}
p {
    margin:0 0 15px;
    color: #fff;
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #555;
    font-weight: 700;
    font-family:'Nunito', sans-serif;
}
h1{
    font-size: 35px;
    line-height: 54px;
        
}

h2{
    font-size: 30px;
    line-height: 42px;
        
}
h3{
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
        
}
h4{
    font-size: 20px;
    line-height: 34px;
        
}
h5{
    font-size: 18px;
    line-height: 30px;
        
}
h6{
    font-size: 16px;
    line-height: 28px;
        
}
a {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #1e1e1e;
    text-decoration: none;
}
.float-none{
    float: none;
    margin:0 auto;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.alignright {
    float:right;
    margin-left:15px;
    margin-bottom: 15px;
}
.black{
    background: #000;
}
.aligncenter {
    display:block;
    margin:0 auto 15px;
}
.p0{
    padding: 0px
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}
.pt40{
    padding-top:40px;
}
.pt50{
    padding-top:50px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.pb50{
    padding-bottom:50px;
}
.p10{
    padding:10px;
}
.p20{
    padding:20px;
}
.p30{
    padding:30px;
}
.p40{
    padding:40px;
}
.p50{
    padding:50px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.m10{
    margin:10px;
}
.m20{
    margin:20px;
}
.m30{
    margin:30px;
}
.m40{
    margin:40px;
}
.m50{
    margin:50px;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}

.layout-bg-3{
    background-color: #515556;
}
.border-radius30{
    border-radius: 30px;
}
.border-top {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -60px;
}
.border-text {
    border-bottom: 2px solid #eee;
    width: 60%;
}
.border-radius10{
    border-radius: 10px;
}
.title-color-font16 {
    font-size: 16px;
}
.contact-us form textarea, .contact-us form input {
    color: #fff;
}
/*----------------------------------------*/
/* main body css
/*----------------------------------------*/
.shave-share img{
    width: 25px;
    margin-right: 20px;
}
.shave-share{
    text-align: right;
    padding-top: 20px;
}
#profile-div{
    padding-bottom: 70px;
}
.profile-img{
    text-align: center;
}
.profile-img img{
    width: 150px;
    border-radius: 50%;
    margin-top: 35px
}
.profile-card-name{
    text-align: center;
}
.profile-card-name h1,h2{
    margin-bottom: 0px;
}
.profile-card-name h2{
    font-weight: 300;
}

.link-box{
    text-align: center;
}
.link-box ul{
    display: inline-flex;
    list-style: none;
    padding: 0;
}
.link-box ul li{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    margin-right: 15px;
    border-radius: 14px;
}
#social-link img{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #efe7e7;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 10px;
}

.whats-app-no form{
    display: inline-flex;
}
.conpcode{
     width: 15%;
     border-right: 1px solid #eee;
     color: #646060;
     margin: 10px 0px 10px 0px;
}
.whats-app-no{
    margin-top: 20px;
}
.whats-app-no #concode{
    background: none;
    border: none;
    margin-top: 5px;
    color: #eee;
    font-size: 18px;
    margin-left: 11px;
}
#wphone{
    background: none;
    border: none;
    font-size: 18px;
    width: 50%;
    margin: 10px;
}
#wpForm{
    background: #515556;
    border-radius: 20px;
    width: 100%;
}
#whatsApp_share_btn{
    background: #60d669;
}
.whatsApp_share_btn{
    background: #60d669;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
}
#qr-code{
    text-align: center;
    margin: 30px 30px 30px 30px;
    padding: 20px;
}
#about-company{
    margin-bottom: 30px;
}
.about-company table h4{
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
}
.about-company table td {
    color: #fff;
    padding-bottom: 10px;
    vertical-align: top;
}
.about-company h4 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.about-company ul li {
    color: #fff;
    font-size: 19px;
}
#other-link{
    margin-bottom: 30px;
}
.link-1{
    margin-bottom: 10px;
    padding: 10px 30px;
    border-radius: 20px;
}
.link-1 img {
    width: 20px;
    margin-right: 20px;
}
.product-colum img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    height: 135px;
}
.product a {
    border: none;
    background: none;
    color: #000;
    font-size: 20px;
    padding: 5px 10px;
    display: block;
}
.product-colum img {
    width: 100%;
    background: #eee;
}
.product-colum h3 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #000;
    padding: 0px 8px;
    line-height: 18px;
    text-align: left;
}
.product-detail {
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    padding: 5px 0;
}
.product-colum h4 {
    color: #d30505;
    font-weight: 300;
    margin: 0px;
    padding: 0px 8px;
    text-align: left;
    font-size: 16px;
}
.product-detail .top-border{
    border-top: 1px solid #000;
    display: block;
    color: #000;
}
.service-colum img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.service-colum img {
    width: 100%;
    background: #eee;
    height: 135px;
}
.service-detail {
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}
.service-colum h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #000;
    padding: 0px 3px;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    line-height: 26px;
}
.service-colum h4 {
    border-bottom: 1px solid #000;
}
.service-detail a {
    border: none;
    background: none;
    color: #000;
    font-size: 18px;
    padding: 3px 0;
    display: block;
}
#payment{
    margin-bottom: 30px;
}
#payment table{
    width: 100%;
}
#payment table td {
    padding-bottom: 10px;
    font-size: 18px;
    color: #fff;
}
#education{
    margin-bottom: 30px;
}
.edu-div{
    padding: 20px;
}
.edu-div table{
    margin-bottom: 0px;
}
#skill{
 margin-bottom: 30px;   
}
.skill-div ul{
    list-style: none;
    width: 100%;
}
.skill-div ul li{
    background: #eee;
    padding: 10px;
    margin-bottom: 10px;
}

.skill-div{
    padding: 20px;
}
.exp-div{
    padding: 20px;
}
#experience{
    margin-bottom: 30px;
}
#gallery{
    margin-bottom: 30px;
}
.gallery-div img {
    width: 100%;
    border-radius:20px;
    padding: 10px;
    height: 100px;
}
#video{
    margin-bottom: 30px;
}
.video-div iframe {
    border-radius: 20px;
}
.business-box h3{font-size: 20px;border-bottom: 1px solid #eeeeee75;}
.business-deatil-box{
    padding: 20px 20px 50px 20px;
    border-radius: 20px;
    border: 1px solid #eeeeee6e;
}
.business-deatil-box ul{
    list-style: none;
    padding: 0px;
}
.business-deatil-box ul li{
    margin-bottom: 2px;
    font-size: 16px;
}
.btn-bussiness img{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    margin-right: 10px;
}
.business-deatil-box ul li img{
    background: #fff;
    margin-right: 20px;
    width: 30px;
    margin-bottom: 10px;
    padding: 6px;
    border-radius: 50px;
}
.btn-bussiness{
    text-align: center;
}
.btn-bussiness a{
    font-size: 18px;
    padding: 5px 30px 5px 5px;
    border-radius: 23px;
    position: relative;
    top: -16px;
    color: #012656;
    font-weight: 600;
    border: 1px solid #7c7979;
}
.btn-bussiness i{
    background: #012656;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    border-radius: 50px;
    margin-right: 20px;
}
.contact-us form input {
    height: 42px;
    border-radius: 15px;
    background: #515556;
    border: none;
    font-size: 18px;
}
.contact-us form textarea {
    height: 100px;
    border-radius: 15px;
    background: #515556;
    border: none;
    font-size: 18px;
}
.contact-us a {
    padding: 7px 30px;
    font-size: 20px;
    background: #fff;
}

.menu-container {
    width: auto;
    text-align: left;
    display: flex;
    margin-bottom: -5px;
}
.btm-fix-menu {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    margin: 20px 0;
    width: 135px;
    border: 1px solid #575757;
}
.btm-fix-menu h3 {
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 22px;
        white-space: nowrap;
}
.btn-visit a {
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
}
.color-black {
    color: #000000;
}
.btn-visit {
    text-align: center;
}
.preview-pic .width100 {
    width: 100%;
    height: 175px 
    
}
.contact-us button {
    padding: 7px 30px;
    font-size: 20px;
}
.share-box {
    text-align:center;
}
.share-box h3 {
    
        font-size: 18px;
}
/*----------------------------------------*/
/*Responsive**/
/*----------------------------------------*/

@media only screen and (max-width: 600px) {
  .menu-container {
        overflow-y: auto;
    }
    .btm-fix-menu {
        text-align: center;
        font-weight: 100;
        font-size: 10px;
        padding: 5px;
        margin: 10px 0;
        width: 135px;
        border: 1px solid #575757;
    }
    .btm-fix-menu h3 {
        font-weight: 400;
        font-size: 12px;
        white-space: nowrap;
    }
    .btn-visit a {
        font-size: 16px;
    }
    .profile-card-name h1 {
        margin-bottom: 0px;
        font-size: 22px;
        line-height: 40px;
    }
    .profile-card-name h2 {
        margin-bottom: 0px;
        font-weight: 300;
        font-size: 25px;
        line-height: 29px;
    }
    .profile-card-name p {
        font-size: 22px;
    }
    .profile-img img {
        width: 110px;
        border-radius: 50%;
        margin-top: 10px;
    }
    .link-box2 {
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        line-height: 59px;
        margin-bottom: 10px;
    }
    .link-box2 img {
        width: 35px;
    }
    .whats-app-no #concode {
        font-size: 12px;
    }
    .whatsApp_share_btn {
        font-size: 15px;
    }
    .border-text {
        width: fit-content;
    }
    .product-div .col-md-6 {
        padding: 0 5px;
    }
    .product-colum img {
        width: 100%;
        height: 135px;
    }
    .product-colum h3 {
        font-size: 14px;
    }
    .pro-detail a {
        font-size: 16px;
    }
    .service-div .col-md-6 {
        padding: 0 5px;
    }
    .service-div img {
        height: 100px;
    }
    .service-div h3 {
        font-size: 14px;
    }
    .service-detail a {
        font-size: 16px;
    }
    .payment-detail table td {
        font-size: 16px;
    }
    .payment-detail img {
        width: 90%;
    }
    .about-text p {
        font-size: 16px;
        text-align: justify;
        line-height: 24px;
    }
    #education table td {
        font-size: 14px;
    }
    .edu-div {
        padding: 20px 10px;
    }
    .skill-div ul {
        padding: 0;
        margin: 0;
    }
    #experience table td {
        font-size: 14px;
    }
    .exp-div {
        padding: 20px 10px;
    }
    .gallery-div .col-xs-4 {
        padding: 5px;
    }
    .gallery-div img {
        width: 100%;
        padding: 5px;
        height: 100px;
        margin-bottom: 0px;
    }
    .video-div iframe {
        height: 185px;
    }
    .btn-bussiness a {
        font-size: 16px;
        padding: 5px 20px 5px 5px;
    }
    .business-deatil-box {
        padding: 15px 15px 30px 15px;
        border-radius: 20px;
    }
    .contact-us button {
        padding: 5px 20px;
        font-size: 18px;
    }
    .share-box h3 {
        font-size: 16px;
    }
    
}





















