/*
Template: 2elRaf - Construction HTML5 Template
Author: Vevolvedesign
Description: Shelves HTML5 Template.
Version: 1.0
*/

/*
=================================
|***	Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Welcome Hero Section
8. About Me
9. Shop
10. Services
11. Facts - CountToUp
12. Portfolio
13. Video Section
14. Testimonials
15. Clients Logo Carousel
16. Blog Section
17. Contact Form
19. Contact Information & Address
20. Social Network Icons Button 
21. Footer
21. Blog - Single Blog Post Page 

*/


/* ----------------------------------------
   ----------- 1.GENERAL STYLES -----------
   ---------------------------------------- */
/* Google font */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');

* {
    margin: 0px;
    padding: 0px;
}
body,
html,
.wrapper {
	height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    overflow-x: hidden;
}
a:focus {
 outline: 0 solid
}
a {
   transition: all 0.3s ease-in-out;
}
img {
 max-width: 100%;
 height: auto;
}
input::-moz-focus-inner {
    border: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a:hover {
  text-decoration: none;
  outline: none !important;
}
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
}
::placeholder {
    color: #666;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #666;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #666;
}

.theme_btn {
    display: inline-block;
    padding: 10px 30px;
    background: #F37563;
    color: #fff;
    transition: all .4s;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 800;
    border-radius: 5px;
}

.white_btn.btn_tb {
    display: block;
    border: 1px solid white;
    text-align: center;
    padding: 5px;
}

.white_btn.btn_tb:hover {
    background: white;
    color: #35345A;
}

.section-padding {
    padding: 35px 0px;
}


.section_bg {
    background: #f2f3f5;
}

/* ----------------------------------------
   -------------- 2.TYPOGRAPHY ------------
   ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 10px;
    font-weight: 500;
    color: #35345A;
}
h1 {
    font-size: 80px;
    line-height: 80px;
}
h2 {
    font-size: 36px;
    line-height: 48px;
}
h3 {
    font-size: 26px;
    line-height: 29px;
}
h4 {
    font-size: 20px;
    line-height: 29px;
}
h5 {
    font-size: 18px;
    line-height: 26px;
}
h6 {
    font-size: 14px;
    line-height: 30px;
}
p {
    color: #A1A1A1;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
}
a {
    font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	outline: none !important;
	cursor: pointer;
    line-height: 32px;
    z-index: 10;
}
h2 {
    margin-top: -5px;
}

/* preloader */
.pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #FDBD58;
    z-index: 999999999;
    left: 0;
    top: 0;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/* scrollup */
#scrollUp {
  background-color: #f37563;
  border-radius: 50%;
  bottom: 20px;
  color: #ffffff;
  font-size: 22px;
  height: 50px;
  line-height: 54px;
  right: 20px;
  text-align: center;
  width: 50px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
          box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
  font-weight: 400;
}

/* header */
.top-header span {
    color: #003366;
    line-height: 26px;
    font-size: 16px;
    margin-right: 40px;
}
.social-profile ul li, .social-profile ul li a {
    display: inline-block;
}
.social-profile ul li a {
    color: #003366;
    margin-left: 20px;
}
.top-header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.top-header span i {
    padding-right: 5px;
}
.main-menu nav li a {
    color: #000066;
    text-transform: capitalize;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 500;
}
.main-menu ul > li a:hover {
    color: #f37563;   
}
.menu-style-one ul li ul {
    position: absolute;
    width: 270px;
    text-align: center;
    background: #ffffff;
    z-index: 333;
    margin-top: -5px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.menu-style-one ul li {
    display: inline-block;
    position: relative;
}
.menu-style-one ul li ul li {
    display: block;
}
.menu-style-one ul li ul li a {
    padding-left: 0px;
    display: block;
    padding: 3px 15px;
    text-align: left;
}
.menu-style-one ul li ul {}
.menu-style-one ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.menu-style-one ul li ul li:hover a {
    color: #fff;
    background: #000066;
}
.navbar.navbar-expand-md {
    padding: 0;
}
.menu-two#sticky-nav {
    padding-top: 25px;
    padding-bottom: 0px;
}
#sticky-nav {
    background: #fff;
    padding-top: 0px;
    box-shadow: 0px 13px 35px -12px rgba(35,35,35,0.15);
    transition: al 0.60s ease-in-out;
    padding-bottom: 0px;
    line-height: 100px;
}
.header-menu-two#sticky-nav {
    background: #f37563;
    padding: 0px;
}
.header-two #sticky-nav-sticky-wrapper {
    height: 62px !important;
}
.main-menu .ritght-nav {
  width: 360px;
  display: flex;
}
.whatsapp-logo {
  background: #32BA46;
    line-height: 100px;
    color: white;
    padding: 0px 30px;
    cursor: pointer;
    flex: 3;
    display: flex;
    justify-content: center;
}

.whatsapp-logo i {
     font-size: 18px;
     line-height: 100px;
     margin-right: 10px;
}

