.header-fixed {
	background-color:#ffffff;
	padding: 30px 60px;
	height: 100px;
	color: #98d7f1;
	box-sizing: border-box;
	top:-100px;

	-webkit-transition:top 0.3s;
	transition:top 0.3s;
}

.header-fixed .header-limiter {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}
.header-fixed-placeholder{
	height: 80px;
	display: none;
}

/* Logo */

.header-fixed .header-limiter span {
	float: left;
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	line-height: 20px;
	font-size: 32px;
	font-weight: normal;
	margin: 0px;
  color:#98d7f1;
}
.header-fixed .header-limiter  span h1{
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	line-height: 20px;
	font-size: 23px;
	font-weight: bolder;
  color:#98d7f1;
}

.header-fixed .header-limiter span:hover{
  color:#867ed3;
}
.header-fixed .header-limiter span h1:hover{
  color:#867ed3;
}

/* The navigation links */

.header-fixed .header-limiter a {
	color: #98d7f1;
	text-decoration: none;
}

.header-fixed .header-limiter nav {
	font:18px Arial, Helvetica, sans-serif;
	line-height: 30px;
	float: right;
}

.header-fixed .header-limiter nav a{
	display:inline-flex;
	padding: 0 15px;
	text-decoration:none;
	color: #98d7f1;
	opacity: 0.9;
}

.header-fixed .header-limiter nav a:hover{
  color: #867ed3;
	opacity: 1;
}

.header-fixed .header-limiter nav a.selected {
	color: #867ed3;
	pointer-events: none;
	opacity: 1;
}

/*announce*/
.announce {
			float: left;
			padding: 200px 10px 30px 10px;
		  font-size: 5rem;
	    text-align: center;;
			margin-left: 30px;
			height: auto;
			width: 40%;
      line-height: 10vh;
	    color: #FFC107;
	    background: #ffffff;
	   	font-family: 'Courier New', monospace;
	    font-weight: 700;
}
.announce a{
	    color: #FFC107;
}

.announce a:hover {
	color: #867ed3;
	text-shadow: none;
	text-decoration: none;
}


/* Carousel */
.carousel {
  margin-left: auto;
  margin-right: 90px;
	margin-top: 70px;
  width: 50%;
}

/* Bizden Kareler */
.bizden {
  padding-top:50px;
  padding-bottom:30px;
}

.container-bizden{
  width: 80%;
  margin: auto;
  overflow: hidden;
  display: flex;
}

.row-bizden {
  margin-top: 150px;
}
.row-bizden h2 {
    position: relative;
    margin-bottom: 35px;
    color: #867ed3;
}
.row-bizden h2::after {
    content: "";
    width: 120px;
    height: 3px;
    display: inline-block;
    background: #FFC107;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    margin: 0 auto;
}
.row-bizden p{
  width: 70%;
  margin: 0 auto;
  color: #867ed3;
}

.row-tavsiye {
  margin-top: 100px;
}

.row-tavsiye h2 {
    position: relative;
    margin-bottom: 35px;
    color: #867ed3;
}
.row-tavsiye h2::after {
    content: "";
    width: 120px;
    height: 3px;
    display: inline-block;
    background: #FFC107;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    margin: 0 auto;
}
.row-tavsiye p{
  width: 70%;
  margin: 0 auto;
  color: #867ed3;
}

.row-kadromuz {
  margin-top: 100px;
}

.row-kadromuz h2 {
    position: relative;
    margin-bottom: 35px;
    color: #867ed3;
}
.row-kadromuz h2::after {
    content: "";
    width: 120px;
    height: 3px;
    display: inline-block;
    background: #FFC107;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    margin: 0 auto;
}
.row-kadromuz p{
  width: 70%;
  margin: 0 auto;
  color: #867ed3;
}

.row-contact {
  margin-top: 100px;
	margin-bottom: 50px;
}

.row-contact h2 {
    position: relative;
    margin-bottom: 35px;
    color: #867ed3;
}
.row-contact h2::after {
    content: "";
    width: 120px;
    height: 3px;
    display: inline-block;
    background: #FFC107;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    margin: 0 auto;
}
.row-contact p{
  width: 70%;
  margin: 0 auto;
  color: #867ed3;
}

.img-box {
    position: relative;
    transition: .5s;
    max-height: 230px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0px 100px;
}
.img-box img {
	max-width: 100%;
	border: 3px solid #FFC107;
	position: relative;
	width: 100%;
}
.img-box::before {
	content: '';
	border-left: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	z-index: 1;
	transition: .5s;
}
.img-box::after {
	content: '';
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	z-index: 2;
	transition: .5s;
}

.img-box:hover {
  	transform: scale(1.04);
}

