
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

 @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

    @font-face {
    font-family: 'Droid Serif Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Droid Serif Regular'), url('../font/DroidSerif-Regular.woff') format('woff');
    }
    @font-face {
    font-family: 'Droid Serif Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Droid Serif Italic'), url('../font/DroidSerif-Italic.woff') format('woff');
    }
    @font-face {
    font-family: 'Droid Serif Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Droid Serif Bold'), url('../font/DroidSerif-Bold.woff') format('woff');
    }    
    @font-face {
    font-family: 'Droid Serif Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Droid Serif Bold Italic'), url('../font/DroidSerif-BoldItalic.woff') format('woff');
    }
    
    .footer-top ul li a:hover {
    color: #d05029 !important;
}
header#header {
    position: fixed;
    width: 100%;
}

    
.font33{
	font-size:32px;
	line-height:1.3em;
}
.font59{
	font-size:59px;
	line-height:1.3em;
}
.font28{
	font-size:28px;
	line-height:1.3em;
}
.font19{
	font-size:19px;
	line-height:1.5em;
}
.fw700{
	font-weight:700;
}
.font22 {
    font-size: 20px;
    line-height: 1.5em;
}
.pd-t-15{
	padding-top:1.5em;
}
section#features::before {
    content: "";
    background: #000000a6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
section#features {
    position: relative;
	background: url(../img/header.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -210px;
    padding-top: 233px;
}
.contsec {
    max-width: 624px;
}


.sitebutn.inner a {
    font-size: 18px;
    color: #fff;
    padding: 14px 41px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
}
.textmain::after {
    content: "";
    background: url(../img/shapewhite.png) !important;
    position: absolute;
}

/* button animation */
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 50px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 716%;
}
a.animated-button.victoria-two:hover {
    /*border: 2px solid transparent;*/
	background: transparent;
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
    display: block;
    margin: 50px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 22px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button.victoria-two {
    /*border: 2px solid #fc5d2c;*/
    width: 100%;
    max-width: 500px;
    background: #fc5d2ccc;
}
a.animated-button.victoria-two:after {
    background: #fc5d2c;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(113deg);
}
/* button animation end */


.btn-star .top_left, .btn-star .top_right, .btn-star .bottom_left, .btn-star .bottom_right {
  width: 100%;
    height: 18px;
    position: absolute;
}
.btn-star .bottom_right, .btn-star .bottom_left {
  bottom: 0;
  border-bottom: 1px solid #e0572c;
}
.btn-star .top_left, .btn-star .top_right {
  top: 0;
  border-top: 1px solid #e0572c;
}
.btn-star .top_left, .btn-star .bottom_left {
  left: 0;
  border-left: 1px solid #e0572c;
}
.btn-star .top_right, .btn-star .bottom_right {
  right: 0;
  border-right: 1px solid #e0572c;
}
.btn-star:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  top: 0;
  left: 0;
  transition: border-color 0.2s ease;
}
/* butn hover */
.btn-8:before, .btn-8:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e0572c;
}
.btn-8:before {
  transform: translateY(-100%);
}
.btn-8:after {
  transform: translateY(100%);
}
.btn-8:hover {
  color: #edc4ce;
}
.btn-8:hover:before {
  transform: translateY(-45%);
}
.btn-8:hover:after {
  transform: translateY(45%);
}
.btn-8:before, .btn-8:after {
    transition: 0.5s ease-in-out;
    z-index: -1;
}
a.btn-star.btn-8 {
    overflow: hidden;
}
.sitebutn.inner.white .btn-star .bottom_right, .sitebutn.inner.white .btn-star .bottom_left {
    bottom: 0;
    border-bottom: 1px solid #fff;
}

.sitebutn.inner.white .btn-star .top_right, .sitebutn.inner.white .btn-star .bottom_right {
    right: 0;
    border-right: 1px solid #fff;
}
.sitebutn.inner.white .btn-star .top_left, .sitebutn.inner.white .btn-star .bottom_left {
    left: 0;
    border-left: 1px solid #fff;
}
.sitebutn.inner.white .btn-star .top_left, .sitebutn.inner.white .btn-star .top_right {
    top: 0;
    border-top: 1px solid #fff;
}
.sitebutn.inner.white .btn-8:before, .sitebutn.inner.white .btn-8:after{
	background:#fff;
}
.sitebutn.inner.white a.btn-star.btn-8:hover {
    color: #e0572c;
}


.swiper-wrapper {
    padding-left: 0px;
    height: 715px;
	margin-bottom: 0px;
}
li.swiper-slide {
    background-size: cover !important;
    background-position: center !important;
}

body {
  font-family: 'Merriweather', serif;
  color: #444444;
  overflow-x: hidden;
}
a {
  color: #fc5d2c;
  text-decoration: none;
}

a:hover {
  color: #fdd067;
  text-decoration: none;
}
html {
    overflow-x: hidden;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 50px;
    bottom: 40px;
    z-index: 99999;
    width: 65px;
    height: 70px;
    border-radius: 50px;
    transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}


.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#inter_afbanner {
    color:#fff;
    min-height: 700px;
}

