/*-----------------------------------------------------------------------------------

    Template Name: Krowd - Crowdfunding Projects & Charity HTML Template
    Template URI: layerdrops.com
    Description: Krowd - Crowdfunding Projects & Charity HTML Template
    Author: Layerdrops
    Author URI: layerdrops.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer
    05. Footer
    06. Footer
    07. Footer
    08. Footer
    09. Footer
    10. Footer
    11. Footer
    12. Footer
    13. Footer
    14. Footer
    15. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer
    04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/

:root {
  --krowd-black: #191825;
  --krowd-base: #F27333;
  --krowd-bdr-radius: 3px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #838694;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

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

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #1b1f2e;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #838694;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.slick-slide {
  outline: 0;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  padding: 0 50px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 74px;
  border-radius: 0px;
  color: #1b1f2e;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #F27333;
  position: relative;
}
.main-btn::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 17px;
  width: 17px;
  background: #fff;
  -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;
  z-index: -1;
}
.main-btn:hover {
  background-color: #1b1f2e;
  color: #fff;
}
.main-btn:hover::before {
  width: 100%;
  height: 100%;
}
.main-btn.main-btn-2 {
  background-color: #1b1f2e;
  color: #fff;
}
.main-btn.main-btn-2::before {
  background: #fff;
}
.main-btn.main-btn-2:hover {
  background-color: #fff;
  color: #1b1f2e;
}

.section-title {
  padding-bottom: 32px;
}
/* .section-title span {
  font-size: 18px;
  color: #674df0;
  text-transform: capitalize;
  padding-left: 16px;
  position: relative;
}
.section-title span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background: #F27333;
} */
.section-title .title {
  font-size: 47px;
  font-weight: 400;
  padding-top: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 40px;
  }
}
.section-title.section-title-2 span {
  color: #fff;
}
.section-title.section-title-2 .title {
  color: #fff;
}

