#dummy-content {
  height: 700px;
  width: 100%;
  background: lightblue;
}

.dummy-box {
  width: 100px;
  height: 100px;
  margin: 20px;
  background: gray;
  display: block;
}

body {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px !important;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  color: #3d3737;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 500;
  color: #505050;
}

a {
  color: #7474ea;
  transition: 0.25s all ease-in;
}

a:visited {
  color: #7474ea;
}

a:hover {
  color: blue;
  text-decoration: none;
}

a:focus {
  outline: none;
}

pre {
  background: none;
}

.separator {
  width: 40px;
  margin: 15px auto;
  height: 4px;
  background: lightgreen;
}

.align-items-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-shrink {
  width: 65%;
}



/* ****** Nav Menu ****** */

#site-navigation {
  background: white;
  min-height: 60px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.nav-menu li {
  margin-right: 15px;
}

ul.nav-menu li a {
  color: gray;
  transition: 0.2s all ease-in;
}

ul.nav-menu li a:hover {
  color: orange;
}

.dropdown-menu {
  border: none;
  border-radius: 
}

.fa-angle-down {
  color: gray;
  margin-left: 7px;
}

li > ul, li > ol {
  margin-left: 0px;
}


/* ****** Header-1 ****** */

.header-layout {
  background: url(https://images.unsplash.com/photo-1585409677983-0f6c41ca9c3b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1169&q=80);
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: calc(100vh - 59px);
  /* height: 100vh; */
}

.header-content {
  background: white;
  color: orange;
  padding: 30px;
  /* transform: translateY(24px); */ /*This is the min-height/2 of site-navigation */
}

/* ****** Header-2 ****** */

#header-2 .header-layout {
  /*background: url(http://localhost/quick-wp/wp-content/uploads/2020/09/restaurant-hero-02.jpg);*/
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: calc(100vh - 60px);
  position: relative;
  background-size: cover;
  background-position-y: -100px !important;
  /* height: 100vh; */
}


#header-2 .header-content {
  background: none;
  color: orange;
  padding: 30px;
  z-index: 99;
  /* transform: translateY(24px); */ /*This is the min-height/2 of site-navigation */
}

#header-2 .header-overlay {
  background-color: rgba(31,31,31,0.8);
  width: inherit;
  height: inherit;
  position: absolute;
  z-index: 1;
  opacity: 0;
}

#header-2 h1 {
  font-size: 92px;
  text-transform: uppercase;
  color: lightgreen;
}

#header-2 p {
  color: white;
  font-size: 19px;
  line-height: 34px;
  /*width: 50%;*/
  margin: auto;
  padding: -3px 0;
  opacity: 0.8;
  margin-bottom: 40px;
  font-size: 23px;
}


#header-2 .header-btn {
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 16px;
  letter-spacing: 1px;
  margin-right: 15px;
  line-height: 25px;
  transition: 0.2s all ease-in;
}

#header-2 .header-content .header-btn:first-of-type {
  border: 2px solid white;
  color: white;
}

#header-2 .header-content .header-btn:first-of-type:hover {
  background-color: hsla(0,0%,100%,.2);
  text-decoration: none;
}

#header-2 .header-content .header-btn:last-of-type {
  border: 4px solid lightgreen;
  color: lightgreen;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 31px;
  font-weight: bold;
  margin: 0px;
}

#header-2 .header-content .header-btn:last-of-type:hover {
  background: lightgreen;
  text-decoration: none;
  color: #4a4949;
}


.parallax-background {
    background-position: 50%;
    background-repeat: no-repeat;
    
    background-size: cover;
    -webkit-background-size: cover;

    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}



/* ****** About-us-1 ****** */

#about-us-1 {
  background-color: #F6F4F4;
  padding: 60px 0;
}

#about-us-1 img {
  min-height: 70%;
}

#about-us-1 button {
  border: 2px solid #6acbb3;
  border-radius: 2px;
  color: #6acbb3;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.25s all ease-in-out;
  margin-bottom: 35px;

}

#about-us-1 button:hover {
  background: #6acbb3;
  color: white;
}


/* ****** About-us-2 ****** */

#about-us-2 {
  background-color: #F6F4F4;
  padding: 60px 0;
}

#about-us-2 .container {
  width: 70%;
}

#about-us-2 img {
  min-height: 100%;
  transform: translateX(50px);
}

#about-us-2 button {
  border: 2px solid #6acbb3;
  border-radius: 2px;
  color: #6acbb3;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.25s all ease-in-out;
  margin-bottom: 35px;

}

#about-us-2 button:hover {
  background: #6acbb3;
  color: white;
}


#about-us-2 .separator {
  margin: 10px 0;
  width: 60px;
  height: 2px;
}

#about-us-2 h2 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #bfbfbf;
}

#about-us-2 h1 {
  font-size: 48px;
  line-height: 62px;
  letter-spacing: normal;
  margin: 25px 0px;
}

#about-us-2 p {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: normal;
  color: #939393
}

#about-us-2 p:last-of-type {
  margin-bottom: 30px;
}

#about-us-2 a {
  /*background: lightgreen;*/
    background: lightgreen;
    color: #3c3939;
    padding: 10px 15px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    margin-left: 0px;
    text-align: left;
    justify-content: left;
    transition: 0.25s all ease-in;
}

#about-us-2 a:hover {
  letter-spacing: 1px;
}



/* ****** Features=1 ****** */


.img-part {
  height: 230px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}


.features-layout {
  text-align: center;
  padding: 60px 0px;
}

.features-layout .col-md-6.col-lg-4 {
    margin-top: 40px;
}

.features-layout .col-md-6.col-lg-4 p {
  line-height: 23px;
}

.features-layout .hover-area {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s all ease-in;
}

.features-layout .hover-area:hover {
  opacity: 1;
  background: #00000080;
}

.features-layout .hover-area img {
  height: 40px;
}

.features-layout .separator {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  /* dropdown-menu {
    display: none;
    height: 20%;
    transition: 0.3s all ease-in;
  }
	
  .dropdown-menu.show {
    height: 100%;
    display: block;
  } */

  .img-part {
    height: 300px;
  }
}


/* ******* Features-3 ******* */

#features-3 {
  text-align: center;
  padding: 80px 0px;
}

#features-3 .separator {
  width: 100%;
  background: none;
}

#features-3 .separator hr {
  display: block;
  width: 100px;
  height: 2px;
  margin: auto;
  background-color: purple;
}

#features-3 h2 {
  text-align: center;
  margin: auto;
  font-size: 36px;
  line-height: 36px;
  color: #1f1f1f;
  text-transform: capitalize;
  margin: 20px auto;
  width: 100%;
}

#feature-3 hr {
  border-bottom: 3px solid purple;
  width: 50px;
}


#features-3 p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: normal;
  color: #666;
  width: 100%;
}

#features-3 .row:first-child p {
  width: 50%;
  margin: auto;
}

#features-3 .row:first-child {
  padding: 20px 0px;
}

#features-3 .row:last-child {
  padding-top: 30px;
}


/* ****** Team Section ****** */

.owl-carousel .owl-item .team-img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
  padding: 5px;
  transition: 0.25s all ease-in;
  border: 3px solid #ffa50000;
}

.team-img:hover {
  border: 3px solid orange;
}

.team-member {
  text-align: center;
  margin-top: 40px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  margin: auto;
}

.team-member p {
  line-height: 22px;
}

.team-layout {
  padding: 60px 0px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    background: lightblue !important; 
    border-radius: 50%;
  display: inline-block;
  transition: 0.25s all ease-in;
}

.owl-dot.active {
  background-color: #7474ea  !important;
}



/* ****** Team-2 ******* */

#team-2 {
  padding: 90px 0px;
  background: rgba(0,0,0,0.03);
}

#team-2 .row {
  margin-top: 45px;
}

#team-2 .container {
  max-width: 70%;
}

