/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap');

html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

/* Default Font Styles
______________________*/
body, input, select, textarea{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size:12px;
	color: #5d4b4b;
	line-height:1.3;
}

html {
    scroll-behavior: smooth;
}
.container{
	max-width: 1200px;
}

.default-btn{
	width: 50%;
    margin-left: 82px;
    margin-top: 15%;
	display: block;
	background: #2e2a74;
    padding: 10px 28px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
	text-align: center;
}
.default-btn:hover{
	color: #e18639;
	text-decoration: none;
}
/* Headings
______________________*/
h1{
	color:#e18639;
	font-size: 42px;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
}
h2{
	color: #e18639;
	font-size: 35px;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
}
h3{
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff;
	font-weight: 700;
    font-family: 'Playfair Display', serif;
}
h4{
	color: #5d4b4b;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
h5{
	color: #c90404;
    margin-bottom: 10px;
    font-size: 11px;
}

/* Links
______________________*/
a{
	-webkit-transition: 0.1s ease-out 0.1s;
	-moz-transition: 0.1s ease-out 0.1s;
	transition: 0.1s ease-out 0.1s;
}
a:hover{
	text-decoration:underline;
}
body{
	background: #efefef;
}
#header{
	padding: 30px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#header.active{
	position: fixed;
	background: #fff;
    padding: 10px;
	z-index: 9;
}
#header .logo a{
	background: url(../images/erazemlogo.png) no-repeat;
	background-size: 100% auto;
	display: block;
    width: 150px;
    height: 75px;
}
#header.active .logo a{
	width: 95px;
    height: 49px;
}
#header .nav{
	display: block;
	width: 100%;
}
#header .nav li{
	display: inline-block;
	margin-left: 30px;
}
#header .nav li a{
	display: block;
	background: 	#2e2a74;
    padding: 10px 28px;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}
#header .nav li a:hover,
#header .nav li.active a{
	color: #e18639;
}
.navbar-header{
	float:right;
	display:none;
	position: absolute;
    right: 20px;
    top: 36px;
}
.navbar-header .collapse-button{
	background:	#2e2a74;
	border:none;
	height:38px;
	padding: 7px 15px 0;
    transition: all 450ms ease-out 0s;
    width: auto;
    vertical-align: middle;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
}
.navbar-header .collapse-button span{
	display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 6px;
    background: #ffffff;
}
.navbar-header em{
	display:inline-block;
	font-style:normal;
	margin:3px 0 0 5px;
	vertical-align:middle;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
}
#top-section{
	padding: 150px 0 50px 0;
}
#top-section .mainsection-content p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
#top-section .mainsection-content .default-btn{
	display: inline-block;
	width: auto;
}
#top-section .mainsection-wrap{
	border-radius: 50px;
    overflow: hidden;
    height: 450px;
}
#top-section .mainsection-wrap img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
#why-section{
	background: #2e2a74;
	padding: 50px 0;
	text-align: center;
}
#why-section h2{
	display: inline-block;
    /* background: #fff; */
    padding: 10px 80px;
    border-radius: 25px;
    margin-bottom: 0;
	border-bottom: 1px solid #f48023;
}
.whysection-content{
    border-radius: 50px;
    padding: 30px;
    margin: 0 5%;
}
.whysection-content p{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 300;
}
#work-section{
	padding: 50px 0;
}
#work-section h2{
	text-align: center;
	color: #e18639;
	margin-bottom: 50px;
}
.work-content{
	background: #fff;
    border-radius: 30px;
	min-height: 495px;
}
.workimg-wrap{
	border-radius: 30px;
    overflow: hidden;
}
.workimg-wrap img{
	display: block;
    width: 100%;
    height: auto;
}
.workcontent-bot{
	padding: 15px;
}
.workcontent-bot h3{
	margin-bottom: 15px;
	min-height: 45px;
	letter-spacing: 2px;
	color: #2e2a74;
}
.workcontent-bot p{
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
}
#team-section{
    background: #2e2a74;
    padding: 50px 0 5px;
    text-align: center;
}
#team-section h2{
	display: inline-block;
    background: #fff;
    padding: 10px 80px;
    border-radius: 25px;
    margin-bottom: 40px;
}
.team-content{
	background: #dce044;
    border-radius: 30px;
	margin-bottom: 25px;
}
.teamimg-wrap{
	width: 55%;
    border-radius: 30px;
    overflow: hidden;
}
.teamimg-wrap img{
	display: block;
    width: 100%;
    height: auto;
}
.teaminner-content{
	width: 45%;
    padding: 25px 13px 13px 13px;
    text-align: left;
}
.teaminner-content h4{
	margin-bottom: 5px;
}
.teaminner-content p{
	font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
.teaminner-content .default-btn{
    font-size: 8px;
    padding: 8px;
    background: #5d4b4b;
    color: #fff;
    display: inline-block;
    font-weight: 400;
	border: 1px solid transparent;
}
.teaminner-content .default-btn:hover{
	background: none;
	border: 1px solid #5d4b4b;
	color: #5d4b4b;
}
#userinsight-section{
	padding: 50px 0;
}
#userinsight-section h2{
	text-align: center;
    margin-bottom: 50px;
}
.insight-content{
	background: #fff;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
	min-height: 350px;
	position: relative;
	margin-bottom: 20px;
}
.insight-content p{
	font-size: 12px;
    line-height: 19px;
    margin-bottom: 25px;
}
.insight-content .reviewer{
	position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
}
.insight-content h5{
	font-size: 14px;
    margin-bottom: 2px;
}
.insight-content em{
	display: block;
    font-style: normal;
    color: #c90404;
    font-size: 10px;
}
#userinsight-section .quote-icon{
	background: url(../images/quote-icon.png) no-repeat;
	background-size: 100%;
	display: block;
    width: 100px;
    height: 85px;
    margin: 0 auto 30px;
    /* opacity: 0.3; */
}
#download-section{
	background: #2e2a74;
	padding: 85px 0;
}
#download-section .downloadcontent{
	border-radius: 50px;
    overflow: hidden;
    background: #e18639;
    padding: 30px 100px;
    text-align: center;
}
.downloadcontent h2{
	color: #e18639;
    line-height: 50px;
    margin-bottom: 100px;
}
.downloadcontent .default-btn{
	padding: 15px;
    font-size: 16px;
    margin-bottom: 30px;
}
.downloadcontent .default-btn i{
	font-size: 20px;
    margin-right: 5px;
}
.downloadcontent span{
	color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-right: 15px;
}
.downloadcontent ul{
	display: inline-block;
    vertical-align: middle;
}
.downloadcontent li{
	display: inline-block;
    margin-right: 10px;
}
.downloadcontent li:last-child{
	margin: 0;
}
.downloadcontent li a{
	font-size: 20px;
    color: #ee795e;
}
.downloadcontent li:hover a{
	color: #dce044;
}

