/**html,Body CSS**/

html,body

{

	margin:0;

	padding:0;

	font-size:16px;

	line-height:28px;

	font-family: 'Montserrat', sans-serif;

	overflow-x:hidden;

	background-image: url(../images/new.jpg);

	background-size: cover;

	background-attachment: fixed;
	

}

p

{

	margin-bottom: 0;

}

h1

{

	font-size: 38px;

}

h2

{

	font-size: 30px;

}
.left{
	display: table-cell; 
    width: 50%;

    color:white;
}

.pointers1{
	text-align: end;
}
.pointers2{
	text-align: end;
}
.pointers3{
	text-align:center;
}
/**End html,Body CSS**/

/**Menubar CSS**/
.img-3{
	width: 120px !important;
	height: 120px !important;
}
.menuBar

{

	background:#1b222c;

	overflow: hidden;

    position: fixed;

  	top:0;

  	width: 100%;

  	z-index: 1000;

  	transition: all 0.2s ease-in-out;

}

#logo

{

	width: 100px;

	height: 45px;

	margin: 0px 20px;

}

.nav-link

{

	padding-right:30px !important;

	padding-left: 30px !important;

	font-weight:600;

}

.nav-link

{

	color:#fff !important;

}

.active

{

	color:#7ac149 !important;

	border-top:2px solid #7ac149;

}

.nav-link:hover

{

	color:#7ac149 !important;

	border-top:2px solid #7ac149;

}

.socialIcon

{

	padding:6px 10px;

}

.jumbotron{
	padding-bottom: 30px;
}

/**End Mneu Bar CSS**/

/**Jumbotron Hero CSS**/

#heroSlider

{

	background-image: url("../images/hero.png");

	background-repeat:no-repeat;

	background-size:cover;

	background-attachment: fixed;

	color:#fff;

	margin-bottom:0;

	margin-top: 65px;

	
	/*height:800px;*/

}

.heroHeading

{

	padding:100px;

}

.heroHeading h1

{

	font-weight: 1000;

	line-height: 52px;
	

}

#contentH2

{

	margin-top:10px;

}

#heroText

{	font-weight: 900;

	font-size: 38px !important;

	background-image: -webkit-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

	background-image: -moz-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

  	background-image: -o-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

  	background-image: linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

  	color: transparent;

  	-webkit-background-clip: text;

 	 background-clip: text;

}

#btn-1