/*===========================
    2.HEADER css 
===========================*/
.header-area .header-top {
  height: 50px;
  border-bottom: 1px solid #e9e9ee;
}
@media (max-width: 767px) {
  .header-area .header-top {
    display: none;
  }
}
.header-area .header-top .header-info ul li {
  display: inline-block;
}
.header-area .header-top .header-info ul li a {
  color: #838694;
}
.header-area .header-top .header-info ul li a i {
  padding-right: 6px;
  color: #674df0;
}
.header-area .header-top .header-info ul li:last-child {
  margin-left: 36px;
}
.header-area .header-top .social ul li {
  display: inline-block;
}
.header-area .header-top .social ul li a {
  color: #838694;
  margin-left: 26px;
  -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;
}
.header-area .header-top .social ul li a:hover {
  color: #674df0;
}
.header-area.header-2-area .main-header {
  top: 0px;
  background: transparent;
  padding: 0;
}
.header-area.header-2-area .main-header.sticky {
  top: 0;
  background: #1b1f2e;
}
.header-area.header-2-area .main-header::before {
  display: none;
}
.header-area.header-2-area .main-header .main-header-item {
  /* padding: 0 80px; */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area.header-2-area .main-header .main-header-item {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-2-area .main-header .main-header-item {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-2-area .main-header .main-header-item {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .header-area.header-2-area .main-header .main-header-item {
    padding: 30px 10px;
  }
}

@media (max-width: 500px) {
  .header-area.header-2-area .main-header .main-header-item {
    padding: 10px 0px;
  }
}

.header-area.header-2-area
  .main-header
  .main-header-item
  .header-info
  .info::before {
  background: rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .header-info
    .info::before {
    left: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .header-info
    .info::before {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .header-info
    .info::before {
    height: 110px;
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .header-info
    .info::before {
    height: 110px;
    display: block;
  }
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .header-info
  .info
  .title {
  color: #fff;
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .header-info
  .info
  span {
  color: #fff;
}
.header-area.header-2-area .main-header .main-header-item .header-info .social {
  margin-right: 102px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .header-info
    .social {
    display: block;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .header-info
    .social {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .header-info
    .social {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .header-info
    .social {
    display: none;
  }
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .header-info
  .social::before {
  position: absolute;
  content: "";
  right: -52px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 110px;
  background: rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .header-info
    .social::before {
    right: -13px;
  }
}
@media (max-width: 767px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .header-info
    .social::before {
    width: 0;
    left: -30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .header-info
    .social::before {
    height: 78px;
    width: 1px;
  }
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .header-info
  .social
  ul
  li {
  display: inline-block;
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .header-info
  .social
  ul
  li
  a {
  color: #fff;
  margin-right: 26px;
  -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;
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .header-info
  .social
  ul
  li
  a:hover {
  color: #674df0;
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .main-header-menus
  .header-logo {
  position: relative;
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .main-header-menus
  .header-logo::before {
  /* position: absolute;
  content: "";
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 110px;
  background: rgba(255, 255, 255, 0.15); */
}

@media (min-width: 992px) {
  .main-header-menus {
    min-height: 110px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .main-header-menus
    .header-logo::before {
    right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .main-header-menus
    .header-logo::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .main-header-menus
    .header-logo::before {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .main-header-menus
    .header-info
    .search {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .main-header-menus
    .header-info
    .search {
    padding-right: 50px;
  }
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .main-header-menus
  .header-info
  .search
  a {
  color: #fff;
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .main-header-menus
  .header-info
  .toggle-btn
  i {
  color: #fff;
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .main-header-menus
  .header-menu
  ul
  li
  > a {
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .main-header-menus
    .header-menu
    ul
    li
    > a {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-2-area
    .main-header
    .main-header-item
    .main-header-menus
    .header-menu
    ul
    li
    > a {
    margin: 0 25px 0 0;
  }
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .main-header-menus
  .header-menu
  ul
  li
  > a.active {
  color: #F27333;
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .main-header-menus
  .header-menu
  ul
  li:hover
  > a {
  color: #F27333;
}
.header-area.header-2-area
  .main-header
  .main-header-item
  .main-header-menus
  .header-menu
  ul
  li
  .sub-menu
  > li
  a {
  color: #1b1f2e;
  margin: 0;
}
.header-area.header-3-area {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 99;
}
.header-area.header-3-area .header-top {
  background: #674df0;
  padding: 0 40px;
  border-bottom: 0;
}
.header-area.header-3-area .header-top .header-info ul li a {
  color: #fff;
}
.header-area.header-3-area .header-top .header-info ul li a i {
  color: #F27333;
}
.header-area.header-3-area .header-top .social ul li a {
  color: #fff;
}
.header-area.header-3-area .main-header {
  background-color: transparent;
  padding: 0;
}
.header-area.header-3-area .main-header.sticky {
  background: #fff;
}
.header-area.header-3-area .main-header .main-header-item {
  background: #fff;
  padding: 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-3-area .main-header .main-header-item {
    padding: 31px 20px;
  }
}
@media (max-width: 767px) {
  .header-area.header-3-area .main-header .main-header-item {
    padding: 31px 20px;
  }
}
.header-area.header-3-area
  .main-header
  .main-header-item
  .header-menu
  ul
  li
  > a {
  margin: 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-3-area
    .main-header
    .main-header-item
    .header-menu
    ul
    li
    > a {
    margin: 0 6px;
  }
}
.header-area.header-3-area
  .main-header
  .main-header-item
  .header-menu
  ul
  li
  .sub-menu
  > li
  a {
  margin: 0;
}

.main-header {
  background: #fff;
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  z-index: 999;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header {
    padding: 31px 0;
  }
}
@media (max-width: 767px) {
  .main-header {
    top: 0;
    padding: 15px 0;
  }
}
.main-header .main-header-item .header-btn a {
  background: #F27333;
  line-height: 70px;
  padding: 0 60px 0 85px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  border-right: 10px solid #fff;
  white-space: nowrap;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-header .main-header-item .header-btn a {
    padding: 0 30px 0 55px;
  }
}
@media (max-width: 767px) {
  .main-header .main-header-item .header-btn a {
    padding: 0 20px;
  }
}
.main-header .main-header-item .header-btn a::before {
  position: absolute;
  content: "";
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 15px;
  background: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-header .main-header-item .header-btn a::before {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .main-header .main-header-item .header-btn a::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-header .main-header-item .header-btn a::before {
    display: block;
  }
}
.main-header .main-header-item .header-btn a:hover {
  color: #fff;
  background: #192437;
}
.main-header .main-header-item .header-btn a:hover::before {
  background: #fff;
}
.main-header .main-header-item .header-menu ul {
  padding: 0 0px 0 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header .main-header-item .header-menu ul {
    padding: 0 0 0 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-header .main-header-item .header-menu ul {
    padding: 0 15px;
  }
}
.main-header .main-header-item .header-menu ul li {
  display: inline-block;
  position: relative;
}
.main-header .main-header-item .header-menu ul li > a {
  line-height: 110px;
  font-size: 16px;
  color: #838694;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0 31px;
  -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;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-header .main-header-item .header-menu ul li > a {
    margin: 0 15px;
  }
}
.main-header .main-header-item .header-menu ul li > a.active {
  color: #1b1f2e;
  font-weight: 500;
}
.main-header .main-header-item .header-menu ul li .sub-menu {
  position: absolute;
  left: 30px;
  top: 110%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -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;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  border-top: 4px solid #F27333;
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header .main-header-item .header-menu ul li .sub-menu {
    left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-header .main-header-item .header-menu ul li .sub-menu {
    left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header .main-header-item .header-menu ul li .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .main-header .main-header-item .header-menu ul li .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}
.main-header .main-header-item .header-menu ul li .sub-menu > li {
  position: relative;
  display: block;
}
.main-header .main-header-item .header-menu ul li .sub-menu > li a {
  display: block;
  padding: 10px 24px;
  margin: 0;
  position: relative;
  color: #222;
  -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;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px;
  border-top: 1px solid #F27333;
}
.main-header .main-header-item .header-menu ul li .sub-menu > li a::before {
  display: none;
}
.main-header .main-header-item .header-menu ul li .sub-menu > li a i {
  float: right;
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
    display: none;
  }
}
.main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -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;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu {
    padding-left: 30px;
  }
}
.main-header
  .main-header-item
  .header-menu
  ul
  li
  .sub-menu
  > li
  .sub-menu
  li:hover
  .sub-menu {
  top: 0 !important;
}
.main-header
  .main-header-item
  .header-menu
  ul
  li
  .sub-menu
  > li:hover
  .sub-menu {
  top: 0%;
  opacity: 1;
  visibility: visible;
}
.main-header .main-header-item .header-menu ul li .sub-menu > li:hover > a {
  background-color: #1b1f2e;
  color: #fff !important;
}
.main-header .main-header-item .header-menu ul li:hover > a {
  color: #1b1f2e;
  font-weight: 500;
}
.main-header .main-header-item .header-menu ul li:hover > a::before {
  opacity: 1;
}
.main-header .main-header-item .header-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-header .main-header-item .header-menu ul li:last-child a {
  margin-right: 0 !important;
}
.main-header .main-header-item .header-info {
  position: relative;
}
.main-header .main-header-item .header-info .search {
  padding-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-header .main-header-item .header-info .search {
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .main-header .main-header-item .header-info .search {
    padding-right: 50px;
  }
}
.main-header .main-header-item .header-info .search a {
  color: #838694;
}
.main-header .main-header-item .header-info .info {
  padding-left: 62px;
  position: relative;
}
/* .main-header .main-header-item .header-info .info::before {
  position: absolute;
  content: "";
  left: -52px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 110px;
  background: #e9e9ee;
} */
@media (max-width: 767px) {
  .main-header .main-header-item .header-info .info::before {
    width: 0;
    left: -30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-header .main-header-item .header-info .info::before {
    height: 78px;
    width: 1px;
  }
}
.main-header .main-header-item .header-info .info span {
  font-size: 14px;
  color: #838694;
}
.main-header .main-header-item .header-info .info .title {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
.main-header .main-header-item .header-info .info img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-header .main-header-item .header-info .toggle-btn {
  font-size: 24px;
  color: #838694;
  display: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header .main-header-item .header-info .toggle-btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-header .main-header-item .header-info .toggle-btn {
    display: block;
  }
}
.main-header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  animation: sticky 1.2s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
}
.main-header.sticky .main-header-item .header-logo {
  margin-top: 0;
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.offcanvas_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
}

.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 9999;
  top: 0;
  height: 100vh;
  transition: 0.5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 15px 30px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header-btn {
  margin-bottom: 30px;
}
.offcanvas_menu_wrapper .header-btn a {
  color: #222;
}
.offcanvas_menu_wrapper .header-btn a:hover {
  color: #222;
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
}
.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  color: #222;
  -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;
}
.offcanvas_main_menu li a:hover {
  color: #F27333;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
  color: #222;
  -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;
}
.offcanvas_footer span a:hover {
  color: #F27333;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ededed;
  border-radius: 50%;
  color: #222;
  -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;
  cursor: pointer;
}
.canvas_close a:hover {
  background: #F27333;
  border-color: #F27333;
  color: #fff;
}

.canvas_open a {
  font-size: 26px;
  width: 50px;
  height: 42px;
  display: block;
  line-height: 39px;
  text-align: center;
  border: 1px solid #232323;
  color: #222;
  -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;
}
.canvas_open a:hover {
  color: #F27333;
  border-color: #F27333;
}

.offcanvas-social {
  margin-bottom: 40px;
}
.offcanvas-social ul li {
  display: inline-block;
}
.offcanvas-social ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  color: #F27333;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin: 0 5px;
  -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;
}
.offcanvas-social ul li a:hover {
  background: #F27333;
  border-color: #F27333;
  color: #fff;
}

/*===========================
    3.HEADER css 
===========================*/

.banner-slider.banner-2-area .banner-area {
  margin-top: auto;
  /* height: 940px; */
  z-index: 10;
}

.banner-slider.banner-2-area .banner-area .banner-content .title {
  font-size: 78px;
  line-height: 88px;
}
@media (max-width: 767px) {
  .banner-slider.banner-2-area .banner-area .banner-content .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-slider.banner-2-area .banner-area .banner-content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
.banner-slider.banner-2-area .banner-area .banner-color-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.banner-slider.banner-2-area .banner-area .banner-color-shadow img {
  width: 100%;
}
.banner-slider.banner-2-area .banner-area .banner-line {
  position: absolute;
  top: 210px;
  right: 215px;
  z-index: -1;
}
.banner-slider.banner-2-area .banner-area .banner-line-2 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.banner-slider .slick-arrow {
  position: absolute;
  bottom: 0px;
  z-index: 99;
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 60px;
  color: #838694;
  cursor: pointer;
  font-size: 18px;
  -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;
}
.banner-slider .slick-arrow::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 13px;
  width: 13px;
  background: #F27333;
  opacity: 0;
  -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;
}
.banner-slider .slick-arrow:hover {
  background: #fff;
}
.banner-slider .slick-arrow:hover::before {
  opacity: 1;
}

.banner-slider.banner-3-slider .slick-arrow {
  left: auto;
  transform: translateY(-50%);
  right: calc((100% - 795px) / 3);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-slider.banner-3-slider .slick-arrow {
    right: calc((100% - 795px) / 6);
  }
}
.banner-slider.banner-3-slider .slick-arrow.prev {
  top: 65%;
}
.banner-slider.banner-3-slider .slick-arrow.next {
  top: 55%;
}

.banner-area {
  margin-top: 110px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .banner-area {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area {
    margin-top: 28px;
  }
}
.banner-area .banner-line {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.banner-area .banner-content .box {
  height: 46px;
  width: 46px;
  background: #674df0;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.banner-area .banner-content .box::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 17px;
  width: 17px;
  background: #F27333;
}
.banner-area .banner-content span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .banner-area .banner-content span {
    font-size: 15px;
  }
}
.banner-area .banner-content span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.banner-content .title {
  font-size: 50px;
  line-height: 90px;
  color: #fff;
  padding-bottom: 39px;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
.banner-area.banner-3-area {
  margin-top: 0;
  height: 940px;
  position: relative;
}
@media (max-width: 767px) {
  .banner-area.banner-3-area {
    height: 750px;
  }
}
.banner-area.banner-3-area::before {
  position: absolute;
  content: "";
  left: 135px;
  bottom: 104px;
  height: 555px;
  width: 555px;
  border-radius: 50%;
  background: rgba(103, 77, 240, 0.5);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-area.banner-3-area::before {
    left: 30px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-3-area::before {
    left: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-3-area::before {
    left: 30px;
    bottom: 30px;
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .banner-area.banner-3-area::before {
    left: 30px;
    bottom: 100px;
    height: 200px;
    width: 200px;
  }
}
.banner-area.banner-3-area .banner-content {
  padding-bottom: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-3-area .banner-content .title {
    font-size: 80px;
  }
}

.page-title-area {
  margin-top: 110px;
}
@media (max-width: 767px) {
  .page-title-area {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area {
    margin-top: 28px;
  }
}
.page-title-area .page-title-content {
  height: 330px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-title-area .page-title-content {
    display: block;
    padding-top: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area .page-title-content {
    display: flex;
    padding-top: 0;
  }
}
.page-title-area .page-title-content::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 37px;
  width: 37px;
  background: #F27333;
}
.page-title-area .page-title-content .title {
  font-size: 60px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-title-area .page-title-content .title {
    padding-bottom: 20px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area .page-title-content .title {
    padding-bottom: 0px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .page-title-area .page-title-content .title {
    font-size: 25px;
  }

  .page-title-area .page-title-content {
    height: 125px;
  }

  .page-title-area .page-title-content {
    padding-top: 20px
  }
}
.page-title-area .page-title-content nav {
  display: inline-block;
}
.page-title-area .page-title-content nav ol {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.page-title-area .page-title-content nav ol li {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.page-title-area .page-title-content nav ol li a {
  color: #fff;
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: ".";
}


.base {
  background-color: white;
  position: absolute;
  left: 1122px;
  top: 1058px;
  width: 204px;
  height: 199px;
  z-index: 470;
}

/*===========================
    5.CTA css 
===========================*/
.cta-area .cta-item {
  background-size: 100% 100%;
  padding: 80px;
}
@media (max-width: 767px) {
  .cta-area .cta-item {
    padding: 30px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-area .cta-item {
    padding: 30px;
  }
}
.cta-area .cta-item .cta-content .title {
  font-size: 40px;
  color: #1b1f2e;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-area .cta-item .cta-content .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-item .cta-content .title {
    font-size: 36px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cta-area .cta-item .cta-content .title {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

/*===========================
    10.TESTIMONIALS css 
===========================*/
.testimonials-area {
  padding-top: 112px;
  padding-bottom: 120px;
}
.testimonials-area .section-title {
  padding-bottom: 62px;
}
.testimonials-area .testimonials-slide .testimonials-box {
  background: #f7f7f9;
  padding: 54px 30px 30px 60px;
  position: relative;
  margin-left: 55px;
  margin-right: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonials-area .testimonials-slide .testimonials-box {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-area .testimonials-slide .testimonials-box {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .testimonials-area .testimonials-slide .testimonials-box {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonials-area .testimonials-slide .testimonials-box {
    margin-left: 0;
    margin-right: 0;
    padding: 54px 30px 30px 60px;
  }
}
.testimonials-area .testimonials-slide .testimonials-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #F27333;
}
.testimonials-area
  .testimonials-slide
  .testimonials-box
  .testimonials-content
  .title {
  font-size: 26px;
  color: #674df0;
  padding-bottom: 33px;
}
.testimonials-area
  .testimonials-slide
  .testimonials-box
  .testimonials-content
  p {
  font-size: 20px;
  line-height: 40px;
  padding-right: 0px;
  margin-right: -5px;
  color: #838694;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonials-area
    .testimonials-slide
    .testimonials-box
    .testimonials-content
    p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .testimonials-area
    .testimonials-slide
    .testimonials-box
    .testimonials-content
    p {
    font-size: 16px;
    line-height: 30px;
  }
}
.testimonials-area .testimonials-slide .testimonials-box .testimonials-thumb {
  margin-top: -85px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-area .testimonials-slide .testimonials-box .testimonials-thumb {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .testimonials-area .testimonials-slide .testimonials-box .testimonials-thumb {
    margin-top: 20px;
  }
}
.testimonials-area
  .testimonials-slide
  .testimonials-box
  .testimonials-thumb
  img {
  width: 100%;
  max-width: 360px;
}
.testimonials-area
  .testimonials-slide
  .testimonials-box
  .testimonials-thumb
  .quote {
  position: absolute;
  top: 0;
  right: 0;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  background: #F27333;
  color: #1b1f2e;
  font-size: 18px;
}
.testimonials-area .testimonials-slide .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 99;
  height: 80px;
  width: 80px;
  background: white;
  text-align: center;
  line-height: 80px;
  color: #838694;
  cursor: pointer;
  font-size: 18px;
  -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;
}
.testimonials-area .testimonials-slide .slick-arrow::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 13px;
  width: 13px;
  background: #F27333;
  opacity: 0;
  -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;
}
.testimonials-area .testimonials-slide .slick-arrow:hover {
  background: #674df0;
  color: #fff;
}
.testimonials-area .testimonials-slide .slick-arrow:hover::before {
  opacity: 1;
}
.testimonials-area .testimonials-slide .slick-arrow.prev {
  left: 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonials-area .testimonials-slide .slick-arrow.prev {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .testimonials-area .testimonials-slide .slick-arrow.prev {
    left: 0;
  }
}
.testimonials-area .testimonials-slide .slick-arrow.next {
  left: 205px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonials-area .testimonials-slide .slick-arrow.next {
    left: 150px;
  }
}
@media (max-width: 767px) {
  .testimonials-area .testimonials-slide .slick-arrow.next {
    left: 100px;
  }
}

/*===========================
    12.NEWS css 
===========================*/
.news-area {
  padding-top: 112px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .news-area .news-item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .news-area .news-item .news-thumb {
    width: 100%;
  }
}
.news-area .news-item .news-thumb img {
  width: 100%;
}
.news-area .news-content {
  background: #f7f7f9;
  padding: 50px 44px 0px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-area .news-content {
    padding: 20px 20px 0px 20px;
  }
}
@media (max-width: 767px) {
  .news-area .news-content {
    padding: 30px 20px 0px 20px;
  }
}
.news-area .news-content span {
  line-height: 30px;
  color: #fff;
  background: #674df0;
  padding: 0 15px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.news-area .news-content ul li {
  display: inline-block;
  font-size: 14px;
  color: #838694;
}
.news-area .news-content ul li i {
  padding-right: 1px;
  color: #1b1f2e;;
}
.news-area .news-content ul li:last-child {
  margin-left: 9px;
}
.news-area .news-content .title {
  font-size: 24px;
  line-height: 36px;
  padding-top: 24px;
  padding-bottom: 35px;
  -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;
  cursor: pointer;
}
.news-area .news-content .title:hover {
  color: #674df0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-area .news-content .title {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-area .news-content .title {
    font-size: 28px;
    line-height: 42px;
    padding-top: 40px;
    padding-bottom: 62px;
  }
}

.news-area .news-content a {
  color: #838694
}

.news-area .news-content a:hover {
  color: #F27333
}

.news-area .news-content a.button {
  height: 59px;
  width: 59px;
  text-align: center;
  line-height: 59px;
  background: #fff;
  color: #a4a6b1;
  -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;
}
.news-area .news-content a.button:hover {
  background: #F27333;
  color: #1b1f2e;
}
.news-area.news-2-area .news-content .title {
  font-size: 30px;
  padding-right: 10px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .news-area.news-2-area .news-content .title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news-area.news-2-area .news-content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.news-area.news-2-area.news-3-area {
  position: relative;
}
.news-area.news-2-area.news-3-area::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 475px;
  background: #f7f7f9;
}
.news-area.news-2-area.news-3-area .news-item .news-content {
  background: #fff;
  -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;
  position: relative;
  z-index: 1;
}
.news-area.news-2-area.news-3-area .news-item .news-content a {
  background: #f7f7f9;
}
.news-area.news-2-area.news-3-area .news-item .news-content a:hover {
  background: #F27333;
  color: #1b1f2e;
}
.news-area.news-2-area.news-3-area .news-item:hover .news-content {
  box-shadow: 0px 15px 35px 0px rgba(27, 31, 46, 0.06);
}
.news-area.news-page-area {
  padding-top: 90px;
}

.brand-area-2 {
  background-image: url(../assets/images/next-big-thing-bg.png);
  border-top: 1px solid #e9e9ee;
}
.brand-area-2 .brand-item img {
  display: inline-block;
  opacity: 0.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;
}
.brand-area-2 .brand-item img:hover {
  opacity: 1;
}
.brand-area-2.brand-area-3 {
  border-top: 0;
  border-bottom: 1px solid #e9e9ee;
  margin-bottom: 120px;
}


/*===========================
    14.FOOTER css 
===========================*/
.footer-area {
  background-size: 100% 100%;
  padding-top: 50px;
  position: relative;
  z-index: 10;
}
.footer-area .footer-shape {
  position: absolute;
  bottom: 85px;
  right: 150px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-area .footer-shape {
    right: 30px;
    bottom: 30px;
  }
}
.footer-area .footer-about p {
  color: #8d91a2;
  padding-right: 40px;
  padding-top: 44px;
  padding-bottom: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area .footer-about p {
    padding-right: 0;
  }
}
.footer-area .footer-about ul li {
  display: inline-block;
}
.footer-area .footer-about ul li a {
  height: 47px;
  width: 47px;
  text-align: center;
  line-height: 47px;
  color: #1b1f2e;
  background: #F27333;
  margin-right: 5px;
  position: relative;
  z-index: 5;
}
.footer-area .footer-about ul li a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -1;
  -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;
}
.footer-area .footer-about ul li a:hover::before {
  height: 9px;
  width: 9px;
}
.footer-area .footer-list .footer-title {
  padding-top: 7px;
}
.footer-area .footer-list .footer-title .title {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 39px;
}
.footer-area .footer-list .footer-title ul li a {
  color: #8d91a2;
  line-height: 36px;
  -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;
}
.footer-area .footer-list .footer-title ul li a:hover {
  color: #674df0;
}
.footer-area .footer-newsletter {
  margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-newsletter {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-newsletter {
    margin-left: 0;
  }
}
.footer-area .footer-newsletter .footer-title {
  padding-top: 7px;
}
.footer-area .footer-newsletter .footer-title .title {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 49px;
}
.footer-area .footer-newsletter .input-box {
  position: relative;
}
.footer-area .footer-newsletter .input-box button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 62px;
  width: 62px;
  text-align: center;
  line-height: 62px;
  color: #fff;
  background: #674df0;
  border: 0;
  -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;
}
.footer-area .footer-newsletter .input-box button:hover {
  background: #F27333;
}
.footer-area .footer-newsletter .input-box input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #323643;
  padding-left: 30px;
  line-height: 73px;
  color: #8d91a2;
}
.footer-area .footer-newsletter .input-box input::placeholder {
  opacity: 1;
  color: #8d91a2;
}
.footer-area .footer-newsletter p {
  color: #8d91a2;
  line-height: 32px;
  padding-top: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area .footer-newsletter p {
    font-size: 15px;
  }
}
.footer-area .footer-copyright {
  border-top: 1px solid #2d313e;
}
.footer-area .footer-copyright p {
  color: #8d91a2;
  line-height: 50px;
}

ul.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  font-size: 12px;
}

ul.footer-links li a {
  color: #8d91a2;
}

ul.footer-links li a:hover {
  color: #fff;
}

ul.footer-links li {
  margin: 0 10px;
  color: #8d91a2;
}

@media (max-width: 500px) {
  ul.footer-links {
    flex-direction: column;
  }

  ul.footer-links li {
    margin-bottom: 5px;
  }
}

.footer-sms-text * {
  color: #8d91a2;
  margin-bottom: 2em;
}

.footer-sms-text h1, .footer-sms-text h2, .footer-sms-text h3, .footer-sms-text h4, .footer-sms-text h5, .footer-sms-text h6 {
  color: #8d91a2;
}

.footer-sms-text p {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 2em;
}

/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 999;
}
.go-top-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  color: #ffffff;
  background-color: #F27333;
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 0px;
}
.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.go-top-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top-area .go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #F27333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 0px;
}
.go-top-area .go-top:focus,
.go-top-area .go-top:hover {
  color: #fff;
}
.go-top-area .go-top:focus::before,
.go-top-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top-area .go-top:focus i:first-child,
.go-top-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top-area .go-top:focus i:last-child,
.go-top-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top-area .go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0px;
  right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}

.go-top-wrap {
  position: relative;
}
.go-top-wrap .go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  /* background: #F27333; */
  border-radius: 0px;
}
.go-top-wrap .go-top-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.go-top-wrap .go-top-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  -o-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background: #F27333;
  border-radius: 0px;
}
.go-top-wrap .go-top-btn:hover {
  background-color: #222;
  color: #fff;
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
/*===========================
    15.ABOUT css 
===========================*/
.about-area .about-thumb {
  margin-right: 70px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area .about-thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-thumb {
    margin-right: 0;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .about-area .about-thumb {
    margin-right: 0;
    margin-left: 50px;
  }
}
.about-area .about-thumb::before {
  position: absolute;
  content: "";
  left: -50px;
  top: 0;
  width: 30px;
  height: 200px;
  background: #F27333;
  z-index: -1;
}
.about-area .about-thumb::after {
  position: absolute;
  content: "";
  left: -50px;
  top: 220px;
  width: 30px;
  height: 200px;
  background: #674df0;
  z-index: -1;
}
.about-area .about-thumb > img {
  width: 100%;
}
.about-area .about-thumb .thumb {
  margin-top: -185px;
  margin-left: -120px;
  width: 250px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-thumb .thumb {
    margin-left: -50px;
  }
}
@media (max-width: 767px) {
  .about-area .about-thumb .thumb {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-thumb .thumb {
    margin-left: -50px;
    margin-top: -130px;
  }
}
.about-area .about-content {
  margin-top: -8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .about-area .about-content {
    margin-top: 50px;
  }
}
/* .about-area .about-content > span {
  font-size: 18px;
  color: #674df0;
  padding-left: 15px;
  position: relative;
}
.about-area .about-content > span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background: #F27333;
} */
.about-content .title {
  font-size: 45px;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .about-content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-content .title {
    font-size: 40px;
  }
}
.about-area .about-content p {
  font-size: 18px;
  line-height: 36px;
  padding-right: 10px;
  padding-top: 36px;
  padding-bottom: 43px;
}
.about-area .about-content .list {
  padding-bottom: 32px;
  position: relative;
}
.about-area .about-content .list ul li {
  font-size: 18px;
  line-height: 43px;
  color: #838694;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area .about-content .list ul li {
    font-size: 15px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .about-area .about-content .list ul li {
    font-size: 15px;
    line-height: 36px;
  }
}
.about-area .about-content .list ul li i {
  color: #674df0;
  padding-right: 6px;
}
.about-area .about-content .list .box {
  width: 200px;
  height: 180px;
  background: #674df0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area .about-content .list .box {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .about-area .about-content .list .box {
    position: static;
    transform: translateY(0);
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .list .box {
    position: absolute;
    transform: translateY(-50%);
    margin-top: 0px;
  }
}
.about-area .about-content .list .box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 23px;
  width: 23px;
  background: #F27333;
}
.about-area .about-content .list .box .title {
  font-size: 60px;
  color: #fff;
  padding-top: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area .about-content .list .box .title {
    font-size: 50px;
  }
}
.about-area .about-content .list .box span {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.about-3-area {
  padding-top: 12px;
  padding-bottom: 120px;
}
.about-3-area .section-title {
  padding-bottom: 46px;
}
.about-3-area .about-thumb {
  position: relative;
  margin-right: -15px;
}
.about-3-area .about-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 72px;
  width: 72px;
  background: #F27333;
}
.about-3-area .about-thumb a {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 130px;
  width: 130px;
  background: #674df0;
  text-align: center;
  line-height: 130px;
  color: #fff;
  font-size: 30px;
}
.about-3-area .about-thumb img {
  width: 100%;
}
.about-3-area .about-content {
  margin-top: -12px;
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-3-area .about-content {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-3-area .about-content {
    padding-left: 0px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-3-area .about-content {
    padding-left: 0px;
    margin-top: 30px;
  }
}
.about-3-area .about-content .about-title .title {
  font-size: 28px;
  line-height: 42px;
  color: #F27333;
}
.about-3-area .about-content .about-item {
  padding-left: 90px;
  position: relative;
  margin-top: 48px;
}
.about-3-area .about-content .about-item i {
  position: absolute;
  left: 0;
  top: 5px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: #f0edfd;
  font-size: 30px;
  color: #674df0;
  -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;
}
.about-3-area .about-content .about-item .title {
  font-size: 20px;
}
.about-3-area .about-content .about-item p {
  color: #838694;
  padding-top: 23px;
  line-height: 28px;
}
.about-3-area .about-content .about-item:hover i {
  background: #674df0;
  color: #fff;
}

/* .about-introduction-area .about-introduction-content span {
  font-size: 18px;
  color: #674df0;
  text-transform: capitalize;
  padding-left: 16px;
  position: relative;
}
.about-introduction-area .about-introduction-content span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background: #F27333;
} */
.about-introduction-area .about-introduction-content > .title {
  font-size: 60px;
  font-weight: 400;
  padding-top: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-introduction-area .about-introduction-content > .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .about-introduction-area .about-introduction-content > .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-introduction-area .about-introduction-content > .title {
    font-size: 40px;
  }
}
.about-introduction-area .about-introduction-content p {
  font-size: 18px;
  line-height: 36px;
  color: #838694;
  margin-bottom: 30px;
}

.about-introduction-area .about-introduction-content .item {
  position: relative;
  display: flex;
  align-items: center;
}
.about-introduction-area .about-introduction-content .item i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 58px;
  width: 58px;
  text-align: center;
  line-height: 58px;
  color: #674df0;
  font-size: 30px;
  background: #f0edfd;
  -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;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .about-introduction-area .about-introduction-content .item i {
    position: static;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-introduction-area .about-introduction-content .item i {
    position: absolute;
    transform: translateY(-50%);
  }
}
.about-introduction-area .about-introduction-content .item .title {
  padding-left: 88px;
  font-size: 20px;
  line-height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-introduction-area .about-introduction-content .item .title {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .about-introduction-area .about-introduction-content .item .title {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-introduction-area .about-introduction-content .item .title {
    padding-left: 80px;
  }
}
.about-introduction-area .about-introduction-content .item:hover i {
  background: #674df0;
  color: #fff;
}
.about-introduction-area .about-introduction-thumb {
  margin-left: 60px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-introduction-area .about-introduction-thumb {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-introduction-area .about-introduction-thumb {
    margin-left: 0;
    margin-top: 30px;
  }
}
.about-introduction-area
  .about-introduction-thumb
  .about-introduction-customers {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 33px 43px 42px;
  background: #F27333;
}
.about-introduction-area
  .about-introduction-thumb
  .about-introduction-customers::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 17px;
  width: 17px;
  background: #1b1f2e;
}
.about-introduction-area
  .about-introduction-thumb
  .about-introduction-customers
  .title {
  font-size: 40px;
}
.about-introduction-area
  .about-introduction-thumb
  .about-introduction-customers
  > span {
  font-size: 18px;
  color: #1b1f2e;
}
.about-introduction-area .about-introduction-thumb img {
  width: 100%;
}

/*===========================
    18.CLIENT css 
===========================*/
.client-area {
  padding-bottom: 120px;
  background: #f7f7f9;
}
.client-area .client-top {
  background: #F27333;
  position: relative;
  margin-bottom: 130px;
}
.client-area .client-top::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #F27333;
}
.client-area .client-top .title {
  line-height: 172px;
  font-size: 50px;
  color: #1b1f2e;
}
@media (max-width: 767px) {
  .client-area .client-top .title {
    font-size: 28px;
    line-height: 100px;
  }
}
.client-area .client-item {
  background: #fff;
  padding-top: 60px;
  margin-bottom: 45px;
  position: relative;
  z-index: 10;
}
.client-area .client-item::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 29px;
  width: 29px;
  background: #F27333;
  z-index: -1;
  opacity: 0;
}
.client-area .client-item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 91%;
  width: 95%;
  border: 2px solid #F27333;
  z-index: -1;
  margin: 15px;
  opacity: 0;
}
.client-area .client-item i {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: #674df0;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}
.client-area .client-item p {
  font-size: 18px;
  line-height: 36px;
  color: #838694;
  padding: 17px 90px 19px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .client-area .client-item p {
    padding: 17px 30px 19px;
  }
}
@media (max-width: 767px) {
  .client-area .client-item p {
    padding: 17px 30px 19px;
  }
}
.client-area .client-item .title {
  font-size: 20px;
  padding-bottom: 25px;
}
.client-area .client-item img {
  display: inline-block;
  margin-right: 1rem;
}
@media (min-width: 1199.99px) {
  .client-area .client-active .swiper-slide-next .client-item {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  }
  .client-area .client-active .swiper-slide-next .client-item::before {
    opacity: 1;
  }
  .client-area .client-active .swiper-slide-next .client-item::after {
    opacity: 1;
  }
}

@media (max-width: 1199.98px) {
  .client-area .client-active .swiper-slide-active .client-item {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  }
  .client-area .client-active .swiper-slide-active .client-item::before {
    opacity: 1;
  }
  .client-area .client-active .swiper-slide-active .client-item::after {
    opacity: 1;
  }
}

/*===========================
    23.PROJECT css 
===========================*/
.project-area .project-explore {
  padding: 70px 80px 80px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .project-area .project-explore {
    padding: 80px 20px 80px;
  }
}
.project-area .project-explore::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 73px;
  width: 73px;
  background: #F27333;
}
.project-area .project-explore .title {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-area .project-explore .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .project-area .project-explore .title {
    font-size: 28px;
  }
}
.project-area .project-explore p {
  font-size: 18px;
  line-height: 36px;
  color: #d1c8fe;
  padding: 30px 40px 33px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-area .project-explore p {
    padding: 30px 0 33px;
  }
}
@media (max-width: 767px) {
  .project-area .project-explore p {
    padding: 30px 0 33px;
  }
}
@media (max-width: 767px) {
  .project-area .project-explore a {
    width: 100%;
    padding: 0;
  }
}
.project-area .project-explore.project-inspired::before {
  left: auto;
  right: 0;
  background: #674df0;
}
.project-area .project-explore.project-inspired .title {
  color: #1b1f2e;
}
.project-area .project-explore.project-inspired p {
  color: #1b1f2e;
}
.project-area .project-explore.project-inspired a {
  background: #fff;
  color: #1b1f2e;
}
.project-area .project-explore.project-inspired a::before {
  background: #1b1f2e;
}
.project-area .project-explore.project-inspired a:hover {
  background: #1b1f2e;
  color: #fff;
}

/*===========================
    24.PROJECT DETAILS css 
===========================*/
.project-details-area {
  background: #f7f7f9;
}
.project-details-area .project-details-thumb {
  position: relative;
}
.project-details-area .project-details-thumb .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 34px;
  width: 34px;
  background-color: #fbfbfb;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  opacity: 0.4;
}
.project-details-area .project-details-thumb .icon i {
  font-size: 14px;
  color: #1b1f2e;
}
.project-details-area .project-details-thumb img {
  width: 100%;
}
.project-details-area .project-details-content {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-area .project-details-content {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .project-details-area .project-details-content {
    padding-left: 0;
    padding-top: 30px;
  }
}
.project-details-area .project-details-content .details-btn {
  display: flex;
}
.project-details-area .project-details-content .details-btn span {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background: #674df0;
  line-height: 30px;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.project-details-area .project-details-content .details-btn .flag {
  display: flex;
  margin-left: 20px;
}
.project-details-area .project-details-content .details-btn .flag p {
  font-size: 14px;
  color: #838694;
  padding-left: 9px;
}
.project-details-area .project-details-content > .title {
  font-size: 40px;
  padding-top: 7px;
  padding-bottom: 19px;
}
@media (max-width: 767px) {
  .project-details-area .project-details-content > .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-details-area .project-details-content > .title {
    font-size: 40px;
  }
}
.project-details-area .project-details-content .project-details-item {
  display: flex;
}
.project-details-area .project-details-content .project-details-item .item {
  background: #fff;
  width: 144px;
  height: 137px;
  padding-top: 40px;
  margin-right: 6px;
}
.project-details-area
  .project-details-content
  .project-details-item
  .item
  .title {
  font-size: 24px;
  color: #674df0;
}
@media (max-width: 767px) {
  .project-details-area
    .project-details-content
    .project-details-item
    .item
    .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-details-area
    .project-details-content
    .project-details-item
    .item
    .title {
    font-size: 24px;
  }
}
.project-details-area
  .project-details-content
  .project-details-item
  .item
  span {
  color: #838694;
  padding-top: 3px;
}
.project-details-area .project-details-content .projects-range {
  padding-top: 25px;
}
.project-details-area
  .project-details-content
  .projects-range
  .projects-range-content
  ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-details-area
  .project-details-content
  .projects-range
  .projects-range-content
  ul
  li {
  font-size: 14px;
  font-weight: 500;
  color: #838694;
}
.project-details-area
  .project-details-content
  .projects-range
  .projects-range-content
  .range {
  width: 100%;
  height: 9px;
  background: #e9e9ee;
  position: relative;
  margin-top: 4px;
}
.project-details-area
  .project-details-content
  .projects-range
  .projects-range-content
  .range::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 23%;
  background: #F27333;
}
.project-details-area .project-details-content .projects-goal {
  margin-top: 13px;
}
.project-details-area .project-details-content .projects-goal span {
  font-size: 16px;
  font-weight: 700;
  color: #1b1f2e;
}
.project-details-area .project-details-content .projects-goal span span {
  color: #674df0;
}
.project-details-area .project-details-content .project-share {
  margin-top: 25px;
}
.project-details-area .project-details-content .project-share span {
  font-size: 18px;
  font-weight: 500;
  color: #1b1f2e;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .project-details-area .project-details-content .project-share span {
    font-size: 16px;
  }
}
.project-details-area .project-details-content .project-share ul li {
  display: inline-block;
}
.project-details-area .project-details-content .project-share ul li a {
  color: #838694;
  margin-right: 14px;
  -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;
}
.project-details-area .project-details-content .project-share ul li a:hover {
  color: #674df0;
}

.project-details-content-area .tab-btns .nav {
  flex-wrap: inherit;
  margin-top: -72px;
}
@media (max-width: 767px) {
  .project-details-content-area .tab-btns .nav {
    flex-wrap: wrap;
  }
}
.project-details-content-area .tab-btns .nav li a {
  padding: 0 60px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: #674df0;
  border-radius: 0;
  line-height: 72px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-content-area .tab-btns .nav li a {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .project-details-content-area .tab-btns .nav li a {
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-details-content-area .tab-btns .nav li a {
    padding: 0 25px;
    margin-bottom: 0;
  }
}
.project-details-content-area .tab-btns .nav li a.active {
  background: #fff;
  color: #1b1f2e;
}
.project-details-content-area
  .project-details-content-top
  .project-details-thumb {
  padding-top: 58px;
}
.project-details-content-area
  .project-details-content-top
  .project-details-thumb
  img {
  width: 100%;
}
.project-details-content-area .project-details-content-top p {
  font-size: 18px;
  line-height: 36px;
  color: #838694;
  padding-top: 48px;
  padding-bottom: 45px;
}
.project-details-content-area .project-details-content-top ul li {
  line-height: 40px;
  color: #838694;
  font-size: 18px;
}
@media (max-width: 767px) {
  .project-details-content-area .project-details-content-top ul li {
    font-size: 16px;
  }
}
.project-details-content-area .project-details-content-top ul li i {
  color: #674df0;
  padding-right: 10px;
}
.project-details-content-area .project-details-item > p {
  font-size: 18px;
  line-height: 36px;
  color: #838694;
  padding-top: 47px;
  padding-bottom: 42px;
}
.project-details-content-area .project-details-item > p.text {
  padding-bottom: 0;
}
.project-details-content-area .project-details-item .item {
  padding-left: 90px;
  position: relative;
}
.project-details-content-area .project-details-item .item i {
  position: absolute;
  left: 0;
  top: 6px;
  height: 58px;
  width: 58px;
  background: #f0edfd;
  text-align: center;
  line-height: 58px;
  font-size: 30px;
  color: #674df0;
}
.project-details-content-area .project-details-item .item .title {
  font-size: 20px;
}
.project-details-content-area .project-details-item .item p {
  font-size: 18px;
  line-height: 36px;
  color: #838694;
  padding-top: 22px;
}
.project-details-content-area .project-details-sidebar .box {
  background: #f7f7f9;
  padding: 60px;
}
@media (max-width: 767px) {
  .project-details-content-area .project-details-sidebar .box {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-details-content-area .project-details-sidebar .box {
    padding: 60px;
  }
}
.project-details-content-area
  .project-details-sidebar
  .project-details-info
  .info {
  position: relative;
  padding-left: 105px;
}
.project-details-content-area
  .project-details-sidebar
  .project-details-info
  .info
  img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.project-details-content-area
  .project-details-sidebar
  .project-details-info
  .info
  .title {
  font-size: 20px;
}
.project-details-content-area
  .project-details-sidebar
  .project-details-info
  .info
  span {
  color: #674df0;
  padding-top: 7px;
}
.project-details-content-area .project-details-sidebar .project-details-info p {
  font-size: 18px;
  line-height: 36px;
  color: #838694;
  padding-top: 45px;
}
.project-details-content-area
  .project-details-sidebar
  .project-details-park
  .title {
  font-size: 24px;
  padding-bottom: 33px;
}
.project-details-content-area
  .project-details-sidebar
  .project-details-park
  img {
  width: 100%;
}
.project-details-content-area
  .project-details-sidebar
  .project-details-park
  > span {
  font-size: 20px;
  font-weight: 500;
  color: #1b1f2e;
  padding-top: 31px;
  padding-bottom: 9px;
}
@media (max-width: 767px) {
  .project-details-content-area
    .project-details-sidebar
    .project-details-park
    > span {
    font-size: 18px;
  }
}
.project-details-content-area .project-details-sidebar .project-details-park p {
  font-size: 18px;
  font-weight: 500;
  color: #674df0;
  padding-bottom: 30px;
}
.project-details-content-area
  .project-details-sidebar
  .project-details-park
  ul
  li {
  font-size: 18px;
  line-height: 36px;
  color: #1b1f2e;
}
.project-details-content-area
  .project-details-sidebar
  .project-details-park
  ul
  li
  span {
  color: #838694;
}
.project-details-content-area .project-details-sidebar .project-details-park a {
  width: 100%;
  margin-top: 27px;
}
.project-details-content-area
  .project-details-sidebar
  .project-details-park.item-2
  > span {
  padding-top: 0;
}
.project-details-content-area
  .project-details-sidebar
  .project-details-park.item-2
  .title {
  padding-bottom: 25px;
}
.project-details-content-area .tab-content .tab-pane .faq-accrodion .accrodion {
  background: #f7f7f9;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .faq-accrodion
  .accrodion.active
  .accrodion-inner {
  background: #674df0;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .faq-accrodion
  .accrodion.active
  .accrodion-title
  h4 {
  color: #fff;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .faq-accrodion
  .accrodion.active
  .accrodion-title::after {
  color: #fff;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .faq-accrodion
  .accrodion
  .accrodion-title
  h4 {
  color: #1b1f2e;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .faq-accrodion
  .accrodion
  .accrodion-title::before {
  color: #674df0;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .faq-accrodion
  .accrodion
  + .accrodion {
  margin-top: 20px;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .faq-accrodion
  .accrodion
  .accrodion-content
  .inner {
  padding-right: 30px;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .project-details-updates
  .project-details-updates-top {
  margin-top: 52px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e9e9ee;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .project-details-updates
  .project-details-updates-top
  .title {
  font-size: 30px;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .project-details-content-area
    .tab-content
    .tab-pane
    .project-details-updates
    .project-details-updates-top
    .title {
    font-size: 24px;
  }
}
.project-details-content-area
  .tab-content
  .tab-pane
  .project-details-updates
  .project-details-updates-top
  .info-updates
  .info
  img {
  margin-right: 24px;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .project-details-updates
  .project-details-updates-top
  .info-updates
  .info
  span {
  font-size: 18px;
  color: #838694;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .project-details-updates
  .project-details-updates-top
  .info-updates
  .info
  span
  span {
  color: #222;
  padding-left: 2px;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .project-details-updates
  .project-details-updates-top
  .info-updates
  .info
  span
  span
  span {
  font-size: 16px;
  color: #674df0;
  padding-left: 10px;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .project-details-updates
  .project-details-updates-top
  .info-updates
  .update
  span {
  font-size: 18px;
  color: #674df0;
}
@media (max-width: 767px) {
  .project-details-content-area
    .tab-content
    .tab-pane
    .project-details-updates
    .project-details-updates-top
    .info-updates
    .update
    span {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-details-content-area
    .tab-content
    .tab-pane
    .project-details-updates
    .project-details-updates-top
    .info-updates
    .update
    span {
    margin-top: 0px;
  }
}
.project-details-content-area
  .tab-content
  .tab-pane
  .project-details-updates
  .project-details-updates-content {
  margin-top: 48px;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .project-details-updates
  .project-details-updates-content
  p {
  font-size: 18px;
  line-height: 36px;
  color: #838694;
}
@media (max-width: 767px) {
  .project-details-content-area
    .tab-content
    .tab-pane
    .project-details-updates
    .project-details-updates-content
    p {
    font-size: 16px;
    line-height: 28px;
  }
}
.project-details-content-area
  .tab-content
  .tab-pane
  .project-details-updates
  .project-details-updates-content
  p.text {
  margin-top: 37px;
}
.project-details-content-area
  .tab-content
  .tab-pane
  .comment-one
  .comment-one__single
  .comment-one__image {
  min-width: 165px;
}

/*===========================
    25.SINGLE NEWS css 
===========================*/
.blog-details {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 500px) {
  .blog-details {
    padding-top: 30px;
  }
}

.blog-details__content {
  padding-top: 5px;
}
.blog-details__content .blog-details-article__date {
  line-height: 30px;
  color: #fff;
  background: #F27333;
  padding: 0 15px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.blog-details__content h3 {
  margin: 0;
  color: #1b1f2e;
  margin-bottom: 30px;
  padding-right: 50px;
  margin-top: 16px;
}

.blog-details__content h4 {
  margin: 0;
  color: #1b1f2e;
  margin-bottom: 10px;
  padding-right: 50px;
  margin-top: 16px;
}

.blog-details__content h4 a {
  color: #1b1f2e;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-details__content h3 {
    font-size: 40px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details__content h3 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .blog-details__content h3 {
    padding-right: 0;
    font-size: 30px;
  }
}
.blog-details__content p {
  line-height: 36px;
  color: #838694;
  font-weight: 400;
  letter-spacing: 0.7px;
}
.blog-details__content .blog-one__meta a {
  color: #838694;
  margin-right: 14px;
  font-size: 14px;
  font-weight: 400;
}
.blog-details__content .blog-one__meta a i {
  color: #F27333;
  padding-right: 5px;
}

.blog-details__content p + p {
  margin-top: 30px;
}

.blog-details__image {
  margin-bottom: 23px;
}

.blog-details__image > img {
  width: 100%;
}

.blog-details__image {
  position: relative;
}
.blog-details__image > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background: #fff;
  line-height: 40px;
  padding: 0 40px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7e8591;
  white-space: nowrap;
}
.blog-details__image > span span {
  color: #F27333;
}

.blog-author {
  background-color: #f7f7f9;
  border-radius: 0px;
  border: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 60px;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-author {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-author {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .blog-author {
    padding: 20px;
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-author {
    display: flex;
  }
}
.blog-author::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 33px;
  width: 33px;
  background: #F27333;
  z-index: -1;
}

.blog-author__image > img {
  min-width: 170px;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .blog-author__image > img {
    min-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-author__image > img {
    min-width: 170px;
  }
}

.blog-author__content {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .blog-author__content {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-author__content {
    padding-left: 20px;
    margin-top: 0px;
  }
}

.blog-author__content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #1b1f2e;
  margin-bottom: 30px;
  letter-spacing: 0;
}

.blog-author__content p {
  margin: 0;
  color: #838694;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0;
}

.blog-details__meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e4e4ee;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.blog-details__tags {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.blog-details__tags span {
  color: #1b1f2e;
  font-size: 24px;
  font-family: "Abril Fatface", cursive;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  margin-right: 10px;
}

.blog-details__tags a {
  color: #838694;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media (max-width: 767px) {
  .blog-details__tags a {
    font-size: 14px;
  }
}

.blog-details__tags a:hover {
  color: #F27333;
}

.blog-details__tags a + a {
  margin-left: 5px;
}

.blog-details__share {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.blog-details__share ul li {
  display: inline-block;
  margin-left: 3px;
}
.blog-details__share ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #674df0;
  background-size: 200% auto;
  font-size: 16px;
  border-radius: 0%;
  color: #fff;
  position: relative;
  overflow: hidden;
  -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;
}
.blog-details__share ul li a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 9px;
  width: 9px;
  background: #1b1f2e;
  opacity: 0;
  -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;
}
.blog-details__share ul li a:hover {
  background: #F27333;
  color: #1b1f2e;
}
.blog-details__share ul li a:hover::before {
  opacity: 1;
}

.blog-details__share a i {
  position: relative;
  z-index: 20;
}

.blog-details__share a + a {
  margin-left: 10px;
}

.comment-one {
  margin-bottom: 45px;
}

.comment-one__block-title {
  margin: 0;
  margin-bottom: 54px;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  color: #1b1f2e;
}

.comment-one__single {
  display: -webkit-box;
  display: flex;
  position: relative;
  border-bottom: 1px solid #e4e4ee;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .comment-one__single {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comment-one__single {
    display: flex;
  }
}

.comment-one__btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 29px;
  font-size: 14px;
}

.comment-one__content .comment-one__date span {
  margin-left: 5px;
  margin-right: 5px;
}

.comment-one__image {
  min-width: 110px;
}
@media (max-width: 767px) {
  .comment-one__image {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comment-one__image {
    width: 110px;
  }
}

.comment-one__image > img {
  border-radius: 0%;
  width: auto;
}

.comment-one__content {
  padding-left: 34px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .comment-one__content {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .comment-one__content {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comment-one__content {
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.comment-one__single {
  position: relative;
}

.comment-one__single .blog-btn {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .comment-one__single .blog-btn {
    position: static;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comment-one__single .blog-btn {
    position: absolute;
  }
}
.comment-one__single .blog-btn a {
  line-height: 44px;
  padding: 0 22px 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.comment-one__single .blog-btn a i {
  padding-right: 6px;
}

.comment-one__content > h3 {
  margin: 0;
  font-size: 20px;
  color: #1b1f2e;
  line-height: 1em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .comment-one__content > h3 {
    font-size: 18px;
  }
}
.comment-one__content > h3 .comment-one__date {
  color: #674df0;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  font-family: "Roboto", sans-serif;
  display: inline;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .comment-one__content > h3 .comment-one__date {
    font-size: 14px;
  }
}

.comment-one__content p {
  color: #838694;
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  padding-top: 38px;
}

.comment-form .contact-one__form .input-box {
  margin-top: 10px;
  margin-right: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-form .contact-one__form .input-box {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .comment-form .contact-one__form .input-box {
    margin-right: 0;
  }
}
.comment-form .contact-one__form .input-box input {
  width: 100%;
  height: 70px;
  background: #f7f7f9;
  border-radius: 0px;
  border: 0;
  padding-left: 30px;
  color: #838694;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
.comment-form .contact-one__form .input-box input::placeholder {
  opacity: 1;
  color: #838694;
}
.comment-form .contact-one__form .input-box textarea {
  width: 100%;
  height: 170px;
  background: #f7f7f9;
  border-radius: 0px;
  border: 0;
  padding-left: 30px;
  padding-top: 13px;
  color: #838694;
  resize: none;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
.comment-form .contact-one__form .input-box textarea::placeholder {
  opacity: 1;
  color: #838694;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__title {
  margin: 0;
  color: #1b1f2e;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 30px;
  letter-spacing: 0;
}

.sidebar__single:not(.sidebar__search) {
  padding: 45px 50px 43px;
  background-color: #f7f7f9;
  border: 0;
  border-radius: 0px;
  position: relative;
}

@media (max-width: 1199px) {
  .sidebar__single:not(.sidebar__search) {
    padding: 20px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__post__single + .sidebar__post__single {
  margin-top: 50px;
}

.sidebar__post__single {
  position: relative;
}
.sidebar__post__single::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.sidebar__post__single.item::before {
  display: none;
}

.sidebar__post-image,
.sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}

.sidebar__post-image {
  min-width: 66px;
}

.sidebar__post-image .inner-block {
  width: 100%;
}

.sidebar__post-image .inner-block > img {
  width: 100%;
  border-radius: 0%;
}

.sidebar__post-content {
  padding-left: 18px;
}

.sidebar__post-title {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #838999;
  font-family: "Roboto", sans-serif;
}

.sidebar__post-title a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #1b1f2e;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sidebar__post-title a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sidebar__post-title a {
    padding-right: 0;
    font-size: 15px;
  }
}

.sidebar__post-title a:hover {
  color: #674df0;
}

.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar__category-list li {
  line-height: 1em;
}

.sidebar__category-list li a {
  color: #838694;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  padding: 0 !important;
}
.sidebar__category-list li a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar__category-list li a:hover {
  color: #F27333;
}

.sidebar__category-list li {
  margin-top: 35px;
}

.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}

.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}

.sidebar__tags-list-item a {
  display: block;
  color: #838694;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: -0.6px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sidebar__tags-list-item a {
    font-size: 14px;
    line-height: 26px;
  }
}

.sidebar__tags-list-item a:hover {
  color: #674df0;
}

.sidebar__search-form {
  width: 100%;
  height: 84px;
  position: relative;
  border-radius: px;
  background: #674df0;
}

.sidebar__search-form input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  background-color: transparent;
}

.sidebar__search-form ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.sidebar__search-form :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.sidebar__search-form ::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.sidebar__search-form ::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.sidebar__search-form ::placeholder {
  opacity: 1;
  color: #fff;
}

.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__search-form button[type="submit"] svg {
  vertical-align: inherit;
}

.sidebar__search-form button[type="submit"] i {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*===========================
    26.CONTACT css 
===========================*/
.contact-form-area {
  padding-top: 112px;
  padding-bottom: 120px;
}

@media (max-width: 500px) {
  .contact-form-area {
    padding-top: 30px;
  }
}

.contact-form-area .section-title {
  padding-bottom: 42px;
}
.contact-form-area .conact-form-item .input-box input {
  width: 100%;
  height: 70px;
  background: #f7f7f9;
  border-radius: 0px;
  border: 0;
  padding-left: 30px;
  color: #838694;
  font-weight: 400;
  font-size: 16px;
  /* text-transform: capitalize; */
}

.contact-form-area .conact-form-item .input-box input::placeholder {
  opacity: 1;
  color: #838694;
}
.contact-form-area .conact-form-item .input-box textarea {
  width: 100%;
  height: 170px;
  background: #f7f7f9;
  border-radius: 0px;
  border: 0;
  padding-left: 30px;
  padding-top: 13px;
  color: #838694;
  resize: none;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
.contact-form-area .conact-form-item .input-box textarea::placeholder {
  opacity: 1;
  color: #838694;
}

.contact-info-area .contact-info-item {
  padding: 74px 0px 74px 205px;
  background: #674df0;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .contact-info-area .contact-info-item {
    padding: 74px 0 74px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-info-area .contact-info-item {
    padding: 74px 0 74px 30px;
  }
}
@media (max-width: 767px) {
  .contact-info-area .contact-info-item {
    padding: 74px 0 74px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-info-area .contact-info-item {
    padding: 74px 0px 74px 205px;
  }
}
.contact-info-area .contact-info-item .icon {
  display: inline-block;
  height: 105px;
  width: 105px;
  text-align: center;
  line-height: 105px;
  background-color: rgba(27, 31, 46, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  z-index: 10;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .contact-info-area .contact-info-item .icon {
    position: static;
    transform: translateY(0);
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-info-area .contact-info-item .icon {
    position: static;
    transform: translateY(0);
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact-info-area .contact-info-item .icon {
    position: static;
    transform: translateY(0);
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-info-area .contact-info-item .icon {
    position: absolute;
    transform: translateY(-50%);
    margin-bottom: 0px;
  }
}
.contact-info-area .contact-info-item .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #F27333;
  z-index: -1;
  -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;
}
.contact-info-area .contact-info-item .icon::after {
  position: absolute;
  content: "";
  right: 1px;
  top: 1px;
  height: 0px;
  width: 0px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  -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;
}
.contact-info-area .contact-info-item .icon i {
  font-size: 60px;
  color: #fff;
  -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;
}
.contact-info-area .contact-info-item .title {
  color: #fff;
  font-size: 24px;
}
.contact-info-area .contact-info-item p {
  color: #d6cffa;
  line-height: 36px;
  font-size: 18px;
  padding-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-info-area .contact-info-item p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-info-area .contact-info-item p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-info-area .contact-info-item p {
    font-size: 18px;
  }
}
.contact-info-area .contact-info-item.item-2 {
  background: #1b1f2e;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.contact-info-area .contact-info-item.item-2 .icon {
  background: #674df0;
}
.contact-info-area .contact-info-item.item-2 .icon::before {
  transform: translate(-50%, -50%) scale(0);
  background: #674df0;
}
.contact-info-area .contact-info-item.item-2 .icon::after {
  opacity: 0;
  height: 0px;
  width: 0px;
}
.contact-info-area .contact-info-item.item-2 .icon i {
  color: #fff;
}
.contact-info-area .contact-info-item.item-2 ul {
  margin-top: 30px;
}
.contact-info-area .contact-info-item.item-2 ul li {
  font-size: 18px;
  line-height: 36px;
  color: #8d91a2;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-info-area .contact-info-item.item-2 ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-info-area .contact-info-item.item-2 ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-info-area .contact-info-item.item-2 ul li {
    font-size: 18px;
  }
}
.contact-info-area .contact-info-item.item-2:hover .icon::before {
  transform: translate(-50%, -50%) scale(1);
  background: #F27333;
}
.contact-info-area .contact-info-item.item-2:hover .icon::after {
  height: 20px;
  width: 20px;
  opacity: 1;
}
.contact-info-area .contact-info-item.item-2:hover .icon i {
  color: #222;
}
.contact-info-area .contact-info-item.item-3 {
  background: #F27333;
}
.contact-info-area .contact-info-item.item-3 .title {
  color: #1b1f2e;
}
.contact-info-area .contact-info-item.item-3 ul {
  margin-top: 30px;
}
.contact-info-area .contact-info-item.item-3 ul li {
  color: #404451;
  font-size: 18px;
  line-height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-info-area .contact-info-item.item-3 ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-info-area .contact-info-item.item-3 ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-info-area .contact-info-item.item-3 ul li {
    font-size: 18px;
  }
}
.contact-info-area .contact-info-item.item-3:hover .icon::before {
  transform: translate(-50%, -50%) scale(1);
  background: #674df0;
}
.contact-info-area .contact-info-item.item-3:hover .icon::after {
  height: 20px;
  width: 20px;
  opacity: 1;
}
.contact-info-area .contact-info-item:hover .icon::before {
  transform: translate(-50%, -50%) scale(1);
}
.contact-info-area .contact-info-item:hover .icon::after {
  height: 20px;
  width: 20px;
  opacity: 1;
}

.contact-map {
  margin-bottom: -6px;
}
.contact-map iframe {
  height: 560px;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-map iframe {
    height: 300px;
  }
}



 /* -------------------------- Custom css -------------------------------  */

/* General styles */

/* 
-- Assets found colors --
Primary: #F27333
Secondary: #0D7CA3 
*/

.main-ttl {font-size: 45px; padding-top: 7px;}

@media (max-width: 500px) {
  .main-ttl {font-size: 36px;}
}

.news-area .news-content span {background-color: #F27333;}
.arrow-btn {height: 60px; width: 60px; background: black; text-align: center; line-height: 60px; color: #fff; cursor: pointer; font-size: 18px; transition: all 0.3s ease-out 0s;}
.f-icn {font-size: 60px; color: black;}
.service-icn {font-size: 45px; color: black;}
.main-btn {background: #F27333; }
.main-btn i {display: inline-block; margin-left: 10px; font-size: 20px; transform: translateY(3px); -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out;}
.main-btn:hover {background: #2258BA; color: #fff; }
.main-btn::before {display: none;}
.info .main-btn {padding: 0 30px; line-height: 50px;}
.main-btn:hover i {margin-left: 25px;}
.header-area.header-2-area .main-header.sticky {background-color: #0b0b0b;}
.header-logo img, .footer-about img, .cta-area .cta-logo img {width: 230px;}
@media (max-width: 500px) {
  .header-logo img, .footer-about img, .cta-area .cta-logo img {max-width: 190px;}
}
.inner-page {margin-top: 0; padding-top: 70px;}

/* Links */
a:hover, .news-area .news-content .title:hover, .footer-area .footer-list .footer-title ul li a:hover {color: #F27333;}
.news-area .news-content a.button:hover {background-color: #F27333;}
.header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li:hover > a {color: #F27333;}
.main-header .main-header-item .header-menu ul li .sub-menu {border-top: 4px solid #F27333;}
.main-header .main-header-item .header-menu ul li .sub-menu > li a {border-top: 1px solid #F27333;}

.news-area.news-2-area .news-content .title {font-weight: 500; font-size: 26px;}
.tg-line {font-size: 18px; color: #1b1f2e; padding-left: 0px; position: relative; text-transform: uppercase; font-weight: bold;}
span.tg-line::before {content: ""; width: 100%; height: 6px; background: #F27333; position: absolute; left: 0; top: 25px;}
.main-header-item .header-info .info {padding-left: 0 !important;}
.banner-slider {height: 600px; }

.banner-slider.banner-2-area .banner-area .banner-content .title {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .banner-slider.banner-2-area .banner-area .banner-content .title {font-size: 30px; line-height: 1.3; font-weight: 700; margin-top: 0;}
}

@media (min-width: 1441px) {
  .banner-slider.banner-2-area .banner-area .banner-content .title {font-size: 37px; line-height: 1.3; font-weight: 700; margin-top: 0;}
}


.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {opacity: 1 !important; }
.banner-slider .swiper-fade .swiper-slide-next, .banner-slider .swiper-fade .swiper-slide-prev {opacity: 0 !important;}
.banner-slider .slick-arrow::before {background-color: #F27333;}
.wave-bg {background-color: #1B0E25; background-image: url(../images/header-pattern.png); background-size: cover; position: relative; background-position: center; background-repeat: no-repeat;}
.wave-bg2 {background-color: #0B0B0B; background-image: url(../images/header-pattern.png); background-size: cover; position: relative; background-position: center; background-repeat: no-repeat;}
.swiper {height: 650px;}

.slider-main .slide-image{ width: 100%; height: 100%; display: inline-block; background-position: center !important; background-size: cover !important;}

.slider {width: 100%; height: 100vh; display: flex; flex-wrap: wrap; background-size: cover; position: relative;}
.slider .container {position: relative; padding-top: 150px; display: flex; flex-wrap: wrap;}

.not-relative {
  display: flex;
  flex-direction: column-reverse;
}

.about-area .about-thumb::before {background-color: #F27333;}
.about-area .about-thumb::after {background-color: #1b1f2e;}

.explore-projects-item .ftrs-bx {border-top: 1px solid #e9e9ee;}
.explore-projects-item .ftrs-bx a:hover, .explore-projects-item .ftrs-bx .title:hover {color: #1b1f2e;}
.explore-projects-item:hover .explore-projects-content {background-color: #F27333;}
.explore-projects-item:hover .explore-projects-content p {color: #1b1f2e;}
.explore-projects-item .explore-projects-content .title {font-weight: 600; font-size: 22px;}

.client-area .client-item {padding-top: 0;}

.service-bx {
  display: none;
  width: 100%;
  position: relatiive;
  background-color: #F27333;
  font-weight: 100;
  padding: 20px 40px;
  bottom: 0;
  left: 0;
  text-align: left;
  color: fff;
  height: 100%;
}

@media (min-width: 768px) {
  .service-bx {display: none;width: 85%; position: absolute; background-color: #F27333; font-weight: 100; padding: 20px 40px; bottom: -40px; left: 20px; text-align: left; color: #fff; height: auto;}
}

.service-bx p, .service-bx h4 {color: #fff !important;}

.swiper-slide-active .service-bx, .slick-active .service-bx {display:block;}
.services-cnt .swiper {height: 630px;}
.services-cnt .swiper .swiper-wrapper .swiper-slide {max-width: 800px !important;}
.client-area .client-item p {padding: 0;}
.client-area .client-item .title {font-weight: 600;}

.swiper-pagination-bullet-active {background-color: #F27333;}
.swiper-pagination-bullet {border-radius: 0; width: 50px; height: 5px;}

.swiper-slide .img-bx img {width: 100%; display: block; filter: grayscale(1); -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out;}
.swiper-slide .img-bx:hover img {filter: grayscale(0);}
.client-area {padding-bottom: 90px;}
.video-cont {padding-bottom: 0 !important;}
.video-cont .swiper {height: 400px;}
.video-box  {background-color: black;}
.video-box img {width: 100%; display: block; filter: grayscale(1); opacity: 0.5}
  .video-testimonials {
    width: 100%;
    float: none;
    margin-top: 0;
    margin-right: 0;
    position: relative;
    overflow: hidden;
  }
@media (min-width: 768px) {
  .video-testimonials {width: calc(100% - 250px); float: right; margin-top: -200px; margin-right: 50px; position: relative; overflow: hidden;}
}

.swiper-slide .video-testi {padding: 30px;}
.swiper-slide .video-testi img {width: 70px;}
.client-area .client-active .swiper-slide-next .video-testi::before {opacity: 0;}
.swiper-slide .video-testi::after {content: "";width: 0;height: 0; border-style: solid; border-width: 0 30px 25px 0; border-color: transparent #fff transparent transparent; position: absolute; bottom: -35px !important; right: 35px !important; left: inherit; top: inherit; opacity: 1;}
.cta-area h3 {color: #fff;font-weight: 600; font-size: 45px;}
@media (max-width: 767px) {
  .cta-area h3 {font-size: 30px;}
}
.sales-rep {color: #fff;}
.sales-rep img {height: 70px; margin-right: 20px;}

/* -- Pages -- */
.page-title-area .page-title-content::before {
  background: #F27333;
}

/* -- News -- */
.blog-details__share ul li a, .sidebar__search-form {background-color: #F27333; }
.comment-one__content > h3 .comment-one__date {color: #F27333;}

.about-introduction-area .about-introduction-content .item i {color: #F27333; background: rgba(42,192,196, 0.1); }
.about-introduction-area .about-introduction-content .item:hover i {background-color: #F27333;}

/* Footer */
.go-top-wrap .go-top-btn, .go-top-wrap .go-top-btn::after {background-color: #F27333 !important;}
.footer-area .footer-newsletter .input-box button {background-color: #F27333;}
.footer-area .footer-newsletter .input-box button:hover {background-color: #FFB53E;}
.footer-area .footer-about ul li a {background-color: #F27333;}
.footer-area {background-color: #0b0b0b;}

.not-relative {
  position: inherit !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #F27333;
  border-color: #F27333;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #F27333;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.header-padding {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  min-height: 110px;
}

@media only screen and (max-width: 500px) {
  .header-padding {
    min-height: 70px;
  }
}

/** SPLIT TEST LANDER 7 **/
.st7-banner {
  text-align: center;
  overflow-x: hidden;
  /* padding-top: 60px; */
}


@media only screen and (max-width: 500px) {
  .st7-banner {
      padding-top: 30px;
  }
}

.st7-banner {
  background: url(../images/st6-img1.jpg) repeat 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 300px;
  padding-bottom: 10px;
  height: 100%;
  position: relative;
}

.st7-banner:after {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.st7-headline {
  padding: 100px 30px;
  margin-left: 5%;
  position: relative;
  z-index: 2;
}
@media (max-width: 820px) {
  .st7-headline {
    padding: 50px 30px;
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .st7-headline {
    padding: 0 0px 50px;
    margin-left: 0;
  }
}

.st7-headline h1 {
  font-weight: 700;
  margin-bottom: 0.3em;
}

.st7-headline p {
  font-size: 14px;
}

@media only screen and (max-width: 500px) {
  .st7-headline h1 {
      font-size: 2rem;
  }

  .st7-headline h3 {
    font-size: 1.2rem;
  }
}

.st7-headline .common-form {
  max-width: 700px;
  margin-bottom: 0;
  padding: 0;
  margin-top: 40px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .st7-headline .common-form {
      margin-left: auto;
      margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .st7-headline .common-form input[type="submit"]{
      padding: 0 12px;
      font-size: 0.9em;
  }
}

@media only screen and (max-width: 320px) {
  .st7-headline .common-form input[type="submit"]{
      font-size: 0.7em;
  }
}

.st7-headline .common-form h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.st7-info-header {
  padding: 40px 0;
  text-align: center;
  background-color: #232222;
  background-image: url(../images/header-pattern.png); 
  background-size: cover;
  color: #fff !important;
}

.st7-info-header * {
  margin-bottom: 0.5rem;
  color: #fff !important;
}

@media only screen and (min-width: 1024px) {
  .st7-banner,
  .st7-headline,
  .st7-headline .common-form h2{
      text-align: left;
  }
}

/* LANDER */
.lander-content {
	color: white;
	margin-top: 30px;
	margin-bottom: 40px;
}
.lander-content h1 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 44px;
	color: white;
}
.lander-content h2 {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 28px;
	color: white;
}

/* FORM */
.common-form {
	padding: 30px;
	margin-bottom: 60px;
}
.common-form h2{
	font-weight: 700;
	font-size: 36px;
	text-align: center;
}
.common-form h3 {
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.common-form input[type="text"], .common-form input[type="email"], .common-form input[type="date"]{
	width: 100%;
	height: 50px;
	outline: none;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 25px;
}
.common-form input[type="submit"]{
	width: 100%;
	height: 50px;
	line-height: 50px;
	outline: none;
    border: none;
	margin-top: 10px;
	text-align: center;
	background-color: #F27333;
	color: white;
	transition: all 200ms ease-in;
	letter-spacing: 2px;
	border-radius: 25px;
}
.common-form input[type="checkbox"]
{
	font-size: 10px;
}
.common-form input[type="submit"]:hover {
	background-color: #F27333;
	text-decoration: none;
	color: white;
}
.common-form label {
	font-size: 12px;
	margin-top: 4px;
}
.common-form textarea {
	width: 100%;
	border: none;
	padding: 20px;
	outline: none;
	border: 1px solid rgba(0,0,0,0.1);
}
.common-form.comment {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.10);
}

.post-form {
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}

.main-question {
	padding: 10px 20px;
	color: white;
    text-align: center;
}
.main-question a, .side-by-side {
	height: 50px;
	line-height: 50px;
	letter-spacing: 2px;
	padding: 0px 50px;
	display: inline-block;
	margin: 10px;
	color: white;
	background-color: #F27333;
	font-weight: 500;
	font-size: 20px;
	transition: all 200ms ease-in;
	border-radius: 25px;
}

@media (max-width: 500px) {
	.main-question a, .side-by-side {
		padding: 0px 20px;
		min-width: 200px;
		font-size: 15px;
	}
}

.main-question a:hover, .side-by-side:hover {
	background-color: #2258BA;
	color: white;
	text-decoration: none;
}

.main-question h2
{
	font-size:28px;
}

.common-form input[type="text"], .common-form input[type="email"], .common-form input[type="date"], .common-form input[type="submit"] {
  border-radius: 5px;
}

/** Start Phone field Customization **/

.common-form input[type="tel"], .common-form input[type="number"] {
  width: 100%;
  height: 50px;
  outline: none;
  margin-bottom: 0;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.phone-wrap {
position: relative;
}

.phone-wrap input {
margin-bottom: 0;
}

.phone-wrap span.country-code {
position: absolute;
top: 0;
left: 0;
position: absolute;
  top: 0;
  left: 0;
  color: #797979;
  font-family: Arial, Helvetica, sans-serif;
  padding: 13px 15px;
  border-right: 1px solid #d9d9d9;
}

.phone-wrap span#validation-message {
color: red;
  font-size: 0.88rem;
  padding: 10px 10px 0;
  display: inline-block;
opacity: 1;
}

.phone-wrap span#validation-message.hidden {
opacity: 0;
}

@media only screen and (max-width: 768px) {
.common-form input[type="number"] {
  height: 40px;
}

.phone-wrap span.country-code {
  padding: 8px 10px;
}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}

.main-banner {
	background: linear-gradient(to bottom, rgba(47, 48, 67, 0.6) 0%, rgba(47, 48, 67, 0.7) 50%,rgba(47, 48, 67, 0.8) 100%), url(../images/st6-img1.jpg) repeat 0 0;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 500px;
    padding-top: 90px;
    padding-bottom: -100px;
}

.main-banner * {
  color: #fff !important;
}

.content-header {
	background: linear-gradient(to bottom, rgba(41, 61, 61, 0.6) 0%, rgba(41, 61, 61, 0.7) 50%,rgba(41, 61, 61, 0.8) 100%), url(../images/st6-img1.jpg) repeat 0 0;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 100px;
    padding: 100px 0 40px 0;
}

@media (max-width: 500px) {
  .main-banner {
    padding-top: 10px;
  }

  .content-header {
    padding-top: 15px;
  }
}

.content-header h1 {
	color: white;
	font-weight: 700;
	font-size: 34px;
	letter-spacing: 2px;
}

/* BENEFITS */
.benefits-content {
	padding: 20px 0;
}
.benefit-item {
	background-color: white;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	transition: all 200ms ease-in;
	margin-bottom: 20px;
	margin-top: 10px;
}

@media (max-width: 500px) {
	.benefit-item {
		-webkit-flex-direction: column;
    	flex-direction: column;
	}
}

.benefit-item:hover {
	text-decoration: none;
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.20);
    transform: scale(1.01);
}
.benefits-heading {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.filter {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: .5em .7em;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.filter svg {
    color: inherit;
    font-size: 1.2em;
    margin-right: .5em;
    display: block;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    margin-right: 10px;
}
.filter select {
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    font-size: 1em;
    font-family: inherit;
    outline: none;
    color: inherit;
}

.benefit-img {
	background: #b7b7b7;
    max-width: 300px;
    -webkit-flex: 23.809524 1;
    flex: 23.809524 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 500px) {
	.benefit-img {
		max-width: 100%;
	}
}

.benefit-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.benefit-content {
	-webkit-flex: 71.428571 1;
    flex: 71.428571 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.benefit-info {
	color: #757575;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 1em 1.4em 1.4em;
    -webkit-flex: 1 1;
    flex: 1 1;
}
.benefit-info h1 {

}
.benefit-info p {

}
.benefit-info .info-type {
	margin-top: 10px;
}
.benefit-info .info-type .type-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    border-radius: 15px;
}
.benefit-info .info-type .type-icon img{
	width: 16px;
	height: 16px;
	margin: 7px 7px;

}
.benefit-info .info-type .label {
	text-transform: uppercase;
    display: inline-block;
    float: left;
    margin-left: 8px;
    padding-top: 5px;
}
.type-icon {
    background-color: #F27333;
}
.type-icon.green {
	background-color: #F27333;
}
.type-icon.blue {
	background-color: #2d84ce;
}
.type-icon.red {
	background-color: #ff4200;
}

.benefit-right {
	background: #F27333;
    color: #fff;
    cursor: pointer;
    border: 0;
    font-size: 1.5em;
    max-width: 60px;
    padding: .4em;
    -webkit-flex: 4.761905 1;
    flex: 4.761905 1;
    outline: none;
    -webkit-flex-direction: column;
    flex-direction: column;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.benefit-right img{
	width: 20px;
	height: 20px;

}

.explore-projects-item .explore-projects-content {
  padding: 40px 50px 34px;
  border: 1px solid #e9e9ee;
  background: #fff;
  border-top: 0;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 500px) {
  .explore-projects-item .explore-projects-content {
    padding: 20px;
  }
}

.explore-projects-item .ftrs-bx {
  border-top: 1px solid #e9e9ee;
}

#nitroMask {
  z-index: 9999;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}

/* new styling */

.banner-slider {
  height: auto;
  padding-top: 100px;
  position: relative;
  background-size: 100% 75%;
}

.banner-area {
  height: auto;
}

.slide-item {
  padding: 35px 25px;
}

.slide-title {
  letter-spacing: 4px;
  font-size: 25px !important;
  font-weight: 600 !important;
}

.main-btn {
  line-height: normal;
  padding: 15px 60px;
  font-weight: 600;
}

.slide-bg {
  height: 450px;
}

.banner-slider .slick-arrow.prev {
  left: 53px;
}

.banner-slider .slick-arrow.next {
  left: 110px;
}

.banner-slider .slick-arrow {
  bottom: 33px;
  height: auto;
  width: auto;
  line-height: normal;
  color: #000;
  padding: 10px;
  display: inline-block;
}

.about-content .title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 35px;
}
.about-content h3 {
  font-size: 20px;
  font-weight: 400;
}

.tg-line {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 400;
}

span.tg-line::before {
  height: 0;
}

.about-area .about-thumb::before {
  left: -10px;
  top: -10px;
  width: 200px;
}

.about-area .about-thumb::after {
  left: unset;
  right: -10px;
  bottom: -10px;
  width: 200px;
  top: unset;
}

.about-area .about-thumb .thumb {
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  left: -80px;
  bottom: -40px;
}

.main-ttl {
  font-size: 35px;
  font-weight: 600;
}

.client-area .client-item p {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
}

.news-area .news-content a {
  font-size: 22px;
  font-weight: 600;
  color: #0b0b0b;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
          line-clamp: 3; 
  -webkit-box-orient: vertical;
}

.news-area .news-content a.button {
  height: unset;
  width: unset;
  line-height: normal;
  color: #0b0b0b;
  padding: 12px;
  display: inline-block;
}

.about-introduction-area .about-introduction-content p {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #0b0b0b;
}

.blog-details__content h1,
.blog-details__content h2,
.blog-details__content h3,
.blog-details__content h4,
.blog-details__content h5,
.blog-details__content h6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-details__content h1{
  font-size: 35px;
  font-weight: 600;
}

.blog-details__content h2 {
  font-size: 22px;
  font-weight: 600;
}

.sidebar__title {
  font-weight: 500;
}

.section-title .title {
  font-size: 35px;
  font-weight: 600;
  margin-top: 30px;
  letter-spacing: 4px;
}

.blog-details__content h4 {
  font-size: 22px;
}

.sidebar-box {
  padding: 30px 0;
}

/* mobile */

@media (max-width: 1079px) {
  .banner-slider.banner-2-area .banner-area {
    margin-bottom: 85px;
  }

  .ebook-headline-1 {
    padding-top: 30px;
  }

  .ebook-image-box {
    padding-right: 0;
  }

  .ebook-area-inner-wrap {
    text-align: center;
    padding-top: 0 !important;
  }

  .explore-area {
    padding-top: 50px;
  }

  .about-area .about-content {
    margin-top: 40px;
  }

  .about-content .title {
    font-size: 26px;
  }

  .about-content h3 {
    font-size: 16px;
  }

  .about-area .about-content p {
    font-size: 16px;
    line-height: 30px;
  }

  .tg-line {
    font-size: 16px;
  }

  .about-introduction-area {
    padding-top: 60px;
    margin-bottom: 40px;
  }
  
  .slide-bg {
    height: 250px;
  }

}



@media (max-width: 767px) {

  .banner-slider {
    background-size: cover;
  }

  .banner-slider.banner-2-area .banner-area {
    margin-bottom: 65px;
  }

  .banner-content-container {
    position: relative;
  }

  .slider-content {
    position: relative;
    top: -70px;
  }

  .banner-slider .slick-arrow {
    bottom: 90px;
  }

  .banner-slider .slick-arrow.prev {
    left: 30px;
  }

  .banner-slider .slick-arrow.next {
    left: 90px;
  }

  .slide-item {
    padding: 0;
  }

  .slide-title {
    font-size: 20px !important;
  }

  .main-btn.slide-btn {
    margin-bottom: 20px;
  }

  .ebook-area-inner-wrap {
    padding-top: 75px !important;
  }
}
