/* ===================================================
    Versen - Multipurpose  HTML5 Onepage Template
    Version: 1.0
    Author: husain100b
       =================================================
       Table of content

       01. FONTS
       02. MAIN STYLES
       03. SECTION HEADING STYLES
       04. HEADER STYLES
       05. FEATURES STYLES
       06. ABOUT US STYLES
       07. PORTFOLIO STYLES
       08. COUNTER STYLES
       09. SERVICE STYLES
       10. TEAM STYLES
       11. SEPARATOR STYLES
       12. PRICING TABLE STYLES
       13. TESTIMONIAL STYLES
       14. BLOG STYLES
       15. CONTACT STYLES
       16. COPYRIGHT STYLES
       17. SCROLLUP
       18. RESPONSIVE NAV BUTTON STYLES
       19. PRELOADER STYLES

==================================================== */

/*=====================
        01. FONTS
=======================*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,400i,500,500i,600,700,800,900&display=swap');


/*===========================
      02. MAIN STYLES
=============================*/
body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', Sans-serif;
    line-height: 28px;
    margin: 0;
    position: relative;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:link, a:hover, a:focus, a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.pt-150 {
  padding-top: 150px;
}

.pt-150 {
  padding-bottom: 150px;
}

.ptb-56 {
  padding: 80px 0;
  background: #131520;
}

::-webkit-input-placeholder { /* Edge */
  color: #2A2A2A;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2A2A2A;
}

::placeholder {
  color: #2A2A2A;
}

/* =======================
    03. SECTION HEADING
 =========================*/
 .section-title {
  margin-bottom: 50px;
 }
 .section-title h1 {
  font-size: 50px;
  line-height: 75px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 20px;
 }

 .section-title p {
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 400;
 }

/* ============================
    04. HEADER STYLES
=============================== */
#header-area {
  background:#131520;
}

#header-area.header-business {
  background-image: url(../img/bg/header-bg.jpg);
}

.logo {
  margin-left: 103px;
}

.header-sass .logo {
  margin-left: 0;
}

.main-navigation ul li {
  display: inline-block;
  margin: 0 20px;
  color: #ffffff;
}

.header-sass .main-navigation ul li {
  margin: 0 13px;
}

.main-navigation ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #443B70;
  font-family: 'Poppins', sans-serif;
  line-height: 25px;
  padding: 30px 0;
  display: block;
  letter-spacing: 1px;
  color: #ffffff;
}
.main-navigation ul li a:hover {
  color: #ADADC2;
  transition: 0.3s;
}

.mean-container a.meanmenu-reveal {
}

.account-btn {
  margin-right: 80px;
}

.header-sass .account-btn {
  margin-right: 0;
}

.account-btn ul li {
  display: inline-block;
  margin: 0 20px;
}

.header-sass .account-btn ul li {
  margin: 0 13px;
}

.account-btn ul li a {
  font-size: 25px;
  color: #443B70;
  display: block;
}

.header-sass .account-btn ul li a {
  font-size: 18px;
}

/* =============================
  05. SLIDER STYLES
================================*/
#slider-area {
  background: #1E2132;
  position: relative;
}


#slider-area.slider-business {
  background: transparent;
}

.single-business-slider {
  text-align: center;
}
.single-business-slider h1 {
  font-size: 90px;
  font-weight: 700;
  color: #443B70;
  line-height: 135px;
}
.single-business-slider a {
  background: #443B70;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  padding: 22px 50px;
  letter-spacing: 2px;
  margin-top: 30px;
  transition: all .4s ease;
}

.single-business-slider a:hover {
  background: #ffffff;
  color: #443b70;
}

/*==== Slider Sidebar Styles ====*/
.slider-sidebar {
  width: 80px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 111;
}

.sidebar-social {
  margin-bottom: 30px;
}

.sidebar-social li {
  margin: 20px 0;
}
.sidebar-social li a {
  font-size: 20px;
  color: #443B70;
}

.single-slider {
  height: 91vh;
}

.slider-img {
  position: relative;
  z-index: 1;
}

.slider-sass .slider-img {
  box-shadow: none;
}

