/*-----------------------------------------------------------------------------------

     Template Name: Borex
    Template URI: https://webtend.biz/
    Description: Finance & Insurance HTML Tempalte
    Author: WebTend
    Author URI: https://themeforest.net/user/webtend/portfolio
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rubik:300,400,500,700,900&display=swap");
body {
  font-family: poppins;
  font-weight: normal;
  font-style: normal;
  color: #565872; }

* {
  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:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #094074;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

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: #565872;
  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: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 28px;
  font-size: 15px;
  line-height: 60px;
  border-radius: 5px;
  color: #fff;
  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;
  border: 0;
  overflow: hidden;
  background-position: center;
  background: -webkit-linear-gradient(left, #d1651a 0%, #c1282a 50%, #d1651a 100%);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 200% auto; }
  .main-btn i {
    padding-left: 38px;
    font-size: 18px; }
  .main-btn:hover {
    background-position: right center;
    color: #fff; }

.section-title {
  padding-bottom: 42px; }
  .section-title span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    position: relative; }
    .section-title span::before {
      position: absolute;
      content: '';
      top: 0;
      height: 2px;
      width: 60px;
      left: -85px;
      top: 50%;
      transform: translateY(-50%);
      background: #fff; }
      @media (max-width: 767px) {
        .section-title span::before {
          width: 30px;
          left: -50px; } }
    .section-title span::after {
      position: absolute;
      content: '';
      top: 0;
      height: 2px;
      width: 60px;
      right: -85px;
      top: 50%;
      transform: translateY(-50%);
      background: #fff; }
      @media (max-width: 767px) {
        .section-title span::after {
          width: 30px;
          right: -50px; } }
  .section-title .title {
    color: #fff;
    line-height: 56px;
    font-size: 56px;
    padding-top: 9px; }
    @media (max-width: 767px) {
      .section-title .title {
        font-size: 35px;
        line-height: 40px; } }
  .section-title.section-title-2 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
    .section-title.section-title-2 span::before {
      background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
    .section-title.section-title-2 span::after {
      background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
  .section-title.section-title-2 .title {
    color: #094074; }
  .section-title.section-title-3 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%); }
    .section-title.section-title-3 span::before {
      background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%); }
    .section-title.section-title-3 span::after {
      background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%); }
  .section-title.section-title-3 .title {
    color: #4b5d73; }

/*===== page preloader Style =====*/
#loading {
  background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px; }

#loading-center {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 140px;
  margin-top: -10px;
  margin-left: -70px;
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite; }

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px; }

.object:last-child {
  margin-right: 0px; }

#object_one {
  -webkit-animation: object_one 1s infinite;
  animation: object_one 1s infinite; }

#object_two {
  -webkit-animation: object_two 1s infinite;
  animation: object_two 1s infinite; }

#object_three {
  -webkit-animation: object_three 1s infinite;
  animation: object_three 1s infinite; }

#object_four {
  -webkit-animation: object_four 1s infinite;
  animation: object_four 1s infinite; }

