@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@600&family=Istok+Web:wght@400;700&display=swap');

body {
	/* font-family: 'Istok Web', sans-serif; */
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 400;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
}

h2 {
	font-size: 2.75rem;
}

p {
	line-height: 1.4;
}

a {
	transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  color: #E7BDBB;
  text-decoration: none;
}


a:hover {
	color: #000;
}

.green {
	color: #3bb375;
}

.pink {
	color: #E7BDBB;
}

.white {
	color: #efefef;
}

.btn-primary {
	background: #E7BDBB;
	border-radius: 0px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 13px 40px !important;
	color: #fff;
	transition: all .2s linear;
	  -moz-transition: all .2s linear;
	  -webkit-transition: all .2s linear;
	  border: none;
}

.btn-primary:hover {
	background: #212121;
}

header ul.navbar-nav li a.nav-link {
	font-family: 'Istok Web', sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	color: #212121;
}

header ul.navbar-nav li a.active,
header ul.navbar-nav li a:hover {
	color: #E7BDBB !important;
	transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}

header ul.navbar-nav li.cta-btn a {
	background: #E7BDBB;
	border-top-left-radius: 35px;
	border-bottom-right-radius: 35px;
	padding: 13px 40px !important;
	color: #fff;
	transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}

header ul.navbar-nav li.cta-btn a:hover {
	background: #212121;
	color: #fff !important; 
	transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}

header .dropdown-item {
	font-family: 'Istok Web', sans-serif;
}
.hero-section {
	min-height: 800px;
	background: url(images/banner.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.hero-section:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
}

.hero-section .hero-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.hero-section .hero-inner h1 {
	font-size: 4rem;
	color: #fff;
}

.hero-section .hero-inner h2 {
	color: #fff;
}

.intro-section {
	
	background-color: #F4F3EF;
	padding: 6rem 0 !important;
}


.why-choose-us,
.who-we-are,
.logo-section {
	
	padding: 6rem 0 !important;
}

.why-choose-us img {
	max-width: 120px;
	padding: 20px;
	margin: 0 auto;
}

.why-choose-us .card,
.who-we-are .card {
	box-shadow: 0px 0px 10px rgba(0,0,0,.10) !important;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.10) !important;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.10) !important;
}

.choose-topics .btn {
	padding: 7px 20px !important;
}

.who-we-are {
	background: #f9f9f9 url('images/map.png') no-repeat center;
	background-size: cover;
}

.who-we-are .card ul {
	padding: 0;
	margin: 0;
}

.who-we-are .card ul li {
	list-style: none;
	margin: 0 0 14px;
	background: url('images/arrow.png') no-repeat left 3px;
	background-size: 15px auto;
	padding: 0 0 0 25px;
}

.who-we-are .card ul li:last-child {
	margin-bottom: 0;
}

.logo-section img {
	width: auto !important;
}

footer {
	background: #e7bdbb;
	padding: 2.5rem 0;
}

footer ul li {
	margin-bottom: 18px;
}

footer ul li a.nav-link {
	padding: 0;
	color:#000;
}

footer .address {
	line-height: 1.5;
}


footer ul li a.nav-link:hover,
footer a:hover {
	color: #212121;
}

footer .workshops a {
	font-family: 'Istok Web', sans-serif;
	font-weight: 400;
}

.copyright {
	padding: 1rem 0;
	background: #000;
}

.copyright p {
	color: #ddd;
	margin-bottom: 0;
}