﻿@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,700,900|Questrial:100,200,300,400,700,900');


body {
    font-size: 1.2rem;
    font-weight: 400;
}
	
	
	
.modal {
  display: none;
  position: fixed; 
  padding-top: 20px;
  left: 0; 
  top: 0;
  width: 100%;
  height: 100%; 
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  position: relative; 
  background-color: white;
  padding: 5px; 
  margin: auto; 
  width: 100%;  
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.close-btn {
  float: right; 
  color: lightgray; 
  font-size: 24px;  
  font-weight: bold;
}
.close-btn:hover {
  color: darkgray;
}
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
	

	
	


*, ::after, ::before {
    box-sizing: border-box;
}


.card {

    border-radius: 0.65rem;
}

.mobspace {
	
	padding-bottom: 70px;
}

.continually {}

.player {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  height: 226px;
  width: 401px;
}

.player300 {
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
    height: 156px;
    width: 305px;
  }


.player100 {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  height: 156px;
  width: 100%;
}


.wideplayer {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  height: 351px;
  width: 624px;
  background-color : #fff;
}

.postimage {
  border-radius: 10px;
  height: auto;
  width: 100%;
  margin: auto;
}

#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}


.feedback {
  background-color : #5c5cff;
  color: #fff!important;
  padding: 10px 20px;
  border-radius: 40px;
  border: 0px;
  font-weight:bold;
}

.mobillogin {
    background-color : #000000;
    color: #fff!important;
    padding: 15px 25px;
    border-radius: 50px;
    border: 0px;
    font-weight:bold;
  }
  


.helpbutton {
  position: fixed;
  bottom: 18px;
  right: 18px;
}

.mobplayer {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  height: 180px;
  width: 300px;
}

.select-style {
    display: block;
    width: 100%;
    padding: 0.175rem 0.75rem;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}


/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.2);
}

.dashed
{
  margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px dashed rgba(0, 0, 0, 0.1)!important;
}


.select-style select {
    padding: 5px 8px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}




.link-style
{
	text-decoration :none !important;
	color: #656565 !important;
	font-weight: 900;
    font-size: 13px;
}

.bluelink
{
  text-decoration: underline;
  color: blue;
}

.gryfont
{
	color: #b2b2b2	!important;
}

.grbck
{
	background-color: #f7f9fc!important;
	
}

.bigfonts
{
    font-size: 45px!important;
    font-weight: 100;
}

.font19
{
    font-size:  1.9rem!important;
}

.bluefont
{
	color: #007bff!important;
	
}

.lbluefont
{
	color: #70b5ff!important;
	
}

.dbluefont
{
	color: #004896!important;
	
}



.bluefont2
{
	color: #5c5cff!important;
	
}

.orangefont
{
	color: #f39500!important;
	
}

.pinkfont
{
	color: #ef0c67!important;
	
}





.blackfont
{
	color: #000	!important;
}

.whitefont
{
	color: #fff	!important;
}

.yellowfont
{
	color: #ff5	!important;
}

.mentornityfont
{
	color: #b00021	!important;
}

.thinfont
{
	font-weight: 300 !important;
}

.grybck
{
	background-color: #eaf2ff!important;
}

.grybck2
{
	background-color: #ebebeb!important;
}

.blackbck
{
	background-color: #000!important;
}

.whitebck
{
	background-color: #fff!important;
}



.greenbck
{
	background-color: #39d79e!important;
	color: #fff;
}

.purplebck
{
	background-color: #7321c0!important;
	color: #fff;
}

.orangebck
{
	background-color: #f39500!important;
	color: #fff;
}

.pinkbck {
    background-color: #ef0c67;
    color: #fff!important;
}