#popuphandler.is-white {
    background: white;
    color: #32BA46;
}

.menu-items {
    margin-right: 37px;
    margin-left: 16px;
}
.main-menu .right-nav {
  width: 365px;
}

.main-menu .right-nav .social-icons {

}

.main-menu nav .social-icons li a {
  padding: 16px;
  color: #F37563;
}

.main-menu nav .social-icons li {
  border-right: 1px solid #D1D1D1;
}
/* hero section */
.hero-slider-area {
    z-index: 1;
}
.single-hero-slide span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #09316f;
}
.single-hero-slide {
    position: relative;
    overflow: hidden;
    height: 668px;
    background-color: #f2f3f5;
}
.slide-img {
    position: absolute;
    bottom: -35px;
    right: 20%;
}


/* what we do section */
.what-we-do-title h2 span {
      color: #F37563;
    font-size: 28px;
  }
.what-we-do-title > span {
  text-transform: uppercase;
  margin: 15px 0;
  display: block;
  line-height: 1;
  color: #35345A;
  font-weight: 800;
}
.what-we-do-title h2 {
      margin-top: -10px;
    font-size: 23px;
    color: #35345A;
    font-weight: 700;

}
.what-we-do-title {
  margin-bottom: 60px;
}
.single-we-do img {
  width: 100%;
}
.single-we-do h3 {
  margin-top: 25px;
}
.what-we-do.section-padding {
    padding: 45px;
}
.single-we-do p {
  color: #565969;
}
.single-we-do {
  margin-bottom: 40px;
}
.theme_btn.btn_tb {
  background: transparent;
  color: #09316f;
  border: 1px solid #ddd;
  margin-left: 10px;
}
.theme_btn:hover {
  background: #35345A;
  color: #fff;
}
.theme_btn.btn_tb:hover {
 background: #f37563;
    color: #fff;
    border: 1px solid #f37563;
}

/* theme heading- title */
.theme-heading h2 {
  font-size: 45px;
  line-height: 1;
  margin-top: -5px;
  margin-bottom: 30px;
}
.theme-heading span {
    color: #f37563;
    font-weight: 500;
}