.modal-header{
	background: #5551e3;
}
.modal-title{
	font-size: 20px;
	color: #fff;
}
.modal .teamimg-wrap{
	width: 100%;
}
.modal .teaminner-content{
	width: 100%;
    padding: 15px;
}
.modal .teaminner-content h4{
	font-size: 20px;
}
.modal .teaminner-content h5{
	font-size: 12px;
}
.modal p{
	font-size: 14px;
    line-height: 20px;
}
.contact-section a{
	padding: 15px;
    font-size: 20px;
    color: #fff;
    display: block;
}

.courses-box{
	background: #c3edf4;
    padding: 30px 20px;
    border-radius: 20px;
    display: flex;
    text-align: left;
}
.courses-box .course-img{
    width: 20%;
    margin-right: 20px;
}
.courses-box .course-img img{
	display: block;
    width: 100%;
    height: auto;
}
.courses-box .course-content{
	width: 80%;
}
.courses-box .course-content h2{
	display: block !important;
    background: none !important;
    padding: 0 !important;
    font-size: 20px !important;
    border-radius: 0 !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px !important;
	text-align: left !important;
	color: #5d4b4b !important;
}
.courses-box .course-othercontent{
	display: flex;
}
.courses-box .coursebullets{
	width: 73%;
    padding-right: 10px;
}
.courses-box .coursebullets li{
	display: list-item;
    list-style: disc;
    margin-bottom: 5px;
    list-style-position: inside;
    font-size: 13px;
    font-weight: 300;
}
.courses-box .otherinfo{
	width: 27%;
    text-align: center;
    border-left: 3px solid #afaba6;
}
.courses-box .otherinfo span{
	display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.courses-box .otherinfo a{
	background: #fa0644;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
	border: 1px solid transparent;
}
.courses-box .otherinfo a:hover{
	border: 1px solid #fa0644;
	color: #fa0644;
	background: none;
}
.rtl-content .courses-box .course-content h2,
.rtl-content .courses-box .coursebullets{
	text-align: right !important;
}
.rtl-content .courses-box .coursebullets li{
	font-size: 14px;
}
.rtl-content .courses-box .otherinfo span{
	font-size: 14px;
}
.regform-wrap{
	text-align: center;
	padding: 10px 20px;
}
.regform-wrap span{
	color: red;
    display: block;
    margin-bottom: 10px;
    text-align: right;
}
.regform-wrap label{
	display: block;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
    color: #5d4b4b;
    text-align: left;
}
.regform-wrap input,
.regform-wrap select{
	display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    font-size: 12px;
}
.regform-wrap label sup{
	color: red;
	font-size: 16px;
	top: 0;
}
.regform-wrap button{
	border: none;
    padding: 14px 50px;
    display: inline-block;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 15px;
	background: 
	#2e2a74;
	color: #fff;
}
.regform-wrap button:hover{
	background: rgb(0, 71, 79);
}


.inner-top#top-section{
	padding: 100px 0 40px 0;
}
.inner-top#top-section .mainsection-wrap{
	height: 350px;
    margin-top: 20px;
}
.ur-ver h1{
	font-size: 50px;
}
#top-section.ur-ver .mainsection-content p{
	font-size: 23px;
}
.rtl-content .courses-box .course-content h2{
	font-size: 25px !important;
}
.rtl-content .courses-box .coursebullets li {
    font-size: 16px;
}
.rtl-content .courses-box .otherinfo span {
    font-size: 16px;
}
.rtl-content .courses-box .otherinfo a{
	font-size: 14px;
}
#regform{
	padding: 180px 0 0 0;
}
#regform .regform-wrap{
	padding: 20px 0;
}
#regform .regform-wrap span{
	margin-bottom: 20px;
}