#team-2 .col-lg-4 {
  margin-bottom: 25px;
  padding-right: 1.3%;
  padding-left: 1.3%;

}

#team-2 .post-content {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background: white;
}

#team-2 .separator {
  margin: 10px 0;
  width: 60px;
  height: 2px;
  background: orange;
}

#team-2 .separator-center {
  margin-left: auto;
  margin-right: auto;
}


#team-2 .post-content h2 {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #1f1f1f;
  text-align: center;
}

#team-2 .post-content h4 {
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 27px;
  color: #bfbfbf;
  text-transform: uppercase;

}

#team-2 h2 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #bfbfbf;
}

#team-2 h3 {
  font-size: 23px;
  line-height: 31px;
  letter-spacing: normal;
  margin: 20px 0px;
}

#team-2 h1 {
  font-size: 48px;
  line-height: 62px;
  letter-spacing: normal;
  margin: 25px 0px;
}

#team-2 p {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: normal;
  color: #939393;
  margin-bottom: 0px;
  text-align: center;
}

#team-2 .post-content p {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: normal;
  color: #999;
}

#team-2 .post-category {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 2px;
  font-weight: 501;
  line-height: 30px;
  color: #c39d63;
}

#team-2 .post-categories {
  list-style-type: none;
}

#team-2 .post-categories li {
  display: inline-block;
  margin-right: 10px;
}

#team-2 .post-categories li a {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 2px;
  font-weight: 501;
  line-height: 30px;
  color: #c39d63;
}

#team-2 .post-content a:hover {
  text-decoration: none;
}

#team-2 .post-image {
  background-size: cover;
  /*height: 260px;*/
  width: 100%;
}


/* ****** Banner-1 ****** */

.banner-layout {
  background-color: #7474ea;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 30px 0;
}

.banner-btn {
  color: white;
  border: 3px solid white;
  background-color: #7474ea;
  font-size: 30px;
  transition: 0.25s all ease-in;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.banner-btn:hover {
  color: #7474ea;
  background-color: white;
  border: 3px solid white;
}

/* ****** Banner-2 ****** */

.banner {
  line-height: 1.625;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-bottom: 5rem;
}

.banner p {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  max-width: 36rem;
}

.font-bold {
    font-weight: 700;
}

.text-lg {
    font-size: 1.125rem;
}

h2 {
    font-size: 1.875rem;
    margin: 0px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}


.text-center {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.text-white {
    color: #fff;
    color: rgba(255, 255, 255, 1);
}

.transition-all {
    transition-property: all;
}

.duration-300 {
    transition-duration: 0.3s;
}

.banner a {
    color: inherit;
    text-decoration: inherit;
    background-color: #27b7d7;
    background-color: rgba(39, 183, 215, 1);
    border-radius: 0.25rem;
    color: #3c3939;
    background: lightgreen;
    text-transform: uppercase;
}


.banner a:focus {
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(39, 183, 215, 0.4);   
}

.banner a:hover {
  color: #3c3939;
  letter-spacing: 1px;
    text-decoration: none;
}


/* ****** Banner-3 ****** */

#banner-3 {
  text-align: center;
}

.banner {
  line-height: 1.625;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-bottom: 5rem;
}

.banner p {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  max-width: 36rem;
}

.font-bold {
    font-weight: 700;
}

.text-lg {
    font-size: 1.125rem;
}

h2 {
    font-size: 1.875rem;
    margin: 0px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}


.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
    color: rgba(255, 255, 255, 1);
}

.transition-all {
    transition-property: all;
}

.duration-300 {
    transition-duration: 0.3s;
}

/*.banner a {
    color: inherit;
    text-decoration: inherit;
    background-color: #27b7d7;
    background-color: rgba(39, 183, 215, 1);
    border-radius: 0.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


.banner a:focus {
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(39, 183, 215, 0.4);   
}

.banner a:hover {
    background-color: #1fa8cf;
    background-color: rgba(31, 168, 207, 1);
    text-decoration: none;
}*/

#banner-3 .separator {
  margin: 10px 0;
  width: 60px;
  height: 2px;
  background: orange;
}

#banner-3 .separator-center {
  margin-left: auto;
  margin-right: auto;
}


#banner-3 h2 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #bfbfbf;
}

#banner-3 h1 {
  font-size: 48px;
  line-height: 62px;
  letter-spacing: normal;
  margin: 25px 0px;
}

#banner-3 p {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: normal;
  color: #939393
}

#banner-3 .header-btn {
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 16px;
  letter-spacing: 1px;
  margin-right: 15px;
  line-height: 25px;
  transition: 0.2s all ease-in;
}

/*#banner-3 .header-content .header-btn:first-of-type {
  border: 2px solid white;
  color: white;
}

#banner-3 .header-content .header-btn:first-of-type:hover {
  background-color: hsla(0,0%,100%,.2);
  text-decoration: none;
}*/

#banner-3 .header-btn {
  border: 2px solid orange;
  border-radius: 0px;
  color: orange;
  background: orange;
  color: white;
  opacity: 1;
}

#banner-3 .header-btn:hover {
  background: orange;
  text-decoration: none;
  color: white;
	
  opacity: 0.7;
}







/* ****** Testimonials-1 ****** */

.testimonials-layout {
  padding: 60px 0;
}

.owl-carousel-testimonials {
  margin-top: 40px;
}

.client-name {
  font-size: 20px;
  color: #7474ea;

}

.client-role {
  font-size: 16px;
  font-weight: 600;
  color: gray;
}

.owl-carousel .owl-item .client-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}


/* Testimonials-2 */

#testimonials-2 {
  padding: 90px 0px;
}

#testimonials-2 .separator {
  margin: 10px 0;
  width: 60px;
  height: 2px;
  background: orange;
}

#testimonials-2 .separator-center {
  margin-left: auto;
  margin-right: auto;
}


#testimonials-2 h2 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #bfbfbf;
}

#testimonials-2 h3 {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: normal;
  margin: 20px 0px;
}

#testimonials-2 h1 {
  font-size: 48px;
  line-height: 62px;
  letter-spacing: normal;
  margin: 25px 0px;
}

#testimonials-2 p {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: normal;
  color: #939393
}

#testimonials-2 span {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}

#testimonials-2 .col-sm-6 {
  margin-bottom: 30px;
}



/* ****** Contact-form-1 ****** */

.contact-form-layout {
  padding: 60px 0;
}

.contact-form-layout input[type="text"],
.contact-form-layout input[type="email"]
 {
  border: none;
  border-bottom: 1px solid #80808052;
  transition: 0.25s all ease-in;
  width: 88%;
  margin-bottom: 29px;
}

.contact-form-layout input[type="text"]:focus,
.contact-form-layout input[type="email"]:focus {
  border-bottom: 1px solid gray;
}

.contact-form-layout textarea {
  transition: 0.25s all ease-in;
}

.contact-form-layout textarea:focus {
  border: 1px solid gray;
}

.contact-form-layout .row.align-items-center {
  width: 100%;
  margin: auto;
}

div .wpcf7 {
    margin-top: 40px;
    width: 100%;
}

.wpcf7 p:last-child {
  width: 100%;
  text-align: center;
}

p .wpcf7-submit {
  color: #7474ea;
  background: white;
  border: 2px solid #7474ea;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  transition: 0.25s all ease-in;
}

p .wpcf7-submit:hover {
  color: white;
  background: #7474ea;
  border: 2px solid #7474ea;
}

@media (max-width: 575px) {
  .contact-form-layout textarea {
    transition: 0.25s all ease-in;
    margin-top: 35px;
    width: 89%;
  }

  .contact-form-row {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .contact-form-layout .container {
    max-width: 95%;
  }
}




/* ****** Contact-form-2 ****** */

#contact-form-2 {
  padding: 60px 0;
  background: rgba(0,0,0,0.03);
}