/* FQ - Ask */
.fq-ask-wrap {
    background: #f2f3f5;
}
.frequent-ask-accrodian .card-header h5 {
    position: relative;
}
.frequent-ask-accrodian .btn.btn-link::after, button.btn.btn-link::before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 2px;
    background: #fff;
    content: "";
    transition: all .5s;
    margin-top: -1px;
}
.card-body {
    padding: 15px 0px;
    font-size: 20px;
    color: #A1A1A1;
    font-weight: 500;
}
.card-header {
  position: relative;
  padding-left: 35px;
}
.card-header::before {
  width: 10px;
  height: 10px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.frequent-ask-accrodian .btn.btn-link::after {
    transform: rotate(0deg);
    margin-top: -1px;
}
.frequent-ask-accrodian .btn.btn-link.collapsed::after {
    transform: rotate(90deg);
}
.card-header .btn.btn-link {
    color: #fff;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
}
.card-header {
   margin-bottom: 0;
    background-color: #F37563;
    border: none;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 5px !important;
    padding: 0.5rem 1.25rem;
}
.card-header .btn.btn-link {
    text-decoration: none;
}
.card-header:hover {
    background: #35345A;
    transition: all .4s;
}
.card {
    border: none;
    margin-top: 10px;
    background: transparent;
}



/* services section */

.single-service {
  text-align: center;
  margin-bottom: 30px;
}
.single-service h3 {
    margin-bottom: 20px;
}
.icon-shape {
  position: relative;
  transition: all .3s ease-in-out;
}
.service-shape-icon {
  transition: all .3s ease-in-out;
  position: absolute;
  z-index: 11;
  color: #ffff;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  margin-top: -16px;
}
.single-service:hover svg.icon-shape path {
    fill: rgb(255, 94, 16);
}
.single-service:hover svg.service-shape-icon path {
    fill: rgb(242, 243, 245);
}
.service-icon {
  position: relative;
  margin-bottom: 20px;
}
.single-service:hover .service-shape-icon img {
    filter: brightness(200);
}
/* call to action */
.call-action-bg {
    position: absolute;
    left: -10%;
    top: 0;
    transform: scale(1.2);
    z-index: -1;
}
.call-to-action-wrap {
  position: relative;
  z-index: 1;
}



/* footer area */
footer {
    background: #35345A;
}
footer p, footer span, footer a, .single-footer-widget p {
    color: #fff;
}

.single-footer-widget.news {
    padding: 0 20px;
    border-right: 1px solid white;
    border-left: 1px solid white;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    color: #959ea8;
    margin-left: 27px;
}
.single-footer-widget h3 {
    color: #fff;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    font-size: 24px;
}
.single-footer-widget.business-hour span {
    padding-left: 15px;
}
.news-img {
    min-width: 60px;
    margin-right: 10px;
}
.news-title a {
    display: block;
    line-height: 1.5;
    margin-top: -3px;
}
.news-title span {
    font-size: 12px;
    line-height: 1;
}
.single-recent-news {
    margin-bottom: 18px;
    padding-bottom: 13px;
}
.single-recent-news:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.call-to-action-wrap::before, .call-to-action-wrap::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00255e;
    content: "";
    left: 0;
    top: 0;
    opacity: .77;
    z-index: -1;
}
a.theme_btn.call-action-btn:hover {
    background: #022858;
}
.contact-info-bg {
    background: #F37563;
}
.single-contact-info {
    display: flex;
    align-items: center;
}
.contact-info-bg {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 75px;
    padding-right: 50px;
    border-radius: 2px;
    max-width: 1145px;
}
.contact-icon {
    margin-right: 30px;
}
.follow-icons a {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 129, 66);
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    line-height: 39px;
    margin-right: 5px;
    color: #fff;
    transition: all .3s;
}
.follow-icons a:hover i {
        color: #f37563;
}
.follow-icons a:hover {
    background: #fff;
    border-color: #fff;
}
.contact-content p {
    margin: 0;
}
.footer-section {
    margin-top: -70px;
    overflow: inherit;
    position: relative;
}
footer.footer-section:after {
    display: block;
    content: '';
    width: 339px;
    height: 270px;
    position: absolute;
    background: url(img/white-raf.png);
    bottom: 0px;
    z-index: 2;
    right: 5%;
}
.contact-section {
    overflow: inherit;
    z-index: 1;
    position: relative;
}
.subscribe-box {
    padding-top: 8px;
}
.subscribe-box form input {
    position: relative;
    border-radius: 2px;
    background-color: rgba(28, 41, 82, 0.502);
    height: 42px;
    width: 100%;
    border: none;
    font-size: 12px;
    color: #fff;
    padding-left: 15px;
}
.footer-menu li a:hover {
    color: #ff5e14;
}
.subscribe-box form button {
    border-radius: 2px;
    background-color: rgb(255, 94, 16);
    position: absolute;
    width: 26px;
    height: 26px;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.single-footer-widget .useful-links {
  margin-top: 10px;
}

.single-footer-widget .useful-links li {
  float: left;
  width: 50%;
}

.single-footer-widget .useful-links a {
    font-size: 14px;
}

.footer-number, .footer-wp {
    border: 1px solid white;
    display: flex;
}

.footer-number span:first-of-type, .footer-wp span:first-of-type {
    display: inline-block;
    width: 55px;
    line-height: 55px;
    border-right: 1px solid;
    text-align: center;
}

.footer-number span:last-of-type, .footer-wp span:last-of-type {
    margin: 0 auto;
    line-height: 55px;
}

.footer-wp span:first-of-type {
  background: #32BA46;
  font-size: 36px;
}

.single-footer-widget.contact>span {
    display: block;
    margin: 10px auto;
    text-align: center;
}
/* --------------------------------------------- */
/* ========   our portfolio section ============= */
.single-portofolio {
    position: relative;
    height: 500px;
    z-index: 1;
    transition: all .3s;
    background-position: center;
}
.our-portfolio .desc-portfolio {
  width: 50%;
  margin-bottom: 22px;
}
.portfolio-content {
    padding: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.portfolio-single-content p:last-child {
    margin: 0;
}
a.read-more-port {
    position: absolute;
    left: 40%;
    bottom: 40%;
    font-size: 100px;
    font-weight: 600;
    transition: all .3s;
    color: #f37563 !important;
    text-transform: uppercase;
}
.portfolio-cat span {
    position: relative;
    padding-left: 67px;
    font-size: 18px;
}
.portfolio-cat span::before {
    width: 58px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}
a.read-more-port i {
    padding-left: 10px;
}
.single-portofolio::before {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
.single-portofolio:hover::before {
    opacity: 0.5;
    visibility: visible;
    transform: scale(1);
}
.single-portofolio:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
}
.portfolio-filter-buttons button:hover {
    background: #f37563;
    color: #fff;
}

/* -------------------------------------------------- */
/* =============== Blog Section - Carousel  ============  */
.blog-heading h2 span {
  color: #f37563;
  font-weight: 600;
}
.blog-feature-img {
    background-color: rgb(235, 235, 235);
    height: 280px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.blog-box-content {
        padding-right: 30px;
    margin-top: 15px;
    position: relative;
}
.post-date {
    background-color: #f37563;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 20px 22px 15px;
    margin-bottom: 25px;
}
.post-date span {
    display: block;
    font-size: 20px;
}
.post-date span:first-child {
    font-size: 37px;
    font-weight: 700;
}
.post-date span:last-child {
    margin-top: 2px;
    text-transform: capitalize;
}
.blog-box-content h3 a {
    color: #09316f;
    font-size: 24px;
    font-weight: 700;
}
.post-cats span {
    color: #565969;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
a.read-more:hover,
.blog-box-content h3:hover a {
    color: #f37563;
}
a.read-more {   text-transform: uppercase;
    color: #ffffff;
    transition: all .3s;
    line-height: 1;
    padding: 15px 30px;
    
}
a.read-more i {
    color: #f37563;
    padding-right: 12px;
}
.single-blog-box {
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-wrapper .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -90px;
}
.blog-wrapper .owl-theme .owl-nav div {
    background: transparent;
    color: #e7e7e7;
    transition: all .3s;
    font-size: 30px;
}
.blog-wrapper .owl-theme .owl-nav div:hover {
    background: transparent;
    color: #f37563;
}


/* Home Page - Two */
.top-bar-two {
    padding: 8px 0px;
}
.top-bar-two .container {
    border-bottom: 1px solid #e1e1e1;
}
.contact-top-icon i{
    color: #09316f;
    font-size: 36px;
    margin-right: 20px;
}
.contact-text {
    color: #565969;
    font-size: 16px;
    line-height: 1.5;
}
.contact-text span {
    display: block;
    color: #09316f;
}
.header-menu-two nav > ul li a {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 58px;
    color: #fff;
    position: relative;
    transition: all .3s;
    padding: 15px 0px;
}
.header-menu-two ul li ul li a {
    display: block;
}
.header-menu-two ul li ul li a {
    display: block;
    margin: 0;
}
.menu-style-one.menu-two ul li ul {
    top: 30px;
    left: -30px;
}
.header-menu-two {
    background: #f37563;
}
.header-middle {
    padding-top: 15px;
    padding-bottom: 24px;
}
.icon-menu a {
    border-radius: 50%;
    background-color: rgb(255, 116, 46);
    width: 38px;
    height: 38px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition: all .3s;
    margin-left: 15px;
}
.icon-menu {
    position: absolute;
    right: 0;
}
/* slider two */
.single-hero-slide h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    margin-top: 8px;
    margin-bottom: 27px;
}
.slider-home-two .single-hero-slide, 
.hero-slide-active .single-hero-slide {
    height: 720px;
}
.slide-img.slide-img-left {
    left: 10%;
    right: auto;
}

/* about us */
.single-about img {
    margin-bottom: 15px;
}
.single-about img {
    margin-bottom: 19px;
}
.single-about {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    padding: 40px 18px;
    position: relative;
    transition: all .3s;
    margin-bottom: 10px;
    margin-top: 20px;
}
.single-about a {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #f37563;
    transition: all .3s ease;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.single-about:hover a {
    background: #f37563;
    border: 1px solid #f37563;
    color: #fff;
}
.single-about:hover {
    border: 1px solid #f37563;
}
.single-about h3 {
    margin-bottom: 15px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/* testimonial area */
.client-img {
    border-radius: 50%;
    background-color: rgb(222, 222, 222);
    width: 53px;
    height: 53px;
    display: inline-block;
    overflow: hidden;
    margin-right: 25px;
}

.single-testimonial p {
    font-size: 18px;
    color: #565969;
}

.single-testimonial i {
    color: #ff5e14;
    font-size: 22px;
    margin-bottom: 10px;
}
.single-testimonial {
    padding: 40px;
    transition: all .3s ease;
    border: 1px solid transparent;
}
.client-info h4 {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 0px;
    padding-top: 1px;
}
.client-info span {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}
.single-testimonial:hover {
    border: 1px solid #ff5e14;
}
.client-details {margin-top: 30px;}


 /* portfolio two */

 .portfolio-filter-buttons button {
    display: inline-block;
    text-transform: capitalize;
    background: #fff;
    transition: all .4s;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
    color: #09316f;
    border: none;
    margin: 0px 2px;
}
.portfolio-filter-buttons {
    margin-bottom: 60px;
}

/* video section */
.video-section-wrap {
    position: relative;
    height: 600px;
    background-color: #f2f3f5;
}
.video-section-wrap.sada-bg {background: #fff;}
.video-bg {
    position: absolute;
    width: 50%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}
.video-bg::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    content: "";
    position: absolute;
    opacity: .3;
}
a.play_video_btn i {
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    width: 80px;
    font-size: 22px;
    border-radius: 50%;
    height: 80px;
    background: #fff;
    color: #ff5e14;
    -webkit-animation: playVideo 2s linear infinite;
    animation: playVideo 2s linear infinite;
}

@keyframes playVideo
{
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 94, 16, .3);
                box-shadow: 0 0 0 0 rgba(255, 94, 16, .3);
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 94, 16, 0);
                box-shadow: 0 0 0 20px rgba(255, 94, 16, 0);
    }
    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 94, 16, 0);
                box-shadow: 0 0 0 20px rgba(255, 94, 16, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 94, 16, 0);
                box-shadow: 0 0 0 0 rgba(255, 94, 16, 0);
    }
}
.video-section-content h2 {
    font-size: 45px;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 30px;
}
.video-section-content ul li {
    position: relative;
    padding-left: 22px;
    transition: all .3s;
}
.video-section-content ul li:hover {
    padding-left: 30px;
}
.video-section-content ul li::before {
    position: absolute;
    font-size: 22px;
    content: "\f105";
    left: 0;
    top: 0;
    color: #F37563;
    font-family: "Font Awesome 5 Pro";
    transition: all .3s;
}
.video-section-content ul li:hover::before {
    left: 10px;
}
.video-section-content ul li h3 {
    margin-bottom: 0;
    font-size: 23px;
    color: #F37563;
}

