
*{margin: 0; padding: 0;}

.body {font-family: "Montserrat", sans-serif;
	position: relative;
	width: 100%;
	overflow: hidden;
}


.glb img {
    width: 205px !important;
    border-radius: 10px;
    margin-top: 28px;
}
.pla h5 {
    color: #f7b500;
    font-weight: 800;
    font-size: 18px;
}

button#scrollTopBtn .fa {
    font-size: 18px;
    padding: 7px;
}
button#scrollTopBtn {
    right: 12px;
    bottom: 25px;
    float: right;
    position: fixed;
}

#testimonial-slider1 .pla {
    text-align: center;
    margin-top: 13px;
    height: 203px;
    padding: 7px 16px;
    border: 4px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 10px;
}
.meta {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    margin: 6px 0 12px;
    font-weight: 600;
}

.quote {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    font-style: italic;
}

.process-section {
    text-align: center;
    margin: 27px 0px;
}
.process-section h2 {
    font-size: 18px;
    margin-bottom: 22px;
}


.process-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.process-box {
    flex: 1;
    min-width: 119px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 16px 15px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    height: 260px;
}

.process-box:hover {
  transform: translateY(-5px);
}

.icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.process-box h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.process-box p {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

/* Arrows between steps */
.arrow {
  width: 40px;
  height: 2px;
  background: #ccc;
  position: relative;
}

.arrow::after {
  content: '';
  position: absolute;
  top: -5px;
  right: -8px;
  border-left: 8px solid #ccc;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/* Step colors */
.step1 h3, .step1 .icon { color: #e84c3d; }
.step2 h3, .step2 .icon { color: #f39c12; }
.step3 h3, .step3 .icon { color: #8cc152; }
.step4 h3, .step4 .icon { color: #00bcd4; }
.step5 h3, .step5 .icon { color: #34495e; }

/* Responsive */
@media (max-width: 900px) {
  .process-container {
    flex-direction: column;
    align-items: center;
  }
  .arrow {
    width: 2px;
    height: 40px;
  }
  .arrow::after {
    top: auto;
    right: auto;
    left: -6px;
    bottom: -8px;
    transform: rotate(90deg);
  }
}


.ele {border: 1px solid #d0d5dd;
    padding: 10px;
    background:#f9fafb;
    border-radius: 10px;
    margin-top: 11px;
}

.tx1 ul {
    padding: 0 28px;
}
.tx1 ul li {
    color: #222;
    font-size: 16px;
    line-height: 27px;
    list-style: disc;
}

.ele h5 {
    margin: 5px 0px;
    font-weight: 800;
    color: #b02929;
    font-size: 17px;
    text-align: left;
}

.ele p {
    color: #575454;
    font-size: 15px;
    line-height: 29px;
}


.programme-cards {
    display: flex;
    gap: 20px;
}

.card ul li {
    color: #323030;
    line-height: 29px;
    list-style: disc;
    font-size: 15px;
}
.card ul {
    padding: 0 9px;
}

.programme-cards .card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    border-radius: 12px;
    background: #f9fafb;
    border: 1px solid #d0d5dd;
    min-height: 160px;
    width: 49%;
}
.programme-cards h3 {
    margin: 0;
    font-weight: 800;
    color: #b02929;
    font-size: 17px;
    text-align: center;
}
.programme-cards p {
    margin: 0;
    color: #344054;
    font-size: 1.9rem;
}

.speakers {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.card {
  background: #b1181e;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 4px;
  width: 340px;
  padding: 15px 20px;
  position: relative;
}

.hex {
  position: relative;
  width: 100px;
  height: 100px;
  background: #fff;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.hex img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
}

.info h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.info p {
  font-size: 14px;
  margin: 5px 0 0;
  line-height: 1.4;
}
.stats-section {
  background-color: #b02929;
  color: #fff;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.stat-box {
  flex: 1 1 220px;
  padding: 7px 34px;
  position: relative;
}

.stat-box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 60%;
  width: 1px;
  background: repeating-linear-gradient(
    to bottom,
    transparent,
    transparent 5px,
    #fff 5px,
    #fff 10px
  );
  transform: translateY(-50%);
}

.stat-box img {
  width: 50px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
}

.stat-number {
  font-size: 26px;
  font-weight: 700;
}

.stat-text {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.4em;
}

.banner {
    background: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    height: 540px;
    background-size: 100%;
}

.dsu-intro .form-control {
    height: 32px;
}


.abt h1 {
    font-size: 30px;
    margin: 0 0 17px 0px;
    font-weight: bold;
}
.abt p {
    color: #393838;
    font-size: 15px;
    line-height: 29px;
}
button#myBtn {
    border: none;
    background: #ca0505;
    color: #fff;
    padding: 3px 8px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 11px;
}

#recognitions-slider .recognitions_item {
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
    border-radius: 10px;
}

#recognitions-slider .recognitions_item img {
    width: 277px;
    padding: 10px;
    border: solid 1px #eee;
}

.dsu-intro {
    background: #fff;
    padding: 10px 15px;
    margin-top: 27px;
    width: 90%;
    position: relative;
    left: 40px;
}
.dsu-intro h4 {
    font-size: 24px;
    text-align: center;
    padding: 5px 0px;
    color: #ca0505;
    font-weight: bold;
}

p {font-size: 15px; line-height: 1.7;
	font-weight: 400;
	}
section.tab {
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
}
.hedf h3 {
    text-align: center;
    font-size: 19px;
    color: #0c4594;
    font-weight: bold;
}
section#ran {
    background: #f8f8f8;
    margin-top: 25px;
}

#testimonial-slider .pla img {
    width: 80%;
    padding: 6px 11px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.owl-nav {
    text-align: center;
    margin-top: 10px;
}
.owl-nav .fa {
    font-size: 27px;
}
.owl-nav i.fa.fa-angle-left {
    padding: 10px 10px;
}

i.fa.fa-angle-right {
    padding: 10px 10px;
}


#testimonial-slider .pla {
    text-align: center;
    margin-top: 13px;
    background: #f0e9e9;
    padding: 7px 0px;
}

.bz ul li {
    background: #f8f8f8;
    padding: 5px 5px;
    display: inline-block;
    color: #353738;
    font-size: 14px;
    text-align: left;
    margin: 2px 2px;
    border: solid 1px #cacaca;
    border-radius: 5px;
}
.bz ul  {
text-align: left; padding: 0 5px;
}
a,
a:hover {
	outline: 0;
	color: #141314;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	text-decoration: none;
}
#av {
    background: #af282d;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: none;
    background: #ab2125;
    color: #fff;
}
a
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}


