*{
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

/* header */

.navbar-brand {
    margin-left: 5rem;
}
.top-icon{
    margin-right: 5rem;
}
.navbar-brand img {
    width: 40px;
    height: 40px;
    float: left;
}

.navbar-brand h2{
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 400;
}
.navbar-brand h2 span {
    color: #707070;
}

.navbar-nav li {
    padding: 5px;
}
.navbar-nav li a{
    padding: 10px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
}

.top-icon .fa{
    padding: 10px;
    color: #000;
}

/* main */

/* section-1 */

.section-1 .banner-img img {
    width: 100%;
    height: auto;
}

.section-1 .banner {
    position: relative;
}

.section-1 .banner .banner-txt {
    position: absolute;
    top: 150px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: #fff;
}

.banner-txt h1{
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
}
.banner-txt p{
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 300;
    width: 60%;
    margin: auto;
    margin-top: 20px;
    line-height: 28px;
}

.banner .gs {
    margin-top: 30px;
}

.gs input {
    border-radius: 30px;
    padding: 0.6rem 1.5rem;
}

.gs .btn{
    background: #f9cf2c;
    border-radius: 30px;
    padding: 0.6rem 1.5rem;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    
}
.gs .btn:hover {
    background: transparent;
    border: 1px solid #f9cf2c;
    color: #fff;
}
.gs button a{
    font-size: 15px;
    font-weight: 500;
}

::placeholder {
    font-size: 12px;
}

/* section-2 */

.section-2{
    margin-top: 70px;
}
.section-2 .sec2-head{
    text-align: center;
}
.sec2-head h2{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #363636;
}
.sec2-head p{
    width: 70%;
    margin: auto;
    padding-top: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #363636;
}

.sec2-body {
    margin-top: 70px;
}

.sec2-body .content  {
    border: 1px solid rgba(0, 0, 0, 0.459);
    width: 85%;
    margin: auto;
}
.sec2-body .content .content-head {
    padding: 20px;
}
.sec2-body .content .content-body {
    padding: 5px 20px 20px 20px;
}

.sec2-body .content .content-head i{
    float: left;
}
.sec2-body .content .content-head .fa{
    background: rgb(184,0,196);
    background: linear-gradient(123deg, rgba(184,0,196,1) 0%, rgba(0,36,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    opacity: 0.75;
}
.content  .content-head h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    padding: 0px 42px;
    color: #363636;
}
.content  .content-body p {
    font-family: Arial, Helvetica, sans-serif;
    color: #363636;
}
/* section-3 */

.section-3 {
    background: url(../images/100.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.section-3 .container {
    padding: 95px 0;
}
.section-3 .row {
    width: 90%;
    margin: auto;
}
.section-3 .sec3-left h2 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-weight: 400;
}
.section-3 .sec3-left h5 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-weight: 400;
}

.section-3 .sec3-right .btn{
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    border-radius: 50px;
    padding: 1rem 2rem;
    
}
.section-3 .sec3-right .btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.sec3-right {
    margin-left: 150px;
}

/* section-4 */

.section-4 {
    margin-top: 50px;
}

.section-4 .sec4-left img{
    width: 90%;
    height: 550px;
}
.sec4-right {
    padding: 90px 0;
}

.section-4 .sec4-right h3{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #363636;
    margin-bottom: 20px;
    font-size: 33px;
}

.section-4 .sec4-right p {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #636363;
    width: 60%;
    line-height: 30px;
}

.sec4-right .btn {
    font-family: 'Roboto Slab', serif;
    background: rgb(184,0,196);
    background: linear-gradient(123deg, rgba(184,0,196,1) 0%, rgba(0,36,255,1) 100%);
    border-radius: 50px;
    color: #fff;
    padding: 0.8rem 2rem;
    margin-top: 50px;
    opacity: 0.75;
    text-transform: uppercase;
}
.sec4-right .btn:hover {
    opacity: 1;
}


/* section-5 */

.section-5 {
    margin-top: 80px;
}
.section-5 .container .row {
    width: 90%;
    margin: auto;
}
.section-5 h4{
    font-family: 'Montserrat', sans-serif;

}
.section-5 p{
    font-family: 'Montserrat', sans-serif;
    color: #555555;
    width: 85%;
    margin-top: 15px;
}

/* section-6 */

.section-6 {
    margin-top: 120px;
}

.section-6 .sec6-head {
    text-align: center;
}
.section-6 .sec6-head h2{
    font-family: 'Roboto Slab', serif;
    color: #363636;
}
.section-6 .sec6-head p{
    font-family: 'Roboto Slab', serif;
    width: 50%;
    margin: auto;
    color: #555555;
    margin-top: 20px;
}

.section-6 .sec6-body{
    margin-top: 70px;
}

.section-6 .sec6-body .package {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.363);
    padding: 60px 0px;
    width: 100%;
    margin: auto;
}
.section-6 .sec6-body .package h4{
    background: url(../images/2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-weight: 300;
    text-align: center;
    display: block;
    padding: 30px 0 15px 0;
    width: 100%;
    margin: auto;
}

.section-6 .package .price h5{
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}
.section-6 .package .price h5 span{
    color: #dc0000;
    font-weight: 600;
}
.section-6 .package .services{
    margin-top: 10px;
    padding: 0 10px;
}
.section-6 .package .services li{
    padding: 15px;
    font-family: 'Roboto Slab', serif;
    color: #363636;
    font-size: 13px;
}

.section-6 .package .package-btn .btn{
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    color: #fff;
    background: #363636;
    border-radius: 0;
    padding: 0.5rem 1.5rem;
}
.section-6 .package .package-btn .btn:hover{
    background: transparent;
    border: 1px solid #363636;
    color: #363636;
}

/* section-7 */
    .section-7{
        margin-top: 100px;
    }
    .section-7 .sec7-head h3{
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        color: #363636;
    }
    .section-7 .sec7-head p{
        width: 40%;
        font-family: 'Roboto Slab', serif;
        font-size: 14px;
        color: #525252;
    }

    .section-7 .sec7-body {
        margin-top: 60px;
    }
    .section-7 .sec7-body .container {
        padding: 0 70px;
    }
    .section-7 .sec7-body .slide-img img {
        width: 100%;
        height: auto;
    }
    .skdslider .slide-desc {
        margin-top: 10px;
        
    }
    .section-7 .sec7-body .slide-desc p{
        width: 85%;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
    }
    .section-7 .sec7-body .slide-desc h6{
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        
    }
    .section-7 .sec7-body .slide-desc h6 span {
        color: #888888;
        font-weight: 400;
        font-size: 13px;
    }
/* section-8 */

.section-8{
    margin-top: 0px;
}
.section-8 .sec8-head {
    text-align: center;
    font-family: 'Roboto Slab', serif;
}

.section-8 .sec8-head h2{
    font-weight: 400;
}
.section-8 .sec8-head h6{
    font-weight: 400;
}

.section-8 .sec8-body {
    margin-top: 70px;
}
.section-8 .sec8-body input{
    border: 1px solid rgba(0, 0, 0, 0.24);
}
.sec8-body {
    width: 70%;
    margin: auto;
}

.sec8-body .name {
    padding: 0.8rem;
    width: 100%;
}
.sec8-body .mail {
    padding: 0.8rem;
    margin-top: 30px;
    width: 100%;
}
.sec8-body .msg {
    padding: 0.8rem 0 6rem 0.8rem;
    width: 100%;
}

.sec8-btn{
    margin-top: 40px;
    
}

.sec8-btn .btn {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    background: #440e62;
    color: #fff;
    padding: 0.8rem 2.5rem;
}
.sec8-btn .btn:hover {
    border: 1px solid #440e62;
    background: transparent;
    color: #440e62;
}


/* fopter */

/* section-9 */

.section-9 {
    margin-top: 100px;
    background: #111111;
}
.section-9 .logo2{
    padding: 30px 0;
}
.section-9 .logo2 a{
    text-decoration: none;
}
.section-9 .logo2 i{
    float: left;
    font-size: 1
    rem;
    border: 1px solid #888888;
    border-radius: 100%;
    padding: 0.5rem 0.6rem;
    color: #888;
}
.section-9 .logo2 h2{
    color: #888;
    font-family: 'Roboto Slab', serif;
}
.section-9 .footer-link{
    padding: 30px 0;
}
.section-9 .footer-link ul{
    text-align: right;
}
.section-9 .footer-link li{
    display: inline-block;
}
.section-9 .footer-link li a{
    color: #888;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
}
/*===== BACK TO TOP =====*/
#back-to-top {
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index: 999;
}
#back-to-top a {
	text-align: right;
	text-decoration: none;
	display: block;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
}
#back-to-top a span {
	background: #d1d1d1;
	border-radius: 6px;
	display: block;
	margin-bottom: 5px;
	position: relative;
	top: 10px;
}