#contact-form-2 input[type="text"],
#contact-form-2 input[type="email"]
 {
  border: none;
  border: 1px solid #80808052;
  border-radius: 0px;
  transition: 0.25s all ease-in;
  width: 88%;
  margin-bottom: 29px;
  padding: 13px;
  padding-left: 15px;
  width: 100%;	
}

#contact-form-2 .col-sm-6,
#contact-form-2 .col-sm-12 {
  padding-left: 5px;
}

#contact-form-2 input[type="text"]:focus,
#contact-form-2 input[type="email"]:focus {
  border: 1px solid #80808091;
}

#contact-form-2 input[type="text"]:focus-visible,
#contact-form-2 input[type="email"]:focus-visible {
  outline: none;
}

#contact-form-2 textarea {
  transition: 0.25s all ease-in;
  padding: 13px;
}

#contact-form-2 textarea:focus {
  border: 1px solid #80808091;
}

#contact-form-2 textarea:focus-visible {
  outline: none;
}

#contact-form-2 .row.align-items-center {
  width: 100%;
  margin: auto;
}

#contact-form-2 .col-md-4 {
  display: flex;
  justify-content: right;
}

/*#contact-form-2 .row .submit-and-captcha {
  display: flex;
  justify-content: right;
}*/

#contact-form-2 .wpcf7-form-control.wpcf7-submit {
  text-align: right;
  background: orange;
  color: white;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
  margin-left: 5px;
}

div .wpcf7 {
    margin-top: 40px;
    width: 100%;
}

.wpcf7 p:last-child {
  width: 100%;
  text-align: center;
}

p .wpcf7-submit {
  color: #7474ea;
  background: white;
  border: 2px solid #7474ea;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  transition: 0.25s all ease-in;
}

p .wpcf7-submit:hover {
  color: white;
  background: #7474ea;
  border: 2px solid #7474ea;
}

@media (max-width: 575px) {
  #contact-form-2 textarea {
    transition: 0.25s all ease-in;
    margin-top: 35px;
    width: 89%;
  }

  .contact-form-row {
    text-align: center;
  }
}

@media (max-width: 991px) {
  #contact-form-2 .container {
    max-width: 95%;
  }
}


/* ****** Footer-1 ****** */

.footer-layout {
  background: #F6F4F4;
  padding: 60px 0px;
  padding-bottom: 0px;
  overflow: hidden;
}

.footer-layout h4 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #7474ea;
}

.footer-layout p {
  margin-bottom: 10px;
  color: #3d3737de;
}

.footer-layout iframe {
  max-height: 340px;
  margin-top: 25px;
}

.footer-layout div span {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-left: 4px;
  margin-top: 7px;
}

.copyright-footer {
  text-align: center;
  border-top: 1px solid #80808045;
  margin: 20px 0px;
  padding-top: 20px;
}

.copyright-footer p {
  font-size: 15px;
  color: #3d3737d1;
}


/* Footer-2 */

#footer-2 {
  position: relative;
}

#footer-2 .footer-overlay {
  position: absolute;
  background-color: rgba(0,0,0,0.75);
  width: 100%;
  height: 100%;
  z-index: 1;
}

#footer-2 .container {
  padding: 130px 0px;
  z-index: 99;
  position: relative;
}

#footer-2 .col-lg-6 {
	
}

#footer-2 .footer-content {
  padding: 100px 50px;
  background: #1F1F1F;
  color: white !important;
  text-align: center;
  height: 100%;
}

#footer-2 h2 {
  font-size: 30px;
  line-height: 39px;
  color: white;
  letter-spacing: normal;
  text-transform: capitalize;
  font-weight: 400;
}

#footer-2 .col-lg-6:first-child h2 {
  margin-bottom: 50px;
}

#footer-2 h4 {
  font-size: 15px;
  line-height: 28.5px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

#footer-2 span {
  font-size: 15px;
  line-height: 28.5px;
  letter-spacing: 1px;
  display: block;
  font-weight: 501;
}

#footer-2 hr {
  background: orange;
  width: 80%;
  height: 1px;
}

#footer-2 button {
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 15px;
  letter-spacing: 1.2px;
  margin-top: 25px;
  line-height: 25px;
  transition: 0.2s all ease-in;
  background: #c39d63;
  text-decoration: none;
  color: white;
  border: none;
}

#footer-2 p {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

#footer-2 input {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  background: #111111;
  color: white;
  padding: 10px;
  border: none;
}

#footer-2 .col-lg-6:last-child button:first-child {
  margin-top: 0px;
}

/*#footer-2 .col-lg-6:last-child h2:first-child {
  margin-top: 20px;
}*/

#footer-2 .col-lg-6:last-child h2:last-of-type {
  margin-top: 60px;
}

#footer-2 .col-lg-6:last-child button:last-of-type {
  width: 100%;
  margin-top: 15px;
}

/* footer-2 contact form 7 */

.wpcf7 .row {
  width: 100%;
  margin: auto;
}

.wpcf7 br {
  display: none;
}

.wpcf7 p {
  margin-bottom: 0px;
}

.wpcf7 span {
  width: 100%;
}

.wpcf7 p {
  width: 100%;
}

#footer-2 .wpcf7 input.wpcf7-submit {
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 15px;
  letter-spacing: 1.2px;
  margin-top: 25px;
  line-height: 25px;
  transition: 0.2s all ease-in;
  background: #c39d63;
  text-decoration: none;
  color: white;
  border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin-top: 0px;
}

.footer-final {
  background: #1A1919;

}

.footer-final p {
  margin-bottom: 0px;
  color: gray;
}

.footer-final .container {
  padding: 18px 0px;
}

.footer-final .col-sm-5 {
  text-align: right;
}


/****** TESTING FOR PARALLAX *******/

.parallax-background {
    background-position: 50%;
    background-repeat: no-repeat;
    
    background-size: cover;
    -webkit-background-size: cover;

    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.div-block {
  width: 100%;
  height: 150px;
  background: lightblue;
}

.background-div {
  height: 300px;
  /*background: url(https://www.publicdomainpictures.net/pictures/320000/velka/background-image.png);*/
  background-size: cover;
}

.background-div {
  /*background: url(http://localhost/quick-wp/wp-content/uploads/2020/09/restaurant-hero-02.jpg);*/
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: calc(100vh - 60px);
  position: relative;
  background-size: cover;
  /* height: 100vh; */
}

.blocks {
  width: 100%;
  height: 500px;
  background: lightblue;
}

.parallax-div {
  width: 100%;
  height: 700px;
  /*background: url(https://www.publicdomainpictures.net/pictures/320000/velka/background-image.png);*/
}


/* other */

/*.extra-large {
  font-size: 50px;
  color: crimson !important;
  margin-bottom: 100px;
}

.banner-btn {
  border: 10px solid black;
}*/



/* Content-1 */

#content-1 .container {
  width: 75%;
}

#content-1 {
  background: #1f1f1f;
}

#content-1 .col-lg-4 {
  max-height: 300px;
  overflow: hidden;
  margin: 0px;
  background: white;
  padding: 0px;
}

#content-1 .col-lg-4 img {
  transform: translateY(-16%);
}

#content-1 .col-lg-4.with-content {
  padding: 20px;
  text-align: center;
  padding: 40px 20px;
}

#content-1 .col-lg-4.with-content span {
  font-size: 22px;
  line-height: 28.60px;
  color: #c39d63;
  margin-top: 20px;
}

#content-1 .col-lg-4.with-content h3 {
  font-size: 24px;
  line-height: 31.2px;
  color: #1f1f1f;
  margin: 17px 0px;
}

#content-1 .col-lg-4.with-content p {
  font-size: 15px;
  line-height: 27px;
  color: #939393;
  margin: 17px 0px;
  letter-spacing: normal;
}


/* Display-blog-posts-1 */

