@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);
body {
    font-family: Montserrat, sans-serif!important;
    color: #000;
    font-size: 14px
}

p {
    font-size: 25px!important;
    line-height: 1.3!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
    display: block
}

.main-container {
    padding: 0;
    margin: 0 auto
}

.center {
    text-align: center
}

.right {
    text-align: right;
    float: right
}

.left {
    text-align: left;
    float: left
}

.pl1 {
    padding-left: 10px
}

.pl2 {
    padding-left: 20px
}

.pl3 {
    padding-left: 30px
}

.mt1 {
    margin-top: 10px
}

.mt2 {
    margin-top: 20px
}

.mt3 {
    margin-top: 30px
}

.mt4 {
    margin-top: 40px
}

.mt5 {
    margin-top: 50px
}

.mt6 {
    margin-top: 60px
}

.mt7 {
    margin-top: 70px
}

.mt8 {
    margin-top: 80px
}

.mt9 {
    margin-top: 90px
}

.mt10 {
    margin-top: 100px
}

.mb1 {
    margin-bottom: 10px
}

.mb2 {
    margin-bottom: 20px
}

.mb3 {
    margin-bottom: 30px
}

.mb4 {
    margin-bottom: 40px
}

.mb5 {
    margin-bottom: 50px
}

.b3 {
    font-weight: 300
}

.b4 {
    font-weight: 400
}

.b5 {
    font-weight: 500
}

.b6 {
    font-weight: 600
}

.b7 {
    font-weight: 700
}

.b8 {
    font-weight: 800
}

.b9 {
    font-weight: 900
}

.white {
    color: #fff
}

.black {
    color: #000
}

.red {
    color: red
}

.red1 {
    color: #b8312f
}

.yellow {
    color: #fc0
}

.green {
    color: #3ac81e
}

.blue {
    color: #2c82c9
}

.pink {
    color: #e01c81
}

.orange {
    color: #ec4d26
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 3px
}

.transparent {
    opacity: .7
}

.text-shadow {
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5), 3px 5px 7px rgba(0, 0, 0, .51)
}

.heading1 {
    font-size: 40px
}

.headingl {
    font-size: 55px
}

.heading-big {
    font-size: 80px
}

.highlight-yellow {
    background: #ff0;
    display: inline-block;
    padding: 5px 5px 0
}

.shadow {
    -webkit-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
    -moz-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69)
}

.section1 {
    display: block;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #9e9e9e;
    background-position: center center
}

.section2 {
    display: block;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #9e9e9e;
    background-position: center center
}

.section3 {
    display: block;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #9e9e9e;
    background-position: center center
}

.section4 {
    display: block;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #9e9e9e;
    background-position: center center
}

.section5 {
    display: block;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #9e9e9e;
    background-position: center center
}

.section6 {
    display: block;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #9e9e9e;
    background-position: center center
}

.section7 {
    display: block;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #9e9e9e;
    background-position: center center
}

.section8 {
    display: block;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #9e9e9e;
    background-position: center center
}

.footer {
    display: block;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center top
}

.footer_menu li {
    list-style: none;
    float: left;
    font-size: 20px;
    margin-left: 15px
}

.hellobar {
    display: block;
    background: #8f2cd7;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 9
}

.hellobar-text1 p {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin-top: 15px
}

.hellobar-button {
    display: inline-block;
    cursor: pointer;
    background: 0 0;
    border-radius: 10px;
    border: 3px solid #fff;
    padding: 10px 20px;
    font-size: 25px;
    font-weight: 700;
    color: #fff
}

.hellobar-button:hover {
    text-decoration: none
}

.img-100 img {
    width: 100%;
    -webkit-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
    -moz-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69)
}

.cover img {
    width: 50%
}

.green-list li {
    list-style: none;
    font-size: 22px;
    font-weight: 500
}

.green-list li i {
    color: #16a095
}

.button-primary {
    display: inline-block;
    background: #47a375;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    padding: 20px 40px;
    -webkit-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
    -moz-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
}

.button-primary:hover {
    text-decoration: none;
    color: #fff;
    transform: scale(1.03)
}

.button-a a {
    font-size: 20px
}

.button-a a:hover {
    text-decoration: none
}

.gaurav img {
    width: 50%
}
.testimonial-box p{
    font-size: 20px !important;
}
.testimonial-box{
    display: inline-block;
    background: #fff;
    padding: 20px;
    width: 100%;
    margin-top: 50px;
    -webkit-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
    -moz-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
}
.name{
	display: inline-block;
	background: #8f2cd7;
	padding: 25px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
    -moz-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
}
@media(max-width:767px) {
    p {
        font-size: 18px!important
    }
    .heading1 {
        font-size: 30px
    }
    h1 {
        font-size: 27px
    }
    h2 {
        font-size: 23px
    }
    h3 {
        font-size: 20px
    }
    h4 {
        font-size: 18px
    }
    .button-primary {
        font-size: 22px;
        padding: 15px 35px
    }
    .green-list li {
        font-size: 18px
    }
    .cover img {
        width: 100%
    }
    .gaurav img {
        width: 100%
    }
    .center-res {
        text-align: center
    }
    .hellobar-button {
        font-size: 20px;
        padding: 5px 20px
    }
    .hellobar-text1 p {
        margin-top: 0
    }
    .name{
		display: inline-block;
		background: #8f2cd7;
		padding: 15px;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		-webkit-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
	    -moz-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
	    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, .69);
	}
}

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

.myImg:hover {
    opacity: .7
}

.myImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

.myImg2:hover {
    opacity: .7
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1000px
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    transition: .3s
}

.close:focus,
.close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

.close2 {
    position: absolute;
    top: 13%;
    right: 13%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    transition: .3s
}

.close2:focus,
.close2:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

@media only screen and (max-width:700px) {
    .modal-content {
        margin-top: 15%;
        width: 100%
    }
}