{

	font-size: 18px;

	cursor: pointer;

	color:#fff;

	padding: 18px 25px;

	margin: 18px 0;

	border-radius:12px;

	border:none;

	font-weight:800;

	background:#21D4FD;

	background:-webkit-gradient(linear, left top, right top, color-stop(0%,#21D4FD), color-stop(30%,#1cbaa3), color-stop(80%,#7ac149));

	background:-o-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

	background:-moz-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

	background:linear-gradient(left,#21D4FD 0%,#7ac149 81%);

	box-shadow: none;

}

#btn-1:active 

{

  transform: translateY(5px);

}

/**End Jumbotron Hero CSS**/

/**Benefits Section CSS**/

.benefitSection

{

	background: #e9f5f3;

	padding:30px 10px 10px 10px;

}

#benefitsSectionRow

{

	margin:30px;

}

.benefitSectionImg1

{

	width:120px;

	height:120px;

	margin:100 10 10px 0;

}

.benefitSectionImg2

{

	width: 140px;

	height: 95px;

	margin: 5px 0 10px 0;

}

.benefitSectionTextBold

{

	font-size:18px;

	font-weight: bold;

	margin-bottom: 0;

}

.benefitSectionText

{

	padding:0 40px;

	text-align: center;

	margin-bottom: 0;
	
}

/**End Benefits Section CSS**/

/**Official GMAT Partner**/

.gmat-partner{

	position: absolute;

	width: 15%;	

	top:78%;

	right: 5px;

}

.gmat-partner h3{

	font-size: 15px;

	font-weight: bold;

}

.gmat-partner img{

	width: 50%;

	height: auto;

}

/**End Official GMAT Partner**/

/**Topic Section CSS**/

.topicSection

{

	background:#f9f9f9;

	/* padding:30px 40px; */
	padding-left: 0px;
	padding-right: 0px;

}

.scrollingText

{



	font-size: 16px;

	margin: 5px 0 0 0;

}

section

{

	position: relative;

}

.slider

{

	margin: 0;

	position: relative;

}

/* .img-box {
	width: 80%;
} */

.img-box-2 {

    padding: 0;

    width: 60%;

    margin: 10px auto 0px auto;

}

.img

{
	 width: 176px;
	  height: 176px;
	  margin: auto;
/* padding-right: 30px; */
	/* width: 110%; */
	@media only screen and (max-width: 640px) {
		margin-left:-50px;
	}
}


.img-2

{

	width: 95%;

}

article {

	/*border: 1px solid;*/

	margin: 12px 10px;

}

.slick-slide 

{

	font-size: 16px !important;

	transform: scale(0.7);

	opacity:0.8;

	transition: .3s ease-in-out all;

}

.slick-slide.slick-center {

	opacity: 1;

	transform: scale(1);

	font-weight:bold;

	font-size: 16px !important;

}

.slick-slider {

    margin-bottom: 0px;

}

.slick-prev:before, .slick-next:before{

    color:#58c6d5;

}



/**End Topic Section CSS**/

/*Forms  style*/

.terms{

	font-size: 10px;

}

.termsCheckbox{

    width: 1em;

    height: 1em;

}

/**Parallex Section CSS**/

.parallexSection

{

	background-image: url(../images/ceromany.jpg);

	padding:30px 10px;

	color: #fff;

}

.parallexSection1

{

	background-image: url(../images/ceromany.jpg);

	background-color: transparent;

	padding:30px 10px;

	color:#fff;
	

}

#parallexText-1

{

	font-size:24px;
	margin-left: 40px;
	margin-right: 40px;

}

#parallexText-2

{

	font-size: 18px;



}

#parallexText-1,#parallexText-2

{

	font-weight: bold;

	margin-bottom:10px !important;

}

#btn-6

{

	font-size: 18px;

	cursor: pointer;

	color: #fff;

	margin:15px 0px;

	padding:10px 20px;

	border-radius:15px;

	font-weight:bold;

	background:#21D4FD;

	background:-webkit-gradient(linear, left top, right top, color-stop(0%,#21D4FD), color-stop(30%,#1cbaa3), color-stop(80%,#7ac149));

	background:-o-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

	background:-moz-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

	background:linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

	box-shadow: none;

}

#btn-6:active {

  transform: translateY(5px);

}

#btn-5

{

	font-size: 18px;

	cursor: pointer;

	color: #fff;

	margin:2px 0px;

	padding:5px 15px;

	border-radius:15px;

	font-weight:bold;

	background:#21D4FD;

	background:-webkit-gradient(linear, left top, right top, color-stop(0%,#21D4FD), color-stop(30%,#1cbaa3), color-stop(80%,#7ac149));

	background:-o-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

	background:-moz-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

	background:linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

	box-shadow: none;

}

/**End Parallex Section CSS**/

/**advisor Section CSS**/

.advisorSection

{

	background:#e5e8e7;

	padding:30px 10px;


}

.advisorSection h1

{

	margin:0 0 10px 0;

}

#advisorImg

{

	width:160px;

	height:160px;

}

.advisorSectionText

{

	font-family: 'Montserrat', sans-serif;

	margin-top:10px;

	margin-bottom:0;

}

#btn-7

{

	position: absolute;

	background:#5eb5ce;

	padding:5px 30px;

	border-radius:15px;

	font-size: 13px;

	font-weight:bold;

	bottom:5px;

	margin-left:-50px !important;

	cursor: pointer;

	box-shadow: none;

}

#btn-7:active 

{

  transform: translateY(5px);

}

#creator,#ContributorText

{

	font-size: 20px;

}

#ContributorText

{

	margin:30px 0;

}

.courseContentSubhead{

	text-align: center;

	font-size: 20px;
	margin-top: 30px;

}

.contrImg

{

	width: 130px;

	height:130px;

	/* margin-top: 25px; */

}

/**ENd advisor Section CSS**/

/**sliderSection CSS**/

.sliderSection

{

	background:#f9f9f9;

	padding:30px 40px 10px 40px;

}

.subHeading

{

	font-size:20px;

	text-decoration: underline;

	text-decoration-color:#7ac149;

	cursor: pointer; 

}

/**End sliderSection CSS**/

/**Partner Section CSS**/

.partnerSection

{

	display: none;

	background:#ebebec;

	padding:30px 10px;

}

.partnerImg

{

	width:250px;

	height:150px;

}

.patnerImgCenter

{

	width:300px;

	height:300px;

}

/**End Partner Section CSS**/

/**News Section CSS**/

.newsSection

{

	display: none;

	background:#d0d0d3;

	padding:30px 10px;

}

.newsImg

{

	width:200px;

	height:180px;

}

#newsImg

{

	width:200px;

	height:180px;

}

/**End News Section CSS**/

/**Faq Section CSS**/

.faqSection

{

	background:#eee;

	padding:30px;

}

.item

{

	margin:40px 0;

}

.faq-link

{

	color:#000;

	font-size:18px;

	font-weight:700;

}

.faq-link:hover

{

	text-decoration:none;

	color:#000;

}

.qestSection

{

	background:#4d5367;

	color:#fff;

	padding:30px 10px;

}

.quest

{

	display:block;

    margin:auto;

    text-align:center;

}

#questHeading

{

	font-size:36px;

	font-weight:700;

}

.cta2

{

	color:#5ec8de;

}

.cta2:hover

{

	color:#212529;

	text-decoration: none;

}

#btn-8

{

	color: #000;

	cursor: pointer;

	background:#5eb5ce;

	padding:8px 25px;

	border-radius:20px;

	font-size: 12px;

	font-weight:bold;

	cursor: pointer;

	box-shadow: none;

}

#btn-8:active 

{

  transform: translateY(5px);

}



.cta

{

	color:#fff;

}

.cta:hover

{

	color:#25CA91;

	text-decoration: none;

}

/**ENd Faq Section CSS**/

/**Footer CSS**/

footer

{

	background:#1b222c;

	height:fit-content;

	text-align: center;

	padding-top:30px;

}

#footerLogo

{

	width:150px;

	height:75px;

}

.icon

{

	color:#fff;

	margin:5px 8px;

	font-size:16px;

}

.icon:hover

{

	color:#7ac149;

}

/**End Footer CSS**/

/**vyper contact form CSS**/

.modal

{

	padding-right: 0 !important;
	position: absolute;
	width: 100%;
	z-index: 2px;
	
	top: 0;

}

.modal-body{
	padding: 0px !important;
}
.modal-header

{

	padding: 5px 10px 0 0px;

	border-bottom: none;

}

.modal-content

{

	background-color:#1B222C !important;
	font-size: 15px !important;


}

/* .modal-open .modal {

    overflow-x: hidden;

    overflow-y: hidden !important;

} */



.close

{

	font-weight: 800;

	color: #fff;

	text-shadow: 0 1px 0 #000;

}

.close:hover

{

	opacity: 1 !important;

	color: #fff !important;

}
@media screen and ( min-width:650px)and (max-width:729px)
{
.img-box1{	
 width:22%;
 margin:10px auto 0px auto;
}
}

@media screen and ( min-width:730px)and (max-width:991px)
{
.img-box1{	
 width:22%;
 margin:10px auto 0px auto;
}
}

/**End vyper contact form CSS**/

/**Apply Media Queries**/

@media only screen and (max-width: 767px) {
	/* .img-box1{
	 width: 80%;
	 margin:10px auto 0px auto;
	} */
	
.pointers1{
	text-align: center;
}
.pointers2{
	text-align: center;
}
.pointers3{
	text-align:center;
}
	.he-text{
		font-size: 20px;
	}
	.benefit{
		margin-top:24px;
	}
 .placement-support{
	 margin-bottom: 26px;
 }
	.benefitSectionText{

		/* margin-bottom: 50px; */

		padding: 0;

	}
     .faq-5{
		 margin-top: 0px;
	 }
	h1

	{

		font-size:32px !important;

	}

	h2

	{

		font-size:22px !important;

	}

	

    #logo{

        width: 90px;

		height: 45px;

		margin: 0px 0px;

    }

    .navbar-toggler

    {

    	border:2px solid #7ac149;

    	cursor:pointer;

    }

    .navbar-toggler-icon

	{

		display:block;

		width:25px;

		height:2px;

		background-color:#fff;

		margin:6px 0;

	}

	.nav-link

	{

		text-align: center;

		font-weight: 600;

	}

	.socialIcon

	{

	padding:6px 10px;

	text-align:center;

	}

	.heroHeading

	{

		padding:0;

	}

	#content

	{

		padding:5px;

	}

	#heroText

	{

		font-size:32px !important;

  		background-image: -webkit-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%) !important;

        background-image: -moz-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

        background-image: -o-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

        background-image: linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%) !important;

        color: transparent !important;

        -webkit-background-clip: text !important;

        background-clip: text;

	}

	.heroHeading h1

	{

		font-size: 32px !important;

		font-weight: 600;

		line-height: 42px;

	}

	#btn-1

	{

		padding: 15px 30px;

	}

	.scrollingText

	{

		font-size:17px;

		font-weight:900;

		transform: translate3d(0, 0, 0);

	}

	#btn-6

	{

		cursor: pointer;

		padding: 5px 20px;

		background:#00d559;

		background:-webkit-gradient(linear, left top, right top, color-stop(0%,#21D4FD), color-stop(30%,#1cbaa3), color-stop(80%,#7ac149));

		background:-o-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

		background:-moz-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

		background:linear-gradient(left,#21D4FD 0%,#7ac149 81%);

	}

	#btn-5

	{

		cursor: pointer;

		padding: 2px 15px;

		background:#00d559;

		background:-webkit-gradient(linear, left top, right top, color-stop(0%,#21D4FD), color-stop(30%,#1cbaa3), color-stop(80%,#7ac149));

		background:-o-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

		background:-moz-linear-gradient(to right,#58c6d5 0%,#1cbaa3 30%,#7ac149 80%);

		background:linear-gradient(left,#21D4FD 0%,#7ac149 81%);

	}



	#advisorImg

	{

    	width: 150px;

    	height: 150px;

	}

	.advisorSectionText

	{

		font-size: 17px;

		letter-spacing: 1px;

	}

	.btn-7

	{

		cursor: pointer;

		text-align: center;

	}

	#btn-7

	{

		position: static !important;

		margin:10px 0 !important;

	}

	.slider-2Text

	{

		transform: translate3d(0,0,0) !important;

	}

	.partnerImg

	{

		width:200px;

		height:140px;

	}

	.patnerImgCenter

	{

		width:200px;

		height:200px;

	}

	#newsImg

	{

	    width: 180px;

	    height: 150px;

	}

	#questHeading

	{

		font-size: 32px;

	}

	#questHeading,#questText

	{

		text-align: center;

	}

	#btn-8

	{

		cursor: pointer;

		padding: 8px 20px;

	}

	footer

	{

		height:120px;

		padding:25px;

	}

	#footerLogo

	{

		width:120px;

		height:60px;

	}

	.modal-dialog 

	{

    	margin: 30px auto !important;

	}
  
	.modal-content 

	{

    	margin: 10px;

	}

	input.vyper-2823-form,button.vyper-2823-button

	{

		min-width: 250px !important;

	}

	input.vyper-2823-form::placeholder

	{

  		color:#fff;

  		font-size:14px;

	}

	.form-group

	 {

    margin-bottom: 10px;

	}

	/**Official GMAT Partner**/

	.gmat-partner{

		position: relative;

		width: 100%;	

		margin: 10px auto 0;

		bottom: -20px;

	}

	.gmat-partner h3{

		font-size: 10px;

		font-weight: bold;

	}

	.gmat-partner img{

		width: 25%;

		height: auto;

	}

	/**End Official GMAT Partner**/

}