.video-section-content ul li.single h3 {
    margin-bottom: 1rem
}



/* call to action from and video section */
.call-to-form {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.call-to-action-form {
    background: #09316f;
}

.call-to-form form input, .call-to-form form textarea {
    border: none;
    border-width: 1px;
    border-color: #DEDEDE;
    border-style: solid;
    height: 43px;
    background: transparent;
    display: inline-block;
    line-height: 43px;
    color: #AAAAAA;
    margin-bottom: 20px;
    width: 100%;  
    padding-left: 15px;
}
.col-12.col-md-6 {
}
.call-to-form form input::placeholder, .call-to-form form textarea::placeholder, .subscribe-box form input::placeholder  {
  color: #AAAAAA;
}
.call-to-form form textarea {
height: 100px;
    width: 100%;
    min-height: 165px;
    display: block;
}

.faq button.btn.btn-wp {
      padding: 10px 30px;
      margin-bottom: 20px;
      width: 100%;  
}
.call-to-form form input:first-child {
  margin-left: 0px;
}

.submit_btn.theme_btn {
  margin-top: 0;
  border-radius: 0;
  width: 100%
}
.submit_btn.theme_btn:hover, .subscribe-box form button:hover {
  background: #e34c02;
}
.call-to-video {
  height: 534px;
  width: 100%;
  position: relative;
}
.call-to-video:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.79;
    z-index: 1;
    background: #FDBD58;
}