@-webkit-keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px); } }
@keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px); } }
@-webkit-keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px); } }
@keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px); } }
@-webkit-keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px); } }
@keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px); } }
@-webkit-keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px); } }
@keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px); } }
/*===========================
  
/*===========================
    3.BANNER css 
===========================*/
.banner-area {
  height: 800px;
  position: relative;
  margin-top: 105px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area {
      margin-top: 83px; } 
      .services-details-sedebar{display: none;}}
  @media (max-width: 767px) {
    .banner-area {
      margin-top: 68px;
      height: 600px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area {
      margin-top: 83px; } }
  .banner-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(9, 64, 116, 0.8); }
  .banner-area .banner-content {
    overflow: hidden; }
    .banner-area .banner-content .title {
      font-size: 100px;
      line-height: 100px;
      color: #fff; }
      @media (max-width: 767px) {
        .banner-area .banner-content .title {
          font-size: 45px;
          line-height: 50px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-area .banner-content .title {
          font-size: 80px;
          line-height: 80px; } }
    .banner-area .banner-content p {
      color: #fff;
      padding-top: 57px;
      padding-right: 200px;
      padding-bottom: 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-area .banner-content p {
          padding-right: 50px; } }
      @media (max-width: 767px) {
        .banner-area .banner-content p {
          padding-right: 0px;
          font-size: 15px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-area .banner-content p {
          padding-right: 65px;
          font-size: 16px; } }
  .banner-area.banner-2-area {
    margin-top: 45px;
    height: 900px; }
    @media (max-width: 767px) {
      .banner-area.banner-2-area {
        height: 700px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-area.banner-2-area {
        height: 600px; } }
    .banner-area.banner-2-area::before {
      background-color: rgba(0, 0, 0, 0.6); }
    .banner-area.banner-2-area .banner-content span {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase;
      color: #fff;
      padding-bottom: 8px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-area.banner-2-area .banner-content .title {
        font-size: 85px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-area.banner-2-area .banner-content .title {
        font-size: 90px; } }
    @media (max-width: 767px) {
      .banner-area.banner-2-area .banner-content .title {
        font-size: 70px;
        line-height: 80px; } }
    .banner-area.banner-2-area .banner-content p {
      padding-top: 27px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-area.banner-2-area .banner-content p {
          padding-right: 150px; } }
      @media (max-width: 767px) {
        .banner-area.banner-2-area .banner-content p {
          font-size: 14px; } }
    .banner-area.banner-2-area .banner-content a.main-btn {
      background: -webkit-linear-gradient(left, #2b77eb 0%, #164a99 50%, #2b77eb 100%);
      overflow: hidden;
      background-position: center;
      background-position-x: 0%;
      background-position-y: 0%;
      background-size: auto;
      background-size: 200% auto;
      padding: 0 45px; }
      .banner-area.banner-2-area .banner-content a.main-btn:hover {
        background-position: right center; }
    .banner-area.banner-2-area .banner-content ul li {
      display: inline-block; }
      .banner-area.banner-2-area .banner-content ul li:last-child a {
        border: 2px solid #fff;
        margin-left: 25px;
        padding: 0 36px;
        line-height: 55px;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-transform: capitalize;
        font-family: "Poppins", sans-serif;
        -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 (max-width: 767px) {
          .banner-area.banner-2-area .banner-content ul li:last-child a {
            margin-left: 0;
            margin-top: 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .banner-area.banner-2-area .banner-content ul li:last-child a {
            margin-left: 25px;
            margin-top: 0px; } }
        .banner-area.banner-2-area .banner-content ul li:last-child a:hover {
          background: #fff;
          color: #216db2; }
  .banner-area.banner-3-area {
    margin-top: 0;
    height: 945px; }
    .banner-area.banner-3-area::before {
      background-color: rgba(34, 47, 90, 0.85); }
    .banner-area.banner-3-area .banner-content span {
      color: #89d32a;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      position: relative; }
      .banner-area.banner-3-area .banner-content span::before {
        position: absolute;
        content: '';
        right: -85px;
        top: 50%;
        transform: translateY(-50%);
        height: 2px;
        width: 60px;
        background: #89d32a; }
    .banner-area.banner-3-area .banner-content .title {
      font-size: 80px;
      line-height: 90px;
      padding-top: 20px;
      padding-bottom: 42px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-area.banner-3-area .banner-content .title {
          font-size: 70px;
          line-height: 80px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-area.banner-3-area .banner-content .title {
          font-size: 70px;
          line-height: 80px; } }
      @media (max-width: 767px) {
        .banner-area.banner-3-area .banner-content .title {
          font-size: 44px;
          line-height: 54px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-area.banner-3-area .banner-content .title {
          font-size: 50px;
          line-height: 60px; } }
    .banner-area.banner-3-area .banner-content ul li {
      display: inline-block; }
      @media (max-width: 767px) {
        .banner-area.banner-3-area .banner-content ul li {
          display: block; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-area.banner-3-area .banner-content ul li {
          display: inline-block; } }
      .banner-area.banner-3-area .banner-content ul li a {
        background: #89d32a;
        border: 2px solid #89d32a;
        border-radius: 5px; }
        .banner-area.banner-3-area .banner-content ul li a:hover {
          border-color: rgba(240, 240, 240, 0.2);
          background-color: transparent; }
      .banner-area.banner-3-area .banner-content ul li:last-child a {
        margin-left: 30px;
        border-color: rgba(240, 240, 240, 0.2);
        background-color: transparent; }
        @media (max-width: 767px) {
          .banner-area.banner-3-area .banner-content ul li:last-child a {
            margin-left: 0;
            margin-top: 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .banner-area.banner-3-area .banner-content ul li:last-child a {
            margin-left: 30px;
            margin-top: 0px; } }
        .banner-area.banner-3-area .banner-content ul li:last-child a:hover {
          background: #89d32a;
          border-color: #89d32a; }

.page-title-area {
  height: 470px;
  position: relative;
 }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title-area {
      margin-top: 83px; } }
  @media (max-width: 767px) {
    .page-title-area {
      margin-top: 68px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-title-area {
      margin-top: 83px; } }
  .page-title-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(9, 64, 116, 0.9); }
  .page-title-area .page-title-content .title {
    color: #fff;
    font-size: 100px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .page-title-area .page-title-content .title {
        font-size: 80px; } }
    @media (max-width: 767px) {
      .page-title-area .page-title-content .title {
        font-size: 40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .page-title-area .page-title-content .title {
        font-size: 60px; } }
  .page-title-area .page-title-content nav {
    display: inline-block;
    padding-top: 7px; }
    .page-title-area .page-title-content nav ol {
      background-color: transparent; }
      .page-title-area .page-title-content nav ol li {
        font-size: 20px;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        text-transform: capitalize;
        color: #fff; }
        @media (max-width: 767px) {
          .page-title-area .page-title-content nav ol li {
            font-size: 18px; } }
        .page-title-area .page-title-content nav ol li a {
          color: #fff;
          opacity: .4; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 15px;
  color: #fff;
  content: "\f10a";
  font-family: Flaticon; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 15px; }

/*===========================
    4.SUB css 
===========================*/
.sub-area {
  position: relative;
  padding-top: 90px;
  padding-bottom: 120px;
  background: #f2f5f8; }
  .sub-area .sub-thumb {
    background: #fff; }
    .sub-area .sub-thumb img {
      width: 100%;
      box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05); }
  .sub-area .sub-item {
    padding: 28px 38px 38px;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    border-radius: 5px;
    position: relative;
    z-index: 10; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sub-area .sub-item {
        min-height: 330px; } }
    .sub-area .sub-item::before {
      position: absolute;
      content: "\f101";
      font-family: Flaticon;
      right: 0;
      top: 0;
      font-size: 120px;
      color: #f7f6fe;
      line-height: 120px;
      z-index: -1; }
    .sub-area .sub-item a {
      position: absolute;
      right: 30px;
      bottom: 38px; }
      .sub-area .sub-item a i {
        color: #c9c9c9;
        font-size: 20px; }
    .sub-area .sub-item .title {
      font-size: 22px;
      line-height: 30px;
      font-weight: 500;
      font-family: "Rubik", sans-serif; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .sub-area .sub-item .title {
          font-size: 19px;
          line-height: 26px; } }
    .sub-area .sub-item > i {
      font-size: 80px;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%);
      padding-top: 20px; }
    .sub-area .sub-item.item-3::before {
      content: "\f105"; }
    .sub-area .sub-item.item-4::before {
      content: "\f104"; }

/*===========================
    5.WHY CHOOSE css 
===========================*/
.why-choose-area {
  background: #f2f5f8;
  padding-bottom: 120px; 
padding-top: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-area .why-choose-content {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .why-choose-area .why-choose-content {
      margin-bottom: 30px; } }
  .why-choose-area .why-choose-content .content span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%);
    position: relative; }
    .why-choose-area .why-choose-content .content span::before {
      position: absolute;
      content: '';
      right: -75px;
      top: 50%;
      transform: translateY(-50%);
      height: 2px;
      width: 60px;
      background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
  .why-choose-area .why-choose-content .content .title {
    font-size: 56px;
    line-height: 57px;
    padding-top: 18px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .why-choose-area .why-choose-content .content .title {
        font-size: 48px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .why-choose-area .why-choose-content .content .title {
        font-size: 31px;
        line-height: 35px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .why-choose-area .why-choose-content .content .title {
        font-size: 56px;
        line-height: 57px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .why-choose-area .why-choose-content .content p {
      font-size: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-area .why-choose-content .content p {
      font-size: 15px; } }
  .why-choose-area .why-choose-content .choose-list {
    margin-top: 37px; }
    .why-choose-area .why-choose-content .choose-list .item {
      padding-right: 50px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .why-choose-area .why-choose-content .choose-list .item {
          padding-right: 35px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .why-choose-area .why-choose-content .choose-list .item {
          padding-right: 40px; } }
      @media (max-width: 767px) {
        .why-choose-area .why-choose-content .choose-list .item {
          padding-right: 45px;
          margin-top: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .why-choose-area .why-choose-content .choose-list .item {
          margin-top: 0px; } }
      .why-choose-area .why-choose-content .choose-list .item i {
        height: 65px;
        width: 65px;
        text-align: center;
        line-height: 65px;
        color: #d1651a;
        font-size: 34px;
        position: relative;
        z-index: 10;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05); }
      .why-choose-area .why-choose-content .choose-list .item .title {
        font-size: 20px;
        padding-top: 24px;
        padding-bottom: 9px; }
      .why-choose-area .why-choose-content .choose-list .item p {
        line-height: 30px; }
  .why-choose-area .why-choose-content ul {
    margin-top: 43px; }
    .why-choose-area .why-choose-content ul li {
      display: inline-block; }
      .why-choose-area .why-choose-content ul li:last-child a {
        margin-left: 35px;
        color: #094074;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .why-choose-area .why-choose-content ul li:last-child a {
            margin-left: 0;
            margin-top: 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .why-choose-area .why-choose-content ul li:last-child a {
            margin-top: 0px;
            margin-left: 35px; } }
        .why-choose-area .why-choose-content ul li:last-child a i {
          padding-right: 6px; }
  .why-choose-area .why-choose-thumb {
    position: relative; }
    .why-choose-area .why-choose-thumb .play {
      height: 150px;
      width: 150px;
      background: linear-gradient(90deg, #d1651a 0%, #c1282a 100%);
      position: absolute;
      top: 40px;
      right: 40px;
      border-radius: 5px;
      text-align: center; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .why-choose-area .why-choose-thumb .play {
          left: 50%;
          right: auto;
          transform: translateX(-50%); } }
      @media (max-width: 767px) {
        .why-choose-area .why-choose-thumb .play {
          left: 50%;
          right: auto;
          transform: translateX(-50%); } }
      .why-choose-area .why-choose-thumb .play a {
        text-align: center; }
        .why-choose-area .why-choose-thumb .play a i {
          color: #fff;
          background: #b13322;
          height: 75px;
          width: 75px;
          text-align: center;
          line-height: 75px;
          border-radius: 50%;
          font-size: 24px;
          margin-top: 23px; }
        .why-choose-area .why-choose-thumb .play a span {
          color: #fff;
          font-family: "Poppins", sans-serif;
          font-size: 18px;
          margin-top: 10px; }
    .why-choose-area .why-choose-thumb img {
      width: 100%; }
  .why-choose-area.why-choose-2-area {
    background-color: transparent;
    padding-bottom: 165px; }
    .why-choose-area.why-choose-2-area .why-choose-content {
      margin-right: -50px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .why-choose-area.why-choose-2-area .why-choose-content {
          margin-right: 0;
          padding-left: 0; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .why-choose-area.why-choose-2-area .why-choose-content {
          margin-right: 0;
          padding-left: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .why-choose-area.why-choose-2-area .why-choose-content {
          margin-right: 0;
          padding-left: 0;
          margin-top: 70px; } }
      @media (max-width: 767px) {
        .why-choose-area.why-choose-2-area .why-choose-content {
          margin-right: 0;
          padding-left: 0;
          margin-top: 70px; } }
      .why-choose-area.why-choose-2-area .why-choose-content .content span {
        background-image: linear-gradient(90deg, #428cd4 0%, #004e9a 100%); }
        .why-choose-area.why-choose-2-area .why-choose-content .content span::before {
          background-image: linear-gradient(90deg, #428cd4 0%, #004e9a 100%); }
      .why-choose-area.why-choose-2-area .why-choose-content .content .title {
        color: #4b5d73; }
        @media (max-width: 767px) {
          .why-choose-area.why-choose-2-area .why-choose-content .content .title {
            font-size: 50px;
            line-height: 50px; } }
      @media (max-width: 767px) {
        .why-choose-area.why-choose-2-area .why-choose-content .content p {
          font-size: 14px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .why-choose-area.why-choose-2-area .why-choose-content .content p {
          font-size: 16px; } }
      .why-choose-area.why-choose-2-area .why-choose-content .choose-list .item i {
        color: #216db2; }
      .why-choose-area.why-choose-2-area .why-choose-content ul li a.main-btn {
        background: -webkit-linear-gradient(left, #2b77eb 0%, #164a99 50%, #2b77eb 100%);
        overflow: hidden;
        background-position: center;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
        background-size: 200% auto; }
        .why-choose-area.why-choose-2-area .why-choose-content ul li a.main-btn:hover {
          background-position: right center; }
    .why-choose-area.why-choose-2-area .why-choose-thumb {
      position: relative; }
      .why-choose-area.why-choose-2-area .why-choose-thumb::before {
        position: absolute;
        content: '';
        right: 55px;
        top: -20px;
        height: 50px;
        width: 90px;
        background-image: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
        background-image: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
        background-image: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
        border-radius: 5px;
        transform: skewX(-28deg); }
      .why-choose-area.why-choose-2-area .why-choose-thumb .why-choose-thumb-item {
        position: absolute;
        left: 0;
        bottom: -45px;
        display: flex;
        padding: 26px 60px;
        z-index: 10; }
        @media (max-width: 767px) {
          .why-choose-area.why-choose-2-area .why-choose-thumb .why-choose-thumb-item {
            padding: 26px 30px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .why-choose-area.why-choose-2-area .why-choose-thumb .why-choose-thumb-item {
            padding: 26px 60px; } }
        .why-choose-area.why-choose-2-area .why-choose-thumb .why-choose-thumb-item::before {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background-image: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
          background-image: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
          background-image: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
          border-radius: 5px;
          z-index: -1;
          transform: skewX(-25deg); }
        .why-choose-area.why-choose-2-area .why-choose-thumb .why-choose-thumb-item .icon {
          text-align: center; }
          .why-choose-area.why-choose-2-area .why-choose-thumb .why-choose-thumb-item .icon ul li {
            display: inline-block;
            color: #fff; }
          .why-choose-area.why-choose-2-area .why-choose-thumb .why-choose-thumb-item .icon > i {
            font-size: 32px;
            color: #fff;
            line-height: 32px; }
        .why-choose-area.why-choose-2-area .why-choose-thumb .why-choose-thumb-item .text .title {
          color: #fff;
          font-size: 20px;
          font-weight: 700; }
          .why-choose-area.why-choose-2-area .why-choose-thumb .why-choose-thumb-item .text .title span {
            font-size: 30px; }
  .why-choose-area.why-choose-about {
    background: #fff; }

.why-choose-3-area .why-choose-title {
  padding-bottom: 13px; }
  .why-choose-3-area .why-choose-title span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #89d32a;
    position: relative; }
    .why-choose-3-area .why-choose-title span::before {
      position: absolute;
      content: '';
      right: -85px;
      top: 50%;
      transform: translateY(-50%);
      height: 2px;
      width: 60px;
      background: #89d32a; }
  .why-choose-3-area .why-choose-title .title {
    font-size: 56px;
    line-height: 57px;
    color: #222f5a;
    padding-top: 6px; }
    @media (max-width: 767px) {
      .why-choose-3-area .why-choose-title .title {
        font-size: 36px; } }
  .why-choose-3-area .why-choose-title p {
    line-height: 30px; }
.why-choose-3-area .why-choose-list .why-choose-list-item {
  padding: 29px 30px;
  box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
  margin-top: 30px;
  -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: 992px) and (max-width: 1200px) {
    .why-choose-3-area .why-choose-list .why-choose-list-item {
      padding: 15px 10px; } }
  .why-choose-3-area .why-choose-list .why-choose-list-item .title {
    font-size: 24px;
    color: #222f5a;
    -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; }
  .why-choose-3-area .why-choose-list .why-choose-list-item p {
    line-height: 30px;
    padding-top: 10px;
    -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: 992px) and (max-width: 1200px) {
      .why-choose-3-area .why-choose-list .why-choose-list-item p {
        font-size: 14px; } }
  .why-choose-3-area .why-choose-list .why-choose-list-item:hover {
    background: #89d32a; }
    .why-choose-3-area .why-choose-list .why-choose-list-item:hover .title {
      color: #fff; }
    .why-choose-3-area .why-choose-list .why-choose-list-item:hover p {
      color: #fff; }

/*===========================
    6.CLEAN DESIGNS css 
===========================*/
.clean-designs-area .clean-designs-thumb {
  margin-left: -20px;
  margin-right: 20px;
  padding-top: 45px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .clean-designs-area .clean-designs-thumb {
      margin-right: -30px; } }
  @media (max-width: 767px) {
    .clean-designs-area .clean-designs-thumb {
      margin-right: 0px;
      margin-left: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .clean-designs-area .clean-designs-thumb {
      margin-left: -20px;
      margin-right: 20px; } }
  .clean-designs-area .clean-designs-thumb .item {
    height: 515px;
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%);
    border-radius: 5px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .clean-designs-area .clean-designs-thumb .item {
        height: 475px; } }
    @media (max-width: 767px) {
      .clean-designs-area .clean-designs-thumb .item {
        height: 510px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .clean-designs-area .clean-designs-thumb .item {
        height: 420px; } }
    .clean-designs-area .clean-designs-thumb .item img {
      position: absolute;
      left: 20px;
      top: -45px;
      border-radius: 5px; }
      @media (max-width: 767px) {
        .clean-designs-area .clean-designs-thumb .item img {
          left: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .clean-designs-area .clean-designs-thumb .item img {
          left: 20px; } }
    .clean-designs-area .clean-designs-thumb .item .clean-designs-thumb-content {
      position: absolute;
      left: 30px;
      bottom: 30px; }
      .clean-designs-area .clean-designs-thumb .item .clean-designs-thumb-content .icon ul li {
        display: inline-block;
        color: #fff; }
      .clean-designs-area .clean-designs-thumb .item .clean-designs-thumb-content .icon > i {
        font-size: 32px;
        color: #fff;
        line-height: 32px; }
      .clean-designs-area .clean-designs-thumb .item .clean-designs-thumb-content .text .title {
        color: #fff;
        font-size: 20px;
        font-weight: 700; }
        .clean-designs-area .clean-designs-thumb .item .clean-designs-thumb-content .text .title span {
          font-size: 30px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clean-designs-area .clean-designs-content {
    margin-left: 0;
    margin-top: 30px; } }
@media (max-width: 767px) {
  .clean-designs-area .clean-designs-content {
    margin-left: 0;
    margin-top: 30px; } }
.clean-designs-area .clean-designs-content .content span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%);
  position: relative; }
  .clean-designs-area .clean-designs-content .content span::before {
    position: absolute;
    content: '';
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
.clean-designs-area .clean-designs-content .content .title {
  font-size: 56px;
  line-height: 57px;
  padding-top: 23px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .clean-designs-area .clean-designs-content .content .title {
      font-size: 35px;
      line-height: 35px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .clean-designs-area .clean-designs-content .content .title {
      font-size: 56px;
      line-height: 57px; } }
.clean-designs-area .clean-designs-content .clean-counter {
  margin-top: 33px; }
  @media (max-width: 767px) {
    .clean-designs-area .clean-designs-content .clean-counter .item {
      margin-right: 23px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .clean-designs-area .clean-designs-content .clean-counter .item {
      margin-right: 90px; } }
  .clean-designs-area .clean-designs-content .clean-counter .item .title {
    font-size: 40px;
    font-weight: 400;
    color: #d1651a; }
    .clean-designs-area .clean-designs-content .clean-counter .item .title span {
      font-size: 70px; }
      @media (max-width: 767px) {
        .clean-designs-area .clean-designs-content .clean-counter .item .title span {
          font-size: 40px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .clean-designs-area .clean-designs-content .clean-counter .item .title span {
          font-size: 70px; } }
  .clean-designs-area .clean-designs-content .clean-counter .item > span {
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    color: #565872; }

/*===========================
    6.SERVICES css 
===========================*/
.services-area {
  background: #f2f5f8;
  padding-top: 40px;
  padding-bottom: 120px; }
  .services-area .services-content span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%);
    position: relative; }
    .services-area .services-content span::before {
      position: absolute;
      content: '';
      right: -75px;
      top: 50%;
      transform: translateY(-50%);
      height: 2px;
      width: 60px;
      background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
  .services-area .services-content .title {
    font-size: 56px;
    line-height: 57px;
    padding-right: 40px;
    padding-top: 18px;
    padding-bottom: 23px; }
    @media (max-width: 767px) {
      .services-area .services-content .title {
        font-size: 32px;
        padding-right: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .services-area .services-content .title {
        font-size: 56px; } }
  .services-area .services-content p {
    padding-right: 50px;
    padding-bottom: 55px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .services-area .services-content p {
        padding-right: 0;
        font-size: 15px; } }
    @media (max-width: 767px) {
      .services-area .services-content p {
        padding-right: 0; } }
  .services-area .services-item {
    z-index: 10;
    position: relative; }
    .services-area .services-item .services-thumb {
      overflow: hidden;
      z-index: 1;
      position: relative; }
      .services-area .services-item .services-thumb img {
        width: 100%;
        -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; }
    .services-area .services-item .services-item-content {
      margin-left: 37px;
      margin-right: 37px;
      margin-top: -30px;
      background: #fff;
      padding: 30px 20px 35px 35px;
      z-index: 2;
      position: relative;
      -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: 992px) and (max-width: 1200px) {
        .services-area .services-item .services-item-content {
          margin-left: 20px;
          margin-right: 20px;
          padding: 30px 0px 35px 35px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .services-area .services-item .services-item-content {
          margin-left: 20px;
          margin-right: 20px; } }
      @media (max-width: 767px) {
        .services-area .services-item .services-item-content {
          margin-left: 0;
          margin-right: 0;
          margin-top: 0;
          padding: 30px 0px 35px 35px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .services-area .services-item .services-item-content {
          margin-left: 37px;
          margin-right: 37px;
          margin-top: -30px; } }
      .services-area .services-item .services-item-content i {
        font-size: 52px;
        line-height: 52px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
      .services-area .services-item .services-item-content .title {
        color: #222;
        font-size: 18px;
        line-height: 26px;
        padding-top: 12px;
        padding-bottom: 21px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .services-area .services-item .services-item-content .title {
            font-size: 15px;
            line-height: 24px; } }
      .services-area .services-item .services-item-content a {
        font-weight: 600;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
    .services-area .services-item:hover .services-item-content {
      margin-top: -35px; }
    .services-area .services-item:hover .services-thumb img {
      transform: scale(1.1); }

.services-2-area {
  background: #f2f5f8;
  padding-top: 115px;
  padding-bottom: 120px; }
  .services-2-area .services-item {
    background-image: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    padding: 40px;
    position: relative;
    z-index: 10; }
    @media (max-width: 767px) {
      .services-2-area .services-item {
        padding: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .services-2-area .services-item {
        padding: 40px; } }
    .services-2-area .services-item::before {
      position: absolute;
      content: '';
      left: 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; }
    .services-2-area .services-item i {
      height: 80px;
      width: 80px;
      text-align: center;
      line-height: 80px;
      background: #e8eff7;
      font-size: 38px;
      color: #216db2;
      border-radius: 20px;
      -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; }
    .services-2-area .services-item .title {
      font-size: 22px;
      color: #222;
      padding-top: 33px;
      padding-bottom: 10px;
      -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: 992px) and (max-width: 1200px) {
        .services-2-area .services-item .title {
          font-size: 20px; } }
    .services-2-area .services-item p {
      line-height: 30px;
      padding-right: 40px;
      padding-bottom: 25px;
      -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: 992px) and (max-width: 1200px) {
        .services-2-area .services-item p {
          padding-right: 0; } }
      @media (max-width: 767px) {
        .services-2-area .services-item p {
          padding-right: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .services-2-area .services-item p {
          padding-right: 40px; } }
    .services-2-area .services-item a {
      background: #e6eef6;
      line-height: 50px;
      border: 0;
      padding: 0 45px;
      text-transform: capitalize;
      color: #216db2; }
    .services-2-area .services-item:hover::before {
      opacity: 0; }
    .services-2-area .services-item:hover i {
      background: rgba(255, 255, 255, 0.1);
      color: #fff; }
    .services-2-area .services-item:hover .title {
      color: #fff; }
    .services-2-area .services-item:hover p {
      color: #fff; }
    .services-2-area .services-item:hover a {
      background: rgba(255, 255, 255, 0.1);
      color: #fff; }
  .services-2-area.services-about .section-title span {
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
    .services-2-area.services-about .section-title span::before {
      background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
    .services-2-area.services-about .section-title span::after {
      background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
  .services-2-area.services-about .section-title .title {
    color: #094074; }
  .services-2-area.services-about .services-item {
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
    .services-2-area.services-about .services-item i {
      background: #f9ebe9;
      color: #d1651a; }
    .services-2-area.services-about .services-item a {
      background: #f9ebe9;
      color: #d1651a; }
    .services-2-area.services-about .services-item:hover i {
      background: rgba(255, 255, 255, 0.1);
      color: #fff; }
    .services-2-area.services-about .services-item:hover a {
      background: rgba(255, 255, 255, 0.1);
      color: #fff; }

.services-3-area {
  background: #222f5a;
  padding-top: 115px; }
  .services-3-area .section-title {
    padding-bottom: 0; }
    .services-3-area .section-title span {
      color: #89d32a; }
      .services-3-area .section-title span::before {
        background: #89d32a; }
      .services-3-area .section-title span::after {
        background: #89d32a; }
    .services-3-area .section-title .nav {
      display: inline-block;
      display: flex;
      justify-content: space-between;
      margin-top: 105px; }
      .services-3-area .section-title .nav li a {
        margin: 0;
        padding: 0;
        border-radius: 0;
        background: #89d32a;
        color: #fff;
        line-height: 70px;
        padding: 0 64px;
        font-size: 20px;
        font-weight: 600; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .services-3-area .section-title .nav li a {
            padding: 0 30px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .services-3-area .section-title .nav li a {
            padding: 0 15px;
            font-size: 17px; } }
        @media (max-width: 767px) {
          .services-3-area .section-title .nav li a {
            padding: 0 40px;
            margin-top: 10px; } }
        .services-3-area .section-title .nav li a.active {
          background: #fff;
          color: #222; }
  .services-3-area.services-page {
    background: #f0f4f9; }
    .services-3-area.services-page .section-title span {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
      .services-3-area.services-page .section-title span::before {
        display: none; }
      .services-3-area.services-page .section-title span::after {
        background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
    .services-3-area.services-page .section-title .title {
      color: #094074; }
    .services-3-area.services-page .section-title .nav li a {
      background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%); }
      .services-3-area.services-page .section-title .nav li a.active {
        background: #fff; }

.services-3-box {
  padding-bottom: 111px; }
  .services-3-box .services-item .services-thumb {
    overflow: hidden;
    border-radius: 5px; }
    .services-3-box .services-item .services-thumb img {
      width: 100%;
      -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; }
  .services-3-box .services-item .services-content .services-title {
    border-radius: 5px;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    margin-left: 25px;
    margin-right: 25px;
    background: #fff;
    margin-top: -28px;
    position: relative; }
    .services-3-box .services-item .services-content .services-title img {
      position: absolute;
      left: 30px;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .services-3-box .services-item .services-content .services-title img {
          left: 15px; } }
    .services-3-box .services-item .services-content .services-title .title {
      font-size: 20px;
      line-height: 26px;
      padding: 13px 40px 13px 90px;
      color: #222; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .services-3-box .services-item .services-content .services-title .title {
          font-size: 18px;
          padding: 13px 0 13px 70px; } }
  .services-3-box .services-item .services-content .text-center p {
    line-height: 30px;
    padding: 20px 25px 0; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .services-3-box .services-item .services-content .text-center p {
        padding: 20px 5px 0; }
      
        .services-details-area .services-details-sedebar .services-items .services-items-title .title {
          line-height: 35px !important;
          padding-left: 50px;
          display: inline-block;
          position: relative;
          color: #222; 
        margin-top: 20px;
        margin-bottom: 20px;
        
        }}
  .services-3-box .services-item:hover .services-thumb img {
    transform: scale(1.1); }

/* .icon_work{text-align: center;
  margin-top: 30px;
  margin-left: 28px;
} */
.icon_work{

position: relative;
left: 20px;
top:25px;
/* height: 50px;
width: 500px; */

}

.services-details-area .services-details-sedebar {
  margin-right: 30px; }
  @media (max-width: 767px) {
    .services-details-area .services-details-sedebar {
      margin-right: 0; } }
  .services-details-area .services-details-sedebar .services-items {
    border: 2px solid #f0f4f9; }
    .services-details-area .services-details-sedebar .services-items .services-items-title {
      background: #e5e7e9; }
      .services-details-area .services-details-sedebar .services-items .services-items-title .title {
        line-height: 90px;
        padding-left: 27px;
        display: inline-block;
        position: relative;
        color: #222; }
        
    .services-details-area .services-details-sedebar .services-items .services-items-list {
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 767px) {
        .services-details-area .services-details-sedebar .services-items .services-items-list {
          padding-left: 10px;
          padding-right: 10px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .services-details-area .services-details-sedebar .services-items .services-items-list {
          padding-left: 15px;
          padding-right: 15px; } }
      .services-details-area .services-details-sedebar .services-items .services-items-list .item {
        padding: 20px 20px 20px 60px;
        position: relative;
        border-bottom: 2px solid #f0f4f9; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .services-details-area .services-details-sedebar .services-items .services-items-list .item {
            padding: 20px 20px 20px 40px; } }
        @media (max-width: 767px) {
          .services-details-area .services-details-sedebar .services-items .services-items-list .item {
            padding: 20px 20px 20px 40px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .services-details-area .services-details-sedebar .services-items .services-items-list .item {
            padding: 20px 20px 20px 60px; } }
        .services-details-area .services-details-sedebar .services-items .services-items-list .item i {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          font-size: 30px;
          color: #d1651a; }

          .services-details-area .services-details-sedebar .services-items .services-items-list .item img {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          font-size: 30px;
          color: #d1651a;
          width: 36px }
        .services-details-area .services-details-sedebar .services-items .services-items-list .item .title {
          color: #000;
          line-height: 26px;
          font-size: 17px; 
          font-family: Poppins-R}
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .services-details-area .services-details-sedebar .services-items .services-items-list .item .title {
              font-size: 14px;
              line-height: 24px; } }
        .services-details-area .services-details-sedebar .services-items .services-items-list .item:last-child {
          border-bottom: 0; }
    .services-details-area .services-details-sedebar .services-items .services-search {
      padding: 23px; }
      .services-details-area .services-details-sedebar .services-items .services-search .input-box {
        position: relative; }
        .services-details-area .services-details-sedebar .services-items .services-search .input-box input {
          width: 100%;
          line-height: 60px;
          padding-left: 18px;
          border: 2px solid #f0f0f0;
          color: #565872; }
          .services-details-area .services-details-sedebar .services-items .services-search .input-box input::placeholder {
            opacity: 1; }
        .services-details-area .services-details-sedebar .services-items .services-search .input-box button {
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          border: 0;
          background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%);
          width: 60px;
          color: #fff;
          border-radius: 4px; }
.services-details-area .services-details-content .services-details-thumb img {
  width: 100%; }
.services-details-area .services-details-content .services-details-thumb span {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #086AD8 0%, #086AD8 100%);
  position: relative;
  margin-top: 37px;}

.services-details-area .services-details-content .services-details-thumb h3{font-size: 44px !important; margin-bottom: 20px !important}
.services-details-area .services-details-content .services-details-thumb span::after {
    position: absolute;
    content: '';
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background-image: linear-gradient(90deg, #086AD8 0%, #086AD8 100%); }
}

.services-details-area .services-details-content .services-details-thumb .title {
  font-size: 40px;
  color: #094074;
  padding-top: 8px;
  padding-bottom: 12px; }
  @media (max-width: 767px) {
    .services-details-area .services-details-content .services-details-thumb .title {
      font-size: 34px; } }
.services-details-area .services-details-content .services-details-thumb p {
  line-height: 30px;
  font-size: 15px; }
.services-details-area .services-details-play {
  position: relative; }
  .services-details-area .services-details-play a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 100%);
    color: #fff;
    font-size: 24px; }
    @media (max-width: 767px) {
      .services-details-area .services-details-play a {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 18px; } }
  .services-details-area .services-details-play img {
    width: 80%; }
@media (max-width: 767px) {
  .services-details-area .services-details-play-content {
    margin-top: 30px; } }
.services-details-area .services-details-play-content .title {
  font-size: 20px; }
.services-details-area .services-details-play-content p {
  font-size: 14px;
  line-height: 30px;
  padding-top: 12px; }



.business-way-area .business-way-box {
    padding: 30px;
    background: #000;
    border-radius: 5px;
}

.blue-c{color: #086AD8}

.business-way-area .business-way-box .business-way-slide .slick-arrow {
    display: none !important;
}

.business-way-item{border-radius:10px; padding: 20px 0px; 
                   min-height: 200px}


.business-way-area .business-way-box .business-way-slide .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 99;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    transform: translateY(-50%);
    -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;
}

.business-way-item i{font-size:60px;}
.subscribe-area{position: relative; margin-bottom: -55px;}
.subscribe-area .subscribe-box {
    background: #000;
    padding: 60px 0;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: grey; 
}

.services-details-area .services-details-content .services-details-thumb span::before {
    position: absolute;
    content: '';
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background-image: linear-gradient(90deg, #086AD8 0%, #086AD8 100%);
}
.services-details-play-content p{line-height:20px !important;}
.services-details-play-content h5{font-size: 28px !important;}
.services-details-play-content h6{font-size: 20px !important;}
.pe-0{padding-right: 0px !important;}
.services-details-area .services-details-content .services-details-thumb span::before{display: none !important;}


.fs-sub{font-size:22px;}
.fs-p{font-size:13px;}


.list-f{border-bottom: 1px dashed #ccc;
        padding: 10px 5px; margin-left: 15px;
        max-width: 45%}

.fa{color:#086AD8; margin-right: 5px}

.invoicing-bg{height: 370px; 
              background: url('../../assets/images/invoicing-m.png') no-repeat;
              background-size: cover
            }

.invoicing-txt{margin-top: 300px; 
               margin-left: 81%; 
               font-size: 28px; 
               float: right}

.all-bg{height: 370px; 
        background: url('../../assets/images/invoicing-m.png') no-repeat;
        background-size: cover
       }

.all-txt{margin-top: 300px; 
         margin-left: 81%; 
         font-size: 28px; 
         float: right}

.dashboard-bg{height: 370px; 
        background: url('../../assets/images/invoicing-m.png') no-repeat;
        background-size: cover
       }

.dashbaord-txt{margin-top: 300px; 
         margin-left: 81%; 
         font-size: 28px; 
         float: right}

.reports-bg{height: 370px; 
        background: url('../../assets/images/invoicing-m.png') no-repeat;
        background-size: cover
       }

.coming-bg{height: 370px; 
        background: url('../../assets-features/images/coming_soon.jpg') no-repeat;
        background-size: cover
       }

.reports-txt{margin-top: 300px; 
         margin-left: 81%; 
         font-size: 28px; 
         float: right}

.crm-bg{height: 370px; 
        background: url('../../assets/images/CRM-M.png') no-repeat;
        background-size: cover
       }

.crm-txt{margin-top: 300px; 
         margin-left: 81%; 
         font-size: 28px; 
         float: right}

.automate-bg{height: 370px; 
        background: url('../../assets/images/invoicing-m.png') no-repeat;
        background-size: cover
       }

.automate-txt{margin-top: 300px; 
         margin-left: 81%; 
         font-size: 28px; 
         float: right}

.supplier-bg{height: 370px; 
        background: url('../../assets/images/suppiler-m.png') no-repeat;
        background-size: cover
       }

.supplier-txt{margin-top: 300px; 
         margin-left: 81%; 
         font-size: 28px; 
         float: right}

.inventory-bg{height: 370px; 
        background: url('../../assets/images/inventory-m.png') no-repeat;
        background-size: cover
       }

.inventory-txt{margin-top: 300px; 
         margin-left: 81%; 
         font-size: 28px; 
         float: right}

.payment-bg{height: 370px; 
        background: url('../../assets/images/payment-m.png') no-repeat;
        background-size: cover
       }

.payment-txt{margin-top: 300px; 
         margin-left: 81%; 
         font-size: 28px; 
         float: right}

.appointment-bg{height: 370px; 
        background: url('../../assets/images/appointment-m.png') no-repeat;
        background-size: cover
       }

.appointment-txt{margin-top: 300px; 
         margin-left: 81%; 
         font-size: 28px; 
         float: right}

.estimate-bg{height: 370px; 
        background: url('../../assets/images/estimate-m.png') no-repeat;
        background-size: cover
       }

.estimate-txt{margin-top: 300px; 
         margin-left: 81%; 
         font-size: 28px; 
         float: right}


.subscribe-info h4{font-size: 30px; }
.subscribe-info-btn{}
.subscribe-info-btn .btn{border-radius:56px; 
                         background: #fff; 
                         color: #000; 
                         }

@media only screen and (min-width:10px) and (max-width: 767px){
  .services-details-sedebar{display: none;}
  .services-details-thumb{background-size: cover}
  .invoicing-bg, .all-bg, .dashboard-bg, .reports-bg, 
  .coming-bg, .crm-bg, .automate-bg, .supplier-bg, .inventory-bg, 
  .payment-bg, .appointment-bg, .estimate-bg{height: 180px;}
  .invoicing-txt, .all-txt, .automate-txt{margin-top: 134px; 
               margin-left: 59%; 
               font-size: 28px; 
               float: right}

  .dashbaord-txt{margin-top: 134px; 
               margin-left: 30%; 
               font-size: 28px; 
               float: right}

  .reports-txt{margin-top: 134px; 
               margin-left: 59%; 
               font-size: 28px; 
               float: right}

  .crm-txt{margin-top: 134px; 
               margin-left: 59%; 
               font-size: 28px; 
               float: right}

  .supplier-txt{margin-top: 134px; 
               margin-left: 8%; 
               font-size: 28px; 
               float: right}

  .inventory-txt{margin-top: 134px; 
               margin-left: 30%; 
               font-size: 28px; 
               float: right}

 .payment-txt{margin-top: 134px; 
               margin-left: 59%; 
               font-size: 28px; 
               float: right}

  .appointment-txt{margin-top: 134px; 
               margin-left: 59%; 
               font-size: 28px; 
               float: right}

  .estimate-txt{margin-top: 134px; 
               margin-left: 59%; 
               font-size: 28px; 
               float: right}

  .list-f{max-width: 94%; margin-left: 10px; font-size: 14px}
  .details-features{padding: 1rem !important}
  .pl-65{padding-left: 0px; text-align: center;}
  .subscribe-info h4{text-indent: 0px; padding: 0px 10px}
  .subscribe-area .subscribe-box{margin-bottom: 70px}
  .subscribe-info-btn .btn{margin-top: 30px}
  .services-details-area{padding-top: 0px !important; padding-bottom: 20px}
  
  .o-1{order: 1;}
  .o-2{order: 2;}
  .business-way-area .business-way-box{margin-bottom: 30px}
  .services-details-area .services-details-play-content{margin-top: 0px !important}
}