#display-blog-posts-1 {
  padding: 90px 0px;
  background: rgba(0,0,0,0.03);
}

#display-blog-posts-1 .row {
  margin-top: 45px;
}

#display-blog-posts-1 .container {
  max-width: 70%;
}

#display-blog-posts-1 .col-lg-4 {
  margin-bottom: 25px;
  padding-right: 30px;
  padding-left: 30px;

}

#display-blog-posts-1 .post-content {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background: white;
}

#display-blog-posts-1 .separator {
  margin: 10px 0;
  width: 60px;
  height: 2px;
  background: orange;
}

#display-blog-posts-1 .separator-center {
  margin-left: auto;
  margin-right: auto;
}


#display-blog-posts-1 .post-content h2 {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #1f1f1f;
}

#display-blog-posts-1 h2 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #bfbfbf;
}

#display-blog-posts-1 h3 {
  font-size: 23px;
  line-height: 31px;
  letter-spacing: normal;
  margin: 20px 0px;
}

#display-blog-posts-1 h1 {
  font-size: 48px;
  line-height: 62px;
  letter-spacing: normal;
  margin: 25px 0px;
}

#display-blog-posts-1 p {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: normal;
  color: #939393;
  margin-bottom: 0px;
}

#display-blog-posts-1 .post-content p {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: normal;
  color: #999;
}

#display-blog-posts-1 .post-category {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 2px;
  font-weight: 501;
  line-height: 30px;
  color: #c39d63;
}

#display-blog-posts-1 .post-categories {
  list-style-type: none;
}

#display-blog-posts-1 .post-categories li {
  display: inline-block;
  margin-right: 10px;
}

#display-blog-posts-1 .post-categories li a {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 2px;
  font-weight: 501;
  line-height: 30px;
  color: #c39d63;
}

#display-blog-posts-1 .post-content a:hover {
  text-decoration: none;
}

#display-blog-posts-1 .post-image {
  background-size: cover;
  height: 260px;
  width: 100%;
}



/* Basic media-query template for all other layouts 

@media (max-width: 1500px) {

}

@media (max-width: 1400px) {

}

@media (max-width: 1300px) {

}

@media (max-width: 991px) {
	
}

@media (max-width: 768px) {

}


@media (max-width: 575px) {
	
}



*/


@media (max-width: 1500px) {

}
@media (max-width: 1400px) {

}
@media (min-width: 1300px) {

}

@media (min-width: 768px) {

  /* .dropdown-menu {
    border: none;
    border-radius: 2px;
    transition: 0.2s all ease-in;
    opacity: 0;
    display: block;
    visibility: hidden;
  }
	
  .menu-item:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  } */

}

@media (max-width: 768px) {
  /* dropdown-menu {
    display: none;
    height: 20%;
    transition: 0.3s all ease-in;
  }
	
  .dropdown-menu.show {
    height: 100%;
    display: block;
  } */

  .img-part {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .contact-form-layout textarea {
    transition: 0.25s all ease-in;
    margin-top: 35px;
    width: 89%;
  }

  .contact-form-row {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .contact-form-layout .container {
    max-width: 95%;
  }
}


/* Features-3 */

@media (max-width: 991px) {

  #features-3 .row:first-child p {
    width: 75vw;
    margin: auto;
  }

  #features-3 .col-lg-4 {
      margin-bottom: 30px !important;
  }

  #features-3 p {
    width: 93%;
    margin: auto;
  }
	
}


/* Header-2 */

@media (max-width: 991px) {

  #header-2 p {
    width: 85%;
  }

  #header-2 h1 {
    font-size: 60px;
  }
	
}



/* About-us-2 */

@media (max-width: 991px) {
  #about-us-2 img {
      min-height: 100%;
      width: 90%;
      margin: 20px 0;
      padding-top: 25px;
  }
}

@media (max-width: 1250px) {
  #about-us-2 .container {
    width: 85%;
  }


}


/* Content-1 */

@media (max-width: 991px) {
  #content-1 .col-lg-4 img {
    width: 100%;
  }

  #content-1 .container {
    width: 85%;
  }
}


/* Testimonials-2 */

@media (max-width: 575px) {
  #testimonials-2 .container {
    padding-right: 40px;
    padding-left: 40px;
  }

  #testimonials-2 {
    padding-bottom: 40px;
  }
}


/* Display-blog-posts-1 */

@media (max-width: 1700px) {
  #display-blog-posts-1 .container {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #display-blog-posts-1 .text-shrink {
    width: 90%;
  }

  #display-blog-posts-1 .container {
    max-width: 100%;
    width: 85%;
  }

  #display-blog-posts-1 .post-image {
    height: 45vw;
  }
}


/* Footer-2 */

@media (max-width: 991px) {
  #footer-2 .col-lg-6 {
    margin-bottom: 40px;
  }

  #footer-2 .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 575px) {
  #footer-2 .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}



/******** Video Section **********/

#video-section {
  text-align: center;
}

#video-section h1 {
  font-size: 48px;
  line-height: 62px;
  color: #212529;
}

#video-section p {
  font-size: 17px;
  line-height: 30px;
  color: #939393;
}

#video-section img {
  width: 100%;
}

.separator {
  margin: 10px 0;
  width: 60px;
  height: 2px;
}


/******** Banners *********/

.banner {
  text-align: center;
  background-color: #282626;
  color: lightgreen;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

#banner-1 .banner-btn {
  color: lightgreen;
  border: 3px solid lightgreen;
  background-color: #282626;
  padding: 10px 20px;
  margin-top: 15px;
}

#banner-1 .banner-btn:hover {
  color: #282626;
  background-color: lightgreen;
}