/* home pag ethree */
.funfact-countup {
    background: #f2f3f5;
}
.funfact-countup h1 {
    margin-top: -10px;
    font-size: 60px;
    line-height: 1;
    margin-left: -3px;
    margin-bottom: 30px;
}
.fact-img {
    position: absolute;
    bottom: -120px;
    right: 0;
}
.single-countup span {
    display: block;
    font-size: 60px;
    font-weight: 600;
    color: #f37563;
    margin-bottom: 30px;
}
.single-countup {
    margin-top: 30px;
    margin-bottom: -5px;
}

.features-box-items {
    position: relative;
    margin-top: -120px;
    z-index: 1;
}
.single-feature-box-item {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 60px;
}

/* Page Banner */

.page-banner-wrap {
    height: 360px;
    z-index: 1;
    background-size: cover;
}

.page-banner-wrap::before, .page-banner-wrap::after {
    background: #FDBD58;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: .4;
    z-index: -1;
}
.portfolio.page-banner-wrap::before, .page-banner-wrap::after {
    background: #E87667;
}

.prod.page-banner-wrap::before, .prod.page-banner-wrap::after {
    background: #35345A;
}

.blog.page-banner-wrap::before, .blog.page-banner-wrap::after {
    background: #35345A;
}

.service.page-banner-wrap::before, .service.page-banner-wrap::after {
    background: #FDBD58;
}
.page-banner span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #565969;
}

.page-banner h2 {
    font-size: 50px;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #FFFFFF;
    font-weight: bold;
}

.page-section-bg {
    background: #f2f3f5;
}
.contact-sec-bg::before {
    width: 100%;
    position: absolute;
    content: "";
    background: #f2f3f5;
    z-index: -6;
    left: 0;
    height: 50%;
}

/* service deatils css */
.service-cat li a {
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    display: block;
    font-size: 18px;
    padding: 25px;
    line-height: 1;
    transition: all .3s;
    color: #565969;
}
.service-cat li a i {
    float: right;
    color: #f37563;
}
.service-cat li a:hover, .download-details a:hover {
    background-color: rgb(255, 94, 16);
    color: #fff;
    padding-left: 40px;
}
.service-cat li a:hover i {
    color: #fff;
}
.service-cat {
    margin-bottom: 75px;
}
.download-details a {
    display: block;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #636363;
}
.download-details a i {
    padding-right: 5px;
}
.service-boucher h3 {
    margin-bottom: 20px;
}
.download-details a i {
    font-size: 18px;
}
.download-details {padding-top: 5px;}
.service-details-content img {
    margin-bottom: 30px;
}
.single-service-col h3 {
    padding-bottom: 10px;
}
.single-service-col {
    margin-top: 40px;
}
.single-service-col p:last-child {
    margin: 0;
}

