﻿
/*===========================
     01.COMMON css old F94F4F
===========================*/
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap");
body {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747E88; }

* {
  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; }

a {
  color: #f6921c; }
  a:hover {
    color: #f6921c; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #38424D;
  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: #747E88;
  margin: 0px; }
  .rtl{
	direction:rtl!important
}
.right{
	  text-align: right;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
.bg_gray
{    background-color: #F9FAFB!important;
}
.bg_white
{    background-color: #ffffff!important;
}
.bg_light
{    background-color: #f1f1f1!important;
}



/*===== 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;
  padding: 0 40px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 50px;
  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;
  background-color: #38424D;
  border-top-right-radius: 0;
  border: 0; }
  .main-btn:hover {
    background-color: rgba(56, 66, 77, 0.8);
    color: #fff; }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #f6921c;
    border-color: #f6921c; }
    .main-btn.main-btn-2:hover {
      background-color: #f6921c;
      border-color: #f6921c;
      color: #fff; }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Section Title Style =====*/
.section-title .sub_title {
  font-size: 20px;
  font-weight: 600;
  color: #f6921c; }
  @media (max-width: 767px) {
    .section-title .sub_title {
      font-size: 16px; } }

.section-title .main_title {
  font-size: 35px;
  font-weight: 700;
  margin-top: 16px; }
  @media (max-width: 767px) {
    .section-title .main_title {
      font-size: 24px; } }

.section-title p {
  margin-top: 20px; }
.section-title .title span {
    color: #f6921c;
}
.section-title {
    text-align: center;
    padding-bottom: 50px
}

@media (max-width: 991.98px) {
    .section-title {
        padding-bottom:30px
    }
}

.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 15px
}

@media (max-width: 991.98px) {
    .section-title h2 {
        font-size:30px
    }
}

@media (max-width: 991.98px) {
    .section-title h2 {
        font-size:24px
    }
}

.section-title p {
    _font-size: 20px;
    font-weight: 400;
    _max-width: 825px;
    width: 100%;
    margin: auto;
    padding: 10px;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #f6921c #f6921c #E8E8E8;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #E8E8E8;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #E8E8E8;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  -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;
  background-color: #fff; }

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -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; }
  .sticky .navbar {
    padding: 10px 0; }

.navbar {
  padding: 15px 0;
  border-radius: 5px;
  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; }

.navbar-brand {
  padding: 0; }

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #38424D;
    display: block;
    margin: 5px 0;
    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; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}

.navbar-nav .nav-item {
  margin-left: 20px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-left: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: #747E88;
    -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;
    padding: 10px 0;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0; } }
  .navbar-nav .nav-item.active > a, .navbar-nav .nav-item:hover > a {
    color: #f6921c; }
  .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
  .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 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) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    .navbar-nav .nav-item .sub-menu li {
      display: block; }
      .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #38424D; }
        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
          padding-left: 25px;
          color: #f6921c; }

