
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}
@font-face {
  font-family: 'graphik';
  src:  url('../fonts/graphik/GraphikRegular.otf') format('opentype');
  font-weight: 400;
       
}
@font-face {
  font-family: 'graphik';
  src:  url('../fonts/graphik/GraphikMedium.otf') format('opentype');
  font-weight: 500;
       
}
@font-face {
  font-family: 'graphik';
  src:  url('../fonts/graphik/GraphikSemibold.otf') format('opentype');
  font-weight: 600;
       
}
@font-face {
  font-family: 'graphik';
  src:  url('../fonts/graphik/GraphikBold.otf') format('opentype');
  font-weight: bold;
       
}
@font-face {
  font-family: 'graphik';
  src:  url('../fonts/graphik/GraphikBlack.otf') format('opentype');
  font-weight: 900;
       
}


body {
	font-family: 'Ubuntu', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #fff;
  overflow-x: hidden;
  
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  font-family: 'Ubuntu', sans-serif;
}
ul{
	margin: 0;
	padding: 0;
}
header{
	background-color: rgba(26, 56, 118, 0.87);
	padding: 15px 0;
	    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
    top: 0;
}
header .container-fluid{
	padding: 0 50px;
}
header h3
{
	    text-align: right;
    color: #1A3876;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
  
}
.mr-left{
	margin-left: auto;
}
header img{
	max-width: 150px;
}
.middle-box{
	       background-color: #F4D595;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    padding: 2px 20px;
    display: inline-block;
    position: relative;
}
.header_shadow
{
	    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: auto;
    top: 13px;
    z-index: -1;
}