#inter_afbanner h1,h2 {
    margin-bottom: 20px;
}



#inter_afbanner p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1450px;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 0px 0;
  background: #000;
  border-top: 2px solid #fc5d2c;
}
.navbar li.backbefore:hover>a {
    color: #fff;
}
li.backbefore::after {
    content: "";
    background: #fff;
    position: absolute;
    height: 70%;
    width: 34px;
    transform: rotate(10deg);
    left: 9%;
    top: 15%;
}
li.backbefore a {
    z-index: 9;
    position: relative;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo h1 a span,
#header .logo h1 a:hover span {
  color: #fc5d2c;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 95px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 20px;
    white-space: nowrap;
    transition: 0.3s;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
	line-height: 3em;
}
li.backbefore {
    overflow-y: clip;
}

.navbar a i,
.navbar a:focus i {
  font-size: 18px;
    line-height: 0;
    margin-left: 8px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fc5d2c;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 4px 25px 6px 25px;
  margin-left: 40px;
  font-size:33px;
}
li.backbefore::before {
    content: "";
    background: #fc5d2c;
    position: absolute;
    height: 524px;
    width: 1164%;
    top: 0;
    left: 41px;
    z-index: 9;
    transform: rotate(10deg);
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #000;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 250px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    color: #000;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fc5d2c;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  /*position: fixed;*/
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: #d2522b;
    padding: 6px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(18, 33, 46, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #213b52;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fc5d2c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  display: block;
  border: 0;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fc5d2c;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  padding: 0 0 0 0;
}

#hero h1 {
  margin: 0 0 15px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #d2e0ed;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
}

#hero .btn-get-started {
  color: #213b52;
  border-radius: 50px;
  padding: 8px 35px 10px 35px;
  border: 2px solid #fc5d2c;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  background: #fc5d2c;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #fff;
}

@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    -moz-text-align-last: center;
    text-align-last: center;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.fcfff{
	color:#fff;
}
section#afbanner {
    background: url(../img/after_sec.png) !important;
    background-size: cover !important;
    position: relative;
    margin-top: -110px;
    z-index: 9;
    padding: 12em 0px 15em;
	background-position: right !important;
}
#inter_afbanner {
    background: #1c1c1c;
    margin-top: 0;
    padding: 5em 0px 5em;
}

.bannercurv .swiper-wrapper::before {
    content: "";
    background: url(../img/aftersec_abt.png);
    height: 100px;
    position: absolute;
    width: 100%;
    bottom: -1px;
    z-index: 9;
	background-size: cover;
    background-position: center right;
}

.section-bg {
  background: linear-gradient(180deg, #f2f6fa 0%, #fff 100%);
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #213b52;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fc5d2c;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f9fb;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 120px;
}

.clients .client-logo img {
  height: 40px;
}

.clients .client-logo:hover img {
  transform: scale(1.2);
}

.clients img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.afbanner .content h3 {
  font-weight: 700;
    font-size: 120px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	font-family: Droid Serif Bold;
}
section#about {
    padding: 0px;
}
.textmain {
    background: #e0572c;
    padding: 90px 10px;
	position: relative;
    overflow: hidden;
}
.textmain::after {
    content: "";
    background: url(../img/shapewhite.png) !important;
    position: absolute;
    width: 147px;
    height: 408px;
    top: 49px;
    left: 0;
}
.textmain::before {
    content: "";
    background: #fff;
    height: 100%;
    width: 31px;
    position: absolute;
    right: -14px;
    top: 0;
    transform: rotate(3deg);
}
.textmain h2, .textmain p {
    margin-bottom: 40px;
}



.about .content p {
  margin-bottom: 0;
}

.about .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: #213b52;
}

.about .content .icon-box h4 a {
  color: #213b52;
  transition: 0.3s;
}

.about .content .icon-box h4 a:hover {
  color: #fc5d2c;
}

.about .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #fc5d2c;
}

.about .content .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 40px;
}

.services .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
  background: transparent;
}

.services .card-img {
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.services .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.services .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin-top: -60px;
  margin-left: 30px;
  width: calc(100% - 60px);
}

@media (max-width: 640px) {
  .services .card-body {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}

.services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.services .card-title a {
  color: #213b52;
  transition: 0.3s;
}

.services .card-text {
  color: #5e5e5e;
}

.services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.services .read-more a:hover {
  color: #fc5d2c;
}

.services .card:hover img {
  transform: scale(1.1);
}

.services .card:hover .card-body {
  border-color: #fc5d2c;
}

.services .card:hover .card-body .card-title a {
  color: #fc5d2c;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .content+.content {
  margin-top: 130px;
}


.features .content ul {
  list-style: none;
  padding: 0;
}

.features .content ul li {
  padding-bottom: 10px;
}

.features .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #fc5d2c;
}

.features .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #fc5d2c;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fc5d2c;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(33, 59, 82, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}