.navbar-nav .sub-nav-toggler {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #38424D;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  @media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #38424D;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #38424D;
    border-bottom: 1px solid #38424D;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px; }

/*===== Header hero =====*/
.header_hero {height: 700px;background-color: #FBFBFF;position: relative;overflow: hidden; }
  @media only screen and (min-width: 1400px) {    .header_hero {      height: 600px; } }
  @media (max-width: 767px) {    .hero_shape {      display:none      } }

.hero_shape {  position: absolute;  opacity: 0.39; }
.hero_shape.shape_1 {right: 10%;top: 150px; }
.hero_shape.shape_2 {right: 10%;top: 170px; }
.hero_shape.shape_3 {top: 200px;right: 30%; }
.hero_shape.shape_4 {top: 120px;right: 60%; }
.hero_shape.shape_5 {top: 40%;right: 14%; }
.hero_shape.shape_6 {top: 34%;right: 48%; }
.hero_shape.shape_7 {top: 60%;right: 80px; }
.hero_shape.shape_8 {top: 85%;right: 38%; }
.hero_shape.shape_9 {bottom: 100px;right: 13%; }
.hero_shape.shape_10 {bottom: 200px;right: 25%; }
.hero_shape.shape_11 {bottom: 80px;right: 35%; }
.hero_shape.shape_12 {bottom: 25%;right: 42%; }

.header_shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%; 
  }
.header_shape::before {
    position: absolute;
    content: '';
    top: 0;
    left: -50px;
    width: 110%;
    height: 100%;
    background-color: #F5F5FC;
    transform: skewX(-15deg);
 }
    /*====
.benefit_image { 
{
  position: relative;
  top: 50px;
  right: 0;
  width: 50%;
  height: 100%; 
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .benefit_image {
      width: 600px;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      position: inherit;
      height: auto;
      margin-top: 50px; }
       }
  @media (max-width: 767px) {
    .benefit_image {
      width: 100%;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      position: inherit;
      height: auto;
      margin-top: 50px; } 
      }
  @media only screen and (min-width: 576px) and (max-width: 767px) { .benefit_image { width: 500px; } }
  @media only screen and (min-width: 1400px) { .benefit_image .image { padding-left: 100px; } }
========*/
.header_image {
  position: absolute;
  top: 50px;
  left: 0;
  width: 50%;
  height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_image {
      width: 600px;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      position: inherit;
      height: auto;
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .header_image {
      width: 100%;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      position: inherit;
      height: auto;
      margin-top: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_image {
      width: 500px; } }
  @media only screen and (min-width: 1400px) {
    .header_image .image {
      padding-left: 100px; } }
/*============*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_hero_content {
    padding-top: 150px; } }

@media (max-width: 767px) {
  .header_hero_content {
    padding-top: 150px; } }

.header_hero_content .hero_title {
  font-size: 45px;
  font-weight: 800; }
  @media (max-width: 767px) {
    .header_hero_content .hero_title {
      font-size: 26px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_hero_content .hero_title {
      font-size: 36px; } }
  .header_hero_content .hero_title span {
    color: #f6921c; }

.header_hero_content p {
  margin-top: 30px; }

.header_hero_content ul {
  padding-top: 20px; }
  .header_hero_content ul li {
    display: inline-block;
    margin-left: 50px;
    margin-top: 30px; }
    .header_hero_content ul li:first-child {
      margin-left: 0; }
    .header_hero_content ul li .play {
      width: 48px;
      height: 48px;
      line-height: 48px;
      text-align: center;
      background-color: #f6921c;
      border-radius: 50%;
      color: #fff;
      font-size: 16px;
      position: relative;
      z-index: 9; }
      .header_hero_content ul li .play::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #f6921c;
        -webkit-animation: pulse-border 1500ms ease-out infinite;
        -moz-animation: pulse-border 1500ms ease-out infinite;
        -o-animation: pulse-border 1500ms ease-out infinite;
        animation: pulse-border 1500ms ease-out infinite;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        z-index: -1; }

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0; } }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0; } }

/*================================
about
===============================*/
.people-chooseset {
    padding: 40px 0
}
@media (max-width: 991.98px) {
    .people-chooseset {
        padding:60px 0
    }
}

@media (max-width: 991.98px) {
    .people-chooseset {
        padding:40px 0
    }
}
.people-chooseset .process-section {
    background: #FBFBFF;  /*F5F5FC*/
}
 .blog_area {
    background: #FBFBFF; /*.about_area ,F5F5FC*/;
}
.process-set {
    box-shadow: 0 5px 17px #080f340f;
      border: 2px dashed #E8E8E8;
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 24px;
    transition: all .5s ;
    border: 2px dotted #f6921c;
    border-radius: 9px;
}
.tailored-img {
    position: relative
}

@media (max-width: 991.98px) {
    .tailored-img {
        display:none
    }
}

.tailored-img .tailored-price {
    position: absolute;
    box-shadow: 0 30px 65px #6f889d40;
    background: #fff;
    left: 110px;
    top: 40px;
    border-radius: 15px;
    padding: 20px
}

.tailored-img .tailored-price .tailored-priceimg {
    display: flex
}

.tailored-img .tailored-price .tailored-priceimg span {
    width: 44px;
    height: 44px;
    box-shadow: 0 10px 40px #8a959e40;
    margin-right: 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tailored-img .tailored-price .tailored-priceimg h5 {
    font-size: 12px
}

.tailored-img .tailored-price .tailored-priceimg h6 {
    font-size: 23px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 2px
}

.tailored-img .tailored-contentnew {
    position: absolute;
    right: 20px;
    bottom: 30px;
    box-shadow: 0 8px 40px -2px #060c3b14;
    background: #fff;
    padding: 16px;
    border-radius: 15px
}

.tailored-img .tailored-contentnew h6 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #252525
}

.tailored-banner-img {
    width: 100%
}

@media (max-width: 991.98px) {
    .res-hide {
        display:none
    }
}

.tailored-get-content h6 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    _margin-bottom: 10px;
    min-width: 250px;
    text-align: center;
}

.tailored-get {
    margin-bottom: 20px;
    padding: 20px;
    /* display: flex; */
    align-items: center;
    background-color: #ffffff;
    border: 2px dotted #f6921c;
    border-radius: 9px;
}
.tailored-set {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background-color: #ffffff; /*#f2ffe1;*/

}

@media (max-width: 991.98px) {
    .tailored-set {
        margin-bottom:30px
    }
}

@media (max-width: 575px) {
    .tailored-set {
        flex-direction:column;
        text-align: center;
    }
}

.tailored-set span {
    width: 200px;
    height: 100px;
    padding: 10px;
    background: #fff;/*#F2FFE1;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 15px;
    min-width: 180px;
    transition: all .5s;
}

.tailored-set-content h6 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 10px;
    min-width: 250px;
    text-align: center;
    }

.tailored-set-content ul li {
 text-align:right;
 padding:0px 10px;
}

@media (max-width: 575px) {
    .tailored-set-content h6 {
        margin-top:15px;
      max-width:230px;
    }
}

.tailored-set-content p {
    font-weight: 400;
}
.tailored-img .tailored-info {
    position: absolute;
    /* box-shadow: 0 30px 65px #6f889d40; */
    /* background: #fff; */
    left: 45px;
    top: 205px;
    /* border-radius: 15px; */
    padding: 20px;
    width: 300px;
    height: 200px;
    }
.tailored-priceimg img {
    align-items: center;
    justify-content: center
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pt-80 {
    padding-top: 80px!important;
}
/*===========================
      03.SERVICES css 
===========================*/
.single_services {
  border: 2px dashed #E8E8E8;
  border-radius: 10px;
  padding: 50px 25px;
    height: 300px !important;
  -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; 
}
    .single_services.active, .single_services:hover {
    border-color: #f6921c;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
    -moz-box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
    box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15); 
}
    .single_services.active .services_icon i, .single_services:hover .services_icon i {
      color: #fff; }
    .single_services.active .services_icon .services_shape, .single_services:hover .services_icon .services_shape {
      fill: #f6921c; }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_services {
      padding: 25px 15px; } }
  .single_services .services_icon {
    position: relative;
    display: inline-block; }
    .single_services .services_icon i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 52px;
      color: #38424D;
      -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; }
    .single_services .services_icon .services_shape {
      fill: #fff1f1;
      -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; }
  .single_services .services_content {
    _margin-top: 40px; }
    .single_services .services_content .services_title a {
      font-size: 18px;
      color: #38424D;
      font-weight: 600;
      -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: 1199px) {
        .single_services .services_content .services_title a {
          font-size: 22px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_services .services_content .services_title a {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .single_services .services_content .services_title a {
          font-size: 20px; } }
      .single_services .services_content .services_title a:hover {
        color: #f6921c; }
    .single_services .services_content p {
      _margin-top: 15px; }

/*===========================
        04.ABOUT css 
===========================*/
.about_area {
  position: relative; }

.about_image {
  position: absolute;
  top: 0px;
  right: 0;
  width: 50%;
  height:100%; 
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_image {
      width: 520px;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      position: inherit;
      height: auto;
      margin-top: 5px; } }
  @media (max-width: 767px) {
    .about_image {
      width: 100%;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      position: inherit;
      height: auto;
      margin-top: 5px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_image {
      width: 540px; } }
.about_image .image {
    padding-right: 50px;
          width: 100%;

}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about_image .image {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .about_image .image {
        padding-right: 0; } }
    .about_image .image img {
      max-width: 770px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about_image .image img {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .about_image .image img {
          max-width: 100%; } }

.about_content {
  padding-top: 60px;
  padding-bottom: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_content {
      padding-top: 45px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .about_content {
      padding-top: 45px;
      padding-bottom: 0; } }
  .about_content .about_list {
    padding-top: 10px; direction:rtl }
    .about_content .about_list li {
      margin-top: 20px; }
      .about_content .about_list li .about_check i {
        font-size: 16px;
        width: 27px;
        height: 27px;
        line-height: 27px;
        text-align: center;
        color: #fff;
        background-color: #f6921c;
        border-radius: 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;
        position: relative;
        top: 4px; }

.about_content .about_list li .about_list_content {
    padding-right: 20px;
    text-align: right;
}
.center{
	        text-align: center

}
/*===========================
    06.PRICING PLAN css 
===========================*/
.pricing_menu .nav {
  overflow: hidden; }
  .pricing_menu .nav .nav-item a {
    width: 120px;
    line-height: 55px;
    height: 55px;
    text-align: center;
    padding: 0 15px;
    background-color: #F5F5FC;
    font-size: 16px;
    font-weight: 600;
    color: #38424D;
    -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; }
    .pricing_menu .nav .nav-item a.active, .pricing_menu .nav .nav-item a:hover {
      background-color: #f6921c;
      color: #fff; }
  .pricing_menu .nav .nav-item:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; }
  .pricing_menu .nav .nav-item:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; }

.single_pricing {
  border: 2px dashed #E8E8E8;
  border-radius: 10px;
  padding: 40px;
  -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) {
    .single_pricing {
      padding: 25px; } }
  .single_pricing .pricing_title {
    position: relative;
    display: inline-block; }
    .single_pricing .pricing_title .title {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 20px;
      font-weight: 600;
      color: #38424D;
      -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; }
    .single_pricing .pricing_title .services_shape {
      fill: #fff1f1;
      -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; }
  .single_pricing .pricing_content {
    margin-top: 25px; }
    .single_pricing .pricing_content .pricing_price {
      font-size: 35px;
      font-weight: 700;
      color: #38424D; }
    .single_pricing .pricing_content p {
      margin-top: 15px;
      line-height: 37px; }
    .single_pricing .pricing_content .main-btn {
      background-color: #FFF1F1;
      padding: 0 25px;
      border-radius: 5px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #747E88;
      margin-top: 30px; }
      .single_pricing .pricing_content .main-btn:hover {
        background-color: #f6921c;
        color: #fff; }
  .single_pricing.active, .single_pricing:hover {
    border-color: #f6921c;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
    -moz-box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
    box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15); }
    .single_pricing.active .pricing_title .title, .single_pricing:hover .pricing_title .title {
      color: #fff; }
    .single_pricing.active .pricing_title .services_shape, .single_pricing:hover .pricing_title .services_shape {
      fill: #f6921c; }
    .single_pricing.active .pricing_content .main-btn, .single_pricing:hover .pricing_content .main-btn {
      background-color: #f6921c;
      color: #fff; }
/*===========================
         08.BLOG css 
===========================*/
.single_blog {
  border-radius: 10px;
  overflow: hidden;
  background-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; }
  .single_blog .blog_image img {
    width: 100%; }
  .single_blog .blog_content {
    padding: 20px; }
    @media (max-width: 767px) {
      .single_blog .blog_content {
        padding: 15px; } }
    .single_blog .blog_content .blog_meta li {
      font-size: 16px;
      color: #747E88; }
      @media (max-width: 767px) {
        .single_blog .blog_content .blog_meta li {
          font-size: 14px; } }
      .single_blog .blog_content .blog_meta li a {
        color: #747E88;
        -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; }
        .single_blog .blog_content .blog_meta li a:hover {
          color: #f6921c; }
    .single_blog .blog_content .blog_title a {
      font-size: 24px;
      color: #38424D;
      margin-top: 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;
      font-weight: 600; }
      @media (max-width: 767px) {
        .single_blog .blog_content .blog_title a {
          font-size: 18px; } }
      .single_blog .blog_content .blog_title a:hover {
        color: #f6921c; }
    .single_blog .blog_content .more {
      color: #38424D;
      font-size: 16px;
      font-weight: 600;
      margin-top: 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; }
      .single_blog .blog_content .more:hover {
        color: #f6921c; }
  .single_blog:hover {
    -webkit-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
    -moz-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
    box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1); }

/*===========================
       09.CONTACT css 
===========================*/
.contact_area {
  position: relative; }

p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #333;
  background: #ddd;
  padding: 10px 15px;
  margin-top: 15px;
  margin-left: 15px; }
  p.form-message.success.form-message.error, p.form-message.error.form-message.error {
    color: #f00; }

.contact_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact_image {
      width: 720px;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      position: inherit;
      height: auto;
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .contact_image {
      width: 100%;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      position: inherit;
      height: auto;
      margin-top: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact_image {
      width: 540px; } }
  .contact_image .image {
    padding-right: 50px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact_image .image {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .contact_image .image {
        padding-right: 0; } }
    .contact_image .image img {
      max-width: 770px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact_image .image img {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .contact_image .image img {
          max-width: 100%; } }

.single_form {
  margin-top: 30px; }
  .single_form textarea,
  .single_form input {
    padding: 0 25px;
    border: 1px solid rgba(116, 126, 136, 0.2);
    height: 50px;
    border-radius: 5px;
    width: 100%; }
  .single_form textarea {
    padding-top: 15px;
    height: 168px;
    resize: none; }
  .single_form .main-btn {
    background-color: #f6921c;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    color: #fff; }
    .single_form .main-btn:hover {
      background-color: rgba(249, 79, 79, 0.8); }
      
/*===========================
       10.FOOTER css 
===========================*/
.footer {background:#252525;position:relative;font-size:14px;color:#fff;font-weight:400;padding:50px 0 0}

@media (max-width: 991.98px){ .footer{padding:40px 0 0}}
.footer .footer-top {padding:0 0 50px;position:relative;z-index:9}

@media (max-width: 991.98px){.footer .footer-top{padding:0}}
.footer .footer-top .footer-about-content {max-width:315px}
.footer .footer-top .footer-title {color:#fff;font-size:18px;font-weight:600;margin-bottom:40px;text-transform:capitalize;text-align: center;}

@media (max-width: 991.98px){
.footer .footer-top .footer-title {margin-bottom:20px}}
.footer .footer-top .footer-menu ul li a {font-size:15px;position:relative;transition:all .4s ease 0s}

@media (max-width: 991.98px){ .footer .footer-top .footer-menu ul li a{font-size:14px}}
.footer .footer-top .address-footer li {display:flex}
.footer .footer-top .address-footer li i {color:#c78534;width: 30px;}
.footer .footer-top .address-footer li h6 {font-size:15px;font-weight:400}
.footer .footer-top .address-footer li h6.address-content {line-height:1.5;color:#fff; direction: rtl;   text-align: right;}

@media (max-width: 991.98px){.footer .footer-top .address-footer li h6{font-size:14px}}
.footer .footer-top .address-footer li span{color:#818181;padding: 0px 10px;}

@media (max-width: 991.98px){.footer .footer-top .footer-widget{margin-bottom:40px}}
.footer .footer-top .footer-widget.footer-menu ul{list-style:none;margin:0;padding:0;outline:none}
.footer .footer-top .footer-widget .footer-logo{margin-bottom:24px}
.footer .footer-top .footer-widget .footer-logoimg{max-height:100%;max-width:100%}
.footer .footer-top .footer-widget .footer-about-content p{color:#26292c}
.footer .footer-top .footer-widget .footer-about-content p:last-child{margin-bottom:0}
.footer .footer-top ul.social-linkset{display:flex;align-items:center;margin-top:25px}
.form-control::-webkit-input-placeholder{font-size:14px;color:#999}
.footer .footer-top ul.social-linkset li{padding-right:25px}
.footer .footer-top ul.social-linkset li a{transition:all .5s;color:#6f7686}
.footer .footer-top ul.social-linkset li a:hover{transform:rotate(360deg) scale(1.5);color:#fff;display:block}
.footer .footer-content{max-width:300px}
.footer .footer-bottom{position:relative;z-index:9}
.footer .footer-bottom .copyright{border-top:1px solid #333543;padding:30px 0}
.footer .footer-bottom .copyright p{color:#fff;margin:0}
.footer-menu ul li{margin-bottom:10px;position:relative}
.footer-menu ul li a{color:#fff;transition:all .4s ease 0s}
.footer-menu ul li a:hover{letter-spacing:.5px;color:#c78534}
.footer-menu ul li a i{margin-right:5px}
.footer-menu ul li:last-child{margin-bottom:0}

.footer_area {
  background-color: #38424D;
  position: relative;
  z-index: 9; }
  .footer_area::before {
    width: 33%;
    height: 100%;
    position: absolute;
    content: '';
    background-image: url(../images/footer-shape-left.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0.03; }
  .footer_area::after {
    width: 33%;
    height: 100%;
    position: absolute;
    content: '';
    background-image: url(../images/footer-shape-right.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: 0;
    right: 0;
    opacity: 0.03; }

.footer_widget .footer_title {
  font-size: 20px;
  font-weight: 600;
  color: #fff; }

.footer_content {
  margin-top: 30px; }
  .footer_content p {
    color: #fff; }

.footer_link {
  width: 50%;
  padding-left: 50px; }
  @media (max-width: 767px) {
    .footer_link {
      padding-left: 0; } }
  .footer_link .link {
    padding-top: 15px; }
    .footer_link .link li a {
      font-size: 16px;
      color: #fff;
      margin-top: 15px;
      -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_link .link li a:hover {
        color: #f6921c; }

.subscribe_form {
  margin-top: 35px;
  position: relative; }
  .subscribe_form input {
    width: 100%;
    padding: 0 25px;
    border: 0;
    background-color: #fff;
    font-size: 15px;
    color: #38424D;
    height: 60px;
    border-radius: 50px; }
  .subscribe_form .main-btn {
    background-color: #f6921c;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 5px;
    right: 5px; }
    @media (max-width: 767px) {
      .subscribe_form .main-btn {
        position: relative;
        margin-top: 10px;
        right: 0;
        width: 100%; } }
    @media (max-width: 767px) {
      .subscribe_form .main-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        margin-top: 0;
        width: auto; } }
    .subscribe_form .main-btn:hover {
      background-color: rgba(249, 79, 79, 0.8); }

.footer_copyright {
  padding-bottom: 25px;
  padding-top: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.09); }

.footer_social {
  padding-top: 15px; }
  .footer_social .social li {
    display: inline-block;
    margin-right: 10px; }
    .footer_social .social li a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.08);
      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; }
      .footer_social .social li a:hover {
        color: #f6921c;
        background-color: #fff; }

.footer_copyright_content {
  padding-top: 15px; }
  .footer_copyright_content p {
    font-size: 16px;
    color: #fff; }
    /*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #f6921c;
  text-align: center;
  z-index: 99;
  -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;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #f6921c; }

.price-top {
	background: #00bbe0;
	color: #fff;
	width: 300px;
	height: 200px;
	_display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	z-index: 44;
padding:30px;
	margin-bottom: 15px;
	font-size: 25px;
	z-index: 9;
	transition: all 0.3s ease-out 0s;
}

.price-top:hover {
  color: #fff;
  background: #f6921c;
}
.price-value{
  font-size: 20px;
}
.price-top p {
  color: #fff;
  font-size: 20px;

}

.price-top span {
  color: #fff;
  font-size: 20px;

}

/*COUNTER SECTION START*/
.tv-counter-bg
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 45px;
    padding-top: 45px;
    border: none;
    position: relative;
}
.tv-counter-bg::after{
    background: rgba(0,0,0,0.6);
    content: '';
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 100%;
    width: 100%;
    border: none;
}
.tv-counter-contain
{
    text-align: center;
    position: relative;
    z-index: 1;
}
.tv-counter-sub-conatian1 h4{
    color: #E56251;
    font-weight: bold;
    font-size: 35px;
    margin-top: 30px;
}
.tv-counter-sub-conatian1 p{
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
/*COUNTER SECTION END */


/*========================
graph section
============================*/
.graph-application,.graph-application1 {
    min-height: 360px;
    direction:rtl!important;
}

.graph-application ul,.graph-application1 ul {
    display: flex;
    flex-wrap: wrap
}
.graph-application ul li span , .graph-application1 ul li span{
    background: #00bbe0;
    width: 109px;
    height: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    z-index: 44;
    margin-bottom: 15px;
}


.graph-application1 ul li {
    width: 25%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 20px
}
.graph-application ul li {
    width: 30%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 20px
}


@media (max-width: 991.98px) {
     .graph-application ul li, .graph-application1 ul li {
        width:50%;
        margin-bottom: 24px
    }
}

@media (max-width: 575px) {
     .graph-application ul li, .graph-application1 ul li {
        width:100%
    }
}

.graph-application1 ul li:after  {
    position: relative;
    content: "";
    border: 2px dashed #CDCDCD;
    width: 250px;
    left: -150px;
    _transform: rotate(150deg);
    top: -150px;
    z-index: 33;
    animation: border-width 3s linear;
 }
 .graph-application ul li:after {
  position: relative;
    content: "";
    border: 2px dashed #CDCDCD;
    width: 250px;
    left: -150px;
    _transform: rotate(150deg);
    top: -150px;
    z-index: 33;
    animation: border-width 3s linear;
}

@media (max-width: 991.98px) {
    .graph-application ul li:after ,  .graph-application1 ul li:after {
        display:none;
    }
}

@media (max-width: 991.98px) {
    .graph-application ul li span , graph-application1 ul li span{
        width:80px;
        height: 80px;
    }
}

.graph-application ul li p , .graph-application1 ul li p {
    color: #252525;
    height: 90px;
    font-size: 20px;
}
.graph-application ul li:nth-child(2n) span , .graph-application1 ul li:nth-child(2n) span 
{
    background: #f6921c;  _background: #c78534;
}

.graph-application ul li:nth-child(2n) ,.graph-application1 ul li:nth-child(2n)

 {
    position: relative;
    _top: 130px;
}


.graph-application ul li:nth-child(2n):after 
{
    _transform: rotate(30deg);
    _top: -20px;
}

.graph-application ul li:last-child:after {
    display: none;
}
.graph-application1 ul li:last-child:after {
    display: none;
}

@media (max-width: 991.98px) {
    .graph-application ul li:nth-child(2n) ,   .graph-application1 ul li:nth-child(2n) {
        top:0;
    }

    .graph-application ul li:nth-child(2n) span ,   .graph-application1 ul li:nth-child(2n) span {
        background: #00bbe0;
    }
}