/* .slider-img:before {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100%;
  height: 100%;
  border: 25px solid #fff;
  content: "";
  z-index: -1;
} */

.slider-sass .slider-img:before {
  border: transparent;
}

.slider-text h1 {
  font-size: 100px;
  color: #21A929;
  line-height: 130px;
  font-weight: 700;
  margin-bottom: 30px;
}

.slider-sass .slider-text h1 {
  font-size: 55px;
  line-height: 83px;
  color: #2A2A2A;
}

.slider-text p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-right: 50px;
}

.slider-sass .slider-text p {
  color: #232323;
}

.slider-text .slider-btn {
  background: #faf4eb;
  padding: 20px 40px;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  border: 2px solid transparent;
  transition: all .4s ease;
}

.slider-text .slider-btn:hover {
  background: transparent;
  border: 2px solid #443b70;
}

.slider-sass .slider-text .slider-btn {
  background: #ffffff;
  color: #2a2a2a;
}


.slider-sass .slider-text .slider-btn:hover {
  background: transparent;
}

#slider-area .owl-dots {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -67px;
}

.owl-dot {
  width: 20px;
  height: 20px;
  z-index: 1111;
  position: relative;
  margin-bottom: 25px;
}

.owl-dot:after {
   position: absolute;
   font-size: 23px;
   font-weight: 500;
   line-height: 34px;
   color: #443B70;
   font-family: 'Poppins', sans-serif;
}

.owl-dot.active:after {
   color: #D9D7E5;
}

.owl-dot:nth-child(1):after {
  content: "01";
}

.owl-dot:nth-child(2):after {
  content: "02";
}


.owl-dot:nth-child(3):after {
  content: "03";
}

/* =============================
    05. SERVICE STYLES
================================ */
.single-service {
  padding: 16px 16px;
  position: relative;
  
}

.service-sass .single-service {
  background: #F8F6F3;
  padding: 80px 50px;
  transition: all .3s ease;
}

.service-business .single-service {
  background: transparent;
  position: relative;
}

.service-business .single-service:before {
  position: absolute;
  content: "";
  top: 74px;
  left: 0;
  background: #443B70;
  width: 5px;
  height: 46px;
}

.service-sass .single-service:hover {
  background: #B9FFB1;
}

.service-business .single-service:hover {
  background: transparent;
}

.single-service-back-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 250px;
  line-height: 1;
  font-weight: 500;
  color: #181B29;
  z-index: 0;
}

.single-service h3 {
  font-size: 30px;
  line-height: 46px;
  color: #443B70;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-sass .single-service h3 {
  font-size: 24px;
  line-height: 36px;
}

.single-service p {
  color: #ADADC2;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}

.service-sass .single-service p {
  font-size: 16px;
}

.service-btn {
  transition: all .4s ease;
  border: 2px solid transparent;
  background: #ffffff;
  padding: 10px 50px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  font-weight: 600;
  border-radius: 10px;
}

.service-btn:hover {
  border: 2px solid #443B70;
  background: transparent;
  box-shadow: unset;
}

.service-sass .service-btn {
  background: #ffffff;
}

.service-btn:hover {
  color: #443B70;
}
.service-description {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.service-description.expanded {
  -webkit-line-clamp: unset;
}

.full-text {
  display: none;
}



.show-full .full-text {
  display: inline;
}

/* .service-btn i {
  font-size: 30px;
  color: #443B70;
  vertical-align: middle;
  margin-left: 15px;
} */
.service-title-center {
  font-size: 14px;
  color: #21A929;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 5px;
  border-bottom: 2px solid #21A929;
  margin-bottom: 30px;
  display: inline-block;
  letter-spacing: 1px;
}


/* ========================
     06. ABOUT US STYLES
  ========================= */
#about-area {
  background: #1E2132; 
}

.about-sass .about-text {
  padding-right: 50px;
}
.flex-container{
  display: flex; justify-content: space-between;
}
.mr_15{
  margin-right: 15px;
}
.ml_15{
  margin-left: 15px;
}
.about-text .small-title {
  font-size: 14px;
  color: #21A929;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 5px;
  border-bottom: 2px solid #21A929;
  margin-bottom: 30px;
  display: inline-block;
  letter-spacing: 1px;
}

.about-sass .about-text .small-title {
  font-size: 17px;
  line-height: 30px;
}

.about-business .about-text .small-title {
  color: #443B70;
  border-bottom-color: #443B70;
}

.about-text h2 {
  font-size: 44px;
  line-height: 65px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 30px;
}


.about-sass .about-text h2 {
  font-size: 36px;
  line-height: 52px;
}

.about-text p {
  font-size: 18px;
  line-height: 30px;
  color: #ADADC2;
  font-weight: 400;
}
.mb_30 {
  margin-bottom: 30px;
}

.about-btn {
  background: #faf4eb;
  padding: 15px 20px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  color: #443B70;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border-radius: 6px;
}

.about-sass .about-btn {
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ffffff;
}

.about-business .about-btn {
  background: transparent;
  border-radius: unset;
  box-shadow: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
}

.about-btn:hover {
  color: #443B70;
}

.about-btn i {
  width: 35px;
  height: 35px;
  background: #443B70;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 8px;
}

.about-sass .about-btn i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  margin-left: 15px;
}