/* contact us page */
.contact-form-main form input, .contact-form-main form textarea {
    border: none;
    border: 1px solid #DEDEDE;
    color: #a5a5a5;
    width: 100%;
    padding: 10px;
}

button.btn-send:hover {
    background: #35345a;
    color: #fff;
}
button.btn-send {
    background-color: #F37563;
    text-transform: uppercase;
    padding: 0 100px;
    line-height: 50px;
    font-size: 16px;
    margin-top: 15px;
    width: 100%;
    color: #ffffff;
    height: 50px;
    transition: all .3s;
    font-weight: 500;
}

.contact-form-main form textarea {
    width: 100%;
    padding-left: 15px;
    min-height: 150px;
}
.contact-form-main form input::placeholder, .contact-form-main form textarea::placeholder {
    color: #a5a5a5;
}
.contact-form-main form input:focus, .contact-form-main form textarea:focus {
    border-bottom: 1px dashed #333 !important;
}
.contact-form-main form input {
    margin-bottom: 20px;
}
.gmap iframe {
    width: 100%;
    height: 400px;
}
.single-contact-details p {
    margin: 0;
}
.portfolio-single-content h3 {
    font-size: 28px;
    padding-bottom: 28px;
    position: relative;
    margin-bottom: 20px;
}
.portfolio-single-content h3::before {
    width: 10%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #f37563;
}
.info-left, .info-left {
    width: 50%;
    float: left;
    overflow: hidden;
    font-size: 16px;
}
.info-left {
    color: #09316f;
    font-weight: 600;
}

.info-right.social-p-link a {
    color: #c2c2c2;
    margin-right: 8px;
}
.info-right.social-p-link a:hover, .post-meta ul li a:hover, .recent-title a:hover {
    color: #f37563;
}

/* Blog Page and Section */
.single-blog-item h2 {
    font-weight: 500;
    margin-top: 25px;
    transition: .3s;
}

.single-blog-item h2 {
    font-weight: 600;
}
.single-blog-item h2:hover a{
    color: #f37563;
}
.post-meta li, .post-meta li a {
    display: inline-block;
    position: relative;
    color: #565969;
    font-size: 18px;
}
.post-meta li {
    padding-right: 23px;
    margin-right: 16px;
}
.post-meta ul li::before {
    position: absolute;
    right: 0;
    top: 50%;
    height: 14px;
    width: 2px;
    content: "";
    background: #565969;
    transform: translateY(-50%);
}
.post-meta ul li:last-child::before {
    display: none;
}
.post-meta {
    margin-bottom: 13px;
}
.single-blog-item {
    padding-bottom: 12px;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 40px;
}
.single-blog-item:last-child {
    border: none;
    padding: 0;
}
.pagination li a {
    border-radius: 2px;
    background-color: rgb(242, 243, 245);
    top: 3372px;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 18px;
    color: #565969;
    font-weight: 500;
    transition: all .3s;
}
.pagination li {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}
.pagination li a i {
    font-size: 18px;
    font-weight: 500;
}
.pagination li a:hover {
    background: #f37563;
    border-color: #f37563;
    color: #fff;
}
.pagination {
    margin-top: 70px;
    display: block;
}
.categorie ul li {
    position: relative;
    padding-left: 17px;
}

.categorie ul li a {
    display: block;
    font-size: 18px;
    color: #565969;
    margin-bottom: 3px;
}

.categorie ul li a span {
    float: right;
}

.categorie ul li::before {
    left: 0;
    top: 0;
    content: "»";
    position: absolute;
    color: #f37563;
    font-size: 18px;
}

.single-sidebar-widgets h3 {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 22px;
}
.single-sidebar-widgets {
    margin-bottom: 45px;
}
.recent-img {
    width: 56px;
}
.recent-img img {width: 100%;}
.recent-title {
    margin-left: 20px;
}
.single-recent-post {
    width: 100%;
}
.recent-title a {
    display: block;
    color: #415464;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.single-recent-post {
    margin-top: 20px;
}
.tags li , .tags li a {
    display: inline-block;
}
.tags li a {
    border-radius: 3px;
    background-color: rgb(242, 243, 245);
    height: 30px;
    color: #415464;
    padding: 0px 12px;
    line-height: 30px;
    font-size: 14px;
    transition: all .3s;
    margin-top: 8px;
    margin-right: 2px;
    text-transform: capitalize;
}
.tags li a:hover {
    background: #f37563;
    color: #fff;
}


/** === Shop - WooCommerce === **/
.single-product-item {
    margin-top: 60px;
}
.product_thumb {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    position: relative;
    text-align: center;
    display: block;
    padding: 30px 0px;
    overflow: hidden;
}

