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: 32px;
    line-height: 42px;
        
}
h3{
    font-size: 25px;
    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;
}
.section-padding{
    padding: 80px 0px;
}
.title-color-1 table td{
    color:#000;
}
.text-align {
    text-align: center;
}
.title-color-font30 {
    font-size: 30px;
}
.title-color-font16 {
    font-size: 16px;
}
.border-radius10 {
    border-radius: 10px;
}
.font-weight500 {
    font-weight: 500;
}
.preview-pic img {
    width: 100%;
}
.preview-pic {
    text-align: center;
}
.preview-pic {
    border: 1px solid #0000;
}
.preview-pic .width100 {
    width: 100%;
    height: 175px;
}
.details .product-title {
    margin: 15px 0;
    text-align: center;
}
.details .product-description {
    text-align: justify;
}
.bg-white {
    background: #ffffff;
}
.color-black {
    color: #000000;
}
.btn-visit {
        text-align: center;
}
.btn-visit a {
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
}
/*----------------------------------------*/
/* main body css
/*----------------------------------------*/
.border-white-set {
    border: 2px solid #fff;
}
.layout-bg-img{
    background-image: url(img/card-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 23%;
}
.final-card-1{
    padding: 10px 20px;
}
.top-img{
    width:100%;
    margin-bottom: -60px;
}
.final-card-name {
    text-align: center;
}

.final-profile-card img{
    width: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 8px;
    margin-top: 60px;
}
.final-btn-div{
    position: absolute;
    right: 45px;
    top: 25px;
}
.final-btn-div a{
    display: inline-block;
    background: #fff;
    border: none;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.final-btn-div img{
    width: 20px;
}
.final-card-name h1{
    margin-bottom: 0px;
}
.final-card-name h2{
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 25px;
    line-height: 29px;
}
.final-card-name p{
    font-size: 25px;
}
.btn-div button{
    background: #fff;
    border:1px solid #fff;
    border-radius: 20px;
    padding: 1px 10px;
    color: #000;
}
.btn-div button img{
    width: 17px;
    margin-right: 10px;
}
.final-social-icon{
    margin:30px 0px;
    text-align: center;
}
#collapseOne p {
    color: #000;
    padding: 15px;
    margin-bottom: 0;
    clear: both;
}
.final-link-box{
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    line-height: 80px;
    margin-bottom: 10px;
}
.final-link-box img{
    width:50px;
}
.final-whats-app-no form{
    display: inline-flex;

}
.conpcode{
     width: 15%;
     border-right: 1px solid #eee;
     color: #646060;
     margin: 10px 0px 10px 0px;
}
.final-whats-app-no{
    margin-bottom: 30px;
}
.final-whats-app-no #concode{
    background: none;
    border: none;
    margin-top: 11px;
    color: #646060;
    font-size: 22px;
    margin-left: 11px;
}
#wphone{
    background: none;
    border: none;
    font-size: 20px;
    width: 50%;
    margin: 10px;
    color: #000;
}
#wpForm{
    background: #fff;
    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: 12px 9px;
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    width: 30%;
}
.final-qr-code{
    text-align: center;
    margin-bottom: 30px;
}
.final-about-company{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.final-about-company h4{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.final-about-company table td h4{
    margin-bottom: 0px;
    
}
.final-about-company table td{
    padding-bottom: 11px;
    font-size: 16px;
    vertical-align: top;
    width: 25%;
    line-height: 24px;
    font-weight: 600;
}
.title-color-1 ul li{
    color: #000;
    font-size: 19px;
}
.final-about-company p{
    color: #000000;
}
.final-other-link{
    text-align: left;
    margin-bottom: 30px;
}
.final-link-1{
    margin-bottom: 5px;
    padding: 12px 30px;
    background: #fff;
    border-radius: 20px;
}
.final-link-1 a{
    font-size: 20px;
}
.final-link-1 img{
    width:30px;
    margin-right: 20px;
}
.final-product-div{
    margin-bottom: 20px;
}
.final-product-col{
       margin-bottom: 0;
    display: block;
}
.final-product-col img{
    width: 100%;
    background: #eee;
    height: 135px;
}
.final-product-col h3{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #000;
    padding: 0px 8px;
    line-height: 18px;
    text-align: left;
}
.final-product-col img{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.final-product-col h4 {
    color: #d30505;
    font-weight: 300;
    border-bottom: 1px solid #000;
    margin: 0px;
    padding: 0px 8px;
    font-size: 18px;
    text-align: left;
}
.final-product-col a{
    text-align: center;
    color:#000;
    padding: 0px 8px;
}

.final-pro-detail{
    background:#fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    padding: 5px 0;
}
.final-pro-detail a{
    border: none;
    background: none;
    color: #000;
    font-size: 20px;
    width: 100%;
}
.final-service-div{
    margin-bottom: 20px;
}
.final-service-col{
    margin-bottom: 0;
    display: block;
}
.final-service-col img{
    width: 100%;
    background: #eee;
    height: 135px;
}
.final-service-col h3{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    line-height: 22px;
}
.final-service-col img{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.final-service-col h4 {
    color: #d30505;
    font-weight: 300;
    border-bottom: 1px solid #000;
    margin: 0px;
    padding: 0px 8px;
}
.final-service-col a{
    text-align: center;
    color:#000;
}

.final-ser-detail{
    background:#fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 0;
}
.final-ser-detail a{
    border: none;
    background: none;
    color: #000;
    font-size: 20px;
}
.final-payment-detail{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.final-payment-detail table td{
    padding-bottom: 10px;
    font-size: 18px;
    color: #000;
}
.final-payment-detail table td span{
    margin-left: 35px;
}
.final-payment-detail img{
    width: 70%;
}
.final-education{
    background: #fff;
    border-radius: 30px;
}
.final-education table th{
    color:#fff;
    background: #002d40;
}
.final-education table tr th {
    text-align: center;
}
.final-education table tr td{
    padding: 10px;
    background: #fff;
    text-align: center;
}
.final-experience{
    background: #fff;
    margin-top: 20px;
}

.final-experience table tr{
}
.final-experience table tr td{
    padding: 20px;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.final-skill{
   background: #ffffff;
   margin: 20px 0;
   padding: 0px 0;
   border-radius: 25px;
}
.final-skill a{
    display: block;
    padding: 8px 20px;
    font-size: 22px;
    color: #000000;
}
.final-skill ul {
    padding: 0;
    list-style: none;
}
.final-skill li {
    margin: 0;
    padding: 1px 0;
    border-bottom: 1px solid #6a6a6a;
}
.final-skill li:last-child { 
    border: none; 
}
.final-gallery .owl-nav{
    display: none;
}
.final-video{
    background: #fff;
    border-radius: 30px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.final-other-business h1{
    margin-top: 20px;
}
.final-gallery img{
    width: 100%;
    padding: 5px;
    height: 120px;
    margin-bottom: 20px;
}
.final-contact-us{
   
}
.final-contact-us form{
     background: #fff;
    border-radius: 30px;
    padding: 20px;
    margin-top: 20px;
}
.final-contact-us form input{
    height: 50px;
    border-radius: 15px;
    background: #eee;
    border: none;
    font-size: 18px;
}
.final-contact-us .form-group{
    text-align: center;
}
.final-contact-us form textarea{
    height: 100px;
    border-radius: 15px;
    background: #eee;
    border: none;
    font-size: 18px;
}
.final-contact-us button{
    padding: 5px 60px;
    font-size: 24px;
    border-radius: 30px
}
.final-other-business{
    margin-bottom: 30px;
    margin-top: 20px;
}
.business-box h3{
    text-align: center;
    padding: 12px;
    font-size: 20px;
    margin: 0px 50px -25px 50px;
    border-radius: 20px;
    position: relative;
    box-shadow: 1px 6px 4px 1px #d1d0d0;
}
.business-deatil-box{
    background: #fff;
    padding: 50px 20px;
    border-radius: 20px;
    border-radius: 25px;
}
.business-deatil-box ul{
    list-style: none;
    padding: 0px;
}
.business-deatil-box ul li{
    color: #000;
    margin-bottom: 10px;
    font-size: 22px;
}
.btn-bussiness i{
    width: 40px;
    height: 40px;
    background: #003b54;
    border-radius: 50%;
    line-height: 40px;
    margin-right: 10px;
}
.business-deatil-box ul li i{
    margin-right: 15px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    box-shadow: 0px 4px 7px #8f8a8a;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.btn-bussiness{
    text-align: center;
}
.btn-bussiness a{
    font-size: 20px;
    padding: 10px 16px 10px 5px;
    border-radius: 23px;
    position: relative;
    top: -25px;
}
.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;
}
.business-deatil-box a {
    color: #000;
    font-size: 18px;
}
.final-video iframe {
    border-radius: 20px;
}
/**Responsive**/

@media only screen and (max-width: 600px) {
    .final-profile-card img {
        width: 110px;
        padding: 3px;
        margin-top: 50px;
    }
    .final-card-name h1 {
        margin-bottom: 0px;
        font-size: 22px;
        line-height: 40px;
    }
    .final-card-name p {
        font-size: 22px;
    }
    .final-link-box {
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        line-height: 59px;
        margin-bottom: 10px;
    }
    .final-link-box img {
        width: 35px;
    }
    .whatsApp_share_btn {
        padding: 5px 10px;
        font-size: 16px;
    }
    .final-whats-app-no #concode {
        margin-top: 4px;
        font-size: 16px;
        margin-left: 10px;
    }
    #wphone {
        font-size: 16px;
        color: #000;
    }
    .title-color-font30 {
        font-size: 24px;
    }
    .final-about-company h4 {
        font-size: 16px;
        margin: 0;
    }
    .final-about-company p {
        font-size: 16px;  
    }
    .final-link-1 a {
        font-size: 18px;
    }
    .final-link-1 img {
        width: 23px;
        margin-right: 10px;
    }
    .final-pro-detail a {
        font-size: 16px;
    }
    .final-product-col h4 {
        font-size: 14px;
    }
    .final-product-div .col-md-6 {
        padding: 0 5px;
    }
    .final-product-col h3 {
        font-size: 14px;
    }
    .final-service-col h3 {
        font-size: 16px;
        padding: 5px 0;
    }
    .final-ser-detail a {
        font-size: 16px;
    }
    .final-service-col img {
        height: 100px;
    }
    .final-service-col h3 {
        font-size: 14px;
    }
    .final-service-div .col-md-6 {
        padding: 0 5px;
    }
    .final-payment-detail table td {
        font-size: 16px;
    }
    .final-payment-detail table td span {
        margin-left: 10px;
    }
    .final-payment-detail img {
        width: 90%;
    }
    .final-gallery {
        padding: 10px;
    }
    .final-skill a {
        padding: 5px 20px;
        font-size: 18px;
    }
    .final-gallery a {
        display: block;
    }
    .final-gallery .col-xs-4 {
        padding: 5px;
    }
    .final-video iframe {
        height: 185px;
    }
    .business-box h3 {
        padding: 10px 0;
        font-size: 16px;
    }
    .business-deatil-box a {
        color: #000;
        font-size: 16px;
    }
    .business-deatil-box ul li i {
        margin-right: 10px;
        font-size: 22px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .btn-bussiness a {
        font-size: 16px;
    }
    .btn-bussiness i {
        margin-right: 5px;
    }
    .final-contact-us button {
        padding: 5px 40px;
        font-size: 20px;
        border-radius: 30px;
    }
    .final-contact-us form input {
        height: 42px;
        font-size: 16px;
    }
    .final-contact-us form textarea {
        height: 85px;
        font-size: 16px;
    }
    .menu-container {
        overflow-y: scroll;
    }
    .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;
    }
}

























