@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
*{margin:0px; padding:0px;}
body{font-size:15px; font-family: 'Roboto', sans-serif; color:#555; font-weight:400; line-height:25px;letter-spacing: 1.3px;}
p{letter-spacing: 1.3px;}
h1, h2, h3, h4, h5, h6{font-family: 'Roboto', sans-serif;}
a:focus, a:active, a{ outline:0!important; border: 0; }
button {outline: none; }
.mar-165{ margin-top:165px;}
.mar-20{ margin-top:20px;}
.mar-t-30{ margin-top:20px;}
section {padding:50px 0; position:relative;}
section h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    color: #1d274e;
    text-transform: none;
    font-weight: 700;
    font-style: normal;margin-top: 0px;
}
.top-padd{ margin-top: 40px; }
.baner-region {
    position: relative;
    background: url(../img/start_bg_gradient.svg) center top/cover no-repeat,#6b2ace;
}
.baner-region::before {
    background: url(../img/left.png) left top no-repeat;
    content: '';
    position: absolute;
    width: 403px;
    height: 118px;
    top: 3px;
    background-size: 70%;
    left: -50px;
}
.baner-region::after {
    background: url(../img/sepe1.png) left top no-repeat;
    content: '';
    position: absolute;
    width: 46px;
    height: 97px;
    top: 28px;
    background-size: 65%;
    right: 0;
}
.sepreatoradded {
    background-image: url(../img/sepe.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    bottom: 49px;
    z-index: 1;
    width: 88px;
    height: 49px;
    background-size: 74%;
}
.baner-region .container {
    background-image: url(../img/cloud-illustration.png);
    background-repeat: no-repeat;
    background-position: right 60px;
}
.baner-region h1 {
    font-size: 55px;
    line-height: 1.18;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 800;
    color: #fff;
}
.baner-region h3 {
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 6px 15px;
    font-size: 22px;
    margin-bottom: 25px;
    color: #694f8e;
    margin-top: 0;
}
.baner-region h2 {
    font-size: 30px;
    color: #fff;
    line-height: 1.40;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
   
}
.baner-region h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;margin-bottom: 30px;
}

.form-box h4 {
    color:#515151;
    font-size: 18px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}