.img-centered {
	margin: 0 auto;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
	margin: 0;
}

button,
button:hover {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.space10 {	margin-bottom: 10px;}
.space20 {	margin-bottom: 20px;}
.space30 {	margin-bottom: 30px;}
.space40 {	margin-bottom: 40px;}
.space50 {	margin-bottom: 50px;}
.space60 {	margin-bottom: 60px;}
.space70 {	margin-bottom: 70px;}
.space80 {	margin-bottom: 80px;}
.space90 {	margin-bottom: 90px;}

/* 1.1. Theme Extras */

.fiv-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
}
.three-bx {
    text-align: center;
    border-radius: 10px;
    transition: ease all 0.4s;
    margin-bottom: 15px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 24%;
    height: 124px;
    padding: 0px 11px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
}
section.st {
    padding: 40px 0px;
}
.three-bx img {
    width: 56%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.content-head h4 {
    font-size: 30px;
    background: #f4f4f4;
    display: inline-block;
    padding: 10px 17px;
    border-radius: 10px;
    margin-top: -10px;
    color: #b02929;
    width: 24%;
    font-weight: 600;
}

.content-head h4 span {
    font-size: 17px;
    color: #2b2a2a;
    font-weight: normal;
}

.three-bx h2 {
    font-style: normal;
    font-size: 18px;
    color: #124892;
    text-align: center;
    line-height: normal;
    font-weight: bold;
}


.fiv-one1 {
    display: flex;
    width: 100%; justify-content: center;
    flex-flow: wrap;
}
.three-bx1 {
    text-align: center;
    border-radius: 10px;
    transition: ease all 0.4s;
    width: 19%;
    height: 138px;
    padding: 0px 6px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
    margin: 5px 4px;
}

.three-bx1 img {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
}
.three-bx1 h2 {
    font-style: normal;
    font-size: 16px;
    color: #383737;
    text-align: center;
    line-height: 1.4;
    margin-top: 4px;
}


.fiv-one2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
}
.three-bx2 {
    text-align: center;
    border-radius: 10px;
    transition: ease all 0.4s;
    margin-bottom: 15px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 32%;
    height: 164px;
    padding: 0px 26px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
}

.three-bx2 img {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
}
.three-bx2 h2 {
    font-style: normal;
    font-size: 16px;
    color: #bc2125;
    text-align: center;
    line-height: 1.4;
    margin-top: 8px;
}

.three-bx2 h2 span {
    font-style: normal;
    font-size: 14px;
    color: #686868;
    text-align: center;
    line-height: 1.4;
}

.panorama-block{float: left;width: 100%;display: flex;justify-content: center;flex-wrap: wrap;}

.panorama-block .info-block {
    text-align: center;
    color: #292929;
    float: left;
    width: 18%;
    margin: 4px 5px;
    box-shadow: 0px 0px 5px -3px rgb(0 0 0 / 35%);
    background: #f8f8f8;
    padding: 6px;
    border: solid 1px #e2e2e2;
    border-radius: 10px;
}

.panorama-block .info-block h3 {
    font-size: 25px;
    font-weight: 600;
    color: #ab2125;
    margin-top: 6px;
}



.btn-main {
	background: #3498DB;
	color: #fff;
	border-radius: 5px;
	border: none;
	line-height: 45px;
	padding: 0 24px;
	text-transform: none;
	letter-spacing: 0.3px;
	font-size: 14px;
	font-weight: 600;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	margin: 0 auto;
	display: table;
}

.btn-main:hover {
	background: #111;
	color: #Fff;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.btn-white {
	background: #fff;
	color: #3498DB;
}

.btn-left {
	margin: 0;
}

input:focus, textarea:focus {
	outline:0;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	top: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	top: 2px;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 30px;
	height: 22px;
	display: inline-block;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 13px;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 400;
	color: #aaa;
	margin-top: 5px;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -22px;
}

label.css-label {
	background-image: url(../images/cbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=checkbox].css-checkbox + label.css-label span {
	position: relative;
	top: -4px;
}

.dual-btns {
	background: rgba(0,0,0,0.1);
	padding: 6px 1px;
	border-radius: 5px;
	display: table;
}

.dual-btns a {
	float: left;
}

.flexslider .slides img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.content-head {
	text-align: center;
	
}
.icon_box1 {
    background-color: #fff;
    height: 160px;
    padding-top: 45px;
    padding: 16px;
    z-index: 9;
}
.box_shadow2 {
    box-shadow: 0px -2px 20px 4px rgba(101, 101, 101, 0.1);
}
.icon_box1 h5 {
    font-size: 35px; color: #67188f;
}
.icon_box1 p {
    color: #000;
}
.content-head h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin: 20px 0 32px 0px;
    text-transform: none;
}

.tx ul {
    list-style: none;
}
.tx ul li {
    background: url(../images/arrow-bg.png) no-repeat 5px 12px;
    font-size: 15px;
    padding: 7px 27px;
    color: #ffffff;
}

#College {
    background: #701991 none repeat scroll 0 0;
    margin-top: 44px;
    padding-top: 0;
	padding-bottom: 10px;}