.img-box:hover::before {
  	left: 10px;
  	top: 10px;
}
.img-box:hover::after {
  	right: 10px;
  	bottom: 10px;
}

/* Tavsiye ediln makaleler*/

.article {
  display: flex;
	padding: 35px 100px 0px 100px ;
}

.articles {
  text-align: center;
  background-color: #ffffff;
  border-style: solid;
  border-radius: 30px;
  border-color: #ffffff;
	float: left;
	padding: 15px 10px 0px 15px ;
	display: block;
}
.articles img {
	width: 300px;
	height: 300px;
	object-fit: cover;
  border-style: solid;
  border-radius: 30px 30px 30px 30px;
  border-color: #ffffff;
}
.articles h3 {
  color:#867ed3;
  font-size: 18px;
  padding-bottom: 10px;
}
.articles button {
  color:#867ed3;
  background-color: #FFC107;
  border-radius: 14px;
  font-size: 17px;
  padding: 3px 20px 3px 20px;
  margin-bottom: 10px;
  border: none;
  display:inline;
}

.articles button:hover{
  color:#FFC107;
  background-color: #867ed3;
  padding: 5px 25px 5px 25px;
	opacity: 0.9;
}

/*Kadromuz*/
.row-team {
  font-family: tahoma;
  height: 60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #FFC107;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
  display: inline-block;
  height: auto;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #867ed3;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #867ed3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
	object-fit: cover;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #867ed3;
  text-transform: capitalize;
}

.our-team .name {
  display: block;
  font-size: 24px;
  color: #867ed3;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #867ed3;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #867ed3;
  background-color: #f7f5ec;
}
ul {
    margin: 0px;
    padding: 0px;
}


.footer-section {
  background: #98d7f1;
  position: relative;
	height: 400px;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta {
	margin-top: 50px;
}
.single-cta i {
  color: #867ed3;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cta-text span {
  color: #ffffff;
  font-size: 14px;
}
.cta-text a:hover{
  color: #867ed3;
}
.cta-text span:hover{
  color: #867ed3;
}

.row-footer {
	margin-top: 20px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #ffffff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.instagram-bg{
  background: #f16d;
}
.youtube-bg{
  background: #c4302b;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #867ed3;
}

.footer-social-icon span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #867ed3;
	text-decoration: none;
}
.footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #ffffff;
  border: 4px solid #867ed3;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #867ed3;
    padding: 13px 20px;
    border: 1px solid #867ed3;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
::placeholder {
  color: #867ed3;
  opacity: 1;
}
.copyright-area{
  background: #ffffff;
	position: absolute;
  bottom: 0;
  left: 0;
	right: 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #98d7f1;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #867ed3;
	text-decoration: none;
}
.footer-menu li a {
  font-size: 14px;
  color: #98d7f1;
}

.whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:50px;
	right:90px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:40px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-whatsapp{
	margin-top:11px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 53px;
  right: 25px;
	width: 50px;
	height: 50px;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: #867ed3;
  color: white;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #f4bc36;
}

.white-bg {
   background-color: #fff;
}


.projects {

   .project-item {
      padding: 2rem 0;

      a {
         color: $navy;
         transition: color .2s ease-in-out;

         &:focus, &:hover {
            color: darken($coral, 10);
            text-decoration: none;
         }
      }
   }
}

.project-showcase img{
	float: left;
	margin: 40px 50px 30px 50px;
	width: 300px;
}
.programs-hr {
	border-top: 1px solid #867ed3;
}
.project-desc {
	margin-top: 60px;
}
.project-desc h3 p{
	float: right;
}
.project-desc h3 {
	text-align: center;
	margin-bottom: 20px;
	margin-right: 50px;
}
.project-desc a {
	color: #867ed3;
	text-align: center;
}
.project-desc a:hover{
	color: #f4bc36;
	text-align: center;
}
.project-desc p {
	font-size: 16px;
	color: #f4bc36;
  overflow: hidden;
	padding-left: 30px;
	margin-right: 50px;
	margin-top: 30px;
}

.project-item {
	margin-top: 40px;
	margin-bottom: 100px;
}
.project-item video{
	float: left;
	margin: 120px 20px 0 0;
	width: 540px;
	height: 300px;
	border: none;
}

#emailBoxes{
  height: 100vh;
  width: 100%;
  padding-top: 20px;
  background-color: #ffffff;
  display: block;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#emailBoxes h1 {
	text-align: center;
	color:#867ed3;
	padding-bottom:10px;
	font-size: 30px;
}

#emailBoxes iframe {
	width: 100%;
	width: %50;
	height: 390px;
	border: 0;
}