.single-product-item .product_thumb a {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #f37563;
    color: #fff;
    padding: 6px 0px;
    font-weight: 500;
    bottom: -60px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s linear;
}
.single-product-item .product_thumb img {width: 220px;height: 220px;}
.single-product-item .product_thumb:hover a {
    visibility: visible;
    bottom: 0px;
    opacity: 1;
}
.single-product-item h4 {
    margin: 0;
    margin-top: 10px;
}
.single-product-item h4 a {
    font-weight: 500;
}
.single-product-item h4:hover a {
    color: #f37563;
}
/* Menu Style */
.menu-style-two li, .menu-style-two li a {
    display: inline-block;
    margin: 0;
    position: relative;
}
.menu-style-two ul li a {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 18px;
    position: relative;
    margin-left: 40px;
    transition: all .4s linear;
    color: #001659;
}
.menu-style-two ul li a::before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #f37563;
    content: "";
    visibility: hidden;
    opacity: 0;
    transition: all .4s linear;
    transform: scale(0);
}
.menu-style-two ul li a:hover::before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.menu-style-two ul li a:hover {
    color: #f37563;
}
.menu-style-two ul li ul.submenu {
    position: absolute;
    width: 180px;
    left: 0;
    top: 180%;
    z-index: 99;
    text-align: center;
    background: #001659;
    opacity: 0;
    visibility: hidden;
    transition: all .4s linear;
}
.menu-style-two ul li ul.submenu li a {
    margin-left: 0px;
    color: #fff;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}
.menu-style-two ul li ul.submenu li {
    display: block;
}
.menu-style-two li:hover ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.navbar-nav .dropdown-menu {
    width: 200px;
    border: none;
    background: #f37563;
    border-radius: 0;
    margin-top: 30px;
    transition: all .4s ease-in-out;
    text-align: center;
    padding: 0px;
}
.navbar-nav .dropdown.show {
    visibility: visible;
    opacity: 1;
}
.navbar-nav .dropdown-menu li a {
    color: #fff;
    display: block;
    padding: 5px 0px;
}
.main-menu nav ul ul li:hover a {
    background-color: #f37563 ;
    color: #fff;
}

.what-we-do-button.text-center a {
    min-width: 227px;
}


/* comment template */
.comment-form form input, .comment-form form textarea {
    border: none;
    border-bottom: 1px solid #a0a0a0;
    width: 100%;
    display: block;
    color: #565969;
    padding: 0;
    margin-bottom: 50px;
    height: 60px;
}
.comment-form form input[type="email"] {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.comment-form form textarea {
    height: 120px;
}
.comment-form form button:hover {
    background: #09316f;
    color: #fff;
}
.comment-form form button {
    border-radius: 4px;
    background-color: rgb(242, 243, 245);
    height: 50px;
    display: inline-block;
    padding: 0px 50px;
    color: #09316f;
    font-size: 16px;
    text-transform: capitalize;
    transition: all .4s ease-in-out;
}
.comment-from-section h3 {
    margin-bottom: 30px;
}
.comment-from-section {
    margin-top: 60px;
}
.single-comment img {
    border-radius: 50%;
    margin-right: 30px;
}
.media.mt-3.comment-replay {
    padding: 40px 0px;
}
.comment-list {
    margin-top: 32px;
}
.comment-template-section {
    margin-top: 45px;
}
.tags-list a {
    color: #565969;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    margin-right: 20px;
}
.tags-share-section {
    align-items: center;
    padding: 24px 0px;
    border-bottom: 1px solid #ececec;
    margin: 0px;
}
.share-post a i {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: .3s;
    margin: 0px 1px;
}
.single-comment a {
    display: block;
    color: #999999;
    font-size: 12px;
}
.tags-list span {
    margin-right: 20px;
}
.tags-list a:hover, .single-comment a:hover, .product-rating li:hover a {
    color: #f37563;
}
.share-post a .fa-facebook-f {
    background: #3b5998;
}
.share-post a .fa-twitter {
    background: #00aced;
}
.share-post a .fa-linkedin-in {
    background: #dd4b39
}
.share-post a .fa-instagram {
    background: #1483a6
}
.single-blog-item ul li {
    position: relative;
    padding-right: 15px;
}
.product-rating li, .product-rating li a {
    display: inline-block;
}
.product-rating li a {
    color: #f8ca4d;
}
.single-top-product-details h1 {
    font-size: 60px;
    line-height: 1;
}
.single-product-slide {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 32px;
}
.product-thumb {
    display: inline-block;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 5px 10px;
}
.product-slide-nav {
    margin-top: 30px;
}
.product-qty {
    display: inline-block;
    margin-left: 20px;
}
.price {
    margin: 22px 0px;
}
.single-top-product-details h1 {
    margin-top: -5px;
}
.product-qty input {
    width: 100px;
    border: 1px solid #dedede;
    height: 52px;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: rgb(255, 94, 16);
}
.product-description-tab ul li {
    margin-bottom: 40px;
}
ul#pills-tab li a {
    color: #09316f;
    font-size: 18px;
    font-weight: 500;
}
ul#pills-tab li a.active {
    color: #fff;
}
ul.product-slide-nav.nav.nav-tabs {
    border: none;
}

