/**
* Template Name: FlexStart - v1.4.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /*font-family: "Open Sans", sans-serif;*/
  color: #fff;
}

a {
  color: #191246;
  text-decoration: none;
}

a:hover {
  color: #64B6E6;
  text-decoration: none;
}


hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

hr.divider {
  height: 0.2rem;
  max-width: 3.25rem;
  margin: 1rem auto;
  background-color: #a9bda9;
  opacity: 1;
  line-height: 0px;
}

hr.divider-light {
  height: 0.2rem;
  max-width: 3.25rem;
  margin: 1rem auto;
  background-color: #F6F9FF;
  opacity: 1;
  line-height: 0px;
}

.header-margin {
  margin-top: 68px;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #a9bda9;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-top-color: #1a222b;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0px;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding: 75px 0px 40px 0px;
}

.section-header-alt {
  text-align: center;
  padding: 0px 0px 40px 0px;
  text-transform: uppercase;
}

.section-header-contact {
  text-align: center;
  padding: 55px 0px 40px 0px;
}

.section-footer {
  text-align: center;
  padding: 40px 0px 60px 0px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #1a222b;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #1a222b;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}


/*--------------------------------------------------------------
# Dividers
--------------------------------------------------------------*/


.divider {
  display: flex;
  
  &:before,
  &:after {
    content: "";
    flex: 1;

  }
}

.dark {
  align-items: stretch;
  margin: -1.5em 0;
  height: 3em;
  width: 300px;
  line-height: 3em;
  background: #1a222b;
}

.light {
  align-items: stretch;
  margin: -1.5em 0;
  height: 3em;
  width: 300px;
  line-height: 3em;
  background: #a9bda9;
}

.white {
  align-items: stretch;
  margin: -1.5em 0;
  height: 3em;
  width: 300px;
  line-height: 3em;
  background: #fff;
}

.right {
  float: right;
  clear: both;
  z-index: 99999;
}

.left {
  float: left;
  clear: both;
  z-index: 99999;
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.more-btn {
  line-height: 0;
  padding: 15px 40px;
  margin: 25px 0px 25px 0px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1a222b;
}

.more-btn span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.more-btn i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}


.more-btn:hover i {
  transform: translateX(5px);
}


.btn-white-bg {
  background: #1a222b;
  color: #fff;
}

.btn-white-bg:hover {
  background: #a9bda9;
  color: #fff;
}

.btn-white {
  background: #ffffff;
  color: #1a222b;
}

.btn-white:hover {
  background: #a9bda9;
  color: #1a222b;
}

.btn-green-bg {
  background: #a9bda9;
  color: #1a222b;
}

.btn-green-bg:hover {
  background: #fff;
  color: #1a222b;
}

.download {
  line-height: 0;
  padding: 25px 40px;
  margin: 25px 0px 25px 0px;
  border-radius: 0px;
  transition: 0.5s;
  color: #fff;
  background: #1a222b;
}

.download span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.download i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.download:hover i {
  transform: translateX(5px);
}

.download:hover {
  background: #a9bda9;
  color: #1a222b;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #191246;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}


.breadcrumbs h2 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #1a222b;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #a9bda9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: #a9bda9;
}

.portfolio-header {
  background: rgba(0,0,0,0);
}

.header .header-scrolled {
  background: #a9bda9;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .portfolio-header-scrolled {

  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 100px;
  margin-right: 6px;
  position:fixed;
  z-index:2;
  top:10px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}


/*--------------------------------------------------------------
# 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: 16px;
  font-weight: 700;
  color: #1a222b;
  white-space: nowrap;
  transition: 0.3s;
}



.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 20;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 70%;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}


@media (min-width: 991px) {
.navbar .active-link {
  color: #ffffff;
	}
}

.navbar .getstarted {
  background: #1a222b;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #1a222b;
  background: #a9bda9;
}

.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: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.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: #1a222b;
}

.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: #1a222b;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.navbar-mobile .mobile-first {
  padding-top: 70px;
}


.mobile-nav-toggle:hover {
  color: #fff;
}

.mobile-nav-toggle.bi-x {
  color: #1a222b;
}

.mobile-nav-toggle.bi-x:hover {
  color: #fff;
}

@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: #a9bda9;
  transition: 0.3s;
}

.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 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}


.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #1a222b;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #a9bda9;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.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: #4154f1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
  width: 100%;
  height: 100%;
  /*background: url(../img/cs-hero-image.png) top center no-repeat;*/
  background-color: #a9bda9;
  padding: 0;
  padding-top: 55px;
}