/*========== Layout: portfolio-3 =============*/
@media all {
  div,
  h2,
  img,
  p,
  span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  :focus {
    outline: 0;
  }
  p {
    padding-bottom: 1em;
  }
  p:not(.has-background):last-of-type {
    padding-bottom: 0;
  }
  h2 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
  }
  h2 {
    font-size: 26px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .portfolio-3 {
    text-align: center;
  }

  .portfolio-3 h1 {
    font-size: 48px;
    line-height: 62px;
    color: #212529;
  }

  .portfolio-3 p {
    font-size: 17px;
    line-height: 30px;
    color: #939393;
  }
  .portfolio-3-module.portfolio-3-text_align_center {
    text-align: center;
  }
  .portfolio-3-css_mix_blend_mode_passthrough {
    mix-blend-mode: unset !important;
  }
  .portfolio-3-module,
  .portfolio-3-with_background {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .box-shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
  }
  .has-box-shadow-overlay {
    position: relative;
  }
  .portfolio-3-module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
  }
  @media (min-width: 981px) {
    .portfolio-3-section div.portfolio-3-row .portfolio-3-column .portfolio-3-module:last-child {
      margin-bottom: 0;
    }
  }
  @media (max-width: 980px) {
    .portfolio-3-column .portfolio-3-module {
      margin-bottom: 30px;
    }
    .portfolio-3-row .portfolio-3-column .portfolio-3-module:last-child {
      margin-bottom: 0;
    }
  }
  .portfolio-3-section {
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
  }
  @media (min-width: 981px) {
    .portfolio-3-section {
      padding: 4% 0;
    }
  }
  @media (max-width: 980px) {
    .portfolio-3-section {
      padding: 50px 0;
    }
  }
  .portfolio-3-row {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
  }
  .portfolio-3-row:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
  }
  .portfolio-3-column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
  }
  .portfolio-3-row .portfolio-3-column.portfolio-3-last-child,
  .portfolio-3-row .portfolio-3-column:last-child {
    margin-right: 0 !important;
  }
  .portfolio-3-column,
  .portfolio-3-row {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  @media (min-width: 981px) {
    .portfolio-3-row {
      padding: 2% 0;
    }
    .portfolio-3-row .portfolio-3-column.portfolio-3-last-child,
    .portfolio-3-row .portfolio-3-column:last-child {
      margin-right: 0 !important;
    }
  }
  @media (max-width: 980px) {
    .portfolio-3-row {
      max-width: 1080px;
    }
    .portfolio-3-row {
      padding: 30px 0;
    }
    .portfolio-3-column {
      width: 100%;
      margin-bottom: 30px;
    }
    .portfolio-3-row .portfolio-3-column.portfolio-3-last-child,
    .portfolio-3-row .portfolio-3-column:last-child {
      margin-bottom: 0;
    }
  }
  @media (max-width: 479px) {
    .portfolio-3-column {
      width: 100% !important;
    }
  }
  .portfolio-3-had_animation {
    position: relative;
  }
  @media (min-width: 981px) {
    .portfolio-3-gutters3 .portfolio-3-column {
      margin-right: 5.5%;
    }
    .portfolio-3-gutters3 .portfolio-3-column_4_4 {
      width: 100%;
    }
    .portfolio-3-gutters3 .portfolio-3-column_4_4 .portfolio-3-module {
      margin-bottom: 2.75%;
    }
    .portfolio-3-gutters3 .portfolio-3-column_1_3 {
      width: 29.6667%;
    }
    .portfolio-3-gutters3 .portfolio-3-column_1_3 .portfolio-3-module {
      margin-bottom: 9.27%;
    }
  }
  .portfolio-3-image {
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
  }
  .portfolio-3-image {
    display: block;
  }
  .portfolio-3-image .portfolio-3-image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
  }
  .portfolio-3-image img {
    position: relative;
  }
  .portfolio-3-text {
    word-wrap: break-word;
  }
  .portfolio-3-text > :last-child {
    padding-bottom: 0;
  }
  .portfolio-3-text_inner {
    position: relative;
  }
}
@media only screen and (min-width: 1350px) {
  .portfolio-3-row {
    padding: 27px 0;
  }
  .portfolio-3-section {
    padding: 54px 0;
  }
}
.portfolio-3-text_7 {
  line-height: 1.8em;
  font-size: 16px;
  line-height: 1.8em;
  max-width: 700px;
}
.portfolio-3-section_5.portfolio-3-section {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  background-color: #fafafc !important;
}
.portfolio-3-text_7 h2 {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 28px;
  line-height: 1.4em;
}
.portfolio-3-image_2 .portfolio-3-image_wrap,
.portfolio-3-image_6 .portfolio-3-image_wrap,
.portfolio-3-image_5 .portfolio-3-image_wrap,
.portfolio-3-image_3 .portfolio-3-image_wrap,
.portfolio-3-image_4 .portfolio-3-image_wrap,
.portfolio-3-image_1 .portfolio-3-image_wrap {
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}
.portfolio-3-image_2,
.portfolio-3-image_3,
.portfolio-3-image_4,
.portfolio-3-image_5,
.portfolio-3-image_1,
.portfolio-3-image_6 {
  max-width: 400px;
  text-align: left;
  margin-left: 0;
}
.portfolio-3-image_5.portfolio-3-module,
.portfolio-3-image_4.portfolio-3-module,
.portfolio-3-image_3.portfolio-3-module,
.portfolio-3-image_2.portfolio-3-module,
.portfolio-3-image_1.portfolio-3-module,
.portfolio-3-text_7.portfolio-3-module,
.portfolio-3-image_6.portfolio-3-module {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 980px) {
  .portfolio-3-image_1,
  .portfolio-3-image_2,
  .portfolio-3-image_3,
  .portfolio-3-image_4,
  .portfolio-3-image_5,
  .portfolio-3-image_6 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .portfolio-3-image_1 .portfolio-3-image_wrap img,
  .portfolio-3-image_2 .portfolio-3-image_wrap img,
  .portfolio-3-image_3 .portfolio-3-image_wrap img,
  .portfolio-3-image_4 .portfolio-3-image_wrap img,
  .portfolio-3-image_5 .portfolio-3-image_wrap img,
  .portfolio-3-image_6 .portfolio-3-image_wrap img {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-3-image_1 .portfolio-3-image_wrap img,
  .portfolio-3-image_2 .portfolio-3-image_wrap img,
  .portfolio-3-image_3 .portfolio-3-image_wrap img,
  .portfolio-3-image_4 .portfolio-3-image_wrap img,
  .portfolio-3-image_5 .portfolio-3-image_wrap img,
  .portfolio-3-image_6 .portfolio-3-image_wrap img {
    width: auto;
  }
}
@media all {
  h2 {
    overflow-wrap: break-word;
  }
  p {
    overflow-wrap: break-word;
  }
}
@media all {
  div,
  h2,
  img,
  p,
  span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  :focus {
    outline: 0;
  }
  p {
    padding-bottom: 1em;
  }
  p:not(.has-background):last-of-type {
    padding-bottom: 0;
  }
  h2 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
  }
  h2 {
    font-size: 26px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .portfolio-3-module.portfolio-3-text_align_center {
    text-align: center;
  }
  .portfolio-3-css_mix_blend_mode_passthrough {
    mix-blend-mode: unset !important;
  }
  .portfolio-3-module,
  .portfolio-3-with_background {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .box-shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
  }
  .has-box-shadow-overlay {
    position: relative;
  }
  .portfolio-3-module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
  }
  @media (min-width: 981px) {
    .portfolio-3-section div.portfolio-3-row .portfolio-3-column .portfolio-3-module:last-child {
      margin-bottom: 0;
    }
  }
  @media (max-width: 980px) {
    .portfolio-3-column .portfolio-3-module {
      margin-bottom: 30px;
    }
    .portfolio-3-row .portfolio-3-column .portfolio-3-module:last-child {
      margin-bottom: 0;
    }
  }
  .portfolio-3-section {
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
  }
  @media (min-width: 981px) {
    .portfolio-3-section {
      padding: 4% 0;
    }
  }
  @media (max-width: 980px) {
    .portfolio-3-section {
      padding: 50px 0;
    }
  }
  .portfolio-3-row {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
  }
  .portfolio-3-row:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
  }
  .portfolio-3-column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
  }
  .portfolio-3-row .portfolio-3-column.portfolio-3-last-child,
  .portfolio-3-row .portfolio-3-column:last-child {
    margin-right: 0 !important;
  }
  .portfolio-3-column,
  .portfolio-3-row {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  @media (min-width: 981px) {
    .portfolio-3-row {
      padding: 2% 0;
    }
    .portfolio-3-row .portfolio-3-column.portfolio-3-last-child,
    .portfolio-3-row .portfolio-3-column:last-child {
      margin-right: 0 !important;
    }
  }
  @media (max-width: 980px) {
    .portfolio-3-row {
      max-width: 1080px;
    }
    .portfolio-3-row {
      padding: 30px 0;
    }
    .portfolio-3-column {
      width: 100%;
      margin-bottom: 30px;
    }
    .portfolio-3-row .portfolio-3-column.portfolio-3-last-child,
    .portfolio-3-row .portfolio-3-column:last-child {
      margin-bottom: 0;
    }
  }
  @media (max-width: 479px) {
    .portfolio-3-column {
      width: 100% !important;
    }
  }
  .portfolio-3-had_animation {
    position: relative;
  }
  @media (min-width: 981px) {
    .portfolio-3-gutters3 .portfolio-3-column {
      margin-right: 5.5%;
    }
    .portfolio-3-gutters3 .portfolio-3-column_4_4 {
      width: 100%;
    }
    .portfolio-3-gutters3 .portfolio-3-column_4_4 .portfolio-3-module {
      margin-bottom: 2.75%;
    }
    .portfolio-3-gutters3 .portfolio-3-column_1_3 {
      width: 29.6667%;
    }
    .portfolio-3-gutters3 .portfolio-3-column_1_3 .portfolio-3-module {
      margin-bottom: 9.27%;
    }
  }
  .portfolio-3-image {
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
  }
  .portfolio-3-image {
    display: block;
  }
  .portfolio-3-image .portfolio-3-image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
  }
  .portfolio-3-image img {
    position: relative;
  }
  .portfolio-3-text {
    word-wrap: break-word;
  }
  .portfolio-3-text > :last-child {
    padding-bottom: 0;
  }
  .portfolio-3-text_inner {
    position: relative;
  }
}
@media only screen and (min-width: 1350px) {
  .portfolio-3-row {
    padding: 27px 0;
  }
  .portfolio-3-section {
    padding: 54px 0;
  }
}
.portfolio-3-text_7 {
  line-height: 1.8em;
  font-size: 16px;
  line-height: 1.8em;
  max-width: 700px;
}
.portfolio-3-section_5.portfolio-3-section {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  background-color: #fafafc !important;
}
.portfolio-3-text_7 h2 {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 28px;
  line-height: 1.4em;
}
.portfolio-3-image_2 .portfolio-3-image_wrap,
.portfolio-3-image_6 .portfolio-3-image_wrap,
.portfolio-3-image_5 .portfolio-3-image_wrap,
.portfolio-3-image_3 .portfolio-3-image_wrap,
.portfolio-3-image_4 .portfolio-3-image_wrap,
.portfolio-3-image_1 .portfolio-3-image_wrap {
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}
.portfolio-3-image_2,
.portfolio-3-image_3,
.portfolio-3-image_4,
.portfolio-3-image_5,
.portfolio-3-image_1,
.portfolio-3-image_6 {
  max-width: 400px;
  text-align: left;
  margin-left: 0;
}
.portfolio-3-image_5.portfolio-3-module,
.portfolio-3-image_4.portfolio-3-module,
.portfolio-3-image_3.portfolio-3-module,
.portfolio-3-image_2.portfolio-3-module,
.portfolio-3-image_1.portfolio-3-module,
.portfolio-3-text_7.portfolio-3-module,
.portfolio-3-image_6.portfolio-3-module {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 980px) {
  .portfolio-3-image_1,
  .portfolio-3-image_2,
  .portfolio-3-image_3,
  .portfolio-3-image_4,
  .portfolio-3-image_5,
  .portfolio-3-image_6 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .portfolio-3-image_1 .portfolio-3-image_wrap img,
  .portfolio-3-image_2 .portfolio-3-image_wrap img,
  .portfolio-3-image_3 .portfolio-3-image_wrap img,
  .portfolio-3-image_4 .portfolio-3-image_wrap img,
  .portfolio-3-image_5 .portfolio-3-image_wrap img,
  .portfolio-3-image_6 .portfolio-3-image_wrap img {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-3-image_1 .portfolio-3-image_wrap img,
  .portfolio-3-image_2 .portfolio-3-image_wrap img,
  .portfolio-3-image_3 .portfolio-3-image_wrap img,
  .portfolio-3-image_4 .portfolio-3-image_wrap img,
  .portfolio-3-image_5 .portfolio-3-image_wrap img,
  .portfolio-3-image_6 .portfolio-3-image_wrap img {
    width: auto;
  }
}
@media all {
  h2 {
    overflow-wrap: break-word;
  }
  p {
    overflow-wrap: break-word;
  }
}


.portfolio-3-image_wrap.has-box-shadow-overlay {
  max-height: 300px;
}


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

.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}
.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}
@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

		
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  background: #fafbff;
  padding: 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 #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;
  border-radius: 0;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #4154f1;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*========== Layout: features-46 =============*/