.content-head h2 {
	font-size: 30px;
	font-weight: 300; 
	color:#2B753C;
	
}

.content-head p {
	font-size: 17px;
	font-weight: 300;
	padding: 0 25%;
}

.content-head-lite h3 {
	color: #fff;
	font-weight: 400;
}


#intro h2 {
	color: #000;
	font-size: 34px;
	font-weight: 400;
	margin-top:0px;
	}

#intro p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
   line-height: 30px;
}


.form-header {
	position:absolute;
	left:0;
	right:0;
	top:160px;
	margin:0 auto;
}
.form-container {
    background: rgba(12, 69, 148,0.85);
    right: 37px;
    padding: 9px;
    top: 26px;
    z-index: 999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 347px;
    position: absolute;
}

.form-row {
	margin-bottom:17px;
	font-size:0;
	letter-spacing:0;
}

input.normal, select.normal, textarea.normal {
    font-size: 15px;
    line-height: normal;
    color: #acadbf;
    font-weight: 400;
    padding: 6px 16px;
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    border: none;
    border-bottom: 3px solid rgba(0,0,0,.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
select.normal {
	padding:15px 20px;
}
input.normal.small {
	width:48%;
}
input.normal.last {
	float:right;
}
textarea.medium {
	height:116px;
	overflow:auto;
	resize:none;
}
input.button{
	font-size:15px;
	line-height:52px;
	font-weight:700;
	text-align:center;
	color:#fff;
	
	padding:0;
	width:100%;
	height:53px;
	background:#378041;
	border:none;
	border-bottom:3px solid #378041;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
h3.succes_message {
	color:#3C3;
}

#intro.intro2 {
	padding: 280px 0 230px;
	position: relative;
	background: #000 url(../images/bg/2.jpg) no-repeat top center fixed;
	background-size: 100% auto;
	overflow: hidden;
}

#intro.intro2 h2,
#intro.intro2 p {
	text-align: center;
	padding: 0 10%;
}

#intro.intro2 .dual-btns {
	margin: 0 auto;
	display: table;
}

/* 3.3. Intro / 3 */

#intro.intro3 {
	padding: 170px 0 0px;
	position: relative;
	background: #000 url(../images/bg/3.jpg) no-repeat top left;
	background-size: 125% auto;
	overflow: hidden;
}

#intro.intro3 #main-slider {
	float: right;
	margin-bottom: -100px;
}

#intro.intro3 .col-md-8 {
	width: 62%;
}

#intro.intro3 .col-md-4 {
	width: 38%;
}

#intro.intro3 h2 {
	margin: 140px 0px 25px;
	font-size: 65px;
	line-height: 70px;
	font-weight: 500;
}

#intro.intro3 h6 {
	color: #fff;
	font-size: 13px;
	margin: 20px 0 60px;
}

#intro.intro3 h6 a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#intro.intro3 h6 a:hover {
	color:#3498DB;
}

/* 3.4. Intro / 4 */

#intro.intro4 {
	padding: 180px 0 0;
	position: relative;
	background: #000 url(../images/bg/4.jpg) no-repeat top right fixed;
	background-size: 100% auto;
	overflow: hidden;
}

#intro.intro4 h2,
#intro.intro4 p {
	text-align: center;
	padding: 0 10%;
}

#intro.intro4 .dual-btns {
	margin: 0 auto;
	display: table;
}

/* 3.5. Intro / 5 */

#intro.intro5 {
	padding: 150px 0 0;
	position: relative;
	background: #000 url(../images/bg/5.jpg) no-repeat top right fixed;
	background-size: 100% auto;
	overflow: hidden;
}

#intro.intro5 h2,
#intro.intro5 p {
	text-align: center;
	padding: 0 10%;
}

#intro.intro5 .dual-btns {
	margin: 0 auto 40px;
	display: table;
}

.play-btn {
	border: 10px solid #FFF;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	line-height: 98px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 47px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: -60px auto 0px;
	top: 50%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	box-shadow: 0px -2px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px -2px 15px rgba(0,0,0,0.5);
	text-shadow: 0 2px 15px rgba(0,0,0,0.5);
}

.play-btn:hover {
	color:#fff;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

/* 3.6. Intro / 6 */

#intro.intro6 {
	padding: 240px 0 175px;
	background: #000 url(../images/bg/6.jpg) no-repeat center center fixed;
}

#intro.intro6 h2 {
	margin: 13px 0px 25px;
}

/* 3.7. Intro / 7 */

#intro.intro7 {
	padding: 270px 0 240px;
	background: #000 url(../images/bg/7.jpg) no-repeat center top fixed;
	position: relative;
	background-size: 100% auto;
	overflow: hidden;
}

#intro.intro7 h2,
#intro.intro7 p {
	text-align: center;
	padding: 0 10%;
}

.intro-newsletter {
	background: rgba(0,0,0,0.1);
	padding: 8px;
	border-radius: 5px;
	width: 536px;
	margin: 0 auto;
	display: table;
	position:relative;
}

.intro-newsletter input {
	width: 400px;
	height: 50px;
	border: none;
	background: #fff;
	border-radius: 5px;
	padding: 5px 20px;
	font-size: 13px;
	float: left;
	margin:0;
}

.intro-newsletter button {
	background: #3498DB;
	line-height: 50px;
	color: #FFF;
	padding: 0px 30px;
	border-radius: 5px;
	border: none;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	width: 110px;
	margin-left: 10px;
	float: left;
	font-size: 25px;
}

.intro-newsletter button:hover {
	background: #000;
	color: #FFF;
}

#result {
	text-align: center;
	position: absolute;
	top: 103%;
	left: 60px;
	right: 0px;
	display: block;
	margin: 0px auto;
	font-size: 11px;
	color: #fff !important;
	max-width: 100%;
	padding: 0px 12px;
}

#result a {
	color: #000 !important;
}

#result em {
	font-style:normal;
}