.mykey-banner {
    /*background-image: url(../images/banner.jpg);*/
	background-image: url(../img/home-slider1.gif);
    background-size: cover;
    padding: 50px 0;
    padding-top: 110px;
}
.mykey-banner .container-fluid{
	padding: 0 50px;
}
    .form select {
    width: 100% !important;
    padding: 10px !important;
    border: 0.5px solid #BFBFBF !important;
    border-radius: 5px !important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 42px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    color: #25d366;
}
.footer p {
    font-size: 16px;
    color: #fff;
    text-align: left;
}
.team_member_content h4 {
        padding: 10px 0 10px 0;
}
.team_member_content {
    background-color: #0000008c !important;
}
h1.fadeInUp.wow.animated {
    background: #00000091!important;
    padding: 10px 30px 10px 30px!important;
}
.mykey-banner {
    position: relative;
    padding-bottom: 40px !important; 
}
.banner_content ul{	
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.banner_content ul li{
	flex: 0 0 200px;
	max-width: 200px;
	margin: 10px 0;
	margin-right: 20px;
}
.usps{
	    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 9px;
    padding: 15px;
    text-align: center;
}
.banner_content h1{
	/*color: #45474B;*/
	color: #ffffff;
    font-size: 44px;
    font-weight: bold;
    /*text-shadow: 0 0 17px rgba(255, 255, 255, 1);*/
    margin-bottom: 30px;
}

h1.fadeInUp.wow.animated {
    background: #0000004f;
}
.usps h2{
	font-size: 16px;
	color: #E30613;
	font-weight: bold;
}
.form{
	background-color: #F7F7F7;	
	padding: 20px;
	border-radius: 16px;
	border: 1px solid #A0AAB4;
}
.form label{
	width: 100%;
	font-family: 'graphik';
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 1px;
}
.form input{
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	border: 0.5px solid #BFBFBF;
	height: 40px;
	padding: 0 10px;

}
.form textarea{
	height: 80px;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	border: 0.5px solid #BFBFBF;
	padding: 10px 10px;
}
.form h4{
	     /*background-image: url(../images/free-consultation-bg.png);*/
        background-position: center;
    background-size: cover;
    margin: 0;
    text-align: center;
    padding: 8px 40px;
    font-size: 25px;
    font-weight: 700;
    font-family: 'graphik';
    display: inline-block;
}	
.form_heading{
	text-align: center;
}
.form_heading img{
	margin: 0 auto;
	margin-bottom: 30px;
}
.form input[type="submit"]
{
	background-color: #1A3876;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	width: auto;
	font-weight: bold;
	padding: 0 20px;
}
section{
	padding: 30px 0;
}
.section_title{
	text-align: center;
	margin-bottom: 50px;
}
.section_title h3{
	font-size: 38px;
	font-weight: bold;
}
.section_title h3 span{
	color: #E30613;
}
.section_title p{
	color: #000;
	font-family: 'graphik';
}
.Opportunity_items{
	background-color: #F9F9F9;
	border: 0.5px solid #4A4A4A;
	border-radius: 10px;
	text-align: center;
	padding: 60px 10px;
	margin-bottom: 30px;
	min-height: 310px;
}
.Opportunity_items img{
	max-width: 60px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.Opportunity_items h4{
	font-size: 16px;
	font-family: 'graphik';
	font-weight: 400;
}
.Opportunity_items h4 span{
	font-size: 12px;
}
.border-line{
	margin: 20px auto;
	margin-bottom: 20px;
	max-width: 130px;
}
.bg-grey{
	background-color: #EFEFEF;
}
p{
	font-family: 'graphik';
	font-size: 16px;
}
h2.fadeInUp.wow.animated {
    margin-bottom: 25px;
}
.citizenship_box_items p{
	padding: 20px 0;
	margin: 10px 0;
	font-size: 18px;
	max-width: 80%;
	font-family: 'graphik';
}
.citizenship_box_items2 p{
	margin-bottom: 50px;
}
.easy-path{
	background-image: url(../images/Expertise.svg);
	background-position: center;
	background-size: cover;
}
.price_left_box{
	text-align: center;
}

.price_left_box p{
	margin-top: 20px;
	font-size: 14px;
}
.price_right_box{
	padding-left: 40px;
}
.price_right_box h3{
	font-size: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
}
.price_right_box p{
	margin-bottom: 30px;
}
.price_right_box a{
 	border-radius: 5px;
 	padding: 6px 20px;
 	background-color: #E30613;
 	color: #fff;
 	text-transform: uppercase;
 	border: 0;
}

.btn-primary{
	border-radius: 5px;
 	padding: 6px 20px;
 	background-color: #1A3876 !important;
 	color: #fff;
 	text-transform: uppercase;
 	border: 0 !important; 
 	font-family: 'Ubuntu', sans-serif;
 	font-weight: bold !important;
}

.btn-primary:hover{
	background-color: #000 !important;
}
.experience_section{
	background-image: url(../images/embrace-turkey.png);
	background-size: cover;
	background-position: center;
}
.experience_content h3{
	    color: #fff;
    font-size: 38px;
    font-weight: 900;
    text-align: center;
}
.turkey_citizenship{

}
.turkey_citizenship .text_box img{
	margin: 0 auto;
	max-width: 100px;
}
.text_box{
	text-align: center;
}
.text_box h3 {
    font-size: 32px;
    color: #E30613;
    margin-top: 20px;
    font-weight: bold;
}
.text_box h4 {
    font-size: 16px;
    color: #E30613;
    margin-top: 20px;
    margin-bottom: 20px;
}
.turkey_citizenship{
	background-image: url(../images/turkish-citizenship-banner.jpg);
	background-size: cover;
	padding: 50px 0;
	background-position: center;
}
.image_box img{
	position: relative;
	top: 40px;
}
footer{
	background-color: #1A3876;
	padding: 50px 0;
	margin-top: -26px;
}
.footer img{
	max-width: 200px;
}
.footer p{
	font-size: 16px !important;
	color: #fff;
	text-align: left;
	line-height: 22px !important;
}
.footer .text-right a{
	font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.footer a:hover,
.footer a:focus{
	color: #fff;
}
a:hover{
	text-decoration: none !important;
}
.footer a i{
	font-size: 25px;
	margin-right: 5px;
}
.copyright
{
	background-color: #173168;
	text-align: center;
	padding: 15px;
	/*border-top: 0.5px solid #5e5e5e;*/
}

.copyright p{
	margin-bottom: 0;
	color: #fff;
}

.mobile_logo{
	display: none;
}
.easy-path-box .mobile_thumb{
	display: none;
}





.legal_box
{
	    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 550px;
}
.mykey-banner{
	position: relative;
	padding-bottom: 100px;
}
.banner_left_box{
	display: inline-block;
	text-align: left;
}
.experience_section p{
	color: #fff;
}

.experience_section ul{
	padding: 0;
	margin: 0;
	margin-top: 40px;
}
.experience_section ul li{
	display: inline-block;
	max-width: 25%;
	padding: 0 30px;
	border-right: 1px solid #ddd;
}

.experience_section ul li h4{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin: 0;
}
.experience_section ul li:last-child{
	border-right: 0 !important;
}
.about_us{
	margin-top: 0px;
}
.about_items{
	background-color: #ECC87F;
	text-align: center;
	padding: 40px 20px;
	min-height: 300px;
	    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about_items img{
	margin: 0 auto;
	max-height: 50px;
	margin-bottom: 20px;
}
.about_items p{
	margin-bottom: 0;
}
.slick-track{
	display: flex !important;
	gap: 20px;
}
.slick-slide.slick-current.slick-active .about_items{
	background-color: #E3B85E;
}
.about_content{
	    display: flex;
    padding: 50px 20px;
    padding-bottom: 0;
    gap: 50px;
}
.vision_wrapper{
	padding: 100px 0;
}
.vision_wrapper .experience_content{
	text-align: center;
}
.vision_wrapper .experience_content h3{
	color: #292929;
	margin-bottom: 30px;
	text-shadow: 0 0 20px #F4D595;
}
.team-box{
	text-align: center;
	background-color: #F0F0F0;
	position: relative;
}
ul li{
	list-style: none;
}
.our_expert ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
}
.our_expert ul li {
    flex: 0 0 23%;
    max-width: 23%;
    margin-bottom: 15px;
    margin: 1%;
}
.team_member img{
	    width: auto;
    max-height: 250px;
    margin: 0 auto;
}
.team_member{
	padding-top: 20px;
	position: relative;
	z-index: 2;
}
.team_member_content
{
		position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;

	z-index: 9;
}

.team_member_content {
    background-color: #0000003d;
}
.team_member_content p{
	margin-bottom: 0;
	font-size: 13px;
	color: #ffffff;
}
.team_member_content h4{
	font-size: 15px;
	margin-bottom: 0px;
	color: #ffffff;
	transform: all 0.4s ease;
}
.team-box{
	position: relative;
}
.team-box:before {
  content: '';
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  z-index: 9;
}
.team-box:hover:before {
  height: 50%;
}
.team-box:hover .team_member_content h4 {
  	color: #000;
  	transform: all 0.4s ease;
}
.team-box:hover .team_member_content p {
  	color: #000;
  	transform: all 0.4s ease;
}
.our_expert .section_title h3{
	    color: #fff;
    text-shadow: 0px 0px 7px #000;
}
.process ul{
	display: flex;
	flex-wrap: wrap;
}
.process ul li{
	    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    border: 2px solid #fff;
    position: relative;
    
}
.process_items
{
		
}
.process ul li:after
{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -30px;
	width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 20px;
  z-index: 99;

}
.process ul li h4{
	font-size: 16px;
	font-weight: bold;
}
.process ul li span{
	font-size: 16px;
	font-weight: bold;
}
.process ul li p{
	font-size: 14px;
	margin-bottom: 0;
}
.process ul li:nth-child(1){
	background-color: #FFE6B3;
}
.process ul li:nth-child(1):after{
	background-image: url(../images/Polygon-11.png);
}
.process ul li:nth-child(2) {
	background-color: #FFDD96;
}
.process ul li:nth-child(2):after{
	background-image: url(../images/Polygon-22.png);
}
.process ul li:nth-child(3){
	background-color: #F7CE78;
}
.process ul li:nth-child(3):after{
	background-image: url(../images/Polygon-33.png);
}
.process ul li:nth-child(4){
	background-color: #EBC169;
}
.process ul li:nth-child(4):after{
	background-image: url(../images/Polygon-44.png);
}
.process ul li:last-child{
	background-color: #E3B85E;
}

.opportunities{
	    background-image: url(../images/map.png);
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: center 150%;
}

.slick-prev {
    left: -125px !important;
}
.slick-next {
    right: -125px !important;
}
.testmonial_box{
	text-align: center;
}
.testmonial_box img{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 100px;
}
.testmonial_items p{
	max-width: 80%;
	margin: 0 auto;
	color: #292929;
}
.testmonial_items h3{
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}
.testmonial.slider {
	position: relative;
}
.testmonial.slider:after{
		content: '';
    background-image: url(../images/quote-left.jpg);
    position: absolute;
    left: 0;
    color: red;
    top: 0;
    height: 70px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: 50px;
    background-color: #fff;
    z-index: 99;
	display:none;
}
.testmonial.slider:before{
		content: '';
    background-image: url(../images/quote-left.jpg);
    position: absolute;
    right: 0;
    color: red;
    bottom: -50px;
    height: 70px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: 50px;
    background-color: #fff;
    z-index: 99;
	display:none;
}
.testimonial_wrapper{
	padding-bottom: 80px;
}

.mobile_banner{
	display: none;
}
.fixedHeader {
	background-color: #1A3876;

}
.fixedHeader img{
	max-width: 60px;
	transition: all 0.4s ease-in-out;
}


@media only screen and (max-width: 767px){
	.mobile_banner {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
		.mobile_banner h1{
			display: block !important;
		}
		.mobile_banner img.legal_box{
			position: static;
			display: block;
			max-width: 200px;
		}
		.banner_content h1{
			display: none;
		}
		.legal_box{
			display: none;
		}
	.mobile_logo{
		display: block;
	}
	.desktop_logo{
		display: none;
	}
	.col-lg-3.col-12{
		display: flex;
		align-items: center;
	}
	header{
		position: static;
	}
	header .container-fluid{
		padding: 0 15px;
	}
	header h3{
		font-size: 13px;
		    padding: 5px 0;
    margin-top: 0px;
	}
	header img{
		max-width: 70px;
	}
	.mykey-banner .container-fluid{
		padding: 0 15px;
	}
	
	.mykey-banner{
      background-image: none;
      padding-top: 0 !important;
   }
   .mobile_banner
   {
    /*background-image: url(../images/banner.jpg);*/
    background-image: url(../img/home-slider1.gif);
    background-size: cover;
    padding-top: 50px;
   }
	
	
	.banner_content h1{
		font-size: 28px;
	}
	.banner_content ul li {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 10px 0;
    margin-right: 0;
}

.usps h2{
	font-size: 13px;
}
.banner_content ul{
	justify-content: space-between;
}
.form{
	margin-top: 30px;
}
.form h4{
	font-size: 16px;
}
.form input{
	height: 30px;
}
.section_title h3{
	font-size: 22px;
}
.section_title p{
	font-size: 16px;

}
.section_title p br{
	display: none;
}
.Opportunity_items h4{
	font-size: 14px;
}
.Opportunity_items{

    padding: 30px 10px;
    margin-bottom: 30px;
    min-height: 260px;
}
.Opportunity_items img{
	max-width: 100%;
	max-height: 60px;
}
.citizenship_box_items p {
    padding: 10px 0;
    margin: 10px 0;
    font-size: 14px;
    max-width: 100%;
}
.citizenship_box_items2
{
	display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
}
.easy-path-box .mobile_thumb{
	display: block;
	    max-width: 250px;
    margin: 0 auto;
}
.easy-path-box .desktop_thumb{
	display: none;
}	
.annual-price-section .row{
	flex-direction: column-reverse;
}
.price_right_box {
	padding-left: 0;
}
.price_right_box h3 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: bold;
}
.btn-primary{
	font-size: 14px !important;
}
.price_left_box{
	margin-top: 40px;
}
.experience_content h3{
	font-size: 20px;
}
.experience_section{
	padding: 40px 0;
}
.image_box{
	margin-top: 40px;
}
.text_box h3{
    font-size: 24px;
    color: #E30613;
    margin-top: 0;
    font-weight: bold;
}
.col-12.text-right{
	text-align: center;margin-top: 20px;
	justify-content: center;
}
.middle-box{
	max-width: 70%;
}
header h3{
	text-align: center;
}
.mykey-banner{
	padding: 50px 0;
	padding-bottom: 100px;
}
.banner_left_box {
    display: inline-block;
    text-align: center !important;
    width: 100%;
}
.slick-prev, .slick-next{
	display: none !important;
}

.about_content{
	display: block;
}
.about_content h2 br{
	display: none;
}
.experience_section ul li {
    display: inline-block;
    max-width: 50%;
    padding: 0 15px;
    border-right: 1px solid #ddd;
    width: 49%;
    margin-bottom: 30px;
}
.experience_section ul li:nth-child(2){
	border: 0;
}
.experience_section p br{
	display: none;
}
.process ul li{
		flex: 0 0 50%;
    max-width: 50%;
}
.process ul{
	justify-content: center;
}
.process ul li:after{
	display: none;
}
.team_member img {
    width: auto;
    max-height: 150px;
    margin: 0 auto;
    height: auto;
}
.our_expert ul li{
    flex: 0 0 47%;
    max-width: 47%;
    margin-bottom: 7px;
	margin-bottom: 7px;
}
.testmonial.slider:before,
.testmonial.slider:after{
	background-size: 20px;
}
.testmonial.slider:before{
	right: 0;
	width: 50px;
}
.slick-dots{
	bottom: -40px !important;
}
.testimonial_wrapper{
	padding-bottom: 80px;
}
.footer p br{
	display: none;
}
.footer p{
	font-size: 14px;
}
footer{
	padding: 50px 0;
}
.slick-list{
	height: auto;
}

}

@media only screen and (min-width: 768px) and (max-width: 1180px){
	
	.mykey-banner{
		background-position:right;
		}
	
	.banner_left_box
	{	
		margin-bottom: 30px;
	}
	header h3{
		font-size: 20px;
	}
	.price_right_box h3{
		font-size: 24px;
		margin-top: 0;
	}
	.price_right_box h3 br{
		display: none;
	}
	.citizenship_box_items2
{
	display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
}

.form select {
    width: 100% !important;
    padding: 10px !important;
    border: 0.5px solid #BFBFBF !important;
    border-radius: 5px !important;
}

header
{
	position: static;
}
.testmonial.slider:after{display:none;}
section{
	padding: 50px 0;
}
.mykey-banner{
	padding-top: 50px;
}
.mobile_banner {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
		.mobile_banner h1{
			display: block !important;
		}
		.mobile_banner img.legal_box{
			position: static;
			display: block;
			max-width: 400px;
		}
		.banner_content h1{
			display: none;
		}
		.legal_box{
			display: none;
		}
		.experience_section ul li{
			padding: 0 15px;
		}
		.process{
			padding: 0;
		}
		.process ul li h4{
			font-size: 14px;
		}
		.our_expert ul li {
    flex: 0 0 26%;
    max-width: 26%;
		margin: 10px;
}
.our_expert ul{
	justify-content: center;
}
.team_member img {
    width: auto;
    height: auto;
    margin: 0 auto;
    max-height: 150px;
}
	.slick-next {
    right: -80px !important;
    display: none !important;
}
.slick-prev {
    left: -80px !important;
    display: none !important;
}

}

@media only screen and (min-width: 1900px){
	.container-fluid,
	.container{
		max-width: 1300px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1500px){
	header h3{
		font-size: 18px;
	}
	.banner_content h1{
		font-size: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation:  landscape){
	.mykey-banner .col-lg-5{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.slick-next {
    right: -80px !important;
}
.slick-prev {
    left: -80px !important;
}
}


@media only screen and (min-width: 1920px){
	.mykey-banner .container-fluid{
		/*position: relative;*/
	}
	.legal_box{
		max-width: 550px;
		left: 10%;
	}
}


@media only screen and (max-width: 600px) {
  h1.fadeInUp.wow.animated {
	  text-align:center;	  
}
h2.fadeInUp.wow.animated{
	  text-align:center;	  
}
.footer p{
	font-size: 18px;
	color: #fff;
	
}
}