.whysection-content{}
.whysection-content ul{
	text-align: center;
}
.whysection-content li{
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
	text-align: center;
}
.whysection-content{}


.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}

/* Alignments */
.center { text-align:center }
.right { text-align:right }
.top {vertical-align:top }
.middle { vertical-align:middle }

/* Responsive */
@media (max-width: 1400px){}
@media (max-width: 1024px){
	.container {
		max-width: 100%;
		padding: 0 50px;
	}
	#download-section .downloadcontent{
		padding: 30px;
	}
}
@media (max-width: 768px){
	.container {
		padding: 0 25px;
	}
	#header{
		padding: 20px 0;
	}
	#header .logo a {
		width: 125px;
		height: 65px;
	}
	#header .nav li {
		margin-left: 20px;
	}
	#header .nav li a{
		padding: 10px 20px;
		font-size: 12px;
	}
	#top-section {
		padding: 115px 0 40px 0;
	}
	h1{
		font-size: 34px;
	}
	h1 br{
		display: none;
	}
	#why-section{
		padding: 30px 0;
	}
	#why-section h2{
		padding: 10px 50px;
	}
	h2{
		font-size: 25px;
	}
	.whysection-content{
		margin: 0;
	}
	#work-section {
		padding: 30px 0;
	}
	#work-section h2{
		margin-bottom: 30px;
	}
	.work-content{
		min-height: 535px;
		margin-bottom: 30px;
	}
	#team-section{
		padding: 30px 0 0;
	}
	#team-section h2{
		padding: 10px 50px;
		margin-bottom: 20px;
	}
	.teaminner-content{
		padding-top: 15px;
	}
	#userinsight-section{
		padding: 0 0 10px 0;
	}
	#userinsight-section h2{
		margin-bottom: 30px;
	}
	#userinsight-section .quote-icon{
		width: 75px;
		height: 65px;
		margin: 0 auto 15px;
	}
	.insight-content{
		min-height: 310px;
		padding: 20px;
	}
	#download-section{
		padding: 30px 0;
	}
	.downloadcontent h2 {
		color: #fff;
		line-height: inherit;
		margin-bottom: 50px;
	}
}
@media (max-width: 750px){
	.navbar-header{
		float: none;
		display: block;
	}
	#header .nav{
		display: none;
		position: absolute;
		left: 0;
		top: 90px;
	}
	#header .nav li{
		margin: 0 0 3px 0px;
		display: block;
	}
	#header .nav li:last-child{
		margin: 0;
	}
	#header .nav li a{
		background: #fff;
		padding: 15px;
	}
	.mainsection-content{
		text-align: center;
		margin-bottom: 20px;
	}
	h1{
		font-size: 28px;
	}
	#top-section .mainsection-content p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	#top-section {
		padding: 110px 0 20px 0;
	}
	#top-section .mainsection-wrap {
		border-radius: 10px;
		overflow: hidden;
		height: inherit;
	}
	#why-section {
		padding: 20px 0;
	}
	#why-section h2 {
		padding: 10px 25px;
		margin-bottom: 15px;
	}
	h2 {
		font-size: 20px;
	}
	.default-btn{
		width: 42%;
		margin-left: 30%;
		margin-top: 9%;
		display: block;
		background: #2e2a74;
		padding: 10px 28px;
		border-radius: 50px;
		text-decoration: none;
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		line-height: 1;
		text-align: center;
	}
	.default-btn:hover{
		color: #e18639;
		text-decoration: none;
	}
	.whysection-content {
		border-radius: 10px;
		padding: 20px;
	}
	.whysection-content p {
		font-size: 13px;
		line-height: 23px;
		margin-bottom: 10px;
	}
	#work-section {
		padding: 20px 0 0 0;
	}
	#work-section h2 {
		margin-bottom: 20px;
	}
	.work-content {
		min-height: inherit;
		margin-bottom: 20px;
		border-radius: 10px;
	}
	.workimg-wrap {
		border-radius: 10px;
		overflow: hidden;
	}
	.workcontent-bot {
		text-align: center;
	}
	.workcontent-bot h3 {
		margin-bottom: 10px;
		min-height: inherit;
		letter-spacing: 2px;
	}
	h3{
		font-size: 18px;
	}
	.workcontent-bot p {
		font-size: 11px;
		line-height: 18px;
		margin-bottom: 0;
	}
	#team-section{
		padding: 20px 0 0 0;
	}
	#team-section .row{
		margin-bottom: 0 !important;
	}
	#team-section h2 {
		padding: 10px 25px;
	}
	#userinsight-section {
		padding: 15px 0 0 0;
	}
	#userinsight-section h2 {
		margin-bottom: 15px;
	}
	.insight-content .reviewer {
		position: static;
		left: 50%;
		bottom: 20px;
		transform: inherit;
	}
	.insight-content {
		min-height: inherit;
		padding: 20px;
		border-radius: 10px;
	}
	#userinsight-section .quote-icon {
		width: 50px;
		height: 42px;
		margin: 0 auto 10px;
	}
	#download-section {
		padding: 20px 0;
	}
	#download-section .downloadcontent {
		padding: 20px;
	}
	.downloadcontent h2{
		margin-bottom: 15px;
	}
	.downloadcontent .default-btn {
		padding: 10px;
		font-size: 14px;
		margin-bottom: 25px;
	}
	#header .nav{
		background: #fff;
		text-align: left;
		padding: 5px;
		z-index: 9;
	}
	#header .nav li a:hover, #header .nav li.active a{
		color: #5d4b4b !important;
	}
	#header.active .navbar-header{
		top: 15px;
	}
	#header.active .nav{
		position: absolute;
		left: 0;
		top: 65px;
	}

	.courses-box{
		display: block;
		text-align: center;
		margin-bottom: 20px;
		border-radius: 10px;
	}
	.courses-box .course-img {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.courses-box .course-img img {
		display: block;
		width: 50%;
		height: auto;
		margin: 0 auto;
	}
	.courses-box .course-content {
		width: 100%;
	}
	.courses-box .course-content h2{
		text-align: center !important;
		font-size: 17px !important;
	}
	.courses-box .course-othercontent {
		display: block;
	}
	.courses-box .coursebullets {
		width: 100%;
		padding: 0;
	}
	.courses-box .coursebullets li {
		display: list-item;
		list-style: disc;
		margin-bottom: 10px;
		list-style-position: inside;
		font-size: 13px;
		font-weight: 300;
	}
	.courses-box .otherinfo {
		width: 100%;
		text-align: center;
		border-left: none;
	}
	.mb-4{
		margin-bottom: 0 !important;
	}
	.rtl-content .courses-box .course-content h2, 
	.rtl-content .courses-box .coursebullets{
		text-align: center !important;
	}

	.inner-top#top-section .mainsection-wrap{
		display: none;
	}
	.inner-top#top-section {
		padding: 120px 0 10px 0;
	}
	#regform {
		padding: 120px 0 0 0;
		text-align: center;
	}
	#regform .regform-wrap span {
		margin-bottom: 20px;
		text-align: center;
	}
	#regform .col-sm-4,
	#regform .col-sm-6{
		margin-bottom: 20px;
	}
	#regform .regform-wrap label{
		font-size: 12px;
	}
	#regform .row{
		margin-bottom: 0 !important;
	}
}