.intro-newsletter #result {
	left: 0px !important;
	top:106%;
}

/* 3.8. Intro / 8 */

#intro.intro8 {
	padding: 270px 0 240px;
	background: #000 url(../images/bg/8.jpg) no-repeat center top fixed;
	position: relative;
	background-size: 100% auto;
	overflow: hidden;
}

#intro.intro8 h2,
#intro.intro8 p {
	text-align: center;
	padding: 0 10%;
}

.countdown.styled {
	width:100%;
	max-width:850px;
	margin:-25px auto 0;
	padding:0 15px;
}

.countdown.styled div {
	width:25%;
	float:left;
	color:#fff;
	font-size:100px;
	font-weight:800;
	text-align:center;
}

.countdown.styled div span {
	display:block;
	font-size:16px;
	letter-spacing:5px;
	text-transform:uppercase;
	font-weight:700;
	background:rgba(0,0,0,0.3);
	display:table;
	margin:0 auto;
	padding:5px 10px;
	border-radius:5px;
}

/* 3.9. Intro / Extras */

.dual-btns {
	position: relative;
}

.dual-btns a {
	background: #3498DB;
	line-height: 50px;
	color: #FFF;
	padding: 0px 30px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0.3px;
	font-weight: 600;
	margin: 0 5px;
}

.dual-btns a:nth-child(2) {
	background:#2980b9;
	border-radius: 5px;
}

.dual-btns a:hover {
	background: #111 !important;
	color: #fff;
}

.app-btn {
	font-size: 15px;
	text-transform: none;
	font-weight: 400;
	line-height: 23px;
	padding: 10px 35px 17px;
	padding-left: 70px;
	position: relative;
	background: #3498db;
	color: #fff;
	display: table;
	border-radius: 5px;
	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.app-btn i {
	position: absolute;
	top: 11px;
	left: 35px;
	font-size: 50px;
}

.app-btn span {
	font-size: 26px;
	display: block;
	font-weight: 700;
}

.app-btn:hover {
	background: #111;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	color: #fff;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
}

.overlay-white {
	background: #fff;
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.btn-single a {
	border-radius: 5px;
	padding: 0px 35px;
}

.btn-single a i {
	margin-left: 7px;
	font-size: 16px;
}

/* 4. TERMS / POPUP */

.term-popup {
	cursor: pointer;
}

.terms {
	position: fixed;
	z-index: -15;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	width: 90%;
	max-height: 90%;
	overflow: scroll;
	overflow-x: hidden;
	max-width: 1170px;
	height: auto;
	background: #FFF;
	top: 17%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	padding: 50px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}

.terms h3 {
	font-size: 30px;
	margin: 0 0 30px;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 15px;
}

.terms ul li {
	list-style: decimal;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 23px;
}

.t-close {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 30px;
	opacity: 0.2;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	cursor: pointer;
}

.t-close:hover {
	opacity: 1;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.terms-active {
	position: fixed;
	z-index: 9999999;
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.overlay-dark {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: -20;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.overlay-dark.active {
	z-index: 99999;
	visibility: visible;
	opacity: 0.5;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

/* 5. SERVICES */

#services {
	padding: 100px 0;
}

.service-content {
	cursor: pointer;
}

.service-content span {
	display: table;
	margin: 0px auto 25px;
	color: #3498db;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	position: relative;
	border: 2px solid #3498db;
	width: 100px;
	height: 100px;
	display: table;
	font-size: 35px;
	border-radius: 50%;
	padding-top: 22px;
}

.service-content:hover span {
	background: #3498db;
	color: #fff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.service-content:hover i {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.service-content h4 {
	font-size: 17px;
	text-align: center;
	font-weight: 700;
	margin: 0px 0px 10px;
	text-transform: none;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.service-content p {
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin: 0 0 10px;
	color: #777;
	font-weight: 300;
	padding: 0 20px;
}

.service-content a {
	color: #3498DB;
	font-size: 14px;
	text-align: center;
	display: table;
	margin: 0 auto;
}

.service-content a i {
	font-size: 14px;
	margin-left: 5px;
}

.service-content a:hover {
	color: #000;
}

/* 6. FEATURES */

#features {
	background: #3498DB;
	padding: 75px 0 0;
}

.feature-content {
	margin-bottom: 40px;
}

.feature-content i {
	color: #fff;
	font-size: 25px;
	margin: 0 0 20px;
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(255,255,255,0.2);
	text-align: center;
	line-height: 70px;
}

.feature-content h4 {
	color: #fff;
	margin: 0 0 12px;
	margin-left: 95px;
	font-size: 22px;
	font-weight: 600;
}

.feature-content p {
	color: #fff;
	font-size: 13px;
	margin-left: 95px;
}

#features h3 {
	background: #fff;
	display: table;
	padding: 9px 15px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin: 150px 0 20px;
	color: #3498DB;
}

.app-info p {
	color: #fff;
	margin: 0 0 30px;
}

.app-btns a {
	color: #fff;
	font-size: 40px;
	margin-right: 25px;
}

.app-btns a:hover {
	color: #fff;
	opacity: 0.5;
}

/* 7. INFO BOXES */



.ic-inner img {
	border-radius: 5px;
}

.ic-inner h4 {
	font-size: 23px;
	margin: 20px 0 15px;
	font-weight: 600;
}

.ic-inner p {
	font-size: 14px;
	line-height: 23px;
}

/* 8. INFO BOXES / DUAL */

.dual-info {
	background: #dd4b38 !important;
}

.dual-info .container {
	width: 100%;
	padding: 0;
}

.dual-info .col-md-6 {
	padding: 0;
}

.dual-info h4 {
	font-size: 70px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 20px;
}

.dual-info p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 30px;
	line-height: 25px;
}

.dual-info .col-md-9 {
	padding: 5px;
}

.dual-info ul li {
	color: #fff;
	padding-left: 40px;
	margin-bottom: 15px;
	font-weight: 300;
	position: relative;
}

.dual-info ul li i {
	font-size: 15px;
	position: absolute;
	top: 4px;
	left: 10px;
}

/* 9. SCREENSHOTS  */

.shots {
	padding: 100px 0;
}

.shots-slider {
	margin-top:-30px;
}

.slick-slide {
}

.shots-thumb {
	padding: 30px 0px 30px;
	margin: 0 15px;
}

.shots-slider .slick-slide img,
.shots-slider .slick-center img {
	border-radius: 3px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.shots-slider a:hover img {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-webkit-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
	cursor: url('../images/plus.png'), url('../images/plus.png'), move;  
}

.shots-thumb img {
	opacity: 1;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	cursor: pointer;
}

.shots-thumb img:hover {
	opacity: 0.6;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.shots .col-md-12 {
	max-width: 90%;
	margin: 0 auto;
	float: none;
}

/* 10. ABOUT / INFO CONTENT  */

.wrap-content {
	background: #3498DB;
	padding: 100px 0;
}

.wrap-content h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 50px;
}

.wrap-content p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}

.wrap-content1 {
	background: #fff !important;
	padding: 90px 0;
}

.wrap-content1 h2 {
	color: #000;
	margin-bottom: 30px;
	font-size: 50px;
}

.wrap-content1 p {
	color: #777;
	font-size: 14px;
	line-height: 22px;
}

/* 11. TESTIMONIALS */

.testimonials {
	background: #f1f1f1;
	padding: 75px 0 0;
}

.quote-info p {
	font-size: 60px;
	font-weight: 400;
	line-height: 59px;
	color: #555;
	padding: 0;
	padding-left: 65px;
	position: relative;
	margin-top: 120px;
}

.quote-info p:before {
	content: "\f10d";
	 font-family: 'Poppins', sans-serif; "FontAwesome";
	color: #3498DB;
	position: absolute;
	left: 0;
	top: -20px;
	font-size: 50px;
}

.quote-info cite {
	color: #000;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	float: right;
	margin-top: 40px;
	text-transform: uppercase;
	padding-right: 60px;
}

.quote-info .cite-left {
	float: none;
	padding-left: 60px;
	padding-right: 0px;
	display: block;
}

.quote-info cite span {
	color: #3498DB;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding-left: 13px;
	text-transform: none;
}

#quote-slider .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	bottom: 25px;
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
}

/* 12. PRICING TABLE */

.pricing {
	padding: 80px 0 90px;
	background: #000;
}

.price {
	font-size: 30px;
	color: #fff;
}

.price-cents {
	vertical-align: super;
	font-size: 50%;
}

.list-group-item {
	color: #757575;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	margin: 0px;
}

.list-group-item:last-child {
	border-bottom: none;
	padding-top: 20px;
}

.list-group .btn {
	background: #1abc9c !important;
	border-color: #0fa285;
}

.list-group .btn:hover {
	background: #0fa285 !important;
}

.panel-default {
	border: none;
	padding: 15px 0px;
}

.panel-body {
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	color: #fff;
	padding: 40px 0;
	background: #3498DB;
}

.panel-default > .panel-heading {
	text-transform: uppercase;
	padding: 6px 15px 18px;
}

.panel-default > .panel-heading span {
	top: -2px;
	position: relative;
}

.pricing .btn-main {
	line-height: 38px;
	padding: 0px 20px;
}

/* 13. SERVICES / 2 */

#services2 {
	background: #f1f1f1;
	padding: 100px 0 50px;
}

.sc2-inner {
	margin-left: 110px;
}

.sc2-inner h4 {
	font-weight: 600;
	font-size: 21px;
	margin: 5px 0 10px;
}

.sc2-inner p {
	margin: 0;
}

#services2 i {
	background: #3498DB;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: #FFF;
	font-size: 25px;
	float: left;
	border-radius: 50%;
}