.feature-grids .grid {
    padding: 10px 10px 10px 65px;
    position: relative;
    text-align: left;
    margin: 0 0 15px 0;
    
}
.feature-grids .icon {
    position: absolute;
    left:0px;
}
.feature-grids .icon img {
    max-height: 34px;
    margin-bottom: 15px;
}
.feature-grids .count {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}
.feature-grids p {
font-size: 13px !important;
    color: #FFFFFF;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    font-weight: bold;}


.form-group {
    margin-bottom: 15px!important;
}
.form-box {background: #ffffff none repeat scroll 0 0;padding:30px 30px;border-radius:0px;}
.form-control {background: #fff none repeat scroll 0 0;border-radius:3px;box-shadow: none;color: #6b7c8a;font-size: 14px;font-weight: 300;border: 1px solid #e0e0e0; height: 40px;margin-bottom: 0px;padding-left: 15px;letter-spacing: 1.2px;}
.form-box .btn {
    background-color:#FF692E;
	border: 0 none;
	color:#fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    margin-top: 0px;
    padding: 12px 30px;
    border-radius:3px;
    width: 100%;
}
.form-group select {
-moz-appearance: none;
-webkit-appearance: none;
background-image: url("../img/dropdown.png");
background-position: 96% center;
background-repeat: no-repeat;
}
.form-control:focus {
border-color: none;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: none;
}
input::placeholder { font-size:14px;color:#8B8B8B;}
.form-group img {
    color:#44355b;
    left: 14px;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(10px, -54%);
    width: 20px;
}
.sub-heading {
    margin-bottom: 30px;
    position: relative;
}
.services-icon {
    text-align: center;
    padding: 10px 20px;
}
.services-icon img {
    max-height: 60px;
    margin: 0px auto;
}
.services-pad {
    padding-left: 0px;
    padding-top: 20px;
}
.six-half h3 {
    font-size: 20px;
    margin: 0 0 0px 0;
    font-weight: 500;
    line-height: 26px;
}
.six-half .col-md-4:nth-child(3) ~ * {
    margin-top: 30px;
}	

.service-item {
    background-color: #fff;
    margin: 0 auto;
    min-height: 330px;
    padding: 30px 28px;
    transition: .5s ease;
    position: relative;
    box-shadow: 0 5px 47.2px 11.8px rgba(19,30,74,.1);
}
.process .service-item {
    background-color: #fff;
    margin: 0 auto;
    min-height: 242px;
    padding: 30px 28px;
    transition: .5s ease;
    position: relative;
    box-shadow: 0 5px 47.2px 11.8px rgba(19,30,74,.1);
}
.step {
    width: 90px;
    height: 90px;
    background: #7c35e9;
    line-height: 90px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 15px;
}
.bg-blue {
    background-color: rgba(229, 180, 0, 0.1)!important;
    border-radius: 50%;
    height: 95px;
    width: 95px;
    line-height: 75px;
    text-align: center;
    padding: 10px;
    display: inline-block;
}
.copntheffil{
position: relative;
z-index: 1;
overflow: hidden;
}
.copntheffil::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 150%;
    width: 200%;
    background: #f5f5ff;
    z-index: -1;
    transform: translate3d(-50%,-50%,0);
    border-radius: 50%;
}
.copntheffil .col-md-4:nth-child(3) ~ * {
    margin-top: 30px;
}


.faculty {
    position: relative;
    z-index: 1;
}
.faculty::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.05;
    z-index: -1;
}
.bg-dark {
    background: #6b2ace none repeat scroll 0 0;
}
.faculty img {
    border-radius: 5px;
    width: 70px;background: #fff;
}
.faculty h4 {
    text-transform: capitalize;margin-top: 0px;
    font-weight: 600;color: #fff;
}
.faculty span {
    display: inline-block;
    margin-bottom: 15px;font-weight: 500;
    color: #fff;
}
.faculty p {
    margin: 0;color: #fff;
}
.faculty .item {
    min-height: 365px;
    border: 1px dashed #9863e8;
    padding: 20px;
}

.faculty .client-info {
    position: relative;
    display: block;
}
.faculty .client-info .image {
    position: absolute;
    left: 0;
}
.faculty .client-info .title {
    padding-left: 90px;
}


.white, .text-white {
    color: #ffffff;
}
.neet{ background: #eefeff;text-align: center;}
.about{}

.sepreat {
    background-image: url(../img/pattern-img.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 50px;
    z-index: 1;
    width: 98px;
    height: 144px;
}
#back-to-top{width: 54px;height: 54px;position: fixed;bottom: 30px;right: 20px;font-size: 27px;border-radius: 50%; line-height:54px;z-index: 99;display: none;
color: #fff;text-align: center;cursor: pointer;background:#F15A22;}
#back-to-top::after {position: absolute;z-index: -1;content: '';top: 100%;font-size: 18px;left: 5%;height: 10px;width: 90%;opacity: 1;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/* Thank you page */
.thanlkyou{
	background-color:#6b2ace;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}
.thanlkyou img{
	
}
.thanlkyou h2{
	margin-top: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    font-size: 32px;
}
.thanlkyou p{
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
}
.thanlkyou p span{
	position: relative;
}
.thanlkyou p span strong{
	    position: relative;
    z-index: 2;
}
.thanlkyou p span:after {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 5px;
    background: #fbd1c2;
    content: '';
    z-index: 1;
	opacity: .3;
}
.contfldthh {
    margin-top: -46px;
}
.boxesiner {
  	padding: 15px;
    border: 1px solid rgba(171, 171, 171, .4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .20);
    margin-bottom: 20px;
    border-radius: 15px;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
}


.butns .btn {
    background-color: #FF692E;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 12px;
    padding: 0px 25px;
    text-align: center;
    border-radius: 2px;
    width: auto;
    line-height: 45px;
}

.quot {
    background: #56608a;
    color: #fff;
    padding: 25px 20px;
    position: relative;
    border-radius: 15px;min-height: 305px;
}
.quot p{ margin-bottom:0px;}
.quot:before {
    content: '';
    width: 0;
    height: 0;
    top: 100%;
    left: 72px;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 0 0 10px 15px;
    border-color: transparent;
    border-left-color: #56608a;
}
.hb-proin__avatar img {
    width: 60px;
    border-radius: 50%;
    border: 1px solid #adadad;
    height: 60px;display: inline-block;
}
.hb-proin__avatar {
position: relative;
    display: block;margin-top: 20px;text-align: left;
}
.hb-proin__avatar .image {
    position: absolute;
    left: 0;
}
.hb-proin__avatar .title {
    padding-left: 70px;
}

.reslt-region{ text-align:center;font-size: 15px;overflow: hidden;}
.features{ position:relative;}
.features .feature-grids .grid {
padding:30px 10px 30px 70px;box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);position: relative;text-align: left;background: #fff;border: 1px solid #d7c3f5;}
.features .icon { position: absolute; left: 16px;}
.features .icon img{max-width: 50px;}
.features .count {font-size: 25px; font-weight: 700;color:#ef6364;font-family: 'Roboto', sans-serif;}
.features p {
    font-size: 15px;
    margin-bottom: 0px;
    color: #555;letter-spacing: 0.7px;
}
.container-fluid.reslt-four {
    padding: 0 40px;
}

@media only screen and (max-width: 767px) { 
.baner-region::before{ display:none;}
.baner-region h1 {font-size: 24px;margin-top: 0px;}
.baner-region h2 { font-size: 18px; margin-top: 0px; letter-spacing: 1.3px;}
section {padding: 40px 0;position: relative;}
.sepreat {display:none;}
section h2 {font-size: 21px;}
.sub-heading {margin-bottom: 20px;} 
.services-icon img {max-width: 50px;}
.six-half .col-md-4:nth-child(1) ~ * { margin-top: 30px;}
.six-half h3 { font-size: 18px; margin: 0 0 15px 0;}
.faculty .col-md-6:nth-child(1) ~ * {
    margin-top: 30px;
}
.faculty .item {
    min-height: inherit;
    border: 1px solid #8c4af0;
    padding: 15px;
}
.copntheffil .col-md-4:nth-child(1) ~ * {
    margin-top: 30px;
}
.watch .col-md-5:nth-child(1) ~ * {
    margin-top: 30px;
}
.faculty::after, .watch::before, .watch::after, .about img, .sepreatoradded{ display:none;}
.video-player-wrap, .video-player-wrap.wrap{ height:200px;}
#back-to-top{ bottom:40px;}
.popup-outer {
    min-width: 300px;
    max-width: 90%;
}
.faculty .client-info .image, .faculty .client-info .title {
    display: inherit;
    vertical-align: middle;
}
.faculty .client-info .title {
    padding-left: 0px;
}

.innerlefthe strong {
    position: absolute;
    top: -13px!important;
    left: 0!important;
    font-size: 20px;
    letter-spacing: 1.3px;
    width: 100%!important;
}
.innerrigthhe::after, .innerrigthhe::before {
    width: 40px!important;
}
.innerlefthe {
    margin-top: 10px;
    margin-bottom: 15px;
}
.quots:before {
    content: inherit; display:none;
   
}
section {padding: 40px 0;position: relative;}
.sepreat {display:none;}
section h2 {font-size: 21px;line-height: 30px;}
.sub-heading {margin-bottom: 20px;}	
.services-icon img {max-width: 50px;}
.six-half .col-md-4:nth-child(1) ~ * { margin-top: 30px;}
.six-half h3 { font-size: 16px; margin: 0 0 15px 0;}
.faculty .col-md-4:nth-child(1) ~ * {
    margin-top: 30px;
}
.faculty .item {
    min-height: inherit;
    border: 1px solid #8c4af0;
    padding: 15px;
}
.copntheffil .col-md-4:nth-child(1) ~ * {
    margin-top: 30px;
}
.copntheffil .clearfix{ display: none; }
.watch .col-md-5:nth-child(1) ~ * {
    margin-top: 30px;
}
.faculty::after, .watch::before, .watch::after, .about img, .sepreatoradded{ display:none;}
.video-player-wrap, .video-player-wrap.wrap{ height:200px;}
#back-to-top{ bottom:40px;}
.popup-outer {
    min-width: 300px;
    max-width: 90%;
}

.faculty .client-info .title {
    padding-left: 65px;
}
.faculty img {
    width: 55px;
}
.faculty span {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
}

.baner-region h5 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0;
}
.services-icon {
    text-align: center;
    padding: 0px 20px;
}

.container-fluid.reslt-four {
    padding: 0 15px;
}
.features p {
    font-size: 14px!important;
}
.quot {
    padding: 15px 10px;
    min-height: inherit;
}
.hb-proin__avatar .title p {
    font-size: 13px;
    line-height: 20px;
}
.top-padd{ margin-top: 0px; }
.form-box {
    padding: 25px 25px;
}

.feature-grids .grid{ line-height: 40px; }
.feature-grids .icon img {
    max-height: 30px;
    margin-bottom: 15px;
}


}