.about-business .about-btn i {
  background: #443B70;
}

.single-about-img {
  border: 20px solid #ffffff;
}

.single-about-img img {
    width: 100%;
}

.single-about-sass-feature {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
}

.about-business-features .single-about-sass-feature {
  border-radius: 0;
  border-left: 3px solid #443B70;
}

.single-about-sass-feature h3 {
  font-size: 20px;
  line-height: 31px;
  color: #443B70;
  font-weight: 600;
}

.single-about-sass-feature p {
  font-size: 14px;
  color: #A5A5A5;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin-top: 10px;
}


/*==========================
     07. Features Styles
============================*/
.features-text {
  margin-bottom: 40px;
}
.single-feature {
  margin-bottom: 30px;
}
.single-feature h3 {
  font-size: 28px;
  line-height: 42px;
  color: #443B70;
  margin-bottom: 15px;
  font-weight: 700;
}

.features-sass .single-feature h3 {
  font-size: 22px;
  line-height: 33px;
}

.single-feature p {
  font-size: 18px;
  line-height: 30px;
  color: #443B70;
  font-weight: 400;
}

.features-sass .single-feature p {
  font-size: 16px;
}

.single-counter i {
  font-size: 55px;
  color: #443B70;
  margin-bottom: 20px;
  display: inline-block;
}

.features-sass .single-counter i {
  font-size: 40px;
  margin-bottom: 15px;
}

.single-counter h2 {
  font-size: 55px;
  color: #443B70;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 20px;
}

.features-sass .single-counter h2 {
  font-size: 45px;
  line-height: 75px;
  margin-bottom: 15px;
}

.single-counter span {
  text-transform: uppercase;
}
.single-counter p {
  font-size: 20px;
  line-height: 32px;
  color: #443B70;
  font-weight: 600;
  text-transform: uppercase;
}

.features-sass .single-counter p {
  font-size: 20px;
  line-height: 32px;
}

.features-sass .features-img {
  display: inline-block;
  position: relative;
} 

.features-sass .features-img:after {
    position: absolute;
    content: "";
    bottom: -35px;
    right: -100px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #B9FFB1;
}

.features-business .features-img:after {
  background: transparent;
  border: 20px solid #443B70;
}

.features-sass .features-img img {
  position: relative;
  top: -70px;
}

/*==========================
    08. Portfolio Start
============================*/
#portfolio-area {
  background: #F8F6F3;
}

.single-portfolio {
  margin-bottom: 80px;
}

.single-port-img {
  position: relative;
}

.single-port-img img {
  width: 100%;
}

.features-sass .single-port-img img {
  height: 250px;
}

.port-details {
  position: absolute;
  background: #ffffff;
  margin: auto;
  width: 75%;
  right: 0;
  left: 0;
  padding: 30px 55px;
  bottom: -40px;
  text-align: center;
}

.features-sass .port-details {
    width: 75%;
    padding: 20px 17px;
}