#services2 .col-md-4 {
	margin-bottom: 50px;
}

#services2 .sc2-inner p {
	margin: 0px;
	font-size: 13px;
}

/* 14. FAQ SECTION */

.faq-content {
	padding: 80px 0 80px;
}

.faq-content .panel-title a {
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	padding: 15px;
	margin: 0px;
	background: #fff;
	display: table;
	width: 100%;
}

.faq-content .panel-title:hover {
	color: #3498DB;
}

.faq-content .panel-default {
	border-color: #e1e1e1;
	padding: 9px 0px;
	background: #fff;
}

.faq-content .panel-heading {
	border: 1px solid #e1e1e1;
	padding: 0;
	border-radius: 0;
	background: #fff;
	color: #000;
}

.faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #e1e1e1;
	border-top: none;
}

.faq-content .panel-body {
	padding: 20px 25px;
	background: #fff;
	color: #000;
}

.faq-wrap h3 {
	font-weight: 700;
	text-transform: none;
	margin: 0 0 5px;
}

.faq-wrap p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 30px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}

/* 15. CLIENTS */

#clients {
	padding: 40px 0;
	background: #333;
}

#clients h3 {
	margin: 0px 0px 30px;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}

#clients ul {
	padding: 0px 0px;
	margin: 0 -25px;
}

#clients ul li {
	float: left;
	margin: 0;
	list-style: none;
	width: 20%;
	position: relative;
	overflow: hidden;
	padding: 0 15px;
}

#clients ul li img {
	opacity: 0.2;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

#clients ul li:hover img {
	opacity: 1;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

/* 16. WRAP CONTENT */

.wrap {
	padding: 20px 0;
	background: #3498DB;
}

.wrap h3 {
	margin: 0px 0px 10px;
	text-align: center;
	font-weight: 300;
	font-size: 45px;
	text-transform: none;
	color: #fff;
}

.wrap p {
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 40px;
	text-align: center;
	font-weight: 300;
	padding: 0 12%;
	color: #fff;
}