.adress-contact {
	float:left;
	padding-top: 15px;
	margin-right: 5px;
}

.adress-contact h3 {
	color:#867ed3;
	padding-left: 15px;
}

.adress-contact p {
	color:#f4bc36;
	padding-left: 15px;
	font-size: 15px;
}

#emailBoxes .container{
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0px 0px 10px #867ed3;
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-left: 20px;
	float: left;
	margin-left: 10%;
	height:84%
}

#emailBoxes .status{
  width: 90%;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  border-radius: 8px;
}

#emailBoxes .success{
  width: 30%;
  height: 40px;
  padding: 7px;
  background-color: #0DEC91;
  text-align:center;
  color: #FFFFFF;
  font-size: 20px;
  animation: status 4s ease forwards;
}

#emailBoxes .error{
  width: 30%;
  height: 40px;
  padding-top: 7px;
  background-color: #EC0D0D;
  text-align:center;
  color: #FFFFFF;
  font-size: 20px;
  animation: status 4s ease forwards;
}

@keyframes status{
  0%{
    opacity: 1;
    pointer-events: all;
  }
  90%{
    opacity: 1;
    pointer-events: all;
  }
  100%{
    opacity: 0;
    pointer-events: none;
  }
}

#emailBoxes .form-group{
  width: 100%;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 20px;
}

#emailBoxes .form-group label{
  color: #867ed3;
}

#emailBoxes .form-group input, .form-group textarea{
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #949cbc;
}

#emailBoxes .form-group textarea{
  resize: vertical;
}

#emailBoxes button{
  width: 100%;
  border: none;
  outline: none;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 8px;
  color: #867ed3;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  transition: .3s ease background-color;
}

#emailBoxes button:hover{
  background-color: #f4bc36;
}

