
 body {
	font-family: "Poppins", sans-serif;
	box-sizing: border-box;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.pad-15{
	padding: 15px;;
}
.pt-60{
	padding-top: 80px;
}
.pb-60{
	padding-bottom: 80px;
}
.mt-10{
	margin-top: 10px;
}

/* button style */

.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.theme-bg {
	background: #1696e7
}
.bg-dark-gray {
	background-color: #1b2945;
}

/* body content */
.custom-navbar .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff6347;
}
.custom-navbar li.nav-item {
	margin-right: 15px;
	
}
.header-content.version_2 {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: slideBg 10s infinite alternate;
}

@keyframes slideBg {
    0% {
        background-image: url("../../assets/images/mont-kara-3.jpg");
    }
    50% {
        background-image: url("../img/geologie-sedimentaire.jpg");
    }
    100% {
        background-image: url("../img/image-roche.jpg");
    }
}

.header-content {
	width: 100%;
    position: relative;
    text-align: center;
    margin: 0;
    color: #fff;
}
.row-padding{
	padding: 15em 0;
}

.opacity-overlay{
	width: 100%;
    height: 100%;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 2;
}
.header-content-body {
    text-align: left;
}
.header-content-body h1{
	font-size: 72px;
    line-height: 85px;
    font-weight: 600;
    letter-spacing: 0px;
	margin: 0px auto 25px;
	color: #fff;
}
.bold-color {
    color: #fcc741;
}
.banner-img {
	position: relative;
	transform: translateY(-108px);
}

.banner-img img {
    max-width: 100%;
    animation: bounce 1s infinite alternate;
	-webkit-animation: bounce 1s infinite alternate;
}
  @keyframes bounce {
	from {
	  transform: translateY(0px);
	}
	to {
	  transform: translateY(-15px);
	}
  }
  @-webkit-keyframes bounce {
	from {
	  transform: translateY(0px);
	}
	to {
	  transform: translateY(-15px);
	}
  }

a.nav-link.login {
    background-color: #ff6347;
    border-radius: 20px;
    height: 33px;
    line-height: 33px;
	padding: 0 30px !important;
	margin-top: 3px;
}
a.nav-link.login:hover {
    background-color: #fcc741;
    color: #fff;
}

.block-wrapper .block-all-text {
    background-color: #ddd;
    display: block;
	padding: 40px;
	text-align: center;
	
}
.block-wrapper .block-all-text h5{
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}
.block-wrapper .block-all-text p{
	font-family: "Oswald", sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
}
.img-inner-block img {
    height: 80px;
}
.img-inner-block {
    height: 100%;
	width: 100%;
	margin-bottom: 8px;
}
.block-wrapper {
    margin-top: -75px;
    position: relative;
    z-index: p;
    z-index: 9;
}
.what-we-do-content h1{
	font-size: 72px;
    line-height: 85px;
    font-weight: 600;
    letter-spacing: 0px;
	margin: 0px auto 25px;
	color: #222;
}
.what-we-do-content p{
	font-size: 18px;
    letter-spacing: 0px;
	margin: 0px auto 25px;
	color: #222;
}
.what-we-do-image {
    position: absolute;
    top: 0;
    height: 100%;
    right: -35px;
    display: table;
    z-index: -1;
}
.what-we-do-image img {
    display: table-cell;
    vertical-align: bottom;
}
.counter {
    text-align: center;
    margin-top: 8%;
}
.counter-img {
    height: 100%;
    width: 100%;
}
.counter-img img {
    height: 60px;
}

.counter-count
{
    font-size: 18px;
    position: relative;
    color: #222;
    text-align: center;
    display: inline-block;
}
.counter-box {
    padding: 22px;
}
.counter-box h4{
	font-weight: bold;
	color: #fff;
}
.counter-box p{
	font-weight: bold;
	color: #fff;
}
.our-courses {
    background-color: #f3f8fc;
}
.courses-details img {
    height: 60px;
}
.course-header {
    text-align: center;
}
.courses-details {
	height: 100%;
    width: 100%;
    background-color: orange;
    padding: 65px;
    text-align: center;
    
}

.banner-question{
	background-image: url(../img/text-on-shelf-256417.jpg);
	background-size: cover;
	background-position: center;
	height: 300px;
	margin-top: 105px;;
}
.question-title {
    padding: 80px 0;
}
.question-title h3{
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}
.question-title h6{
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
}
.question-counter {
    padding: 116px 0;
    text-align: end;
}
.question-counter span{
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}
.quix-warpping {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: #fff;
}



.welcome_form input,
.welcome_form button {
  display: block;
  width: 100%;
}

.welcome_form input {
  background-color: transparent;
  color: #222;
  font-size: 30px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #ff6347;
  margin-bottom: 15px;
}

.welcome_form input:focus {
  outline: none;
}

.welcome_form button {
  padding: 20px 0;
  border: none;
  border-radius: 100px;
  background-color: #fcc741;
  color: #222;
  font-size: 22px;
  transition: 0.4s all;
}

.welcome_form button:hover {
 background-color: #ff6347;
  cursor: pointer;
}