@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #fc5d2c;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fff7e5;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #fc5d2c;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #fc5d2c;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #fdd067;
}
.textcol {
    max-width: 563px;
    margin: 0px 0px 0px auto;
}
.imagecol {
    background: url(../img/jean_fuchs.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  color: #fff;
  font-size: 14px;
  position: relative;
}

footer#footer::before {
    content: "";
    width: 26%;
    position: absolute;
    border-left: 205px solid transparent;
    border-right: 105em solid transparent;
    border-bottom: 71px solid #fff;
    top: -66px;
    left: -49px;
	z-index:9;
}
footer#footer::after {
    content: "";
    width: 100%;
    position: absolute;
    border-left: 171px solid transparent;
    border-right: 2003px solid transparent;
    border-bottom: 58px solid #000;
    top: -49px;
    left: -16px;
    transform: rotate(0deg);
	z-index:99;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  padding: 20px 0;
}

.footer-top ul li {
    margin-bottom: 10px;
}

.footer-top ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5em;
}
.footer-top ul {
    list-style-type: none;
    padding: 0;
}
.footer-top h6 {
    margin-bottom: 25px;
	text-transform: uppercase;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
    font-size: 16px;
    padding: 0;
    line-height: 1.8em;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #fc5d2c;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #fcb102;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-right: 4px;
    transition: 0.3s;
}
.social-links ul li i {
    font-size: 18px;
    width: 26px;
}

#footer .footer-bottom {
    z-index: 2;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
}

#footer .copyright {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    padding: 5px;
    float: none;
    text-align: ceneter;
  }
}
.afbfimg::before {
    content: "";
    background: url(../img/shape2.png) !important;
    position: absolute;
    height: 380px;
    width: 133px;
    bottom: 20%;
    right: 0;
}
section#features::after{
	content: "";
    background: url(../img/shape1.png) !important;
    position: absolute;
    height: 275px;
    width: 92px;
    top: 15%;
    left: 0;
}

@media(max-width:1250px){
	.navbar .getstarted, .navbar .getstarted:focus {
    padding: 15px 25px 18px 25px;
    margin-left: 41px;
    font-size: 20px;
}
.navbar a, .navbar a:focus {
    padding: 10px 0 10px 20px;
    font-size: 16px;
}
li.backbefore::after {
    width: 13px;
    left: 16%;
}
.swiper-wrapper {
    height: 500px;
}
.afbanner .content h3 {
    font-size: 70px;
}
.font33 {
    font-size: 24px;
}
.font33 {
    font-size: 24px;
    line-height: 1.3em;
}
section#afbanner{
	padding: 7em 0px 9em;
}
p.text-center.fcfff.font22.pd-t-15.aos-init.aos-animate br {
    display: none;
}
.pd-t-15 {
    padding-top: 1em;
}
.font59 {
    font-size: 40px;
}
.font28 {
    font-size: 20px;
}

.font19 {
    font-size: 16px;
}
}

@media(max-width:992px){
	.imagecol {
    min-height: 730px;
}
.col-lg-6.imagecol {
    order: -1!important;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 0px;
}
.navbar .getstarted, .navbar .getstarted:focus {
    padding: 0px;
}
li.backbefore::before,
li.backbefore::after{
	display:none;
}
.footer-top .col {
    flex: 1 0 32%;
    margin-bottom: 20px;
}
a.getstarted.scrollto {
    color: #d2522b !important;
}
}
@media(max-width:767px){
	.col-md-6.order-1.order-md-2 {
    order: -1!important;
}
.features .content+.content {
    margin-top: 50px;
}
.row.content img.img-fluid {
    margin-bottom: 25px;
}
.afbanner .content h3 {
    font-size: 50px;
}
.font22 {
    font-size: 16px;
}
.font33 {
    font-size: 20px;
}
.back-to-top {
    position: fixed;
    right: 15px;
	bottom: 30px;
}
}

@media(max-width:550px){
	.footer-top .col {
    flex: 1 0 48%;
	margin-bottom: 25px;
}
.col.mx-1.footlogo {
    text-align: center;
}
#footer .footer-top .social-links {
    margin-top: 15px;
}
.footer-top h6 {
    margin-bottom: 12px;
}
.footer-top ul li a {
    font-size: 15px;
}
#footer .footer-top p {
    font-size: 13px;
}
#footer .footer-top .social-links a {
    font-size: 15px;
}
.footer-top ul li {
    margin-bottom: 5px;
}
.col.mx-1.footlogo {
    margin-bottom: 0px;
}
#footer .copyright {
    font-size: 12px;
}
a.animated-button:link, a.animated-button:visited{
	font-size:17px;
}
.swiper-wrapper {
    height: 350px;
}
.imagecol {
    min-height: 300px;
}
.font59 {
    font-size: 35px;
}
}

@media (max-width: 400px)
{
a.animated-button:link, a.animated-button:visited {
    font-size: 14px;
}
.afbanner .content h3 {
    font-size: 30px;
}
.font33 {
    font-size: 15px;
}
.font22 {
    font-size: 13px;
}
a.animated-button:link, a.animated-button:visited {
    margin: 10px auto 0;
}
}

@media(max-width:1400px){
	.textmain::after , section#features::after, .afbfimg::before {
    opacity: 0.5;
}
}