.person {
  width: 800px;
  padding: 80px 0 0px 230px;
  min-height: 220px;
  margin: auto;
  position: relative;
}
.person-badge {
  width: 200px;
  height: 260px;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
  transform: rotate(0deg); /* To force its own layer */
  position: absolute;
  top: 0;
  left: 0;
}
.person-badge:before,
.person-badge:after{
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  z-index:-1;
  width: 200px;
  height: 200px;
  background: #DDD;
  background: linear-gradient(to bottom, #EEE 0%,#CCC 100%);
  transition:500ms;
}
.person-badge:after {
  background: linear-gradient(to top, #F88 0%,#EEE 100%);
  opacity: 0;
}
.person:nth-child(2) .person-badge:after {
  background: linear-gradient(to top, #5AB 0%,#EEE 100%);
}
.person:nth-child(3) .person-badge:after {
  background: linear-gradient(to top, #FC0 0%,#EEE 100%);
}
.person-badge:hover:after {
  opacity: 1;
}

.person-badge img {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 500ms;
}
.person-badge img.peculiar {
  opacity: 0;
  transform: translateY(80px)
}

.person-badge:hover img.normal {opacity: 0;transform: translateY(80px)}
.person-badge:hover img.peculiar {opacity: 1;transform: translateY(0)}

.person h3 {
  margin: 10px;
  font-weight: 200;
  font-size: 28px;
	color: #867ed3;
}

.person strong {
	color: #867ed3;
	font-size: 16px;
}

.staff-info {
	color: #f4bc36;
	font-size: 15px;
}


strong {color: #888;margin:-5px 0 5px 0;display:block;font-size:.8em;}


.team-pictures .container .row  {
  text-align: center;
  text-spacing: 5px;
}

.img-circle {
	width: 225px;
	height: 205px;
}

.team-page-jumbotron .container .row {
  margin-top:50px;
}

.team-page-jumbotron .container .row h4 {
  font-size: 20px;
  text-align: center;
	color: #867ed3;
}
.team-page-jumbotron .container .row h2 {
  font-size: 16px;
  text-align: center;
	margin-bottom: 40px;
	color: #f4bc36;
}

.item1 h1{
	margin-bottom: 40px;
	text-align: center;
}

.item1 h4{
	margin-bottom: 50px;
}
.programs-hr2 {
	height: 20px;
	width:100%;
  border: 0;
  border-top: 1px solid #ffffff;
}
.item2 blockquote {
		background-color: #abdbe3;
		color: #867ed3;
		margin-top: auto;
}
.item2 blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 30px;
}

.item2 blockquote p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    float: right;
    margin-right: 240px;
}

body.fixed .header-fixed {
	padding: 10px 40px;
	height: 70px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

body.fixed .header-fixed-placeholder {
	display: block;
}

body.fixed .header-fixed .header-limiter span {
	font-size: 28px;
	line-height: 5%;
	margin-top: 23px;
}

body.fixed .header-fixed .header-limiter span h1 {
	font-size: 23px;
	line-height: 5%;
	margin-bottom: 23px;
}

body.fixed .header-fixed .header-limiter nav {
	line-height: 38px;
	font-size: 15px;
	margin-bottom: 23px;
}


/* Making the responsive */

@media all and (max-width: 767px) {

	#emailBoxes .container{
	  margin: 150px auto;
	  margin-bottom: 30px;
	  margin-left: 20px;
		padding-left: 10px;
		height:auto;
	}

	.project-item {
		margin-bottom: 50px;
	}
	.project-item video{
		float: none;
		margin-left: 13px;
		width: 350px;
		height: 250px;
	}

	.img-circle {
		margin-top: 40px;
	}
	.team-page-jumbotron {
		margin-top: 30px;
	}

	.mission {
		margin-top: 50px;
	}
	.project-showcase img{
		float: none;
		width: 320px;
		height: 250px;
		margin-top: 120px;
	}
	.project-desc {
		margin-top: 10px;
	}
	.project-desc h3 p{
		float: none;
	}
	.project-desc h3 {
		margin-right: 0px
	}
	.project-desc h3 a{
		margin-right: 0px;
	}

	.project-desc p {
		margin-right: 0px;

	}

	.subscribe-form {
		margin-bottom: 70px;
	}
	.whatsapp{
		position:fixed;
		width:50px;
		height:50px;
		bottom:130px;
		right:25px;
	  font-size:30px;
	}
	.my-whatsapp{
		margin-top:11px;
	}
	#myBtn {
	  bottom: 190px;
	  right: 27px;
		width: 45px;
		height: 45px;
	  font-size: 25px;
	}
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

	.header-fixed {
		padding: 20px 0;
		height: 85px;
    display: flex;
    justify-content: space-around;
	}

	.header-fixed .header-limiter span {
		float: none;
		margin: -8px 0 10px;
		text-align: center;
		font-size: 30px;
		line-height: 2;
	}

	.header-fixed .header-limiter span h1{
		float: none;
		margin: -8px 0 10px;
		text-align: center;
		font-size: 14px;
		line-height: 2;
	}

	.header-fixed .header-limiter nav {
		line-height: 1;
    list-style: none;
    display: inline;
	}

	.header-fixed .header-limiter nav a {
		font-size: 15px;
    padding: 0 5px;
	}

	.announce {
		float: none;
		font-size: 2rem;
		text-align: center;
		margin: 150px 20px 20px 20px;
		width: 90%;
		line-height: 3vh;
		background-color: #ffffff;
		padding: 0px;
  }
  .carousel {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .row-bizden {
    margin-top: 60px;
  }
  .row-bizden h2 {
      position: relative;
      margin-bottom: 35px;
      color: #867ed3;
      font-size: 20px;
  }

	.row-tavsiye {
    margin-top: 60px;
  }
  .row-tavsiye h2 {
      position: relative;
      margin-bottom: 35px;
      color: #867ed3;
      font-size: 20px;
  }

	.row-kadromuz {
    margin-top: 60px;
  }
  .row-kadromuz h2 {
      position: relative;
      margin-bottom: 35px;
      color: #867ed3;
      font-size: 20px;
  }

	.row-contact {
    margin-top: 60px;
		margin-bottom: 30px;
  }
  .row-contact h2 {
      position: relative;
      margin-bottom: 35px;
      color: #867ed3;
      font-size: 20px;
  }

  .article {
    display: inline;
  }

  .articles {
    padding: 45px 45px 45px 45px ;
    background-color: #ffffff;
    border-style: solid;
    border-radius: 15px;
    border-color: #ffffff;
  }

  .articles img {
    /* padding: 40px 40px 0px 40px; */
    border-style: solid;
    border-radius: 30px;
  }
  .articles h3 {
    color:#867ed3;
    font-size: 16px;
  }
  .articles button {
    display:inline;
    margin-bottom: 10px;
  }

	.row-team {
	  display: contents;
	}

	.footer-section {
	  position: absolute;
		height: 850px;
		width: 100%;
	}

	.single-cta {
	  margin-bottom: 10px;
	}

	.single-cta i {
	  font-size: 22px;
	  margin-top: 13px;
	}
	.cta-text h4 {
	  font-size: 18px;
	  margin-bottom: 10px;
	}
	.cta-text span {
	  font-size: 15px;
	}

	.row-footer {
		margin-top: 20px;
	}

	.footer-widget ul {
	  margin-bottom: 150px;
	}
	.copyright-area {
		display: none;
	}

	body.fixed .header-fixed {
		display: none;
	}

}

body {
	margin: 0;
	padding: 0;
	height: 1500px;
}