li.product-thumb.nav-item .nav-tabs .nav-link a {
    border: none;
}

li.product-thumb .nav-tabs .nav-tabs .nav-link.active {
    border: none;
}

li.product-thumb.nav-item .nav-tabs .nav-link.active {
    border: none;
}
.nav-tabs .nav-link.active {
    border: none;
}
.nav-tabs .nav-link {
    border: none;
}
.product-slide-nav.nav li {
    margin-right: 20px;
}

/* Custom */
.product-wrapper {
    height: 216px;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
}

.product-wrapper.mt-3:before {
    content: '';
    width: 20px;
    height: 32px;
    right: 15%;
    position: absolute;
    background: url(img/arrow_r.png);
    z-index: 3;
}

.product-wrapper h3 {
    font-size: 21px;
    font-weight: bold;
}

.product-wrapper h3 span {
    font-size: 16px;
    font-weight: bold;
}



.popup-overlay {

    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000002e;
    z-index: 23424;
    top: 100px;
    left: 0;
}
.is-visible {
  display: block;
}
.popup {
    width: 369px;
    padding: 20px 20px;
    position: fixed;
    top: 100px;
    right: calc(50% - 570px);
    z-index: 100;
    background: white;}

.wp-button {
    width: 100%;
    display: block;
    height: 50px;
    border: 1px solid #32BA46;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 15px;
    background: #32BA46;
    font-weight: 600;
}

.popup form {
  width: 100%;
}

.popup input {
    margin-bottom: 15px;
    height: 50px;
    border-radius: 0;
}

.popup span {
    text-align: center;
    display: block;
    margin: 5px;
}

.form-control:focus {
    outline: none !important;
    border: 1px solid black !important;
    box-shadow: 0 0 0;
}

.no-desktop {
  display: none !important;
}

.form-control {
    height: calc(1.5em + 1rem + 2px);
}

section.contact-section.text-white.contact-page {
    top: -60px;
}

.yandex_map {
    content: '';
    width: 260px;
    height: 70px;
    background-color: #35345A;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link_map {
    content: '';
    width: 260px;
    height: 70px;
    background-color: #D8D8D8;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;

}
.no-padding {
  padding: 0;
}

.video-section-img.minus-left {
    margin-left: -45%;
}
.video-section-img.minus-right {
    margin-right: -44%;
}

button.btn.btn-wp {
    background: #32BA46;
    color: white;
    border-radius: 0;
    padding: 10px 40px;
}

.business_slider_nav .slick-slide {
    margin: 2px 1px;
}

.product-content p {
    font-size: 14px;
    font-weight: 600;
}

.product-wrapper.orta:after {
    background: #35345A;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.86;
    z-index: 1;
}

.product-wrapper.hafif:after {
    background: #FDBD58;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.86;
    z-index: 1;
}

.product-wrapper.agir:after {
    background: #F37563;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.86;
    z-index: 1;
}

.product-wrapper .col-md-12.text-center {
    z-index: 3;
}

.menu-items a:not([href]):not([tabindex]) {
     color: #000066;
}

.menu-items a:not([href]):not([tabindex]):hover {
     color: #f37563;
}

.mobile-contact {

position: fixed;
bottom: 0;
z-index: 100;
width: 100%;
}

.mobile-contact a {
    width: 50%;
}

.yandex-buton {
content: '';
height: 70px;
background-color: #35345A;
color: #fff;
font-size: 14px;
font-weight: 600;
display: flex;
justify-content: center;
align-items: center;
}

.whatsapp-buton {
    content: '';
    height: 70px;
    background-color: #FDBD58;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-buton i {
    margin-right: 3px;
}

.ref_block {
    border: 1px solid #DEDEDE;
    text-align: center;
    padding: 60px 20px;
    display: block;
    min-width: 290px;
}

.theme-heading.minus-right img {
    margin-top: 12%;
}

.theme-heading.minus-right {
    margin-right: -30%;
}

p.desc-portfolio.ref {
    width: 100%;
}

.mobile-contact img {
    margin-right: 5px;
}

.col-md-4.d-flex.flex-column.justify-content-between.no-pad-mob {
    padding-left: 9px;
}

.business_slider_nav.slick-initialized.slick-slider {
    margin-top: -8px;
}

i.fas.fa-search-plus.slider-zoom {
    position: absolute;
    bottom: 20px;
    right: 10px;
    font-size: 50px;
    color: white;
}

.tags-share-section .single-portofolio {
    height: 200px;
    margin: 6px;
    max-width: 29%;
}

.tags-share-section a.read-more-port {
    font-size: 40px;
}

#jGrowl {
    z-index: 2342345436456456;
}

.single-blog-item h1 {
    font-size: 36px;
    margin: 10px 0;
    font-weight: 600;
    color: #35345A;
}

.faq div.btn.btn-wp {
    padding: 10px 30px;
    margin-bottom: 20px;
    width: 100%;
    background: #32ba46;
    color: white;
}