.wrap em {
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	margin: -10px auto 0;
	display: table;
	letter-spacing: 1px;
	color: #fff;
}

.wrap a {
	font-size: 17px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	display: table;
	background: #000;
	line-height: 75px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	margin: 0 auto 15px;
	display: table;
	border-radius: 5px;
}

.wrap a span {
	position: relative;
	display: inline-block;
	padding: 0 110px;
	background: #fff;
	color: #3498DB;
	border: none;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	border-radius: 5px;
}

.csstransforms3d .wrap a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	font-size: 15px;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	border-radius: 5px;
}

.wrap a:hover span,
.wrap a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .wrap a:hover span::before,
.csstransforms3d .wrap a:focus span::before {
	background: #000;
	color: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
.wrap a:hover span,
.wrap a:focus span {
	-webkit-transform: rotateX(0deg) translateY(-0px);
	-moz-transform: rotateX(0deg) translateY(-0px);
	transform: rotateX(0deg) translateY(-0px);
}

.wrap a:hover span {
	background: #000;
	color: #fff;
	transition:.4s;
}


}


/* 17. GOOGLE MAP */

.gmap {
	padding: 0px;
	height: 400;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map {
	display: block;
	width: 100%;
	height: 400px;
	margin: 0 auto;
}

#map.large {
	height: 400px;
}

#map img {
	max-width: none !important;
	height: auto;
}

/* 18. FOOTER */

#footer {
	background: #fff;
	padding: 80px 0;
	display: table;
	width: 100%;
}

#contact-info {
	margin-bottom: 0px;
}

#footer h5 {
	font-size: 25px;
	font-weight: 300;
	color: #000;
	margin: 0 0 50px;
}

#footer h5 span {
	font-weight: 600;
}

.contact-info {
	padding: 0;
	margin: 0;
}

.contact-info li {
	padding: 0px;
	list-style: none;
	color: #888;
	margin: 0 0 15px;
	display: table;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	font-weight: 300;
}

.contact-info li i {
	font-size: 16px;
	margin-right: 15px;
	color: #000;
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}

.contact-info p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	margin: 0;
}

.statusMessage, .successmessage, .errormessage {
	display: none;
	margin: auto;
	width: 100%;
	height: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	border: 1px solid #e1e1e1;
	margin: 0 auto 25px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}

.statusMessage i {
	color:#3498DB;
	font-size:15px;
	margin-right:5px;
}

.statusMessage p {
	margin: 0;
	padding: 20px;
	color: #555;
	font-size: 14px;
}

.successmessage p {
	margin: 0;
	padding: 20px;
	color: #555;
	font-size: 14px;
}

.successmessage i {
	color:#1abc9c;
	font-size:15px;
	margin-right:5px;
}

.errormessage p {
	margin: 0;
	padding: 20px;
	color: #555;
	font-size: 14px;
}

.errormessage i {
	color:#ff0000;
	font-size:15px;
	margin-right:5px;
}

#incompleteMessage i {
	color: #f1c40f;
	font-size:15px;
	margin-right:5px;
}

#contactForm input {
	width: 100%;
	border: none;
	border: 1px solid #e1e1e1;
	height: 65px;
	margin-bottom: 15px;
	background: transparent;
	padding: 15px 15px;
	color: #000;
	font-size: 15px;
	border-radius: 3px;
}

#contactForm textarea {
	width: 100%;
	color: #000;
	border: none;
	border: 1px solid #e1e1e1;
	height: 145px;
	margin-bottom: 15px;
	background: transparent;
	padding: 10px 15px;
	font-size: 15px;
	border-radius: 3px;
}

#contactForm p {
	font-size: 13px;
}

/* 19. FOOTER / COPYRIGHT */

.f-social {
	padding: 10px;
}

.f-social a {
	float: left;
	color: #ccc;
	font-size: 17px;
	margin-right: 20px;
}

.f-social a:hover {
	color: #3498DB;
}

.footer-copy {
	padding: 30px 0;
	background: #fff;
	border-top: 1px solid #ddd;
}

.footer-copy p {
	margin: 0px;
	font-size: 13px;
}

.footer-copy p a {
	color:#3498DB;
}

.footer-copy p a:hover {
	color:#000;
}

.backtotop {
	text-align: right;
	fon-size: 13px;
	text-transform: uppercase;
	display: table;
	float: right;
	margin-top: 0px;
	color:#3498DB;
}

.backtotop:hover {
	color:#000;
}

/* 20. MODAL / VIDEO */

.modal-content {
	position: relative;
	background-clip: padding-box;
	border: none;
	border-radius: 0px;
	outline: 0px none;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
	display: table;
	padding: 0;
	margin: 0 auto;
	height: 70%;
	margin-top: 5%;
	top: 0;
}

.modal-content .container {
	padding: 0;
}

.close-modal {
	background: #000;
	color: #FFF;
	position: absolute;
	top: -30px;
	right: 0px;
	z-index: 999;
	width: 115px;
	height: 30px;
	font-weight:700;
	opacity: 1 !important;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	cursor: pointer;
}

.close-modal:hover {
	background: #3498DB;
	color: #FFF;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.home-subscribe {
	background:#3498DB;
	padding:70px 0;
}

.home-subscribe h6 {
	font-size:25px;
	color:#fff;
	margin:0 0 25px;
	text-align:center;
	font-weight:600;
}

/* 20. RESPONSIVE STYLES */

/* Ipad - Desktop (960 - 1150px) */
@media only screen and (min-width: 960px)  and (max-width: 1150px)  {

#intro ,
#intro.intro2 ,
#intro.intro3 ,
#intro.intro4 ,
#intro.intro5 ,
#intro.intro6 ,
#intro.intro7 {
	background-size: 130% auto;
}

}