.darkbrbck
{
	color: #fff;
	background-image: url("https://res.cloudinary.com/mentornity/image/upload/v1559588898/w6t0xbvuomxykycf4a01.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}



.lgrybck
{
	background-color: #efefef!important;
	
}

.ulb
{
	 border-bottom: 3px solid #5c5cff;
     padding-bottom: 10px;

}




.bluebck
{
	background-color: #007bff;
	color: #fff;
}



.bluebck2
{
	background-color: #5c5cff !important;
	color: #fff;
}

.blckbck
{
	background-color: #000;
	color: #fff;
}

.img1bck
{
	background-image: url("https://res.cloudinary.com/mentornity/image/upload/v1559514161/hqyycz4sduk6wzrwpavs.jpg");
	color: #fff;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    }
    

    .img2bck
{
	background-image: url("https://res.cloudinary.com/mentornity/image/upload/v1563542972/sz6fimo6jwhfipkh0aop.jpg");
	color:#202020;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
	}
    
    
    .featcustomers {
       
        background-image: url("https://res.cloudinary.com/mentornity/image/upload/v1563542972/sz6fimo6jwhfipkh0aop.jpg") no-repeat;
        width:100%;
        height: 20px;
    
    }

    .featcustomers:hover {
        background-image: url("https://en.mentornity.com/assets/img/mentornity-customers.png") no-repeat;
        width:100%;
        height: 20px;
    }

	

.yellowbck
{
	background-color: #ff5;
	color: #000;
}


.fontmid {

    font-size: 1.1em !important;
}

.fontone {

    font-size: 1.1em !important;
}



.fontbold
{
    font-weight: 900 !important;
}


.circlesteps {
    border-radius: 50%;
    text-align: center;
    width: 64px;
    padding: 5px;
    font-size: 2rem;
    font-weight: 600;
    font-family: Montserrat;
  }


  .dashborder {
   border: 2px dashed;
   
  }

  .solidborder {
    border: 2px solid;
    
   }

  

.freesteps {
    width: %25;
    margin: auto;
}


.fontstep {
  background: rgba(0, 0, 0, 0.3);;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.8em;
  margin-right: 10px;
  text-align: center;
  width: 1.4em; 
}


.iconcircle {
    background: #ebebeb;
    vertical-align: middle;
    border-radius: 1.8em;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 1.8em; 
    height: 1.8em; 
  }



.radiumage
{
	border: 1px solid transparent;
	box-shadow: 0 0 35px 1px #e0e0e0;
    border-radius: 0.85rem;
	margin-bottom: 20px;
	
}


.radiumage:hover
{
	border: 1px solid transparent;
	box-shadow: 0 0 35px 2px #999;
    border-radius: 0.85rem;
	margin-bottom: 20px;
	
}


.featimage
{
height: 140px;
width: auto;
padding-bottom: 10px; 		
}


/*Masaüstü*/
:root {
    font-size: 16px;
}

/*Mobil (md<)*/
@media screen and (max-width: 992px) {
    :root {
        font-size: 18px;
    }
    .d-sm-none {
        display: none !important;
    }
	   .d-sm-block {
        display: block !important;
    }




h2 {
    font-size: 1.6rem!important;
}
}

/*Mobil-son (md<)*/

.zero {
    padding-top: 0px !important;
}

.b100 {
	width:100%;
}

main {
    padding-top: 60px;
}

nav {
    background-color: rgba(255, 255, 255);
}

.list-group {
    list-style: none;
}

.mh-60p {
    min-height: 60px;
}

.row-bg-1 {
    background-image: url('../img/row_bg_1.png');
    background-repeat: no-repeat;
    background-position: 75% bottom;
}

.row-bg-tr {
    background-image: url('../img/row_bg_custom.png');
    background-position: 25% top;
    background-size: contain;
    background-repeat: no-repeat;
}


.row-bg-2 {
    background-image: url('../img/row_bg_2.png');
    background-repeat: no-repeat;
    background-position: 25% top;
    background-size: contain;
}


.row-bg-4 {
    background-image: url('../img/row_bg_4.png');
    background-repeat: no-repeat;
    background-position: 75% bottom;
}

.card-text {
    height:auto;
}

.card {

    border-radius: 0.65rem;
	margin:auto;
	text-align:center;
}

.shadowcard {

    border: none;
    min-height: 420px;
    -webkit-box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
    -moz-box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
    box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
}

.blue2shadowcard {

    color: #fff;
    background-color: #5c5cff;
    border: none;
    min-height: 420px;
    -webkit-box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
    -moz-box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
    box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
}

.greenshadowcard {

    color: #fff;
    background-color: #28be8a;
    border: none;
    min-height: 420px;
    -webkit-box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
    -moz-box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
    box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
}

.categorycard {

    border: solid 2px;

}




.blue2cardmini {

    border: none;
    min-height: 360px;
    -webkit-box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
-moz-box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
}

.blue2card290 {

border: none;
min-height: 290px;
 -webkit-box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
-moz-box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
box-shadow: 0px 0px 23px 1px rgba(179,179,179,1);
}


.blackcard {

    border: 3px solid #000000;
}


.phover:hover {

    color: #fff;
}

.p2 {
    font-size: 1.8rem;
    line-height: 1.2;
}


.contactcard {

    border-radius: 0.65rem;
	margin:auto;
	text-align:center;
	background-color: transparent;
}

.contactplan {

    border-radius: 0.35rem;
	background-color: #daf1ea;
    vertical-align: middle;
    color: #437e6c;
	padding: 10px 15px 5px 15px;
	font-size: 1.8rem;
	font-weight:900;
	font-family: Montserrat;
}

.plan {

    border-radius: 0.35rem;
	background-color: #daf1ea;
    vertical-align: middle;
    color: #437e6c;
	padding: 5px;
	font-size: 1.8rem;
	font-weight:900;
	font-family: Montserrat;
}

.chatright {

    float:right;
	border-radius: 0.75rem 0.75rem 0rem 0.75rem;
	background-color: #007bff;
	border: 1px solid #007bff;
    vertical-align: middle;
    color: #fff;
	padding: 5px 20px 5px 20px;
	margin-bottom: 10px;
    font-size: 1.6rem;
	max-width: 80%;
}

.chatleft {

    float:left;
	border-radius: 0.75rem 0.75rem 0.75rem 0rem;
	background-color: #fff;
	border: 1px solid #ccc;
    vertical-align: middle;
    color: #000;
	padding: 5px 20px 5px 20px;
	margin-bottom: 30px;
	font-size: 1.6rem;
	max-width: 80%;
}






.row-bg-3 {
    background-image: url('../img/row_bg_3.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.row-bg-2-a {
    background-image: url(../img/row_bg_2.png);
    background-repeat: no-repeat;
    background-position: 25% top;
    background-size: auto;
}

.text-purple {
    color: #6028be;
}

h1, h2, h3, h4, h5 {
font-family: Montserrat;
font-weight: 900;
}



/*Özel Buton Stilleri*/
[class*="btn-custom"],
[class*="btn-custom"]:hover {
    color: #fff;
    font-size: 1.65rem;

}

[class*="btn-"] {
    box-shadow: 0 0 16px -2px #23232370;
}

[class*="btn-"]:hover {

    box-shadow: 0 0 10px -1px #434343;
}

.btn2 { padding: 0.275rem 0rem 0.375rem 0rem;
}
  

.fixedbtn
{
    position: relative;
    z-index:999;               
    left: 10px;
    top: 40px;
}

.btn-custom-transparent {
    background-color: transparent;
    border-color: transparent;
    border: unset;
    box-shadow: unset;
}


.btn-custom-transwhite {
    background-color: transparent;
    border: 2px solid #ffffff;
	box-shadow: none!important;
}


.btn-custom-transwhite2 {
    background-color: transparent;
	color:#fff !important;
	text-decoration:none;
    border: 3px solid #ffffff;
	box-shadow: none!important;
	padding: 0.775rem 0.75rem 0.375rem 0.75rem!important;
}

.btn-custom-transblack {
    background-color: transparent;
    border: 1px solid #000;
	box-shadow: none!important;
	color: #000000!important;
	font-family: Montserrat;
	}
	
.btn-custom-transblackb {
    background-color: transparent;
    border: 3px solid #000;
	box-shadow: none!important;
	color: #000000!important;
	font-family: Montserrat;
	}
    
    
.noshadow {
    box-shadow: none !important;
}    
	
.btn-gray {
    background-color: #ededed;
    border: 1px solid #ededed;
	box-shadow: none!important;
	color: #828282!important;
	font-family: Montserrat;
	padding: 0.15rem 1rem 0.375rem 1rem;
}

.btn-white {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
	font-family: Montserrat;
	font-weight: bold;
}


.btn2-white {
    color: #808080;
    background-color: transparent;
    border-color: transparent;
}

.btn-outline-dark {
    background-color: #fff;
    border-color: #ffffff;

}

.btn-custom-purple {
    background-color: #6028be;
    border-color: #6028be;
}

.btn-custom-pink {
    background-color: #ef0c67;
    border-color: #ef0c67;
}

.btn-custom-black {
    background-color: #000000;
    border-color: #000000;
}

.btn-custom-black:hover {

    background-color: #5c5cff;
    border-color: #5c5cff;
    color: #fff;
}


.btn-custom-mentor {
    background-color: #b00021;
    border-color: #b00021;
}

.btn-custom-blue {
    background-color: #187adf;
    border-color: #187adf;
}

.btn-custom-blue2 {
    background-color: #5c5cff;
    border-color: #5c5cff;
}


.btn-custom-orange {
    background-color: #f39500;
    border-color: #f39500;
}

.btn-custom-green {
    background-color: #28be8a;
    border-color: #28be8a;
}

.btn-custom-white {
    background-color: #fff;
    border-color: #fff;
	color: #000!important;
	font-weight:bold;
}

.btn-custom-darkred {
    background-color: #b00021;
    border-color: #b00021;
}

.btn-custom-blue2:hover, .btn-custom-mentor:hover, .btn-custom-orange:hover, .btn-custom-blue:hover, .btn-custom-pink:hover
 {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #FFF !important;
}


.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    font-weight: 900;
    background-color: #000000;
}



/*Özel Badge Stilleri*/
.badge-custom-gray{
    color: #202020;
    background-color: #eaeaea;
}

.badge-custom-gray:hover { 
    background-color: #7669E8;
	color: #FFF;
	box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.2);
}

.row.dark {
    position: relative;
}

.navbar-brand {
    position: relative;
    margin-left: 50px;
}

.navbar-brand:after {
    height: 35px;
    width: 44px;
    background-image: url('../img/logo_header.png');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);

}

.logo img.logo-img {
    max-width: 180px;
}

.logo img {
    width: 100%;
}

.form-control {
    font-size: 1.2rem;
}

.form-control2 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.4rem;
	font-weight: 900;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 0.45rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control2::-webkit-input-placeholder {
    color: rgb(92, 92, 92);
    opacity: 1;
}

.form-control2::-moz-placeholder {
    color: rgb(92, 92, 92);
    opacity: 1;
}

.form-control2:-ms-input-placeholder {
    color: rgb(92, 92, 92);
    opacity: 1;
}

.form-control2::-ms-input-placeholder {
    color: rgb(92, 92, 92);
    opacity: 1;
}

.form-control2::placeholder {
    color: rgb(92, 92, 92);
    opacity: 1;
}


h2 {
    font-size: 2.6rem;
    font-weight: 600;
}

h5 {
    color: #7b7b7b;

}

p {
    font-size: 1.4rem; /*1.2*/
    line-height: 1.2;
    color: #646464;
}

.row.dark:before {
   
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

img {
    max-width: 100%;
}

.max100 {
    max-height: 70px;
    max-width: 100%;
}

footer ul {
    list-style: none;
}

footer p {
    max-width: 540px;
    margin: 20px auto;
}

footer ul li {
    display: inline-block;
    margin: 0 8px;
    position: relative;
}

footer ul li:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    right: -12px;
    top: calc(50% - 2px);
}

footer ul li:last-child:after {
    content: unset;
}

/*Responsive İçerik*/
@media (min-width: 992px) {
    .vertical-center {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
	  .vertical-20 {
        position: absolute;
        top: 20%;
        transform: translateY(-50%);
    }
	
	
	
}

@media (max-width: 992px) {
    nav {
        background-color: #fff;
    }
}

/* The container */
.container2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size:18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f8f9fa;
    border-radius: 50%;
	    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container2 input:checked ~ .checkmark2:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container2 .checkmark2:after {
 	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}