.hero-portfolio {
  width: 100%;
  height: 100%;
  background-color: #a9bda9;
  padding: 0;
  padding-top: 0px;
}

.h-divider{
  margin-top:25px;
  margin-bottom:5px;
  height:1px;
  max-width: 3.25rem;
  border-top:5px solid #fff;
}

.hero h1 {
  margin: 0;
  margin-left: -10px;
  font-size: 150px;
  font-weight: 700;
  color: #1a222b;
  line-height: .9;
}

.hero h2 {
  color: #1a222b;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1a222b;
  /*box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);*/
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started:hover {
  background: #fff;
  color: #1a222b;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
  margin-top: 30px;
}

.hero .hero-img-portfolio {
  text-align: right;
  margin-top: 0px;
}

@media (min-width: 991px) {
  .hero {
    background-attachment: fixed;
  }
  .hero-img {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 75px 0 0px 0;
  }
  .hero .hero-img {
    text-align: center;
  }
  .hero .hero-img img {
    width: 80%;
    padding: 60px 0 0px 0;
  }
  .hero h1 {
    text-align: center;
    padding-top: 75px;
  }
  .hero h2 {
    text-align: center;
  }
  .h-divider{  
    margin-left: 45%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 100px;
    text-align: center;
    padding-top: 75px;
  }
  .hero h2 {
    font-size: 24px;
    text-align: center;
  }
  .hero .hero-img img {
    width: 100%;
  }
  .h-divider{  
    margin-left: 45%;
  }

}



/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about  {
  background-color: #1a222b;
  padding: 0px 0px 0px 0px;
}

.about h1 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-top: -40px;
}

@media (max-width: 991px) {
.about h1 {
  font-size: 60px;
  text-align: center;
  padding: 60px 0px 0px 0px;
  }
}

.about h2 {
  font-size: 44px;
  font-weight: 700;
  color: #a9bda9;
  text-align: center;
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.about p {
  font-size: 20px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  padding: 0px 30px 0px 30px;
}


/*--------------------------------------------------------------
# About More
--------------------------------------------------------------*/
.about-more  {
  background-color: #a9bda9;
  padding: 60px 0px 100px 0px;
}

.about-more hr.divider-light {
  margin: 1rem 0 0 0;
}

.about-more .about-img {
  padding: 0px 0px 0px 0px;
  --height: auto;
  max-height: 400px;
}

.about-more h1 {
  font-size: 80px;
  font-weight: 700;
  color: #1a222b;
  text-transform: uppercase;
  line-height: 1;
  margin-top: -40px;
  text-align: left;
}


.about-more h2 {
  font-size: 44px;
  font-weight: 700;
  color: #1a222b;
  text-align: left;
}

.about-more h3 {
  font-size: 14px;
  font-weight: 700;
  color: #1a222b;
  text-transform: uppercase;
}

.about-more p {
  font-size: 20px;
  line-height: 33px;
  color: #1a222b;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin-top: -20px;
}

@media (max-width: 991px) {
.about-more h2 {
  text-align: center;
  padding: 0px 0px 0px 0px;
  }
.about-more p {
  text-align: center;
  padding: 0px 10px 0px 10px;
  }
.about-more hr.divider-light {
  margin: 1rem auto;
  }
.about-more .about-img{
  width: 75%;

  }
}


/*--------------------------------------------------------------
# Experience
--------------------------------------------------------------*/
.experience  {
  background: #fff;
  padding: 55px 0px 75px 0px;
  display: block;
}

.experience  .title {
  padding: 55px 0px 60px 0px;
}

.experience  h2 {
  font-size: 44px;
  font-weight: 700;
  color: #1a222b;
  text-align: left;
  line-height: 0;
  padding: 0px 10px 0px 10px;
}

.experience  p {
  font-size: 20px;
  line-height: 33px;
  color: #1a222b;
  text-align: left;
  padding: 0px 0px 0px 0px;
}

.experience .summary {
  font-size: 16px;
  line-height: 25px;
  color: #1a222b
  text-align: left;
  padding: 0px 0px 0px 0px;
}

.experience .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1a222b;
}