/* Ipad (768 - 959px) */
@media only screen and (min-width: 768px)  and (max-width: 959px)  {

#intro {
	background-size: auto 100%;
	padding: 160px 0px 132px;
}

#intro.intro2 {
	background-size: 130% auto;
	padding: 160px 0px 132px;
}

#intro.intro4 {
	background-size: auto 100%;
	padding: 160px 0px 0px;
}

#intro.intro5 {
	background-size: auto 100%;
	padding: 160px 0px 0px;
}

#intro h2 {
    color: #252425;
    font-size: 34px;
    font-weight: 400;
    margin-top: 0px;
}

.sub-form {
	padding-left: 0px;
}

#result {
	left: 0px;
}

.sub-form h5 {
	font-size: 19px;
}

#intro p {
	font-size: 14px;
	margin: 0px 0px 30px;
	padding-right: 15px;
	line-height: 25px;
}

.service-content p {
	font-size: 13px;
	line-height: 20px;
	padding: 0px 5px;
}

.service-content h4 {
	font-size: 15px;
}

#features .col-md-3 {
	width: 100%;
	float: none;
}

#features .col-md-4 {
	width: 45%;
}

.feature-content p {
	font-size: 12px;
	margin-left: 90px;
}

.feature-content h4 {
	margin: 0px 0px 12px 90px;
}

#features .col-md-5 {
	width: 55%;
}

#features h3 {
	display: table;
	margin: 0 auto 20px;
	;
}

.app-info p {
	text-align: center;
	padding: 0 15%;
}

.app-btns {
	margin: 0 auto 40px;
	display: table;
}

#features .space60 {
	margin-bottom: 20px;
}

.content-head h3 {
	font-size: 35px;
}

.content-head p {
	font-size: 15px;
	padding: 0px 10%;
}

.ic-inner p {
	font-size: 14x;
}

.dual-info h4 {
	font-size: 35px;
}

.dual-info .col-md-9 {
	padding: 30px;
	width: 100%;
}

.dual-info ul li {
	margin-bottom: 7px;
	font-size: 11px;
	font-weight: 400;
}

.dual-info p {
	font-size: 11px;
	margin: -5px 0px 17px;
	line-height: 20px;
	font-weight: 400;
}

.dual-info ul {
	margin-bottom: 20px;
}

.dual-info .col-md-6:nth-child(1) {
	width: 60%;
}

.dual-info .col-md-6:nth-child(2) {
	width: 40%;
}

.dual-info .btn-main {
	line-height: 30px;
	padding: 0 15px;
	font-size: 11px;
}

.wrap-content h2 {
	color: #FFF;
	font-size: 34px;
	margin-top: 0;
}

.wrap-content p {
	font-size: 11px;
	line-height: 21px;
	font-weight: 400;
	margin-top: -15px;
}

.wrap-content1 h2 {
	color: #000;
	margin-top: 0px;
	font-size: 33px;
}

.quote-info p {
	font-size: 35px;
	line-height: 42px;
	padding: 0px 0px 0px 45px;
	margin-top: 0px;
}

.quote-info p:before {
	top: 5px;
}

.pricing .col-md-3 {
	width: 50%;
}

.sc2-inner {
	margin-left: 91px;
}

#services2 i {
	width: 65px;
	height: 65px;
	line-height: 65px;
}

.sc2-inner {
	margin-left: 75px;
}

.sc2-inner h4 {
	font-size: 16px;
}

#services2 .sc2-inner p {
	font-size: 12px;
}

#contactForm p {
	font-size: 10px;
}

.contact-info li {
	font-size: 14px;
}

#intro.intro3 h2 {
	margin: 25px 0px 25px;
	font-size: 42px;
	line-height: 48px;
	font-weight: 500;
}

#intro.intro3 p {
	font-size: 12px;
	margin: 0px 0px 30px;
	padding-right: 15px;
	line-height: 19px;
	font-weight: 400;
}

#intro.intro4 p {
	text-align: center;
	padding: 0px;
}

#intro.intro6 h2 {
	margin: -29px 0px 25px;
	font-size: 39px;
	line-height: 45px;
}

#intro.intro6 {
	padding: 192px 0px 140px;
}

#intro.intro7 {
	background-size: auto 100%;
	padding: 200px 0 185px;
}

.modal-content {
	margin: 35% auto 0px;
	height: auto;
}

}

/* Mobile (Upto 767px) */
@media only screen and (max-width: 767px)  {

#result {
	left: 0px;
}

.modal-content {
	width:90%;
	margin: 50% auto 0px;
	height: auto;
}

.terms {
	width: 90%;
	max-height: 80%;
	top: 10%;
	padding: 40px;
}

.container {
	width: 100%;
	max-width: 400px;
}

.play-btn {
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

.play-btn:hover {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.dual-btns {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

#intro.intro6 .dual-btns {
	display: table;
	margin: 0 auto 40px;
}

#intro {
	background-size: auto 100%;
	padding: 160px 0px 132px;
}

#intro.intro2 {
	background-size: auto 100%;
	padding: 160px 0px 132px;
}

#intro.intro3 {
	background-size: auto 100%;
	padding: 160px 0px 80px;
}

#intro.intro4 {
	background-size: auto 100%;
	padding: 120px 0px 100px;
}

#intro.intro7 {
	background-size: auto 100%;
	padding: 120px 0px 100px;
}

.intro-newsletter {
	width: 100%;
	max-width: 400px;
}

.intro-newsletter input {
	width: 71%;
}

.intro-newsletter button {
	width: 27%;
	margin-left: 2%;
}

#intro.intro7 p {
	text-align: center;
	padding: 0px 0;
	font-size: 13px;
}

#intro.intro6 {
	padding: 120px 0px 100px;
}

#intro.intro3 #main-slider {
	float: none;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	width: 100%;
}

#intro.intro3 h6 {
	font-size: 12px;
	text-align: center;
}

#intro.intro5 {
	background-size: auto 100%;
	padding: 160px 0px 0px;
}