*,
::after,
::before {
  box-sizing: border-box;
}
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .offsfeatures-46-xl-2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
.text-center {
  text-align: center !important;
}
i[class^="flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flaticon-devices:before {
  content: "\f102";
}
.flaticon-code:before {
  content: "\f103";
}
.flaticon-document:before {
  content: "\f104";
}
.flaticon-reload:before {
  content: "\f105";
}
.flaticon-light:before {
  content: "\f106";
}
.flaticon-24-hours:before {
  content: "\f107";
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-55 {
  margin-bottom: 55px;
}
.pt-115 {
  padding-top: 115px;
}
.pb-100 {
  padding-bottom: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
span,
p,
i,
*::after,
*::before,
.transition-3,
h2,
h3 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
h2,
h3 {
  font-family: "Poppins", sans-serif;
  color: #0e1133;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #5e5f6b;
  margin-bottom: 15px;
  line-height: 24px;
}
*::-moz-selection {
  background: #ec6e39;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #ec6e39;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #ec6e39;
  color: #ffffff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #0e1133;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #0e1133;
  font-size: 14px;
  opacity: 1;
}
.white-bg {
  background: #ffffff;
}
.section__title {
  font-size: 40px;
  color: #0e1133;
  text-transform: capitalize;
  z-index: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 33px;
  }
}
@media (max-width: 575px) {
  .section__title {
    font-size: 25px;
  }
}
.section__title span {
  position: relative;
}
.section__title-wrapper {
  position: relative;
  z-index: 1;
}
.why__item {
  border: 1px solid #f2f3f7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 35px 60px;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why__item {
    padding-right: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why__item {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 575px) {
  .why__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.why__item::after {
  position: absolute;
  content: "";
  top: -3px;
  left: auto;
  right: 0;
  width: 0;
  height: 10%;
  background: #ec6e39;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  z-index: -1;
}
.why__item:hover {
  box-shadow: 0px -3px 0px 0px rgba(43, 78, 255, 0.004),
    0px 30px 50px 0px rgba(1, 11, 60, 0.08);
  border-color: #ffffff;
}
.why__item:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.why__item:hover .why__icon i {
  border-color: #ec6e39;
}
.why__icon i {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 80px;
  border: 2px solid #ebedf3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 35px;
  color: #ec6e39;
}
.why__title {
  font-size: 20px;
  margin-bottom: 10px;
}
.why__content p {
  margin-bottom: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .offsfeatures-46-xl-2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
.text-center {
  text-align: center !important;
}
i[class^="flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flaticon-devices:before {
  content: "\f102";
}
.flaticon-code:before {
  content: "\f103";
}
.flaticon-document:before {
  content: "\f104";
}
.flaticon-reload:before {
  content: "\f105";
}
.flaticon-light:before {
  content: "\f106";
}
.flaticon-24-hours:before {
  content: "\f107";
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-55 {
  margin-bottom: 55px;
}
.pt-115 {
  padding-top: 115px;
}
.pb-100 {
  padding-bottom: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
span,
p,
i,
*::after,
*::before,
.transition-3,
h2,
h3 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
h2,
h3 {
  font-family: "Poppins", sans-serif;
  color: #0e1133;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #5e5f6b;
  margin-bottom: 15px;
  line-height: 24px;
}
*::-moz-selection {
  background: #ec6e39;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #ec6e39;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #ec6e39;
  color: #ffffff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #0e1133;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #0e1133;
  font-size: 14px;
  opacity: 1;
}
.white-bg {
  background: #ffffff;
}
.section__title {
  font-size: 40px;
  color: #0e1133;
  text-transform: capitalize;
  z-index: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 33px;
  }
}
@media (max-width: 575px) {
  .section__title {
    font-size: 25px;
  }
}
.section__title span {
  position: relative;
}
.section__title-wrapper {
  position: relative;
  z-index: 1;
}
.why__item {
  border: 1px solid #f2f3f7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 35px 60px;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why__item {
    padding-right: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why__item {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 575px) {
  .why__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.why__item::after {
  position: absolute;
  content: "";
  top: -3px;
  left: auto;
  right: 0;
  width: 0;
  height: 10%;
  background: #ec6e39;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  z-index: -1;
}
.why__item:hover {
  box-shadow: 0px -3px 0px 0px rgba(43, 78, 255, 0.004),
    0px 30px 50px 0px rgba(1, 11, 60, 0.08);
  border-color: #ffffff;
}
.why__item:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.why__item:hover .why__icon i {
  border-color: #ec6e39;
}
.why__icon i {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 80px;
  border: 2px solid #ebedf3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 35px;
  color: #ec6e39;
}
.why__title {
  font-size: 20px;
  margin-bottom: 10px;
}
.why__content p {
  margin-bottom: 0;
}
/*========== Layout: faq-3 =============*/
		body {
		  font-family: "Open Sans", sans-serif;
		  color: #444444;
		}

		a {
		  text-decoration: none;
		  color: #0880e8;
		}

		a:hover {
		  color: #2b99f8;
		  text-decoration: none;
		}

		h1, h2, h3, h4, h5, h6 {
		  font-family: "Raleway", sans-serif;
		}
		
		/*--------------------------------------------------------------
		# Sections General
		--------------------------------------------------------------*/
		section {
		  padding: 60px 0;
		  overflow: hidden;
		}

		.section-bg {
		  background-color: #f1f8ff;
		}

		.section-title {
		  text-align: center;
		  padding-bottom: 30px;
		}
		.section-title h2 {
		  font-size: 32px;
		  font-weight: bold;
		  text-transform: uppercase;
		  margin-bottom: 20px;
		  padding-bottom: 0;
		  color: #054a85;
		}
		.section-title p {
		  margin-bottom: 0;
		  font-style: italic;
		}

		/*--------------------------------------------------------------
		# Frequently Asked Questions
		--------------------------------------------------------------*/
		.faq .faq-list {
		  padding: 0 100px;
		}
		.faq .faq-list ul {
		  padding: 0;
		  list-style: none;
		}
		.faq .faq-list li + li {
		  margin-top: 15px;
		}
		.faq .faq-list li {
		  padding: 20px;
		  background: #fff;
		  border-radius: 4px;
		  position: relative;
		}
		.faq .faq-list a {
		  display: block;
		  position: relative;
		  font-family: "Poppins", sans-serif;
		  font-size: 16px;
		  line-height: 24px;
		  font-weight: 500;
		  padding: 0 30px;
		  outline: none;
		  cursor: pointer;
		}
		.faq .faq-list .icon-help {
		  font-size: 24px;
		  position: absolute;
		  right: 0;
		  left: 20px;
		  color: #75bdfa;
		}
		.faq .faq-list .icon-show, .faq .faq-list .icon-close {
		  font-size: 24px;
		  position: absolute;
		  right: 0;
		  top: 0;
		}
		.faq .faq-list p {
		  margin-bottom: 0;
		  padding: 10px 0 0 0;
		}
		.faq .faq-list .icon-show {
		  display: none;
		}
		.faq .faq-list a.collapsed {
		  color: #343a40;
		}
		.faq .faq-list a.collapsed:hover {
		  color: #0880e8;
		}
		.faq .faq-list a.collapsed .icon-show {
		  display: inline-block;
		}
		.faq .faq-list a.collapsed .icon-close {
		  display: none;
		}
		@media (max-width: 1200px) {
		  .faq .faq-list {
		    padding: 0;
		  }
		}
		body {
		  font-family: "Open Sans", sans-serif;
		  color: #444444;
		}

		a {
		  text-decoration: none;
		  color: #0880e8;
		}

		a:hover {
		  color: #2b99f8;
		  text-decoration: none;
		}

		h1, h2, h3, h4, h5, h6 {
		  font-family: "Raleway", sans-serif;
		}
		
		/*--------------------------------------------------------------
		# Sections General
		--------------------------------------------------------------*/
		section {
		  padding: 60px 0;
		  overflow: hidden;
		}

		.section-bg {
		  background-color: #f1f8ff;
		}

		.section-title {
		  text-align: center;
		  padding-bottom: 30px;
		}
		.section-title h2 {
		  font-size: 32px;
		  font-weight: bold;
		  text-transform: uppercase;
		  margin-bottom: 20px;
		  padding-bottom: 0;
		  color: #054a85;
		}
		.section-title p {
		  margin-bottom: 0;
		  font-style: italic;
		}

		/*--------------------------------------------------------------
		# Frequently Asked Questions
		--------------------------------------------------------------*/
		.faq .faq-list {
		  padding: 0 100px;
		}
		.faq .faq-list ul {
		  padding: 0;
		  list-style: none;
		}
		.faq .faq-list li + li {
		  margin-top: 15px;
		}
		.faq .faq-list li {
		  padding: 20px;
		  background: #fff;
		  border-radius: 4px;
		  position: relative;
		}
		.faq .faq-list a {
		  display: block;
		  position: relative;
		  font-family: "Poppins", sans-serif;
		  font-size: 16px;
		  line-height: 24px;
		  font-weight: 500;
		  padding: 0 30px;
		  outline: none;
		  cursor: pointer;
		}
		.faq .faq-list .icon-help {
		  font-size: 24px;
		  position: absolute;
		  right: 0;
		  left: 20px;
		  color: #75bdfa;
		}
		.faq .faq-list .icon-show, .faq .faq-list .icon-close {
		  font-size: 24px;
		  position: absolute;
		  right: 0;
		  top: 0;
		}
		.faq .faq-list p {
		  margin-bottom: 0;
		  padding: 10px 0 0 0;
		}
		.faq .faq-list .icon-show {
		  display: none;
		}
		.faq .faq-list a.collapsed {
		  color: #343a40;
		}
		.faq .faq-list a.collapsed:hover {
		  color: #0880e8;
		}
		.faq .faq-list a.collapsed .icon-show {
		  display: inline-block;
		}
		.faq .faq-list a.collapsed .icon-close {
		  display: none;
		}
		@media (max-width: 1200px) {
		  .faq .faq-list {
		    padding: 0;
		  }
		}
/*========== Layout: content-55 =============*/
img{border:0;}
@media print{
*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
img{page-break-inside:avoid;}
img{max-width:100%!important;}
h2,h3,p{orphans:3;widows:3;}
h2,h3{page-break-after:avoid;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
img{vertical-align:middle;}
h2,h3,h4{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
h2,h3{margin-top:20px;margin-bottom:10px;}
h4{margin-top:10px;margin-bottom:10px;}
h2{font-size:30px;}
h3{font-size:24px;}
h4{font-size:18px;}
p{margin:0 0 10px;}
.text-center{text-align:center;}
ul{margin-top:0;margin-bottom:10px;}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:768px){
.container{width:720px;}
}
@media (min-width:992px){
.container{width:970px;}
}
@media (min-width:1200px){
.container{width:1170px;}
}
.row{margin-right:-15px;margin-left:-15px;}
.col-lg-8,.col-md-6,.col-md-8{position:relative;min-height:1px;padding-right:15px;padding-left:15px;}
@media (min-width:992px){
.col-md-6,.col-md-8{float:left;}
.col-md-8{width:66.66666667%;}
.col-md-6{width:50%;}
.col-md-offscontent-55-2{margin-left:16.66666667%;}
}
@media (min-width:1200px){
.col-lg-8{float:left;}
.col-lg-8{width:66.66666667%;}
.col-lg-offscontent-55-2{margin-left:16.66666667%;}
}
.container:after,.container:before,.row:after,.row:before{display:table;content:" ";}
.container:after,.row:after{clear:both;}
.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.fa-chart-line:before{content:"\f201";}
.fa-check:before{content:"\f00c";}
.fa-crosshairs:before{content:"\f05b";}
.fas{font-family:"Font Awesome 5 Free";}
.fas{font-weight:900;}
*{padding:0;margin:0;}
h2,h3,h4{color:#232323;font-weight:normal;line-height:1.2;font-family:'Poppins', sans-serif;letter-spacing:0;margin:0;}
h2,h3,h4{margin-bottom:15px;}
img{border:none;outline:none;max-width:100%;}
p{color:#666666;line-height:26px;margin:0 0 15px;text-transform:none;font-weight:400;}
ul{margin:0;padding:0;list-style-type:none;}
.default-padding{padding-top:100px;padding-bottom:100px;position:relative;}
.site-heading h2{display:inline-block;font-weight:700;padding-bottom:20px;position:relative;text-transform:uppercase;}
.site-heading p{margin:0;}
.site-heading h2::before{background:#2568ef none repeat scroll 0 0;bottom:0;content:"";height:2px;left:50%;margin-left:-5px;position:absolute;width:50px;}
.site-heading h2::after{background:#232323 none repeat scroll 0 0;bottom:0;content:"";height:2px;left:50%;margin-left:-40px;position:absolute;width:25px;}
.site-heading{margin-bottom:60px;overflow:hidden;margin-top:-5px;}
.work-process-area .process-items{display:flex;align-items:center;}
.work-process-area .process-items .info li{display:flex;margin-bottom:30px;background:#ffffff;padding:40px 30px;border:1px solid #eaedf2;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.work-process-area .process-items .info li .list{padding-right:25px;}
.work-process-area .process-items .info li .list h3{margin:0;height:60px;width:60px;line-height:60px;background:#ffffff;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;font-weight:800;letter-spacing:0.6px;margin-top:-5px;color:#2568ef;border:1px solid #eaedf2;}
.work-process-area .process-items .info li .content h4{text-transform:capitalize;font-weight:600;letter-spacing:0.6px;}
.work-process-area .process-items .info li:last-child{margin-bottom:0;}
.work-process-area .process-items .info li .content p{margin:0;font-size:16px;line-height:30px;}
.work-process-area .process-items .info li:nth-child(2n){background:#2568ef;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.work-process-area .process-items .info li:nth-child(2n) p,.work-process-area .process-items .info li:nth-child(2n) h4{color:#ffffff;}
@media only screen and (min-width: 768px) and (max-width: 991px){
.work-process-area .process-items{display:block;}
.work-process-area .process-items .info{margin-top:30px;}
.work-process-area .process-items .thumb{margin-bottom:30px;}
.work-process-area .process-items .info li{display:block;text-align:center;}
.work-process-area .process-items .info li .list{padding-right:0;}
.work-process-area .process-items .info li .list h3{margin:0 auto 20px;}
}
@media only screen and (max-width: 767px){
h2{font-size:26px;}
h3{font-size:20px;}
h4{font-size:18px;line-height:1.4;}
.default-padding{padding-top:50px;padding-bottom:50px;}
.site-heading{margin-bottom:30px;}
.work-process-area .process-items{display:block;}
.work-process-area .process-items .thumb{margin-bottom:30px;}
.work-process-area .process-items .info li{display:block;text-align:center;padding:30px 15px;}
.work-process-area .process-items .info li .list{padding-right:0;}
.work-process-area .process-items .info li .list h3{margin:0 auto 20px;}
}
img{border:0;}
@media print{
*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
img{page-break-inside:avoid;}
img{max-width:100%!important;}
h2,h3,p{orphans:3;widows:3;}
h2,h3{page-break-after:avoid;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
img{vertical-align:middle;}
h2,h3,h4{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
h2,h3{margin-top:20px;margin-bottom:10px;}
h4{margin-top:10px;margin-bottom:10px;}
h2{font-size:30px;}
h3{font-size:24px;}
h4{font-size:18px;}
p{margin:0 0 10px;}
.text-center{text-align:center;}
ul{margin-top:0;margin-bottom:10px;}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:768px){
.container{width:720px;}
}
@media (min-width:992px){
.container{width:970px;}
}
@media (min-width:1200px){
.container{width:1170px;}
}
.row{margin-right:-15px;margin-left:-15px;}
.col-lg-8,.col-md-6,.col-md-8{position:relative;min-height:1px;padding-right:15px;padding-left:15px;}
@media (min-width:992px){
.col-md-6,.col-md-8{float:left;}
.col-md-8{width:66.66666667%;}
.col-md-6{width:50%;}
.col-md-offscontent-55-2{margin-left:16.66666667%;}
}
@media (min-width:1200px){
.col-lg-8{float:left;}
.col-lg-8{width:66.66666667%;}
.col-lg-offscontent-55-2{margin-left:16.66666667%;}
}
.container:after,.container:before,.row:after,.row:before{display:table;content:" ";}
.container:after,.row:after{clear:both;}
.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.fa-chart-line:before{content:"\f201";}
.fa-check:before{content:"\f00c";}
.fa-crosshairs:before{content:"\f05b";}
.fas{font-family:"Font Awesome 5 Free";}
.fas{font-weight:900;}
*{padding:0;margin:0;}
h2,h3,h4{color:#232323;font-weight:normal;line-height:1.2;font-family:'Poppins', sans-serif;letter-spacing:0;margin:0;}
h2,h3,h4{margin-bottom:15px;}
img{border:none;outline:none;max-width:100%;}
p{color:#666666;line-height:26px;margin:0 0 15px;text-transform:none;font-weight:400;}
ul{margin:0;padding:0;list-style-type:none;}
.default-padding{padding-top:100px;padding-bottom:100px;position:relative;}
.site-heading h2{display:inline-block;font-weight:700;padding-bottom:20px;position:relative;text-transform:uppercase;}
.site-heading p{margin:0;}
.site-heading h2::before{background:#2568ef none repeat scroll 0 0;bottom:0;content:"";height:2px;left:50%;margin-left:-5px;position:absolute;width:50px;}
.site-heading h2::after{background:#232323 none repeat scroll 0 0;bottom:0;content:"";height:2px;left:50%;margin-left:-40px;position:absolute;width:25px;}
.site-heading{margin-bottom:60px;overflow:hidden;margin-top:-5px;}
.work-process-area .process-items{display:flex;align-items:center;}
.work-process-area .process-items .info li{display:flex;margin-bottom:30px;background:#ffffff;padding:40px 30px;border:1px solid #eaedf2;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.work-process-area .process-items .info li .list{padding-right:25px;}
.work-process-area .process-items .info li .list h3{margin:0;height:60px;width:60px;line-height:60px;background:#ffffff;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;font-weight:800;letter-spacing:0.6px;margin-top:-5px;color:#2568ef;border:1px solid #eaedf2;}
.work-process-area .process-items .info li .content h4{text-transform:capitalize;font-weight:600;letter-spacing:0.6px;}
.work-process-area .process-items .info li:last-child{margin-bottom:0;}
.work-process-area .process-items .info li .content p{margin:0;font-size:16px;line-height:30px;}
.work-process-area .process-items .info li:nth-child(2n){background:#2568ef;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.work-process-area .process-items .info li:nth-child(2n) p,.work-process-area .process-items .info li:nth-child(2n) h4{color:#ffffff;}
@media only screen and (min-width: 768px) and (max-width: 991px){
.work-process-area .process-items{display:block;}
.work-process-area .process-items .info{margin-top:30px;}
.work-process-area .process-items .thumb{margin-bottom:30px;}
.work-process-area .process-items .info li{display:block;text-align:center;}
.work-process-area .process-items .info li .list{padding-right:0;}
.work-process-area .process-items .info li .list h3{margin:0 auto 20px;}
}
@media only screen and (max-width: 767px){
h2{font-size:26px;}
h3{font-size:20px;}
h4{font-size:18px;line-height:1.4;}
.default-padding{padding-top:50px;padding-bottom:50px;}
.site-heading{margin-bottom:30px;}
.work-process-area .process-items{display:block;}
.work-process-area .process-items .thumb{margin-bottom:30px;}
.work-process-area .process-items .info li{display:block;text-align:center;padding:30px 15px;}
.work-process-area .process-items .info li .list{padding-right:0;}
.work-process-area .process-items .info li .list h3{margin:0 auto 20px;}
}