.quiz {
  display: grid;
  grid-template-rows: 60px auto;
 margin-top: -80px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

.quiz_header {
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.quiz_body {
  padding: 30px 30px;
}
.quiz_user {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 30px;
}

.quiz_timer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100px;
  background-color: #ff6347;
  color: #fff;
}
.quiz_body {
  background-color: #ecf0f1;
}

.option_group {
  list-style-type: none;
  margin: 30px 0;
}

.option {
  display: block;
  width: 300px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 100px;
  border: 2px solid transparent;
  transition: 0.4s all;
}

.option:hover {
  cursor: pointer;
  /* background-color: rgba(255, 255, 255, 0.1); */
  border: 2px solid #ff6347;
  color: #ff6347;
}
.option.active {
  background-color: #ff6347;
  color: #fff;
}
.btn-next {
  border: none;
  padding: 15px 35px;
  background-color: #ff6347;
  color: #fff;
  border-radius: 27px;
  transition: 0.4s all;
}

.btn-next:hover {
  cursor: pointer;
  background-color: #fff;
  color: #ff6347;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.award_icon {
  display: block;
  font-size: 300px;
  color: #fff;
}

.username,
.userpoints,
.usertime {
  color: #222;
  margin-top: 15px;
}
.course-details {
	background: gray url(../image/feature-jobs/recomended-bg.jpeg) repeat 0 0;
	width: 100%;
	margin: 0;
	  background-color: #138D75;
	text-align: center;
	padding:150px;
	box-sizing: border-box;
	margin-top: -25px;
  }
  
  .course-details h2{
  font-family: sans-serif;
	  color: #138D75;
	  font-size: 55px;
	  font-weight: 700;
  }

.details-pic {
  display: block;
  width: 140px;
  background: #fff;
  border: 2px solid #138D75;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}
.details-pic img{
 height: 136px;
  width: 100%;
  border-radius: 50%;
}

.white-shadow{
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  background: #fff;
  border-bottom: 3px solid #ff6347;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.course-basic-info ul li{
	display: block;
    margin-top: 10px;
    list-style: none;
}

.get-in-touch ul li{
    display: block;
    margin-top: 10px;
    list-style: none;
}
.get-in-touch ul li i{
    margin-right: 10px;
}
.detail-panel-social-icon ul li{
    display: inline-block;
    margin-right: 10px;
    
}
.detail-border{
border: 1px solid #ddd;
    
}
.details-course-body {
    padding: 0 40px;
}
.basic-info {
    text-align: right;
   
}
.detail-panel-social-icon ul li i{
    background-color: #fcc741;
     width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 17px;
    border-radius: 2px;
    color: #fff;
    transition: all ease-in-out .4s;
}
.apply-quiz-btn{
	background-color: #fcc741;
}
.button-footer {
    text-align: right;
    padding: 0 38px;
}
.mentor{
	background-color: #f3f8fc;
}
.mentor .card {
    background: #fff;
    margin-bottom: 30px;
    transition: .5s;
    border: 0;
    border-radius: .1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    box-shadow: none;
}
.mentor .card .body {
    font-size: 14px;
    color: #424242;
    padding: 20px;
    font-weight: 400;
}
.profile-page .profile-header {
    position: relative
}

.profile-page .profile-header .profile-image img {
    border-radius: 50%;
    width: 140px;
    border: 3px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.profile-page .profile-header .social-icon a {
    margin: 0 5px
}

.profile-page .profile-sub-header {
    min-height: 60px;
    width: 100%
}

.profile-page .profile-sub-header ul.box-list {
    display: inline-table;
    table-layout: fixed;
    width: 100%;
    background: #eee
}

.profile-page .profile-sub-header ul.box-list li {
    border-right: 1px solid #e0e0e0;
    display: table-cell;
    list-style: none
}

.profile-page .profile-sub-header ul.box-list li:last-child {
    border-right: none
}

.profile-page .profile-sub-header ul.box-list li a {
    display: block;
    padding: 15px 0;
    color: #424242
}
.contact-form {
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 1px 1px #f2f2f2;
    padding: 3%;
}
.btn-simple{
	background-color: #ff6347;
}
.social-icon a {
    color: #222;
}
.footer {
    padding: 0 0 70px 0;
    background-color: #212F3D;
}
.footer a.socialbox {
	font-family: "Open Sans";
	font-weight: 300;
	display: inline-block;
	text-decoration: none;
	color: white;
	width: 100%;
	padding: 15px;
  }
  
  .footer a.socialbox.facebook {
	background-color: #2980b9;
	-webkit-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
  }
  .footer a.socialbox.twitter {
	background-color: #3498db;
	-webkit-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
  }
  .footer a.socialbox.pinterest {
	background-color: #c0392b;
	-webkit-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
  }
  .footer a.socialbox.linkedin {
	background-color: #34495e;
	-webkit-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
  }
  
  .footer a.socialbox .social-icon {
	line-height: 32px;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	padding-right: 15px;
  }
  .footer a.socialbox .description {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 13px;
  }
  
  .footer a.socialbox .description span {
	display: block;
	line-height: 16px;
  }
  .copyright-content{
	  margin: 0 auto;
	  text-align: center;
  }