#intro.intro3 .col-md-8 ,
#intro.intro3 .col-md-4 {
	width: 100%;
}

#intro.intro3 h2 {
	margin: 0px 0px 25px;
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
}

#intro p {
	font-size: 13px;
	margin: 0px 0px 30px;
}

.app-btn {
	display: table;
	margin: 0 auto;
}

#intro.intro3 h6 {
	font-size: 12px;
}



#intro {
	background-size: auto 100%;
}


	
.dual-btns a {
	line-height: 43px;
	padding: 0px 22px;
	font-size: 13px;
}

.dual-btns a {
	float: left;
}

#intro p {
	font-size: 14px;
	margin: 0px 0px 20px;
	line-height: 24px;
	padding: 0;
	text-align: center;
}

.sub-form {
	padding-left: 15px;
	padding-top: 60px;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

#services {
	padding: 100px 0px 60px;
}

.service-content {
	cursor: pointer;
	margin-bottom: 40px;
}

#features h3 {
	margin: 0px 0px 20px;
}

.app-info {
	padding: 0 15px;
	padding-bottom: 59px;
}

.content-head h3 {
	font-size: 30px;
}

.content-head p {
	font-size: 14px;
	font-weight: 300;
	padding: 0px 0;
}

.ic-inner {
	margin-bottom: 30px;
}



.dual-info .col-md-9 {
	padding: 40px;
}

.wrap-content h2 {
	font-size: 35px;
}

.wrap-content p {
	font-size: 13px;
	line-height: 22px;
}

.wrap-content img {
	margin-top: 70px;
}

.quote-info p {
	font-size: 31px;
	font-weight: 400;
	line-height: 41px;
}

#quote-slider .item img {
	display: none;
}

.testimonials {
	padding: 0px 0px 100px;
}

#quote-slider .owl-controls {
	bottom: -50px;
}



.wrap h3 {
	font-size: 33px;
}

.wrap p {
	font-size: 13px;
	line-height: 21px;
	padding: 0px;
}

.wrap a span {
	padding: 0px 25px;
}

.wrap a {
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 55px;
}

.f-social {
	padding: 10px;
	margin-bottom: 60px;
}

.footer-copy p {
	font-size: 13px;
	text-align: center;
	margin: 0 0 30px;
}

.backtotop {
	color: #3498DB;
	text-align: center;
	display: table;
	margin: 0 auto;
	float: none;
}

.navbar-toggle {
	border: none !important;
	margin-top: 17px;
	margin-right: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-toggle:hover {
	background: #000 !important;
}

.navbar-toggle:focus {
	background: transparent !important;
}

.navbar-right {
	float: none;
	background: #fff;
	margin: 15px 0px 0;
	background: #000;
	padding: 0 20px 25px;
	width: 100%;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	overflow-x: visible;
	border-top: 0;
}

}

.contact{
	margin-bottom: 0;
    border-radius: 0 0 0 5px;
    border-right: none !important;
}
.city{
	margin-bottom: 0;
    border-radius: 0 0 5px 0;
}
.apply_online a{
	    font-size: 12px;
    padding: 0 10px;
    line-height: 3;
}


.imageSlide {
	text-align: center;
	/* padding-bottom:60px; */
}
.imageBox {
	/* background-color: #00aeda; */
	overflow: hidden;
	display: inline-block;
	margin-left: 4px;
	vertical-align: top;
	margin-bottom: 13px;
	opacity: 1;
}
.imageBox.activeImage {
	opacity: 1;
	position: relative;
}
.imageBox.activeImage:hover img,
.imageBox.activeImage img{
	/* opacity:0.2; */
}
/* .imageBox.activeImage:after {
	content: "";
	width: 27px;
	height: 23px;
	background: url(../images/testi-hover.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -13px;
} */
#faculty .row{
	text-align: -webkit-center;
}
#faculty .row p{
	text-align:justify;
}
.vedica_logo{
	margin-top:-25px;
	width:170px;
}
.contact_mail a{
	text-transform:none;
}
.wrap .contact_mail{
	margin-top: -40px;
}
.navbar-right {
    padding-bottom: 10px;
    padding-top: 16px;
}
.panel-heading {
	background:#fff!important;
}

.nbs-flexisel-inner{
	background:#fff !important;
	
	}


@media(max-width:767px) {
	.panorama-block .info-block{width: 45%;}	
.panorama-block .info-block h3 {
  font-size: 31px;
}	
.three-bx {width: 47%;}	
.three-bx1 {width: 47%;	}
.three-bx2 {
  width: 100%;
  height: auto;

}	
.banner {
  background: url("../images/mobile-banner.jpg");
    background-repeat: repeat;
  background-repeat: no-repeat;
  height: auto;
}
 .dsu-intro {
    background: #ba2026;
    padding: 10px 15px;
    margin-top: 231px;
    width: 100%;
  }
	
.form-container {
  background: rgba(12, 69, 148,0.85);
  right: -13px;
  top: 26px;
  width: 90%;
  position: relative;
}	
.dsu-intro h4 {
  color: #fff;

}	
	
.stat-box:not(:last-child)::after {
  display: none;
}
.stat-box {
  border-bottom: dotted 1px #eee;
}	
	
.programme-cards {
  display: block;
}	
	
.programme-cards .card {
  width: 100%; margin-bottom: 10px;
}	
.content-head h4 {
  display: block;
  margin-top: -5px;
  width: 100%;

}	
	
.partnerband {
  text-align: center;
}
	
testimonial-slider1 .pla {
  height: auto;
}	
.abt {
  padding: 5px 0px;
}	
#recognitions-slider .recognitions_item img {
  background: #eee;
}
	
.navbar-header {
  display: none;
}
.dsu-intro {
  left: 0;
}	
.owl-nav {
  display: none;
}	
.glb img {
  width: 169px !important;
}
	
	
	
}