.experience .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #a9bda9;
  position: relative;
}

.experience .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1a222b;
  margin-bottom: 10px;
}

.experience .resume-item h5 {
  font-size: 16px;
  background: #a9bda9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.experience .resume-item ul {
  padding-left: 20px;
}
.experience .resume-item ul li {
  padding-bottom: 10px;
  color: #1a222b;
}
.experience .resume-item:last-child {
  padding-bottom: 0;
}
.experience .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #a9bda9;
}



/*--------------------------------------------------------------
# About Divider
--------------------------------------------------------------*/
.about-divider {
  padding: 75px 0px 75px 0px;
  background: #1a222b;
}

.about-divider h1 {
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  color: #a9bda9;
  text-transform: uppercase;
}

@media (max-width: 991px) {
.about-divider h1 {
  font-size: 8vw;
  white-space: pre-line;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 75px 0px 75px 0px;
  background: #fff;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}



.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #1a222b;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #a9bda9;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #1a222b;
}


/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills {
  background: #1a222b;
  padding: 55px 0px 75px 0px;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .skills-content .title {
  padding: 20px 0px 60px 0px;
}

.skills h2 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  padding: 0px 10px 0px 10px;
}

.skills .skills-content {
  background: none;
  margin-top; 0px;
  padding-top; 0px;
  padding-bottom: 20px;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: rgba(246, 249, 255, 1);
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #a9bda9;
}

/*--------------------------------------------------------------
# Branding
--------------------------------------------------------------*/
.branding {
  padding: 0;
  z-index: -1;
}

.branding img {
  width: 100vw;
  padding: 0;
  z-index: -1;
  position: relative;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding-top: 0px;
}


.portfolio #portfolio-flters {
  padding: 95px 0px 0px 0px;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio h2 {
  font-size: 44px;
  font-weight: 700;
  color: #1a222b;
  text-align: center;
  padding-top: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #1a222b;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #1a222b;
  border-color: #1a222b;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(25, 33, 42, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(25, 33, 42, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(169, 189, 169, 1);
  border-left: 3px solid rgba(169, 189, 169, 1);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(169, 189, 169, 1);
  border-right: 3px solid rgba(169, 189, 169, 1);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #1a222b;
  background: #a9bda9;
  margin: 10px 2px;
  --width: 36px;
  --height: 36px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: 500;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #fff;
  color: #1a222b;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);

}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

.portfolio {
  padding: 0px 0px 0px 0px;
}



/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #000;
}

.portfolio-details .container {

}

#portfolio-1 {

}

.portfolio-details h2 {
  font-size: 44px;
  font-weight: 700;
  color: #1a222b;
  text-align: center;

}

.portfolio-alt {
  background-color: #e8efe8;
  color: #1a222b;
}

.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 #a9bda9;

}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a9bda9;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(26, 34, 43, 0.08);
  background-color: #fff;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}



@media (min-width: 769px) {
.portfolio-details .portfolio-detail-info{
  padding: 0 40px 0 0;
  }
}

.portfolio-details .portfolio-detail-info h1, .portfolio-specs h1 {
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 10px;
}

.portfolio-details .portfolio-detail-info h2, .portfolio-specs h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 40px;
  text-align: left;
  line-height: .5;
}