.port-details h3 {
  font-size: 25px;
  line-height: 42px;
  color: #443B70;
  font-weight: 700;
  margin-bottom: 10px;
}

.features-sass .port-details h3 {
  font-size: 17px;
  line-height: 30px;
}

.port-details p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #A4A4A4;
  font-weight: 400;
}


/*============================
   09. Testimonial Styles
============================== */

.single-testimonial {
  background: #1E2132;
  padding: 40px 60px;
  margin-bottom: 40px;
  position: relative;
  border-radius: 10px;
}

.single-testimonial:before {
  content: "\f347";
  position: absolute;
  top: 50px;
  left: 20px;
  font-family: 'Ionicons';
  font-size: 126px;
  color: #202436;
}

.single-testimonial:after {
  content: "\f347";
  position: absolute;
  bottom: 50px;
  right: 20px;
  font-family: 'Ionicons';
  font-size: 126px;
  color: #202436;
  transform: rotate(180deg);
}

.single-testimonial p {
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 400;
  position: relative;
}

.testimonial-meta {
    display: inline-flex;
    margin-top: 30px;
}

.test-meta-img img {
  border-radius: 50%;
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
}

.test-meta-text {
  margin-left: 15px;
}

.test-meta-text h4 {
  font-size: 17px;
  line-height: 27px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.test-meta-text p {
  font-size: 13px;
  line-height: 17px;
  color: #ADADC2;
  font-weight: 600;
}

/* =====================
    10. Blog Styles
======================= */
#blog-area {
  background: #f8f6f3;
}

.single-blog-img {
  margin-bottom: 30px;
}

.single-blog-img img {
  height: 250px;
  width: 100%;
}

.single-blog-text h3 {
  font-size: 20px;
  color: #443B70;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-blog-text p {
  font-size: 16px;
  color: #443B70;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}

.single-blog-text .blog-btn {
  background: #faf4eb;
  padding: 15px 30px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #443B70;
  font-weight: 600;
  border-radius: 6px;
  transition: all .4s ease;
  border: 2px solid transparent;
}

.single-blog-text .blog-btn {
  background: #ffffff; 
}

.single-blog-text .blog-btn:hover {
  border: 2px solid #443B70;
}

.blog-business .single-blog-text .blog-btn {
  background: #ffffff;
  border-radius: unset;
}

.single-blog-text .blog-btn:hover {
  color: #443B70;
}
.single-blog-text .blog-btn i {
  font-size: 30px;
  color: #443B70;
  vertical-align: middle;
  margin-left: 15px;
}

/*=======================
    11. Contact Styles
=========================*/
#contact-area {
  padding: 40px 0 40px; 
  background: #1E2132;
}


.contact-content form {
  position: relative;
}

.contact-content input[type="text"] {
  width: 100%;
  border: 0;
  background: #faf4eb;
  padding: 55px 65px;
  color: #2A2A2A;
  font-size: 34px;
  font-weight: 400;
  line-height: 54px;
  border: 3px solid #000;
  font-family: 'Poppins', sans-serif;
  border-radius: 6px;
}

.contact-content button[type="submit"] {
  position: absolute;
  right: 40px;
  top: 50%;
  background: transparent;
  border: 0;
  font-size: 90px;
  color: #2a2a2a;
  margin-top: -45px;
  cursor: pointer;
}

/* ===========================
   12. Footer Styles
 ============================= */
#footer-area {
  padding: 50px 0 80px;
  background: #1E2132;
}

.copyright-text p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.footer-social {
  text-align: right;
}

.footer-social ul li {
  display: inline-block;
  margin-left: 30px;
}
.footer-social ul li:first-child {
  margin-left: 0;
}
.footer-social ul li a {
  font-size: 18px;
  color: #443B70;
  display: inline-block;
  width: 35px;
  height: 35px;
}


/*=======================
       13. SCROLLUP
=========================*/
#scrollUp {
    background: #222222;
    right: 30px;
    bottom: 0px;
    color: #fff;
    font-size: 18px;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    bottom: 30px;
}

/*==================================
    14. PRELOADER STYLES
====================================*/
.preloader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #443B70;
    z-index: 9999;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 25% auto;
  background-color: #ffffff;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}