@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: #F94F4F;
}

a:hover {
  color: #F94F4F;
}

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;
}

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

.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: #F94F4F;
  border-color: #F94F4F;
}

.main-btn.main-btn-2:hover {
  background-color: #F94F4F;
  border-color: #F94F4F;
  color: #fff;
}

.section_title .sub_title {
  font-size: 20px;
  font-weight: 600;
  color: #F94F4F;
}

@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;
}

.header_navbar {
  position: absolute;
  top: 0;
  left: 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;
  }
}

.navbar-nav .nav-item {
  margin-left: 45px;
  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: #F94F4F;
}

.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: #F94F4F;
}

.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 {
  height: 800px;
  background-color: #FBFBFF;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) {
  .header_hero {
    height: 900px;
  }
}

.hero_shape {
  position: absolute;
  opacity: 0.39;
}

.hero_shape.shape_1 {
  left: 10%;
  top: 150px;
}

.hero_shape.shape_2 {
  left: 70%;
  top: 150px;
}

.hero_shape.shape_3 {
  top: 200px;
  left: 40%;
}

.hero_shape.shape_4 {
  top: 120px;
  left: 50%;
}

.hero_shape.shape_5 {
  top: 40%;
  left: 14%;
}

.hero_shape.shape_6 {
  top: 34%;
  left: 48%;
}

.hero_shape.shape_7 {
  top: 60%;
  left: 80px;
}

.hero_shape.shape_8 {
  top: 55%;
  left: 38%;
}

.hero_shape.shape_9 {
  bottom: 100px;
  left: 13%;
}

.hero_shape.shape_10 {
  bottom: 200px;
  left: 25%;
}

.hero_shape.shape_11 {
  bottom: 80px;
  left: 35%;
}

.hero_shape.shape_12 {
  bottom: 25%;
  left: 42%;
}

.header_shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.header_shape::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 1000%;
  height: 100%;
  background-color: #F5F5FC;
  transform: skewX(-15deg);
}

.header_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_image {
    width: 720px;
    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: 540px;
  }
}

@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: #F94F4F;
}

.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: #F94F4F;
  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: #F94F4F;
  -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;
}


.single_services {
  border: 2px dashed #E8E8E8;
  border-radius: 10px;
  padding: 50px 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: 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: 28px;
  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: #F94F4F;
}

.single_services .services_content p {
  margin-top: 15px;
}

.single_services.active,
.single_services:hover {
  border-color: #F94F4F;
  -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: #F94F4F;
}


.about_area {
  position: relative;
}

.about_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_image {
    width: 720px;
    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;
}

@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: 60px;
}

@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;
}

.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: #F94F4F;
  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-left: 20px;
}


.work_area {
  background-color: #FBFBFF;
}

.single_work {
  -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);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}

.single_work .work_image img {
  width: 100%;
}

.single_work .work_content {
  padding: 30px;
  position: relative;
}

.single_work .work_content .arrow {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 18px;
  color: #38424D;
  text-align: center;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(157, 106, 106, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(157, 106, 106, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(157, 106, 106, 0.16);
  position: absolute;
  top: -22px;
  right: 30px;
  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_work .work_content .arrow:hover {
  background-color: #F94F4F;
  color: #fff;
}

.single_work .work_content .work_title a {
  font-size: 28px;
  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;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_work .work_content .work_title a {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_work .work_content .work_title a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .single_work .work_content .work_title a {
    font-size: 20px;
  }
}

.single_work .work_content .work_title a:hover {
  color: #F94F4F;
}

.single_work .work_content p {
  margin-top: 8px;
}

.slick-current .single_work .work_content .arrow {
  background-color: #F94F4F;
  color: #fff;
}

.work_active .slick-dots {
  width: 100%;
  text-align: center;
}

.work_active .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

.work_active .slick-dots li button {
  font-size: 0;
  padding: 0;
  border: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(249, 79, 79, 0.25);
  -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;
}

.work_active .slick-dots li.slick-active button {
  background-color: #F94F4F;
}

.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: #F94F4F;
  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: 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;
}

.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: #F94F4F;
  color: #fff;
}

.single_pricing.active,
.single_pricing:hover {
  border-color: #F94F4F;
  -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: #F94F4F;
}

.single_pricing.active .pricing_content .main-btn,
.single_pricing:hover .pricing_content .main-btn {
  background-color: #F94F4F;
  color: #fff;
}


.pricing_area,
.blog_area {
  background-color: #FBFBFF;
}

.single_team {
  -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);
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  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_team .team_image {
  position: relative;
}

.single_team .team_image img {
  width: 100%;
}

.single_team .team_image .social {
  position: absolute;
  top: 15px;
  right: 30px;
}

.single_team .team_image .social li {
  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;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.single_team .team_image .social li a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  -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_team .team_image .social li a:hover {
  background-color: #F94F4F;
  border-color: #F94F4F;
}

.single_team .team_content {
  padding: 20px 30px;
  position: relative;
}

.single_team .team_content .team_name a {
  font-size: 28px;
  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;
}

@media (max-width: 767px) {
  .single_team .team_content .team_name a {
    font-size: 20px;
  }
}

.single_team .team_content p {
  margin-top: 8px;
  -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_team:hover {
  background-color: #F94F4F;
}

.single_team:hover .team_image .social li {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.single_team:hover .team_image .social li:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.single_team:hover .team_image .social li:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.single_team:hover .team_image .social li:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single_team:hover .team_image .social li:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.single_team:hover .team_content .team_name a {
  color: #fff;
}

.single_team:hover .team_content p {
  color: #fff;
}

.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: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);
}