.portfolio-details .portfolio-detail-info h3 {
  color: #a9bda9;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.portfolio-details .portfolio-specs h3 {
  color: #a9bda9;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: .5;
}

.portfolio-details .portfolio-detail-info p, .portfolio-specs p {
  font-size: 20px;
  padding-bottom: 30px;
}


.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;
}

/*--------------------------------------------------------------
# Download Portfolio
--------------------------------------------------------------*/
.download-portfolio {
  background-color: #1a222b;
  padding-top: 0px;
}

.download-portfolio h2 {
  font-size: 44px;
  font-weight: 700;
  color: #a9bda9;
  text-align: center;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  background-color: #1a222b;
  padding-top: 0px;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials h2 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #1a222b;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #a9bda9;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #1a222b;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #a9bda9;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a9bda9;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  background-color: #a9bda9;
  padding-top: 0px;
}

.contact .container {
  padding-top: 0px
}

.contact p{
  font-size: 20px;
  line-height: 40px;
  color: #1a222b;
  padding: 0px 30px 0px 30px;
   text-align: center;
}

@media (min-width: 769px) {
.contact p{
   text-align: center;
  }
}

.contact h2 {
  font-size: 44px;
  font-weight: 700;
  color: #1a222b;
  text-align: center;
  padding-top: 20px;
}

.contact .info-box {
  color: #a9bda9;
  background-color: #64B6E6;
  padding: 0px;
  margin-bottom: 30px;
}

.contact i {
  font-size: 38px;
  line-height: 0;
  color: #1a222b;
  text-align: center;
  padding: 0px 15px 0px 10px;

}

.contact i:hover {
  color: #fff;
}

@media (min-width: 769px) {
.contact i{
  float: left;
  padding: 30px 15px 0px 0px;
  margin-left: 30px;

  }
}

.contact .info-box h3 {
  font-size: 20px;
  color: #191246;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0px ;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #a9bda9;
  padding: 10px 30px 30px 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.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 #64B6E6;
  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;
  border-radius: 0;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #1a222b;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #1a222b;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #fff;
  color: #1a222b;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.contact {
  padding-top: 0px; 
}





.contact  .contact-links a{
  font-size: 28px;
  color: #1a222b;
  transition: 0.3s;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}



.contact .contact-links a:hover {
  color: #fff;
}



@media (min-width: 769px) {
.contact .contact-links .behance a{
  margin-top: 5px;

  }
}

/*--------------------------------------------------------------
# SFAHP
--------------------------------------------------------------*/
.sfahp {
  background: #144a8a;
  margin-bottom: 0;
}


.sfahp h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 30px 0;
  margin-top: 0;
}

.sfahp-presentation {
  padding: 0;
  margin: 0;
  margin-top: -10px;
}

.no-pad-section, .no-pad-image {
  padding: 0;
  margin: 0;
}

.originals {
  padding: 20px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #1a222b;
  padding: 0px 0px 35px 0px;
  font-size: 14px;
}

.footer .hireme {
  padding: 60px 0;
  color: #ffffff;
  text-align: center;

}

.footer .hireme a{
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.footer .hireme a:hover{
  color: #a9bda9;
}

.footer .next-project {
  padding: 60px 0;
  background: #a9bda9;
  color: #1a222b;
  text-align: center;
  font-weight: bold;
}

.footer .next-project-btn {
  background: #a9bda9;
  color: #1a222b;
}

.footer .next-project-btn:hover {
  background: #1a222b;
  color: #a9bda9;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #64B6E6;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #191246;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #64B6E6;
}

.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}

.footer .footer-top {
  background: white url(../img/footer-bg2.png) no-repeat right top;
  background-size: contain;
  padding: 75px 30px 75px 30px;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 0px;

}

.footer .footer-top .footer-info .logo img {
  max-height: 70px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #191246;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #191246;
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;

}

.footer .footer-top .social-links a:hover {
  color: #a9bda9;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #191246;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 0px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 10px;
  color: #1a222b;
  font-size: 6px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #1a222b;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #a9bda9;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #fff;

}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}














