/* table of content - start
==================================================================================================== */
/*

Project Name 	:  Makro HTML Template
File 			    :  CSS Base
Version 		  :  1.0.0
Last change 	:  22 April 2020
Author 			  :  DroitThemes - by DroitLab
Developer:		:  Rakibul Islam Dewan

==================================================

# Default Settings
  01 - fonts
  02 - global area

# Default sections
  03 - header section
  04 - footer section

  05 - breadcrumb section
  06 - sidebar section
  07 - partners section
  08 - testimonial section
  09 - newsletter section
  10 - promotion section
  11 - seo section
  12 - intregation section

  13 - about page
  14 - services pages
  15 - team page
  16 - pricing page
  17 - casestudy page
  18 - shop pages
  19 - all details pages
  20 - process page
  21 - job pages
  22 - blog pages
  23 - faq
  24 - contact page
  25 - error page
  26 - register pages

  27 - home pages

*/
/* table of content - end
==================================================================================================== */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");

/* 02 - global area - start
==================================================================================================== */



body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.867;
  font-style: normal;
  font-family: 'Product sans', sans-serif;
  color: #6a7c92;
  background-color: #ffffff;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: #ffffff;
  background-color: #4154f1; }

::selection {
  color: #ffffff;
  background-color: #4154f1; }

::-moz-selection {
  color: #ffffff;
  background-color: #4154f1; }

.body_wrap {
  overflow: hidden;
  position: relative; }

.container {
  max-width: 1140px; }

.container-fluid {
  padding-left: 30px;
  padding-right: 30px; }

.w-1520 {
  max-width: 1550px; }

.border_bottom {
  border-bottom: 1px solid #e1e1e3; }

a,
button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
   }
  a:hover,
  button:hover {
    text-decoration: none; }

button {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none; }
  button:focus {
    outline: none; }

img {
  height: auto;
  max-width: 100%; }

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  color: #051441;
   }

/* strong, span, small, label, i {
  font-family: "Sofia Pro"; } */

hr {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: -webkit-linear-gradient(45deg, transparent, #e5e5e5, transparent);
  background-image: -o-linear-gradient(45deg, transparent, #e5e5e5, transparent);
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent); }



/* list style settings - start 
================================================== */
.ul_li > ul {
  margin: 0px;
  padding: 0px;
  display: table; }
  .ul_li > ul > li {
    float: left;
    list-style: none;
    display: inline-block; }

.ul_li_block > ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table; }
  .ul_li_block > ul > li {
    width: 100%;
    display: table;
    list-style: none; }

.ul_li_right > ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table; }
  .ul_li_right > ul > li {
    float: left;
    list-style: none;
    display: inline-block; }

.ul_li_center > ul {
  padding: 0px;
  margin: 0 auto;
  display: table; }
  .ul_li_center > ul > li {
    float: left;
    list-style: none;
    display: inline-block; }

/* list style settings - end
================================================== */

/* padding - margin setting - start 
================================================== */
.sec_ptb_60 {
  padding: 60px 0px; }

.sec_ptb_120 {
  padding: 120px 0px; }

.sec_ptb_160 {
  padding: 160px 0px; }

.sec_ptb_345 {
  padding: 345px 0px; }

.sec_pt_60 {
  padding-top: 60px; }

.prl-30 {
  padding-left: 30px;
  padding-right: 30px; }

.mt--50 {
  margin-top: -50px; }

.mt--60 {
  margin-top: -60px; }

.mt--30 {
  margin-top: -30px; }

.ml--30 {
  margin-left: -30px; }

.mr--30 {
  margin-right: -30px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-80 {
  margin-bottom: 80px; }

/* padding - margin setting - end
================================================== */
/* button style - start
================================================== */
.btn {
  z-index: 2;
  border: none;
  outline: none;
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
  overflow: hidden;
  padding: 19px 50px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  border-radius: 45px;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn:before {
    top: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    content: '';
    z-index: -1;
    width: 0px;
    position: absolute;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear; }
  .btn:hover {
    color: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15); }
    .btn:hover:before {
      left: 0px;
      width: 100%;
      right: auto; }
  .btn.bg_white {
    color: #4154f1; }
    .btn.bg_white:before {
      background-color: #4154f1; }
    .btn.bg_white:hover {
      color: #ffffff; }
  .btn.bg_default_blue:before {
    background-color: #051441; }
  .btn.bg_default_darkblue:before {
    background-color: #4154f1; }
  .btn.bg_default_orange:before {
    background-color: #4154f1; }
  .btn.bg_default_brinjal:before {
    background-color: #4154f1; }
  .btn.bg_default_brinjal:hover {
    color: #ffffff; }
  .btn.bg_gradient_orange {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    background-image: -webkit-linear-gradient(117deg, #ff8900 0%, #ffb21b 100%);
    background-image: -o-linear-gradient(117deg, #ff8900 0%, #ffb21b 100%);
    background-image: linear-gradient(-27deg, #ff8900 0%, #ffb21b 100%); }

.btn.btn_border {
  padding: 18px 50px;
  /* padding-bottom: 19px; */
  border: 1px solid transparent;
  background-color: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px !important;
  box-shadow: unset !important;
}

.btn.border_white {
  color: #ffffff;
  border-color: #ffffff; }
  .btn.border_white:before {
    background-color: #ffffff; 
  }
  .btn.border_white:hover {
    color: #4154f1;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(65, 84, 241, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(65, 84, 241, 0.15);
   }

.btn.border_blue {
  color: #4154f1;
  border-color: #4154f1; 
  background-color: transparent;}
  .btn.border_blue:before {
    background-color: #4154f1; }
  .btn.border_blue:hover {
    color: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(65, 84, 241, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(65, 84, 241, 0.15); }

.btn.border_orange {
  color: #ff6b00;
  border-color: #ff6b00; }
  .btn.border_orange:before {
    background-color: #ff6b00; }
  .btn.border_orange:hover {
    color: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(255, 107, 0, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(255, 107, 0, 0.15); }

.btn.border_brinjal {
  color: #5e2ced;
  border-color: #5e2ced; }
  .btn.border_brinjal:before {
    background-color: #5e2ced; }
  .btn.border_brinjal:hover {
    color: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(94, 44, 237, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(94, 44, 237, 0.15); }

.btn.border_past {
  color: #31e1af;
  border-color: #31e1af; }
  .btn.border_past:before {
    background-color: #31e1af; }
  .btn.border_past:hover {
    color: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(49, 225, 175, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(49, 225, 175, 0.15); }

.btn_text {
  line-height: 1;
  font-size: 16px;
  color: #051441;
   }
  .btn_text i {
    display: inline-block;
    color: #051441;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .btn_text:hover {
    color: #4154f1; }
    .btn_text:hover i {
      color: #4154f1;
      -webkit-transform: translate(5px, 2px);
      -ms-transform: translate(5px, 2px);
      transform: translate(5px, 2px); }

/* button style - end
================================================== */
/* title text - start
================================================== */
.section_title .sub_title {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 10px;
  color: #4154f1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
   }
 
.section_title .title_text {
  font-size: 42px;
  line-height: 1.389;
  letter-spacing: -0.9px;
  color: #051441;
   }
  
  .section_title .title_text .text_brinjal {
    color: #5e2ced; }
  .section_title .title_text .text_orange {
    color: #ff6b00; }
  .section_title .title_text .text_green {
    color: #31e1af; }

.section_title.c_slide_in .title_text {
  line-height: 1.2; }


.section_title .c_slide_in {
  line-height: 1.2; }
 

.section_title p {
  font-size: 16px; 
  font-family: 'Product sans', sans-serif !important;
}

.section_title .icon {
  z-index: 1;
  height: 75px;
  font-size: 48px;
  line-height: 75px;
  position: relative;
  display: inline-block; }
  .section_title .icon:before {
    top: 0%;
    left: 50%;
    z-index: -1;
    content: '';
    width: 60px;
    height: 75px;
    position: absolute;
    background-color: rgba(48, 28, 171, 0.2);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%); }
  .section_title .icon.icon_yellow {
    color: #ffba00; }
    .section_title .icon.icon_yellow:before {
      background-color: #fff8e4; }
  .section_title .icon.icon_pink {
    color: #ff2486; }
    .section_title .icon.icon_pink:before {
      background-color: #fff1fa; }

.section_title .icon_rounded {
  width: 80px;
  height: 80px;
  color: #ffffff;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block; }
  .section_title .icon_rounded.mb-30 {
    margin-bottom: 35px; }
  .section_title .icon_rounded .icon-target {
    font-size: 50px; }
  .section_title .icon_rounded.icon_purple {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(114, 69, 242, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(114, 69, 242, 0.4);
    background-image: -webkit-linear-gradient(325deg, #5e2ced 0%, #a485fd 100%);
    background-image: -o-linear-gradient(325deg, #5e2ced 0%, #a485fd 100%);
    background-image: linear-gradient(125deg, #5e2ced 0%, #a485fd 100%); }
  .section_title .icon_rounded.icon_orange {
    -webkit-box-shadow: 0px 14px 30px 0px rgba(224, 56, 39, 0.4);
    box-shadow: 0px 14px 30px 0px rgba(224, 56, 39, 0.4);
    background-image: -webkit-linear-gradient(50deg, #e03827 0%, #f9a47a 100%);
    background-image: -o-linear-gradient(50deg, #e03827 0%, #f9a47a 100%);
    background-image: linear-gradient(40deg, #e03827 0%, #f9a47a 100%); }
  .section_title .icon_rounded.icon_yellow {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    background-image: -webkit-linear-gradient(117deg, #ffb92c 0%, #ff8f0d 100%);
    background-image: -o-linear-gradient(117deg, #ffb92c 0%, #ff8f0d 100%);
    background-image: linear-gradient(-27deg, #ffb92c 0%, #ff8f0d 100%); }
  .section_title .icon_rounded.icon_green {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
    background-image: -webkit-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
    background-image: -o-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
    background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%); }
  .section_title .icon_rounded.icon_red {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
    background-image: -webkit-linear-gradient(50deg, red 0%, #ff5959 100%);
    background-image: -o-linear-gradient(50deg, red 0%, #ff5959 100%);
    background-image: linear-gradient(40deg, red 0%, #ff5959 100%); }

.section_title .hexagon_icon {
  z-index: 1;
  width: 63px;
  height: 67px;
  color: #ffffff;
  font-size: 45px;
  line-height: 67px;
  text-align: center;
  position: relative;
  display: inline-block; }
  .section_title .hexagon_icon svg {
    top: -23px;
    left: -30px;
    z-index: -1;
    width: 124px;
    height: 133px;
    position: absolute; }

.section_title.increase_size .title_text {
  /* font-size: 44px; */
  font-size: 40px; }

.section_title.increase_size p {
  font-size: 16px; }

.section_title.decrease_size .title_text {
  font-size: 30px; }

.section_title.text-white .sub_title {
  color: #ffffff; }

.section_title.text-white .title_text {
  color: #ffffff; }

.section_title.text-white .icon:before {
  background-color: rgba(255, 255, 255, 0.2); }

.text-white .section_title .sub_title {
  color: #ffffff; }

.text-white .section_title .title_text {
  color: #ffffff; }

.text-white .section_title .icon:before {
  background-color: rgba(255, 255, 255, 0.2); }

/* title text - end
================================================== */

/* custom colors - start
================================================== */
.bg_white {
  background-color: #ffffff; }

.bg_default_blue {
  background-color: #4154f1; }

.bg_default_past {
  background-color: #31e1af; }

.bg_default_green {
  background-color: #63cf8d; }

.bg_default_color {
  background-color: #6a7c92; }

.bg_default_black {
  background-color: #303030; }

.bg_default_purple {
  background-color: #7447f2; }

.bg_default_orange {
  background-color: #ff6b00; }

.bg_default_brinjal {
  background-color: #5e2ced; }

.bg_default_darkblue {
  background-color: #051441; }

.bg_default_royalblue {
  background-color: #523cdc; }

/* custom colors - end
================================================== */
/* section decoration - start
================================================== */
.deco_wrap {
  z-index: 1;
  position: relative; }
  .deco_wrap .deco_image {
    z-index: -1;
    position: absolute; }

.sec_deco_shape {
  left: 0px;
  right: 0px;
  position: absolute; }

.shap_top {
  top: 0px; }

.shap_bottom {
  bottom: -3px; }

/* section decoration - end
================================================== */
/* animation css - start
================================================== */
.text_effect_wrap {
  overflow: hidden;
  padding-bottom: 7px; }

/*
.overlay_effect img {
  transition-duration: 4s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform;
  width: 100%;
}
*/
.text_effect {
  line-height: 1;
  position: relative;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  display: inline-block;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
  .text_effect:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #051441;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

.text_effect_left {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .text_effect_left:before {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right; }

.text_effect_bottom {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  .text_effect_bottom:before {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }

.text_effect_wrap.is_show .text_effect {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.text_effect_wrap.is_show .text_effect_left:before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1); }

.text_effect_wrap.is_show .text_effect_bottom:before {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0); }

.text-white .text_effect:before {
  background-color: #ffffff; }

.c_slide_in_wrap1 {
  display: flex;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox; }

.text-center .c_slide_in_wrap1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c_slide_in_wrap2,
.c_slide_in_wrap3 {
  display: block; }

.c_slide_in_wrap1,
.c_slide_in_wrap2 {
  overflow: hidden; }

.c_slide_in_wrap2,
.c_slide_in_wrap3 {
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.c_slide_in_wrap2 {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0); }

.c_slide_in_wrap3 {
  padding-bottom: 6px;
  -webkit-transform: translate3d(100.1%, 0, 0);
  transform: translate3d(100.1%, 0, 0); }

.c_slide_in.is_shown .c_slide_in_wrap2,
.c_slide_in.is_shown .c_slide_in_wrap3 {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* animation css - start
================================================== */
/* animation css - start
================================================== */
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2), 0px 0px 0px 80px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2), 0px 0px 0px 80px rgba(255, 255, 255, 0); } }
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2), 0px 0px 0px 80px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2), 0px 0px 0px 80px rgba(255, 255, 255, 0); } }

@-webkit-keyframes ripple_2 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0); } }

@keyframes ripple_2 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0); } }

@-webkit-keyframes ripple_3 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2), 0px 0px 0px 80px rgba(94, 44, 237, 0);
    box-shadow: 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2), 0px 0px 0px 80px rgba(94, 44, 237, 0); } }

@keyframes ripple_3 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2), 0px 0px 0px 80px rgba(94, 44, 237, 0);
    box-shadow: 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2), 0px 0px 0px 80px rgba(94, 44, 237, 0); } }

@-webkit-keyframes ripple_small {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2), 0px 0px 0px 30px rgba(73, 82, 232, 0);
    box-shadow: 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2), 0px 0px 0px 30px rgba(73, 82, 232, 0); } }

@keyframes ripple_small {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2), 0px 0px 0px 30px rgba(73, 82, 232, 0);
    box-shadow: 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2), 0px 0px 0px 30px rgba(73, 82, 232, 0); } }

@-webkit-keyframes ripple_xsmall {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
    box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
    box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0); } }

@keyframes ripple_xsmall {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
    box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
    box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0); } }

@-webkit-keyframes ripple_xsmall_orange {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 107, 0, 0.08), 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08);
    box-shadow: 0px 0px 0px 0px rgba(255, 107, 0, 0.08), 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08), 0px 0px 0px 18px rgba(255, 107, 0, 0);
    box-shadow: 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08), 0px 0px 0px 18px rgba(255, 107, 0, 0); } }

@keyframes ripple_xsmall_orange {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 107, 0, 0.08), 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08);
    box-shadow: 0px 0px 0px 0px rgba(255, 107, 0, 0.08), 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08), 0px 0px 0px 18px rgba(255, 107, 0, 0);
    box-shadow: 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08), 0px 0px 0px 18px rgba(255, 107, 0, 0); } }

@-webkit-keyframes ripple_xsmall_past {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(49, 225, 175, 0.08), 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08);
    box-shadow: 0px 0px 0px 0px rgba(49, 225, 175, 0.08), 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08), 0px 0px 0px 18px rgba(49, 225, 175, 0);
    box-shadow: 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08), 0px 0px 0px 18px rgba(49, 225, 175, 0); } }

@keyframes ripple_xsmall_past {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(49, 225, 175, 0.08), 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08);
    box-shadow: 0px 0px 0px 0px rgba(49, 225, 175, 0.08), 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08), 0px 0px 0px 18px rgba(49, 225, 175, 0);
    box-shadow: 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08), 0px 0px 0px 18px rgba(49, 225, 175, 0); } }

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes zoominout {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoominout {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* animation css - end
================================================== */
/* transition - start
================================================== */
a,
button {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

/* transition - end
================================================== */
/* 03 - header section - start
==================================================================================================== */
/* header area - start
================================================== */
.header_section .brand_logo > .brand_link {
  max-width: 147px; }
  .header_section .brand_logo > .brand_link > img:nth-child(2) {
    display: none; }

.header_section .menu_btn {
  float: right;
  display: none;
  line-height: 1;
  font-size: 30px;
  margin: 4px 0px;
  color: #303030; }

.header_section .main_menu > ul > li {
  padding: 35px 0px;
  margin-right: 40px; }
  .header_section .main_menu > ul > li:last-child {
    margin-right: 0px !important; }
  .header_section .main_menu > ul > li > a {
    display: block;
    line-height: 1;
    font-size: 16px;
    color: #051441;
     }
  .header_section .main_menu > ul > li:hover > a, .header_section .main_menu > ul > li.active > a {
    color: #4154f1; }

.header_section .btn {
  font-size: 16px;
  padding: 12px 35px;
  padding-bottom: 13px;
  -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1); }
  .header_section .btn.bg_white:hover {
    color: #ffffff; }
  .header_section .btn.btn_border {
    padding: 11px 35px;
    padding-bottom: 12px; }

.header_section.stuck .btn {
  font-size: 16px;
  padding: 12px 35px;
  padding-bottom: 13px; }
  .header_section.stuck .btn.bg_white {
    color: #ffffff;
    background-color: #4154f1;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(65, 84, 241, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(65, 84, 241, 0.15); }
  .header_section.stuck .btn.border_white {
    color: #4154f1;
    border-color: #4154f1; }
    .header_section.stuck .btn.border_white:before {
      background-color: #4154f1; }
    .header_section.stuck .btn.border_white:hover {
      color: #ffffff; }

.header_section.text-white .main_menu > ul > li > a {
  color: rgba(255, 255, 255, 0.7); }

.header_section.text-white .main_menu > ul > li:hover > a, .header_section.text-white .main_menu > ul > li.active > a {
  color: #ffffff; }

.header_section.text-white.border_bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important; }

.header_section.text-white .menu_btn {
  color: #ffffff; }

/* header area - end
================================================== */
/* sticky header - start
================================================== */
.sticky_header {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  min-height: 110px;
  position: absolute; }

.sticky_header.stuck {
  position: fixed;
  min-height: 90px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
  animation: .5s ease-in-out 0s normal none 1 running fadeInDown; }
  .sticky_header.stuck .brand_logo > .brand_link {
    max-width: 147px; }
    .sticky_header.stuck .brand_logo > .brand_link > img:nth-child(1) {
      display: none; }
    .sticky_header.stuck .brand_logo > .brand_link > img:nth-child(2) {
      display: inline-block; }
  .sticky_header.stuck.text-white .main_menu > ul > li > a {
    color: #051441; }
  .sticky_header.stuck.text-white .main_menu > ul > li:hover > a, .sticky_header.stuck.text-white .main_menu > ul > li.active > a {
    color: #4154f1; }
  .sticky_header.stuck.text-white .menu_btn {
    color: #6a7c92; }

/* sticky header - end
================================================== */


/* 04 - footer section - start
==================================================================================================== */
.footer_section.bg_gray {
  background-color: #eff2f9; }

.footer_section.bg_gray_2 {
  background-image: -webkit-linear-gradient(45deg, #e0e5ff 0%, #f0f4ff 100%);
  background-image: -o-linear-gradient(45deg, #e0e5ff 0%, #f0f4ff 100%);
  background-image: linear-gradient(45deg, #e0e5ff 0%, #f0f4ff 100%); }

.footer_section.bg_gray_3 {
  background-color: #f6fbff; }

.footer_section.bg_dark_blue {
  background-color: #07112d; }

.footer_section .spahe_1 {
  left: -60px;
  bottom: -40px;
  max-width: 395px;
  position: absolute; }

.footer_section .widget_area {
  padding: 100px 0px; }

.footer_section .deco_image_1 {
  left: 15px;
  bottom: -101px;
  max-width: 200px; }

.footer_section .deco_image_2 {
  right: 15px;
  bottom: -101px;
  max-width: 140px; }

.footer_section .cloud_image {
  max-width: 100px; }
  .footer_section .cloud_image.cloud_1 {
    top: 220px;
    left: 190px; }
  .footer_section .cloud_image.cloud_2 {
    left: 50%;
    bottom: 130px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .footer_section .cloud_image.cloud_3 {
    top: 220px;
    right: 190px; }

.footer_section .about_content {
  padding-right: 50px; }

.footer_section .brand_logo .brand_link {
  max-width: 147px; }

.footer_section .contact_info > ul > li {
  margin-bottom: 6px;
  color: #051441; }
  .footer_section .contact_info > ul > li:last-child {
    margin-bottom: 0px !important; }
  .footer_section .contact_info > ul > li > a {
    margin-left: 8px;
    position: relative;
    color: #6a7c92;
    display: inline-block; }
    .footer_section .contact_info > ul > li > a:before {
      width: 0px;
      left: auto;
      right: 0px;
      bottom: 0px;
      height: 1px;
      content: '';
      position: absolute;
      background: #4154f1;
      -webkit-transition: width 0.2s linear;
      -o-transition: width 0.2s linear;
      transition: width 0.2s linear; }
    .footer_section .contact_info > ul > li > a:hover {
      color: #4154f1; }
      .footer_section .contact_info > ul > li > a:hover:before {
        left: 0px;
        width: 100%;
        right: auto; }

.footer_section .widget_title {
  font-size: 20px;
  color: #051441;
   }

.footer_section .useful_links > ul > li {
  margin-bottom: 14px; }
  .footer_section .useful_links > ul > li:last-child {
    margin-bottom: 0px !important; }
  .footer_section .useful_links > ul > li > a {
    position: relative;
    color: #6a7c92; }
    .footer_section .useful_links > ul > li > a:before {
      width: 0px;
      left: auto;
      right: 0px;
      bottom: 0px;
      height: 1px;
      content: '';
      position: absolute;
      background: #4154f1;
      -webkit-transition: width 0.2s linear;
      -o-transition: width 0.2s linear;
      transition: width 0.2s linear; }
    .footer_section .useful_links > ul > li > a:hover {
      color: #4154f1; }
      .footer_section .useful_links > ul > li > a:hover:before {
        left: 0px;
        width: 100%;
        right: auto; }

.footer_section .footer_bottom {
  padding: 30px 0px;
  border-top: 1px solid #d7d9e0; }

.footer_section .copyright_text .author_link {
  color: #6a7c92; }
  .footer_section .copyright_text .author_link:hover {
    color: #4154f1; }

.footer_section .footer_menu > ul > li {
  position: relative;
  margin-right: 20px;
  padding-right: 20px; }
  .footer_section .footer_menu > ul > li:after {
    top: 50%;
    width: 2px;
    right: -1px;
    height: 12px;
    content: '';
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #6a7c92; }
  .footer_section .footer_menu > ul > li:last-child {
    margin-right: 0px !important;
    padding-right: 0px !important; }
    .footer_section .footer_menu > ul > li:last-child:after {
      display: none; }
  .footer_section .footer_menu > ul > li > a {
    position: relative;
    color: #6a7c92; }
    .footer_section .footer_menu > ul > li > a:before {
      width: 0px;
      left: auto;
      right: 0px;
      bottom: 0px;
      height: 1px;
      content: '';
      position: absolute;
      background: #4154f1;
      -webkit-transition: width 0.2s linear;
      -o-transition: width 0.2s linear;
      transition: width 0.2s linear; }
    .footer_section .footer_menu > ul > li > a:hover {
      color: #4154f1; }
      .footer_section .footer_menu > ul > li > a:hover:before {
        left: 0px;
        width: 100%;
        right: auto; }

.footer_section .form_item input {
  height: 50px; }

.footer_section .form_item button[type=submit] {
  top: 55%;
  right: 20px;
  position: absolute;
  color: #6a7c92;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%); }

.footer_section.text-white {
  color: #6a7c92 !important; }
  .footer_section.text-white .widget_title {
    color: #ffffff; }
  .footer_section.text-white .contact_info > ul > li {
    color: #ffffff; }
    .footer_section.text-white .contact_info > ul > li > a {
      color: #6a7c92; }
      .footer_section.text-white .contact_info > ul > li > a:before {
        background: #ffffff; }
      .footer_section.text-white .contact_info > ul > li > a:hover {
        color: #ffffff; }
  .footer_section.text-white .useful_links > ul > li > a:before {
    background: #ffffff; }
  .footer_section.text-white .useful_links > ul > li > a:hover {
    color: #ffffff; }
  .footer_section.text-white .form_item input {
    color: #ffffff;
    background-color: rgba(101, 119, 141, 0.502);
    border: 1px solid rgba(101, 119, 141, 0.502); }
    .footer_section.text-white .form_item input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .footer_section.text-white .form_item input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .footer_section.text-white .form_item input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .footer_section.text-white .form_item input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .footer_section.text-white .form_item input:focus + button {
      color: #ffffff; }
  .footer_section.text-white .form_item button[type=submit] {
    color: rgba(255, 255, 255, 0.6); }
  .footer_section.text-white .footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05); }
  .footer_section.text-white .footer_menu > ul > li > a:before {
    background: #ffffff; }
  .footer_section.text-white .footer_menu > ul > li > a:hover {
    color: #ffffff; }
  .footer_section.text-white .copyright_text .author_link:hover {
    color: #ffffff; }
  .footer_section.text-white .social_icon > ul > li > a:hover i {
    color: #ffffff; }

.footer_section.text-white .social_icon_rounded > ul > li > a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08); }

/* 04 - footer section - end
==================================================================================================== */


/* 08 - testimonial section - start
==================================================================================================== */
.testimonial_section.bg_gray {
  background-color: #f5f8ff; }

.testimonial_section .shape_1 {
  top: 120px;
  left: -88px;
  max-width: 158px; }

.testimonial_section .shape_2 {
  top: 0px;
  right: 0px;
  max-width: 534px; }

.testimonial_section .shape_3 {
  top: -70px;
  right: -258px;
  max-width: 769px; }

.testimonial_section .shap_bottom path {
  fill: #ffffff; }

.testimonial_section .testimonial_carousel_1 {
  z-index: 2;
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 45px; }
  .testimonial_section .testimonial_carousel_1:after, .testimonial_section .testimonial_carousel_1:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-size: auto;
    background-repeat: no-repeat; }
  .testimonial_section .testimonial_carousel_1:before {
    z-index: -1;
    background-position: left bottom;
    background-image: url(../images/shapes/shape_10.png); }
  .testimonial_section .testimonial_carousel_1:after {
    z-index: -2;
    background-position: right top;
    background-image: url(../images/shapes/shape_11.png); }
  .testimonial_section .testimonial_carousel_1 .item {
    z-index: 3;
    margin: auto;
    max-width: 450px;
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px; }
    .testimonial_section .testimonial_carousel_1 .item:before {
      top: 104px;
      left: -28px;
      content: '';
      width: 159px;
      height: 124px;
      position: absolute;
      background-size: auto;
      background-repeat: no-repeat;
      background-position: left top;
      background-image: url(../images/icons/quote_3.png); }
    .testimonial_section .testimonial_carousel_1 .item p {
      font-size: 16px;
      margin-bottom: 40px; }
    .testimonial_section .testimonial_carousel_1 .item .hero_name {
      font-size: 24px;
      font-weight: 600; }
    .testimonial_section .testimonial_carousel_1 .item .hero_title {
      display: block;
      font-size: 14px; }
    .testimonial_section .testimonial_carousel_1 .item .thumbnail_wrap {
      padding: 6px;
      display: table;
      margin: 0px auto 30px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../images/shapes/shape_12.png); }
      .testimonial_section .testimonial_carousel_1 .item .thumbnail_wrap .thumbnail_image {
        z-index: 3;
        width: 80px;
        height: 80px;
        display: table;
        margin: 0px auto;
        overflow: hidden;
        border-radius: 100%; }
    .testimonial_section .testimonial_carousel_1 .item.text-white .hero_name {
      color: #ffffff; }
  .testimonial_section .testimonial_carousel_1 .owl-nav {
    left: 111%;
    bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute; }
  .testimonial_section .testimonial_carousel_1 .owl-dots {
    display: none;
    margin-top: 50px; }
  .testimonial_section .testimonial_carousel_1.nav_false .owl-nav {
    display: none; }
  .testimonial_section .testimonial_carousel_1.dots_true .owl-dots {
    display: block; }

.testimonial_section .testimonial_carousel_1.secondary_style {
  width: 100%;
  padding: 0px;
  display: block;
  min-height: auto; }
  .testimonial_section .testimonial_carousel_1.secondary_style:after, .testimonial_section .testimonial_carousel_1.secondary_style:before {
    display: none; }
  .testimonial_section .testimonial_carousel_1.secondary_style .item {
    padding: 0px;
    max-width: 100%; }
    .testimonial_section .testimonial_carousel_1.secondary_style .item:before {
      display: none; }
    .testimonial_section .testimonial_carousel_1.secondary_style .item .thumbnail_wrap {
      background-image: url(../images/shapes/shape_30.png); }
    .testimonial_section .testimonial_carousel_1.secondary_style .item .hero_name {
      margin-bottom: 5px; }

.testimonial_section .bg_area {
  height: 415px; }
  .testimonial_section .bg_area.bg_gradient_blue {
    background-image: -webkit-linear-gradient(60deg, #301cab 0%, #5774fa 100%);
    background-image: -o-linear-gradient(60deg, #301cab 0%, #5774fa 100%);
    background-image: linear-gradient(30deg, #301cab 0%, #5774fa 100%); }

.testimonial_section .bg_gradient_blue .owl-carousel .owl-nav .owl-next:before,
.testimonial_section .bg_gradient_blue .owl-carousel .owl-nav .owl-prev:before {
  color: #ffffff;
  border: 1px solid #ffffff; }

.testimonial_section .bg_gradient_blue .owl-carousel .owl-nav .owl-next:hover:before,
.testimonial_section .bg_gradient_blue .owl-carousel .owl-nav .owl-prev:hover:before {
  background: #ffffff;
  color: #4154f1;
  border-color: #ffffff; }

.testimonial_section .testimonial_carousel_2 {
  width: auto;
  margin: -30px -15px; }
  .testimonial_section .testimonial_carousel_2 .item {
    padding: 30px 15px; }
  .testimonial_section .testimonial_carousel_2 .testimonial_item {
    z-index: 1;
    padding: 40px;
    position: relative;
    border-radius: 6px;
    padding-bottom: 60px;
    background-size: auto;
    background-color: #ffffff;
    background-position: right -15px bottom -22px;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
    box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08); }
    .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_wrap {
      margin-bottom: 25px; }
    .testimonial_section .testimonial_carousel_2 .testimonial_item .rating_star {
      top: 47px;
      right: 40px;
      position: absolute; }
    .testimonial_section .testimonial_carousel_2 .testimonial_item .thumbnail_image {
      float: left;
      width: 60px;
      height: 60px;
      overflow: hidden;
      margin-right: 20px;
      border-radius: 100%; }
    .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content {
      display: table;
      padding-top: 7px; }
      .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content .admin_name {
        font-size: 20px;
        margin-bottom: 2px; }
      .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content .admin_title {
        font-size: 14px;
        display: inline-block; }

/* 08 - testimonial section - end
==================================================================================================== */
/* 09 - newsletter section - start
==================================================================================================== */
.newsletter_section.bg_gradient_blue {
  background-image: -webkit-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
  background-image: -o-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
  background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%); }

.newsletter_section.bg_gradient_blue_2 {
  background-image: -webkit-linear-gradient(45deg, #4150f1 0%, #58d0ff 100%);
  background-image: -o-linear-gradient(45deg, #4150f1 0%, #58d0ff 100%);
  background-image: linear-gradient(45deg, #4150f1 0%, #58d0ff 100%); }

.newsletter_section .form_item input {
  border: none;
  padding: 0px;
  font-size: 16px;
  border-radius: 0px;
  text-align: center;
  color: #051441;
  background-color: transparent;
  border-bottom: 1px solid #051441; }
  .newsletter_section .form_item input:-moz-placeholder {
    color: #051441; }
  .newsletter_section .form_item input::-moz-placeholder {
    color: #051441; }
  .newsletter_section .form_item input:-ms-input-placeholder {
    color: #051441; }
  .newsletter_section .form_item input::-webkit-input-placeholder {
    color: #051441; }

.newsletter_section.text-white .form_item input {
  border: none;
  padding: 0px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0px;
  text-align: center;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .newsletter_section.text-white .form_item input:-moz-placeholder {
    color: #ffffff; }
  .newsletter_section.text-white .form_item input::-moz-placeholder {
    color: #ffffff; }
  .newsletter_section.text-white .form_item input:-ms-input-placeholder {
    color: #ffffff; }
  .newsletter_section.text-white .form_item input::-webkit-input-placeholder {
    color: #ffffff; }

.newsletter_section .btn {
  font-size: 18px; }

.newsletter_section .newsletter_boxed {
  z-index: 2;
  overflow: hidden;
  padding: 60px 0px;
  position: relative;
  border-radius: 6px;
  margin-bottom: -100px; }
  .newsletter_section .newsletter_boxed.p-60 {
    padding: 60px; }
  .newsletter_section .newsletter_boxed.bg_gradient_blue {
    background-image: -webkit-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: -o-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%); }
  .newsletter_section .newsletter_boxed.bg_gradient_lightblue {
    background-image: -webkit-linear-gradient(45deg, #4150f1 0%, #58d0ff 100%);
    background-image: -o-linear-gradient(45deg, #4150f1 0%, #58d0ff 100%);
    background-image: linear-gradient(45deg, #4150f1 0%, #58d0ff 100%); }
  .newsletter_section .newsletter_boxed.bg_gradient_purple {
    background-image: -webkit-linear-gradient(135deg, #5e2ced 0%, #a485fd 100%);
    background-image: -o-linear-gradient(135deg, #5e2ced 0%, #a485fd 100%);
    background-image: linear-gradient(-45deg, #5e2ced 0%, #a485fd 100%); }
  .newsletter_section .newsletter_boxed.bg_gradient_royalblue {
    background-image: -webkit-linear-gradient(135deg, #4218c4 0%, #686dfd 100%);
    background-image: -o-linear-gradient(135deg, #4218c4 0%, #686dfd 100%);
    background-image: linear-gradient(-45deg, #4218c4 0%, #686dfd 100%); }
  .newsletter_section .newsletter_boxed.bg_purple {
    background-color: #5e2ced; }
  .newsletter_section .newsletter_boxed .shape_1 {
    left: 0px;
    bottom: 70px;
    max-width: 200px; }
  .newsletter_section .newsletter_boxed .shape_2 {
    right: 60px;
    bottom: 110px;
    max-width: 100px; }

/* 09 - newsletter section - end
==================================================================================================== */

/* 13 - about page - start
==================================================================================================== */
/* feature section - start */
.feature_section.bg_gradient_blue {
  background-image: -webkit-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
  background-image: -o-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
  background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%); }

.feature_section.bg_gradient_blue_2 {
  background-image: -webkit-linear-gradient(135deg, #4218c4 0%, #686dfd 100%);
  background-image: -o-linear-gradient(135deg, #4218c4 0%, #686dfd 100%);
  background-image: linear-gradient(-45deg, #4218c4 0%, #686dfd 100%); }

.feature_section.bg_gray {
  background-color: #f6fbff; }

.feature_section.bg_gray_2 {
  background-color: #f9f9f9; }

.feature_section.bg_flow {
  min-height: 770px;
  padding-top: 200px;
  background-size: cover;
  background-position: center top; }

.feature_section .shape_1 {
  top: 0px;
  left: -225px;
  max-width: 850px; }

.feature_section .dot_image_1 {
  top: 200px;
  right: -88px;
  max-width: 158px; }

.feature_section .dot_image_2 {
  top: -200px;
  right: -88px;
  max-width: 158px; }

.feature_section .shape_2 {
  left: 15px;
  top: 135px;
  max-width: 200px; }

.feature_section .feature_image_4 .shape_5 {
  max-width: 150px;
  top: unset;
  left: -45px;
  bottom: 0px; }

.feature_section .shape_6 {
  top: 175px;
  right: 0px;
  max-width: 755px; }

.feature_section .shape_7 {
  top: 0px;
  left: 15px;
  max-width: 290px; }

.feature_section .shape_8 {
  top: 0px;
  left: 157px;
  max-width: 250px; }

.feature_section .shape_9 {
  top: -70px;
  right: -258px;
  max-width: 769px; }

.feature_section .shape_10 {
  left: -190px;
  bottom: 160px;
  max-width: 685px; }

.feature_section .shape_11 {
  left: -146px;
  bottom: -120px;
  max-width: 770px; }

.feature_section .shape_12 {
  top: 145px;
  right: 0px;
  max-width: 945px; }

.feature_section .shape_13 {
  top: 380px;
  left: -88px;
  max-width: 158px; }

.feature_section .shape_14 {
  top: -41px;
  left: -353px;
  max-width: 1092px; }

.feature_section .shape_15 {
  right: -209px;
  bottom: -60px;
  max-width: 949px; }

.feature_section .dot_1 {
  top: 206px;
  right: 200px;
  max-width: 25px; }

.feature_section .dot_2 {
  top: 345px;
  left: 70px;
  max-width: 15px; }

.feature_section .dot_3 {
  top: 250px;
  right: 112px; }

.feature_section .dot_4 {
  left: 102px;
  bottom: 200px; }

.feature_section .shap_top path {
  fill: #ffffff; }

.feature_section .shap_bottom path {
  fill: #f5f8ff; }

.feature_section .section_title .title_text {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px; }

.feature_section .section_title.decrease_size .title_text {
  font-size: 36px; }

.feature_section .feature_item {
  margin-bottom: 150px; }
  .feature_section .feature_item:last-child {
    margin-bottom: 0px !important; }
.feature_section .feature_para {
  font-size: 16px;
    color: #6A7C92;
    line-height: 1.5rem;
    max-width: 60%;
    font-family: 'Product sans', sans-serif;
 }    

.feature_section .feature_image {
  width: 782px;
  float: right;
  position: relative; }
  .feature_section .feature_image .phone_image {
    left: -50px;
    bottom: -25px;
    max-width: 175px;
    position: absolute; }
  .feature_section .feature_image .watch_image {
    right: -30px;
    bottom: 23px;
    max-width: 96px;
    position: absolute; }

.feature_section .feature_image_2 {
  padding-top: 25px;
  margin-top: -40px;
  margin-right: -40px;
  padding-bottom: 55px; }
  .feature_section .feature_image_2 .phone_image {
    margin-top: -25px;
    margin-bottom: -55px; }
    .feature_section .feature_image_2 .phone_image > img {
      opacity: .5; }
  .feature_section .feature_image_2 .image_2 {
    max-width: 410px;
    position: absolute;
    top: 90px;
    left: -190px; }
  .feature_section .feature_image_2 .image_3 {
    max-width: 300px;
    position: absolute;
    top: unset;
    left: unset;
    bottom: 80px;
    right: -170px; }

.feature_section .feature_image_3 {
  top: 0px;
  left: 0px;
  opacity: 0;
  width: 415px;
  float: right;
  margin-top: -38px;
  position: absolute;
  margin-right: -50px;
  margin-bottom: -58px;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .feature_section .feature_image_3 .image_1 {
    z-index: 1;
    max-width: 390px;
    position: absolute;
    top: 130px;
    left: -216px; }
  .feature_section .feature_image_3 .image_2 {
    z-index: 1;
    max-width: 368px;
    position: absolute;
    top: 70px;
    left: -147px; }
  .feature_section .feature_image_3 .image_3 {
    z-index: 1;
    max-width: 315px;
    position: absolute;
    top: 209px;
    left: -142px; }
  .feature_section .feature_image_3.active {
    opacity: 1;
    position: relative; }

.feature_section .feature_image_4 {
  position: relative; }
  .feature_section .feature_image_4 .phone_image {
    z-index: 1;
    max-width: 405px;
    margin-top: -22px;
    position: relative;
    margin-left: -100px;
    margin-bottom: -60px; }
  .feature_section .feature_image_4 .chat_image {
    z-index: 2;
    max-width: 414px;
    position: absolute;
    top: 30px;
    right: 0px;
    left: unset; }

.feature_section .feature_image_5 {
  float: right;
  max-width: 454px;
  padding-top: 50px;
  margin-right: -52px;
  padding-bottom: 62px; }
  .feature_section .feature_image_5 .image_1 {
    margin-top: -50px;
    margin-bottom: -62px; }
  .feature_section .feature_image_5 .image_2,
  .feature_section .feature_image_5 .image_3 {
    max-width: 353px;
    position: absolute; }
  .feature_section .feature_image_5 .image_2 {
    top: unset;
    bottom: 11px;
    left: -165px; }
  .feature_section .feature_image_5 .image_3 {
    top: -95px;
    left: unset;
    right: -138px; }
  .feature_section .feature_image_5 .dot_image_1,
  .feature_section .feature_image_5 .dot_image_2 {
    max-width: 150px; }
  .feature_section .feature_image_5 .dot_image_1 {
    top: 120px;
    left: -10px; }
  .feature_section .feature_image_5 .dot_image_2 {
    top: unset;
    left: unset;
    right: -25px;
    bottom: 115px; }

.feature_section .feature_image_6 {
  float: left;
  width: 725px;
  margin-left: 45px;
  position: relative; }
  .feature_section .feature_image_6 .phone_image {
    left: -52px;
    bottom: -19px;
    max-width: 182px;
    position: absolute; }
  .feature_section .feature_image_6 .dot_image_1 {
    top: 94px;
    right: 48px;
    max-width: 100px; }

.feature_section .feature_image_7 {
  float: left;
  max-width: 543px;
  margin-left: 44px; }

.feature_section .feature_image_8 {
  float: right;
  max-width: 734px;
  margin-left: -194px; }

.feature_section .feature_image_9 {
  z-index: 1;
  float: left;
  width: 515px;
  padding-top: 39px;
  margin-left: -49px;
  position: relative;
  padding-bottom: 59px; }
  .feature_section .feature_image_9 .chart_image {
    margin-top: -39px;
    margin-bottom: -59px; }
  .feature_section .feature_image_9 .child_image {
    max-width: 319px;
    position: absolute;
    top: 141px;
    left: unset;
    right: -108px; }
  .feature_section .feature_image_9 .dot_image {
    z-index: -1;
    max-width: 150px;
    position: absolute;
    top: 132px;
    left: -12px; }

.feature_section .feature_image_10 {
  float: left;
  width: 537px;
  margin-left: -70px; }
  .feature_section .feature_image_10 .big_image {
    margin-top: -18px;
    margin-bottom: -79px; }
  .feature_section .feature_image_10 .child_image_1,
  .feature_section .feature_image_10 .child_image_2,
  .feature_section .feature_image_10 .child_image_3 {
    max-width: 427px;
    position: absolute;
    left: unset;
    right: -150px; }
  .feature_section .feature_image_10 .child_image_1 {
    top: 161px; }
  .feature_section .feature_image_10 .child_image_2 {
    top: 269px; }
  .feature_section .feature_image_10 .child_image_3 {
    max-width: 467px;
    top: 382px; }

.feature_section .feature_image_11 {
  float: left;
  width: 531px;
  margin-top: -12px;
  margin-left: -23px;
  margin-bottom: -32px; }

.feature_section .feature_image_12 {
  width: 819px;
  float: right;
  padding-top: 19px;
  margin-right: 16px;
  position: relative;
  padding-bottom: 79px; }
  .feature_section .feature_image_12 .big_image {
    margin-top: -19px;
    margin-bottom: -79px; }
  .feature_section .feature_image_12 .small_image {
    position: absolute;
    top: unset;
    left: 90px;
    bottom: -66px; }
  .feature_section .feature_image_12 .child_image_1,
  .feature_section .feature_image_12 .child_image_2,
  .feature_section .feature_image_12 .child_image_3 {
    max-width: 363px;
    position: absolute;
    left: unset;
    right: -77px; }
  .feature_section .feature_image_12 .child_image_1 {
    top: 72px; }
  .feature_section .feature_image_12 .child_image_2 {
    top: 160px; }
  .feature_section .feature_image_12 .child_image_3 {
    max-width: 393px;
    top: 252px; }

.feature_section .feature_image_13 {
  float: left;
  width: 696px;
  position: relative;
  padding-top: 57px;
  margin-left: -43px;
  padding-bottom: 34px; }
  .feature_section .feature_image_13 .big_image {
    margin-bottom: -34px; }
  .feature_section .feature_image_13 .child_image_1 {
    max-width: 367px;
    position: absolute;
    top: 0px;
    left: unset;
    right: 81px; }
  .feature_section .feature_image_13 .child_image_2 {
    max-width: 338px;
    position: absolute;
    top: 157px;
    left: -135px; }
  .feature_section .feature_image_13 .child_image_3 {
    max-width: 429px;
    position: absolute;
    top: unset;
    left: unset;
    right: 37px;
    bottom: -76px; }

.feature_section .feature_image_14 {
  float: left;
  width: 385px;
  position: relative;
  margin-left: -49px; }
  .feature_section .feature_image_14 .big_image {
    margin-top: -49px;
    margin-bottom: -59px; }
  .feature_section .feature_image_14 .child_image {
    max-width: 374px;
    position: absolute;
    top: unset;
    left: unset;
    bottom: 16px;
    right: -171px; }
  .feature_section .feature_image_14 .dot_image_1 {
    top: 87px;
    left: -12px; }

.feature_section .btns_group > ul > li {
  margin-right: 30px; }
  .feature_section .btns_group > ul > li:last-child {
    margin-right: 0px !important; }

.feature_section .app_icons_group > ul {
  padding: 0px 15px;
  border-radius: 45px;
  background-color: #f5f8ff; }
  .feature_section .app_icons_group > ul > li {
    width: 60px;
    height: 60px; }
    .feature_section .app_icons_group > ul > li > a {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .feature_section .app_icons_group > ul > li > a > img {
        margin: auto;
        height: auto;
        -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .feature_section .app_icons_group > ul > li > a:hover > img {
        -webkit-animation: jello 1.2s infinite linear;
        animation: jello 1.2s infinite linear; }

.feature_section .section_title .tabs_nav {
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e3ed; }
  .feature_section .section_title .tabs_nav > ul > li > a {
    color: #6a7c92;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    position: relative; }
    .feature_section .section_title .tabs_nav > ul > li > a:before {
      left: 15px;
      right: 15px;
      bottom: -1px;
      content: '';
      height: 2px;
      opacity: 0;
      position: absolute;
      -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      background-color: #4154f1; }
    .feature_section .section_title .tabs_nav > ul > li > a:hover, .feature_section .section_title .tabs_nav > ul > li > a.active {
      color: #4154f1; }
      .feature_section .section_title .tabs_nav > ul > li > a:hover:before, .feature_section .section_title .tabs_nav > ul > li > a.active:before {
        left: 0px;
        right: 0px;
        opacity: 1; }

.feature_section .child_feature {
  margin-top: 50px; }
  .feature_section .child_feature .item_icon {
    width: 65px;
    height: 75px;
    font-size: 42px;
    line-height: 77px;
    position: relative;
    text-align: center;
    margin-bottom: 28px;
    background-size: auto;
    display: inline-block; }
    .feature_section .child_feature .item_icon .icon_deco {
      z-index: -1;
      display: block;
      line-height: .1;
      max-width: 8px;
      position: absolute; }
    .feature_section .child_feature .item_icon .icon_deco_1 {
      top: 0px;
      left: 0px; }
    .feature_section .child_feature .item_icon .icon_deco_2 {
      top: -4px;
      right: -4px; }
    .feature_section .child_feature .item_icon .icon_deco_3 {
      left: 0px;
      bottom: -3px; }
    .feature_section .child_feature .item_icon .icon_deco_4 {
      right: -20px;
      bottom: 20px; }
    .feature_section .child_feature .item_icon.icon_purple {
      color: #793afa; }
    .feature_section .child_feature .item_icon.icon_orange {
      color: #e4730f; }
  .feature_section .child_feature .item_title {
    font-size: 24px;
    margin-bottom: 18px; }
  .feature_section .child_feature p {
    font-size: 16px; }

.feature_section .child_feature_2 {
  margin-bottom: 30px;
  margin-top: 15px;
}
  .feature_section .child_feature_2:last-child {
    margin-bottom: 0px !important; }
  .feature_section .child_feature_2 .item_icon {
    float: left;
    width: 70px;
    height: 70px;
    font-size: 42px;
    line-height: 74px;
    text-align: center;
    margin-right: 30px;
    border-radius: 100%; }
    .feature_section .child_feature_2 .item_icon.icon_purple {
      color: #793afa;
      background: rgba(121, 58, 250, 0.1); }
    .feature_section .child_feature_2 .item_icon.icon_yellow {
      color: #e4730f;
      background: rgba(228, 115, 15, 0.1); }
  .feature_section .child_feature_2 .item_content {
    display: table; }
    .feature_section .child_feature_2 .item_content .item_title {
      font-size: 24px;
      margin-bottom: 15px; }
    .feature_section .child_feature_2 .item_content p {
      font-size: 16px; 
      color: #6A7C92;
    }

/* feature section - end */
/* feature boxed - start */
.feature_boxed {
  padding: 45px;
  margin-top: 60px;
  padding-top: 65px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08); }
  .feature_boxed:hover {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px); }
  .feature_boxed .item_title {
    font-size: 24px;
    margin-bottom: 20px; }
  .feature_boxed .item_icon {
    left: 50%;
    top: -35px;
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 48px;
    line-height: 75px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .feature_boxed .item_icon.icon_bg_lightblue {
      -webkit-box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
      box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
      background-image: -webkit-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
      background-image: -o-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
      background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%); }
    .feature_boxed .item_icon.icon_bg_green {
      -webkit-box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
      box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
      background-image: -webkit-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
      background-image: -o-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
      background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%); }
    .feature_boxed .item_icon.icon_bg_yellow {
      -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
      box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
      background-image: -webkit-linear-gradient(117deg, #ff8901 0%, #ffb21b 100%);
      background-image: -o-linear-gradient(117deg, #ff8901 0%, #ffb21b 100%);
      background-image: linear-gradient(-27deg, #ff8901 0%, #ffb21b 100%); }
    .feature_boxed .item_icon.icon_bg_red {
      -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
      box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
      background-image: -webkit-linear-gradient(50deg, red 0%, #ff5959 100%);
      background-image: -o-linear-gradient(50deg, red 0%, #ff5959 100%);
      background-image: linear-gradient(40deg, red 0%, #ff5959 100%); }
    .feature_boxed .item_icon.icon_bg_royalblue {
      -webkit-box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
      box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
      background-image: -webkit-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
      background-image: -o-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
      background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%); }
    .feature_boxed .item_icon.icon_bg_pink {
      -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 0, 90, 0.4);
      box-shadow: 0px 10px 30px 0px rgba(255, 0, 90, 0.4);
      background-image: -webkit-linear-gradient(50deg, #ff0c4b 0%, #ff2199 100%);
      background-image: -o-linear-gradient(50deg, #ff0c4b 0%, #ff2199 100%);
      background-image: linear-gradient(40deg, #ff0c4b 0%, #ff2199 100%); }
  .feature_boxed p {
    line-height: 1.6; }

/* feature boxed - end */

/* 13 - about page - end
==================================================================================================== */
/* 14 - service pages - start
==================================================================================================== */
/* service section settings - start */
.service_section.bg_gray {
  background-color: #f5f8ff; }

.service_section.bg_gray_2 {
  background-color: #f9f9f9; }

.service_section.bg_gray_3 {
  background-color: #fbfbfd; }

.service_section .spahe_1 {
  top: 0px;
  right: 170px; }

.service_section .spahe_2 {
  top: 0px;
  right: 90px; }

.service_section .shape_3 {
  left: -70px;
  bottom: -330px;
  max-width: 1040px;
  position: absolute; }

.service_section .dot_image_1 {
  top: -240px;
  left: -88px;
  max-width: 158px; }

.service_section .dot_image_2 {
  top: 155px;
  right: -80px;
  max-width: 108px; }

.service_section .dot_1 {
  top: 305px;
  right: 208px; }

.service_section .dot_2 {
  left: 70px;
  bottom: 92px; }

.service_section .service_image {
  float: right;
  width: 630px;
  margin-top: 50px;
  margin-right: -20px; }

.service_section .tab-content {
  margin-top: 50px; }
  .service_section .tab-content .service_image_2 {
    position: relative; }
    .service_section .tab-content .service_image_2 .image_1 {
      max-width: 999px;
      margin-top: -10px;
      margin-left: -50px;
      margin-bottom: -80px; }
    .service_section .tab-content .service_image_2 .image_2 {
      top: 105px;
      z-index: 1;
      right: -37px;
      max-width: 420px;
      position: absolute; }
  .service_section .tab-content .service_image_3 {
    width: 789px;
    float: right;
    margin-top: -20px;
    margin-bottom: -80px;
    margin-right: -103px; }

/* service section settings - end */
/* service tab - start */
.service_section .tabs_nav {
  margin: -15px; }
  .service_section .tabs_nav > ul {
    width: 100%; }
    .service_section .tabs_nav > ul > li {
      width: 20%;
      padding: 15px; }
      .service_section .tabs_nav > ul > li > a {
        width: 100%;
        padding: 40px;
        display: block;
        text-align: center;
        border-radius: 5px;
        background-color: #f6fbff; }
        .service_section .tabs_nav > ul > li > a span {
          width: 70px;
          height: 70px;
          color: #ffffff;
          font-size: 48px;
          line-height: 70px;
          text-align: center;
          border-radius: 100%;
          margin-bottom: 30px;
          display: inline-block; }
          .service_section .tabs_nav > ul > li > a span.bg_gradient_blue {
            -webkit-box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
            box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
            background-image: -webkit-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
            background-image: -o-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
            background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%); }
          .service_section .tabs_nav > ul > li > a span.bg_gradient_red {
            -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
            box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
            background-image: -webkit-linear-gradient(50deg, red 0%, #ff5959 100%);
            background-image: -o-linear-gradient(50deg, red 0%, #ff5959 100%);
            background-image: linear-gradient(40deg, red 0%, #ff5959 100%); }
          .service_section .tabs_nav > ul > li > a span.bg_gradient_green {
            -webkit-box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
            box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
            background-image: -webkit-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
            background-image: -o-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
            background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%); }
          .service_section .tabs_nav > ul > li > a span.bg_gradient_purple {
            -webkit-box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
            box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
            background-image: -webkit-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
            background-image: -o-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
            background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%); }
          .service_section .tabs_nav > ul > li > a span.bg_gradient_orange {
            -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
            box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
            background-image: -webkit-linear-gradient(117deg, #ff8901 0%, #ffb21b 100%);
            background-image: -o-linear-gradient(117deg, #ff8901 0%, #ffb21b 100%);
            background-image: linear-gradient(-27deg, #ff8901 0%, #ffb21b 100%); }
          .service_section .tabs_nav > ul > li > a span.icon_image {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0px auto 30px; }
            .service_section .tabs_nav > ul > li > a span.icon_image > img {
              margin: auto;
              height: auto; }
        .service_section .tabs_nav > ul > li > a strong {
          display: block;
          font-size: 20px;
          line-height: 1.4;
          color: #051441;
           }
        .service_section .tabs_nav > ul > li > a:hover, .service_section .tabs_nav > ul > li > a.active {
          background-color: #ffffff;
          -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
          box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08); }

.service_section .tabs_nav_2 > ul > li {
  margin-bottom: 30px; }
  .service_section .tabs_nav_2 > ul > li:last-child {
    margin-bottom: 0px !important; }
  .service_section .tabs_nav_2 > ul > li a {
    width: 100%;
    display: block;
    padding: 30px 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
    box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06); }
    .service_section .tabs_nav_2 > ul > li a strong {
      display: block;
      line-height: 1;
      font-size: 24px;
      margin-bottom: 15px;
      color: #051441;
      -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
       }
    .service_section .tabs_nav_2 > ul > li a span {
      display: block;
      font-size: 16px;
      line-height: 1.6;
      color: #6a7c92; }
    .service_section .tabs_nav_2 > ul > li a:hover, .service_section .tabs_nav_2 > ul > li a.active {
      color: #ffffff;
      background-color: #7444fd;
      -webkit-box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
      box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08); }
      .service_section .tabs_nav_2 > ul > li a:hover strong, .service_section .tabs_nav_2 > ul > li a.active strong {
        color: #ffffff; }
      .service_section .tabs_nav_2 > ul > li a:hover span, .service_section .tabs_nav_2 > ul > li a.active span {
        color: #ffffff; }

/* service tab - end */
/* service items icon BG color - start */
.service_boxed_1 .item_icon.bg_gradient_blue,
.service_boxed_2 .item_icon.bg_gradient_blue,
.service_primary .item_icon.bg_gradient_blue {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
  background-image: -webkit-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
  background-image: -o-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
  background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%); }

.service_boxed_1 .item_icon.bg_gradient_green,
.service_boxed_2 .item_icon.bg_gradient_green,
.service_primary .item_icon.bg_gradient_green {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
  background-image: -webkit-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
  background-image: -o-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
  background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%); }

.service_boxed_1 .item_icon.bg_gradient_orange,
.service_boxed_2 .item_icon.bg_gradient_orange,
.service_primary .item_icon.bg_gradient_orange {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
  background-image: -webkit-linear-gradient(117deg, #ffb51c 0%, #ff8e0d 100%);
  background-image: -o-linear-gradient(117deg, #ffb51c 0%, #ff8e0d 100%);
  background-image: linear-gradient(-27deg, #ffb51c 0%, #ff8e0d 100%); }

.service_boxed_1 .item_icon.bg_gradient_red,
.service_boxed_2 .item_icon.bg_gradient_red,
.service_primary .item_icon.bg_gradient_red {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
  background-image: -webkit-linear-gradient(50deg, red 0%, #ff5959 100%);
  background-image: -o-linear-gradient(50deg, red 0%, #ff5959 100%);
  background-image: linear-gradient(40deg, red 0%, #ff5959 100%); }

.service_boxed_1 .item_icon.bg_gradient_purple,
.service_boxed_2 .item_icon.bg_gradient_purple,
.service_primary .item_icon.bg_gradient_purple {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
  background-image: -webkit-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
  background-image: -o-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
  background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%); }

.service_boxed_1 .item_icon.bg_gradient_brown,
.service_boxed_2 .item_icon.bg_gradient_brown,
.service_primary .item_icon.bg_gradient_brown {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(179, 89, 0, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(179, 89, 0, 0.4);
  background-image: -webkit-linear-gradient(50deg, #994d00 0%, #fcbf7a 100%);
  background-image: -o-linear-gradient(50deg, #994d00 0%, #fcbf7a 100%);
  background-image: linear-gradient(40deg, #994d00 0%, #fcbf7a 100%); }
/* service items icon BG color - end */
/* service boxed 1 - start */
.service_boxed_1 {
  margin-top: 30px;
  padding: 60px 40px;
  max-width: 370px;
  background-color: #ffffff;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1); }
  .service_boxed_1:hover {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1); }
  .service_boxed_1 .icon_wrap {
    z-index: 1;
    position: relative;
    margin-bottom: 40px;
    display: inline-block; }
    .service_boxed_1 .icon_wrap .icon_deco {
      opacity: 0;
      z-index: -1;
      line-height: 1;
      max-width: 10px;
      position: absolute;
      -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .service_boxed_1 .icon_wrap .icon_deco.icon_deco_1 {
        top: 10px;
        left: 10px; }
      .service_boxed_1 .icon_wrap .icon_deco.icon_deco_2 {
        top: 10px;
        right: 10px; }
      .service_boxed_1 .icon_wrap .icon_deco.icon_deco_3 {
        left: 10px;
        bottom: 10px; }
      .service_boxed_1 .icon_wrap .icon_deco.icon_deco_4 {
        right: 10px;
        bottom: 10px; }
  .service_boxed_1:hover .icon_wrap .icon_deco {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }
    .service_boxed_1:hover .icon_wrap .icon_deco.icon_deco_1 {
      top: -5px;
      left: -6px; }
    .service_boxed_1:hover .icon_wrap .icon_deco.icon_deco_2 {
      top: -6px;
      right: -2px;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .service_boxed_1:hover .icon_wrap .icon_deco.icon_deco_3 {
      left: -6px;
      bottom: -6px; }
    .service_boxed_1:hover .icon_wrap .icon_deco.icon_deco_4 {
      right: -20px;
      bottom: 24px; }
  .service_boxed_1 .item_icon {
    z-index: 1;
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 48px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    display: inline-block; }
    .service_boxed_1 .item_icon i { 
      font-size: 38px;
    }
    .service_boxed_1 .item_icon.bg_gradient_blue {
      -webkit-box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
      box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
      background-image: -webkit-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
      background-image: -o-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
      background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%); }
    .service_boxed_1 .item_icon.bg_gradient_green {
      -webkit-box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
      box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
      background-image: -webkit-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
      background-image: -o-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
      background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%); }
    .service_boxed_1 .item_icon.bg_gradient_orange {
      -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
      box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
      background-image: -webkit-linear-gradient(117deg, #ffb51c 0%, #ff8e0d 100%);
      background-image: -o-linear-gradient(117deg, #ffb51c 0%, #ff8e0d 100%);
      background-image: linear-gradient(-27deg, #ffb51c 0%, #ff8e0d 100%); }
    .service_boxed_1 .item_icon.bg_gradient_red {
      -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
      box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
      background-image: -webkit-linear-gradient(50deg, red 0%, #ff5959 100%);
      background-image: -o-linear-gradient(50deg, red 0%, #ff5959 100%);
      background-image: linear-gradient(40deg, red 0%, #ff5959 100%); }
    .service_boxed_1 .item_icon.bg_gradient_purple {
      -webkit-box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
      box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
      background-image: -webkit-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
      background-image: -o-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
      background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%); }
  .service_boxed_1 .item_title {
    margin-bottom: 20px; }
    .service_boxed_1 .item_title > a {
      font-size: 24px;
      color: #051441;
      }
  .service_boxed_1:hover .item_title > a {
    color: #4154f1; }
  .service_boxed_1 .details_btn {
    display: table;
    line-height: 1;
    color: #afb8ce;
    font-size: 48px;
    margin-left: -7px;
    margin-bottom: -20px; }
    .service_boxed_1 .details_btn:hover {
      -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
      transform: translateX(6px); }
  .service_boxed_1:hover .details_btn {
    color: #4154f1; }
  .service_boxed_1 p{
    font-family: 'Product sans', sans-serif;

  }  

/* service boxed 1 - end */
/* service boxed 2 - start */
.service_carousel {
  margin: -75px 0px; }
  .service_carousel .item {
    padding: 75px 0px; }
    .service_carousel .item .service_boxed_2 {
      -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08); }
      .service_carousel .item .service_boxed_2:hover {
        -webkit-box-shadow: 0px 15px 30px 0px rgba(38, 59, 94, 0.1);
        box-shadow: 0px 15px 30px 0px rgba(38, 59, 94, 0.1); }

.service_boxed_2 {
  padding: 40px 30px;
  border-radius: 6px;
  padding-bottom: 170px;
  background-color: #ffffff;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-size: 155px auto;
  background-position: right 30px bottom 30px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08); }
  .service_boxed_2:hover {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(38, 59, 94, 0.1); }
  .service_boxed_2 .item_icon {
    float: right; }
  .service_boxed_2 .item_title {
    float: left;
    max-width: 160px; }
  .service_boxed_2 .item_icon {
    z-index: 1;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 42px;
    margin: -4px 0px;
    line-height: 64px;
    text-align: center;
    border-radius: 100%;
    display: inline-block; }
  .service_boxed_2 .item_title {
    margin-bottom: 0px; }
    .service_boxed_2 .item_title > a {
      font-size: 24px;
      letter-spacing: -0.5px;
      color: #051441;
       }
  .service_boxed_2:hover .item_title > a {
    color: #4154f1; }
  .service_boxed_2 p {
    font-size: 16px; }

/* service boxed 2 - end */

/* 16 - pricing page - start
==================================================================================================== */
/* pricing section settings - start */
.pricing_section.bg_gray {
  background-color: #fafafe; }

.pricing_section.bg_gray_2 {
  background-image: -webkit-linear-gradient(135deg, #f0f4ff 0%, #e0e5ff 100%);
  background-image: -o-linear-gradient(135deg, #f0f4ff 0%, #e0e5ff 100%);
  background-image: linear-gradient(-45deg, #f0f4ff 0%, #e0e5ff 100%); }

.pricing_section.bg_gray_3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(90%, #e1e6ff));
  background-image: -webkit-linear-gradient(bottom, transparent 0%, #e1e6ff 90%);
  background-image: -o-linear-gradient(bottom, transparent 0%, #e1e6ff 90%);
  background-image: linear-gradient(0deg, transparent 0%, #e1e6ff 90%); }

.pricing_section .spahe_1 {
  top: 28px;
  left: -33px;
  max-width: 66px; }

.pricing_section .spahe_2 {
  top: 130px;
  left: -80px;
  max-width: 30px; }

.pricing_section .spahe_3 {
  left: 110px;
  bottom: 0px;
  max-width: 48px; }

.pricing_section .spahe_4 {
  right: 83px;
  bottom: 0px;
  max-width: 48px; }

.pricing_section .spahe_5 {
  top: 18px;
  right: 12px;
  max-width: 74px; }

.pricing_section .spahe_6 {
  right: 30px;
  width: 20px;
  bottom: -45px; }

/* pricing section settings - end */
/* pricing plan 1 - start */
.pricing_plan_1 {
  margin-top: 30px;
  padding: 45px 65px;
  text-align: center;
  background-color: #f5f8ff;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .pricing_plan_1:hover {
    background-color: #ffffff;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
    box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08); }
  .pricing_plan_1 .pricing_header.mb-50 {
    margin-bottom: 40px; }
  .pricing_plan_1 .pricing_header .title_text {
    font-size: 20px;
    margin-bottom: 20px;
    color: #4154f1; }
    .pricing_plan_1 .pricing_header .title_text.text_lightblue {
      color: #309bf2; }
    .pricing_plan_1 .pricing_header .title_text.text_lightgreen {
      color: #61c330; }
    .pricing_plan_1 .pricing_header .title_text.text_orange {
      color: #ffa512; }
  .pricing_plan_1 .pricing_header .price_text strong {
    line-height: 1;
    font-size: 48px;
    display: inline-block;
    color: #051441;
     }
  .pricing_plan_1 .pricing_header .price_text sup {
    top: -20px;
    margin-right: 5px; }
  .pricing_plan_1 .pricing_header .price_text sup, .pricing_plan_1 .pricing_header .price_text sub {
    line-height: 1;
    font-size: 16px;
    color: #051441;
     }
  .pricing_plan_1 .pricing_header .price_text sub {
    color: #677294; }
  .pricing_plan_1 .item_icon {
    width: 160px;
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 0px auto 50px; }
    .pricing_plan_1 .item_icon img {
      margin: auto;
      height: auto; }
  .pricing_plan_1 .info_list {
    margin-bottom: 40px; }
    .pricing_plan_1 .info_list > ul > li {
      font-size: 16px;
      line-height: 1.1;
      margin-bottom: 25px;
      font-family: 'Product sans', sans-serif;
     }
      .pricing_plan_1 .info_list > ul > li:last-child {
        margin-bottom: 0px !important; }
  .pricing_plan_1 .btn.btn_border {
    padding: 15px 38px;
    padding-bottom: 17px; }

.pricing_tab {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  color: #4154f1; }
  .pricing_tab .tab_btn {
    cursor: pointer; }
  .pricing_tab .year_tab {
    color: #051441; }
  .pricing_tab.active .month_tab {
    color: #051441; }
  .pricing_tab.active .year_tab {
    color: #4154f1; }
  .pricing_tab .tab_switcher {
    width: 60px;
    height: 24px;
    cursor: pointer;
    margin: 0px 10px;
    position: relative;
    border-radius: 45px;
    display: inline-block;
    background-color: #ffffff;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px); }
    .pricing_tab .tab_switcher:before {
      top: -3px;
      left: 0px;
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      border-radius: 100%;
      background: #4154f1;
      -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      -webkit-box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25);
      box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25); }
    .pricing_tab .tab_switcher.active:before {
      left: calc(100% - 30px); }

.pricing_plan_1 .yearly_price {
  display: none; }

.pricing_plan_1.change_amount .yearly_price {
  display: block; }

.pricing_plan_1.change_amount .monthly_price {
  display: none; }

/* pricing plan 1 - end */
/* pricing plan 2 - start */
.pricing_plan_2 {
  margin-top: 30px;
  overflow: hidden;
  padding: 50px 40px;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .pricing_plan_2:hover {
    background-color: #ffffff;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
    box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08); }
  .pricing_plan_2 .item_label {
    top: 0px;
    right: 30px;
    max-width: 30px;
    position: absolute;
    display: inline-block; }
  .pricing_plan_2 .pricing_header {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5; }
    .pricing_plan_2 .pricing_header .title_text {
      font-size: 20px;
      color: #051441; }
      .pricing_plan_2 .pricing_header .title_text.text_lightblue {
        color: #309bf2; }
      .pricing_plan_2 .pricing_header .title_text.text_lightgreen {
        color: #61c330; }
      .pricing_plan_2 .pricing_header .title_text.text_orange {
        color: #ffa512; }
    .pricing_plan_2 .pricing_header .price_text strong {
      line-height: 1;
      font-size: 48px;
      display: inline-block;
      color: #051441;
     }
    .pricing_plan_2 .pricing_header .price_text sup {
      top: -20px;
      margin-right: 5px; }
    .pricing_plan_2 .pricing_header .price_text sup, .pricing_plan_2 .pricing_header .price_text sub {
      line-height: 1;
      font-size: 16px;
      color: #051441;
      }
    .pricing_plan_2 .pricing_header .price_text sub {
      color: #677294; }
  .pricing_plan_2 .info_list {
    margin-bottom: 40px; }
    .pricing_plan_2 .info_list > ul li {
      font-size: 16px;
      line-height: 1.1;
      margin-bottom: 25px; }
      .pricing_plan_2 .info_list > ul li:last-child {
        margin-bottom: 0px !important; }
      .pricing_plan_2 .info_list > ul li i {
        float: right; }
        .pricing_plan_2 .info_list > ul li i.fa-check-circle {
          color: #00a37b; }
        .pricing_plan_2 .info_list > ul li i.fa-times-circle {
          color: #ff99af; }
  .pricing_plan_2 .btn {
    display: block;
    padding: 16px 50px;
    padding-bottom: 18px; }

/* pricing plan 2 - end */
/* pricing plan 3 - start */
.pricing_plan_3 {
  margin-top: 30px;
  text-align: center;
  padding: 50px 60px;
  border-radius: 4px;
  background-color: #f9f9f9; }
  .pricing_plan_3 .price_text {
    display: block;
    line-height: 1;
    font-size: 48px;
    margin-bottom: 10px;
    color: #051441;
     }
  .pricing_plan_3 .title_text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px; }
  .pricing_plan_3 p {
    font-size: 16px;
    margin-bottom: 40px; }
  .pricing_plan_3 .btn {
    padding: 15px 31px;
    padding-bottom: 16px; }
    .pricing_plan_3 .btn .fa-long-arrow-right {
      margin-left: 5px;
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }
  .pricing_plan_3.special_item {
    color: #ffffff;
    padding: 80px 60px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#301cab), color-stop(52%, #4448d3), to(#5774fa));
    background-image: -webkit-linear-gradient(bottom, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: -o-linear-gradient(bottom, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: linear-gradient(0deg, #301cab 0%, #4448d3 52%, #5774fa 100%); }
    .pricing_plan_3.special_item .price_text,
    .pricing_plan_3.special_item .title_text {
      color: #ffffff; }

/* pricing plan 3 - end */
/* 16 - pricing page - end
==================================================================================================== */


/* 27 - home pages - start
==================================================================================================== */
/* banner section setting - start
======================================== */
.banner_section {
  min-height: 100vh; }
  .banner_section .banner_image {
    position: relative; }
    .banner_section .banner_image .popup_video {
      top: 50%;
      left: 50%;
      width: 80px;
      height: 80px;
      font-size: 60px;
      line-height: 86px;
      text-align: center;
      position: absolute;
      border-radius: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-animation: ripple_3 2s linear infinite;
      animation: ripple_3 2s linear infinite;
      background-image: -webkit-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
      background-image: -o-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
      background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%); }
      .banner_section .banner_image .popup_video i {
        color: #ffffff;
        margin-left: 4px; }
  .banner_section .banner_content {
    z-index: 2;
    position: relative; }
    .banner_section .banner_content .title_text {
      font-size: 60px;
      position: relative;
      letter-spacing: -0.9px;
       }
      /* .banner_section .banner_content .title_text span, .banner_section .banner_content .title_text strong {
         } */
    .banner_section .banner_content p {
      font-size: 18px;
      line-height: 1.54; }
    .banner_section .banner_content .popup_video {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .banner_section .banner_content .popup_video .icon {
        float: left;
        width: 55px;
        height: 55px;
        font-size: 42px;
        line-height: 59px;
        text-align: center;
        margin-right: 25px;
        border-radius: 100%;
        display: inline-block;
        background-color: #ffffff;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -webkit-animation: ripple_xsmall 2s linear infinite;
        animation: ripple_xsmall 2s linear infinite; }
        .banner_section .banner_content .popup_video .icon i {
          margin-left: 4px;
          -webkit-background-clip: text;
          background-image: -webkit-gradient(linear, left bottom, left top, from(#301cab), color-stop(52%, #4448d3), to(#5774fa));
          background-image: -webkit-linear-gradient(bottom, #301cab 0%, #4448d3 52%, #5774fa 100%);
          background-image: -o-linear-gradient(bottom, #301cab 0%, #4448d3 52%, #5774fa 100%);
          background-image: linear-gradient(0deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
          -webkit-text-fill-color: transparent; }
      .banner_section .banner_content .popup_video:hover .icon {
        border-color: #4154f1;
        background-color: #4154f1; }
        .banner_section .banner_content .popup_video:hover .icon i {
          background: none;
          -webkit-text-fill-color: #ffffff; }
      .banner_section .banner_content .popup_video small {
        font-size: 16px;
        position: relative;
        color: #6a7c92;
        display: inline-block; }
        .banner_section .banner_content .popup_video small:after, .banner_section .banner_content .popup_video small:before {
          left: 0;
          height: 1px;
          width: 100%;
          content: '';
          bottom: 2px;
          position: absolute;
          background-color: #6a7c92; }
        .banner_section .banner_content .popup_video small:before {
          -webkit-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
          -webkit-transition: -webkit-transform .4s ease;
          transition: -webkit-transform .4s ease;
          -o-transition: transform .4s ease;
          transition: transform .4s ease;
          transition: transform .4s ease, -webkit-transform .4s ease; }
        .banner_section .banner_content .popup_video small:after {
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
          background-color: #4154f1;
          -webkit-transition: -webkit-transform .4s ease .2s;
          transition: -webkit-transform .4s ease .2s;
          -o-transition: transform .4s ease .2s;
          transition: transform .4s ease .2s;
          transition: transform .4s ease .2s, -webkit-transform .4s ease .2s; }
      .banner_section .banner_content .popup_video:hover small {
        color: #4154f1; }
        .banner_section .banner_content .popup_video:hover small:before {
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0); }
        .banner_section .banner_content .popup_video:hover small:after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
    .banner_section .banner_content .btns_group > ul > li {
      margin-right: 30px; }
      .banner_section .banner_content .btns_group > ul > li:last-child {
        margin-right: 0px !important; }
    .banner_section .banner_content .btn_text {
      position: relative;
      padding-bottom: 6px; }
      .banner_section .banner_content .btn_text:after, .banner_section .banner_content .btn_text:before {
        left: 0;
        height: 1px;
        width: 100%;
        content: '';
        bottom: 2px;
        position: absolute;
        background-color: #6a7c92; }
      .banner_section .banner_content .btn_text:before {
        -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        -o-transition: transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease; }
      .banner_section .banner_content .btn_text:after {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        background-color: #4154f1;
        -webkit-transition: -webkit-transform .4s ease .2s;
        transition: -webkit-transform .4s ease .2s;
        -o-transition: transform .4s ease .2s;
        transition: transform .4s ease .2s;
        transition: transform .4s ease .2s, -webkit-transform .4s ease .2s; }
      .banner_section .banner_content .btn_text:hover {
        color: #4154f1; }
        .banner_section .banner_content .btn_text:hover:before {
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0); }
        .banner_section .banner_content .btn_text:hover:after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
  .banner_section .form_item input {
    height: 65px;
    padding: 0px 30px;
    border: 1px solid #f5f5f7;
    -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1); }
    .banner_section .form_item input:focus {
      border-color: #4154f1; }
  .banner_section .form_item .btn {
    top: 50%;
    right: 8px;
    position: absolute;
    padding: 17px 33px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner_section.text-white .banner_content .title_text {
    color: #ffffff; }
  .banner_section.text-white .banner_content .btn_text {
    color: #ffffff; }
    .banner_section.text-white .banner_content .btn_text i {
      color: #ffffff; }
    .banner_section.text-white .banner_content .btn_text:after, .banner_section.text-white .banner_content .btn_text:before {
      background-color: #ffffff; }
    .banner_section.text-white .banner_content .btn_text:before {
      -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transition: -webkit-transform .4s ease;
      transition: -webkit-transform .4s ease;
      -o-transition: transform .4s ease;
      transition: transform .4s ease;
      transition: transform .4s ease, -webkit-transform .4s ease; }
    .banner_section.text-white .banner_content .btn_text:after {
      background-color: #ffffff; }
    .banner_section.text-white .banner_content .btn_text:hover {
      color: #ffffff; }

/* banner section setting - end
======================================== */



/* 27.09 - home saas - start
================================================== */
/* banner section - start */
.saas_banner {
  min-height: 80vh;
  padding-top: 200px;
  margin-bottom: 164px; }
  .saas_banner.bg_gradient_blue {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#3b31ed), color-stop(52%, #4773f4), to(#52b4fb));
    background-image: -webkit-linear-gradient(left top, #3b31ed 0%, #4773f4 52%, #52b4fb 100%);
    background-image: -o-linear-gradient(left top, #3b31ed 0%, #4773f4 52%, #52b4fb 100%);
    background-image: linear-gradient(to right bottom, #3b31ed 0%, #4773f4 52%, #52b4fb 100%); }
  .saas_banner .circle_1 {
    left: -337px;
    bottom: -187px;
    max-width: 708px; }
    .saas_banner .circle_1 img {
      -webkit-animation: zoominout 5s infinite;
      animation: zoominout 5s infinite; }
  .saas_banner .circle_2 {
    top: 167px;
    left: 47.6%;
    max-width: 151px; }
    .saas_banner .circle_2 img {
      -webkit-animation: zoominout 3s infinite;
      animation: zoominout 3s infinite; }
  .saas_banner .circle_3 {
    right: 381px;
    bottom: 212px;
    max-width: 279px; }
    .saas_banner .circle_3 img {
      -webkit-animation: zoominout 4s infinite;
      animation: zoominout 4s infinite; }
  .saas_banner .circle_4 {
    top: 188px;
    right: 265px;
    max-width: 66px; }
    .saas_banner .circle_4 img {
      -webkit-animation: zoominout 3s infinite;
      animation: zoominout 3s infinite; }
  .saas_banner .banner_content .title_text {
    font-size: 44px;
    margin-bottom: 20px;
    letter-spacing: -0.9px; }
    /* .saas_banner .banner_content .title_text span {
       } */
    .saas_banner .banner_content .title_text strong {
      display: block;
      margin-top: 10px;
       }
  .saas_banner .banner_content p {
    margin-bottom: 35px; }
  .saas_banner .banner_image {
    width: 885px;
    margin: 0px auto;
    position: relative;
    margin-bottom: -164px; }
    .saas_banner .banner_image .phone_image {
      right: -59px;
      bottom: -23px;
      max-width: 198px;
      position: absolute; }

/* banner section - end */

/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
/*  ====================================================================================================
01 - media screen and (max-width: 1440px) - start
==================================================================================================== */

@media screen and (max-width: 1700px) {
  /* about page - start */
  .feature_section .feature_image {
    width: 680px; }
  .feature_section .feature_image .phone_image {
    left: -42px;
    bottom: -20px;
    max-width: 150px; }
  .feature_section .feature_image .watch_image {
    right: -15px;
    bottom: 20px;
    max-width: 70px; }
  /* about page - end */
  /* home saas - start */
  .saas_banner .circle_1 {
    left: -300px;
    bottom: -160px;
    max-width: 620px; }
  .saas_banner .circle_2 {
    top: 140px;
    max-width: 130px; }
  .saas_banner .circle_4 {
    right: 10%;
    max-width: 65px; }
  .saas_banner .circle_3 {
    right: 20%;
    bottom: 210px;
    max-width: 250px; }
  .feature_section .feature_image_12 {
    width: 760px; }
  .feature_section .feature_image_12 .small_image {
    max-width: 300px; }
  .feature_section .feature_image_12 .child_image_1,
  .feature_section .feature_image_12 .child_image_2,
  .feature_section .feature_image_12 .child_image_3 {
    max-width: 320px; }
  .feature_section .feature_image_12 .child_image_2 {
    top: 155px; }
  .feature_section .feature_image_12 .child_image_3 {
    max-width: 355px;
    top: 240px; }
  .feature_section .shape_14 {
    top: -70px;
    left: -320px;
    max-width: 1030px; }
  .feature_section .shape_15 {
    max-width: 880px; }
  .feature_section .feature_image_13 {
    width: 630px;
    margin-left: -70px; }
  .feature_section .feature_image_13 .child_image_1 {
    max-width: 330px;
    right: 60px; }
  .feature_section .feature_image_13 .child_image_2 {
    max-width: 310px; }
  .feature_section .feature_image_13 .child_image_3 {
    max-width: 385px;
    bottom: -82px; }
  /* home saas - end */ }

@media screen and (max-width: 1650px) {
 
  /* service page - start */
  .service_section .spahe_2 {
    right: 15px;
    max-width: 190px; }
  .service_section .spahe_1 {
    right: 80px;
    max-width: 220px; }
  .service_boxed_2 p {
    font-size: 15px; }
  /* service page - end */

  }



@media screen and (max-width: 1600px) {
  /* footer section - start */
  .footer_section .spahe_1 {
    left: -40px;
    bottom: -20px;
    max-width: 220px; }
  /* footer section - end */
  /* home saas - start */
  .saas_banner .circle_1 {
    left: -250px;
    bottom: -150px;
    max-width: 540px; }
  .saas_banner .circle_3 {
    max-width: 200px; }
  .saas_banner .circle_2 {
    top: 150px;
    max-width: 100px; }
  .saas_banner .banner_content .title_text {
    font-size: 48px; }
  /* home saas - end */ }

@media screen and (max-width: 1560px) {
  /* global reset - start */
  .w-1520 {
    max-width: 1200px; }
  /* global reset - end */
  /* home agency - start */
  .banner_section .banner_content .title_text {
    font-size: 48px; }
  .banner_section .banner_content p {
    font-size: 16px; }
  
   }

@media screen and (max-width: 1520px) {
  
  /* home saas - start */
  .saas_banner .circle_1 {
    max-width: 500px; }
  .feature_section .feature_image_12 {
    width: 690px; }
  .feature_section .feature_image_12 .small_image {
    max-width: 260px;
    left: 70px;
    bottom: -58px; }
  .feature_section .feature_image_12 .child_image_1,
  .feature_section .feature_image_12 .child_image_2,
  .feature_section .feature_image_12 .child_image_3 {
    max-width: 290px;
    right: -60px; }
  .feature_section .feature_image_12 .child_image_3 {
    max-width: 330px;
    top: 228px; }
  .feature_section .feature_image_12 .child_image_2 {
    top: 150px; }
  .feature_section .shape_14 {
    top: -50px;
    left: -320px;
    max-width: 980px; }
  .feature_section .shape_15 {
    max-width: 820px; }
  .feature_section .feature_image_13 {
    width: 570px;
    margin-left: -95px; }
  .feature_section .feature_image_13 .child_image_1 {
    max-width: 280px;
    right: 40px; }
  .feature_section .feature_image_13 .child_image_2 {
    max-width: 260px;
    top: 150px;
    left: -110px; }
  .feature_section .feature_image_13 .child_image_3 {
    max-width: 340px;
    bottom: -68px; }
  /* home saas - end */
  }

@media screen and (max-width: 1480px) {
  /* footer section - start */
  .footer_section .spahe_1 {
    max-width: 170px; }
  /* footer section - end */
  /* about page - start */
  .feature_section .feature_image {
    width: 600px; }
  .feature_section .feature_image .phone_image {
    left: -42px;
    bottom: -20px;
    max-width: 140px; }
  .feature_section .feature_image .watch_image {
    right: -10px;
    bottom: 20px;
    max-width: 60px; }
  /* about page - end */
 }



@media screen and (max-width: 1410px) {
 
  /* home saas - start */
  .saas_banner .circle_1 {
    left: -200px;
    bottom: -100px;
    max-width: 400px; }
  .feature_section .shape_14 {
    max-width: 900px; }
  .feature_section .feature_image_12 {
    width: 640px; }
  .feature_section .feature_image_13 {
    width: 530px;
    margin-left: -95px; }
  .feature_section .shape_15 {
    max-width: 740px; }
  /* home saas - end */ }

@media screen and (max-width: 1350px) {
  /* global page - start */
  @-webkit-keyframes ripple {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2);
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2), 0px 0px 0px 60px rgba(255, 255, 255, 0);
      box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2), 0px 0px 0px 60px rgba(255, 255, 255, 0); } }
  @keyframes ripple {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2);
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2), 0px 0px 0px 60px rgba(255, 255, 255, 0);
      box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2), 0px 0px 0px 60px rgba(255, 255, 255, 0); } }
  /* global page - end */
  
   }

@media screen and (max-width: 1310px) {
  /* about page - start */
  .feature_section .feature_image {
    width: 600px;
    margin-right: -50px; }
  .feature_section .feature_image .phone_image {
    left: -20px; }
  .feature_section .feature_image .watch_image {
    right: -5px; }
  /* about page - end */
  }

/* ====================================================================================================
01 - media screen and (max-width: 1440px) - end
==================================================================================================== */
/*  ====================================================================================================
02 - media screen and (max-width: 1280px) - start
==================================================================================================== */
@media screen and (max-width: 1280px) {
  /* footer section - start */
  .footer_section .spahe_1 {
    display: none; }
   }

/* ====================================================================================================
02 - media screen and (max-width: 1280px) - end
==================================================================================================== */
/*  ====================================================================================================
03 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1200px) {
  /* global reset - start */
  .sec_ptb_345 {
    padding: 250px 0px; }
  /* global reset - end */
  /* about page - start */
  .feature_section .feature_image {
    width: 550px;
    margin-right: -50px; }
  .feature_section .feature_image .phone_image {
    left: -32px;
    bottom: -15px;
    max-width: 120px; }
  .feature_section .feature_image .watch_image {
    right: -4px;
    bottom: 18px;
    max-width: 50px; }
  /* about page - end */
   }

@media screen and (max-width: 1140px) {
  /* global reset - start */
  .section_title .icon {
    height: 70px;
    font-size: 42px;
    line-height: 70px; }
  .section_title p {
    font-size: 15px; }
  /* global reset - end */
  /* header - start */
  /* header - end */
  /* footer - start */
  .footer_section .social_links.social_rounded > ul > li {
    margin-right: 5px; }
  /* footer - end */
  /* feature section - start */
  .feature_section .section_title .title_text {
    font-size: 36px; }
  /* feature section - end */
  /* home agency - start */
  .banner_section .banner_content .popup_video .icon {
    width: 50px;
    height: 50px;
    font-size: 38px;
    line-height: 50px; }
  .banner_section .banner_content .popup_video small {
    margin: 11px 0px; }
  .agency_banner .banner_image {
    width: 500px; }
  .agency_banner {
    min-height: 85vh; }
  .banner_section .banner_content .title_text {
    font-size: 42px; }
  .agency_banner .banner_image {
    margin-left: 40px; }
  .service_primary_2 .item_title {
    font-size: 20px;
    margin-bottom: 20px; }
  .home_agency .service_primary_2 {
    padding: 0px; }
  .home_agency .service_primary_2 p {
    font-size: 14px;
    margin-bottom: 15px; }
  .testimonial_section .shape_2 {
    max-width: 450px; }
  .service_section .dot_image_1 {
    top: -100px; }
  .feature_section .shape_2 {
    top: 30px;
    max-width: 170px; }
  .feature_section.bg_flow {
    min-height: auto; }
  /* home agency - end */
  /* home app landing - start */
  /* home app landing - end */
  /* home project management - start */
  .project_management_banner .banner_content {
    max-width: 570px;
    margin: 0px auto; }
  /* home project management - end */
  /* home saas - start */
  .feature_section .feature_image_12 {
    width: 540px; }
  .feature_section .feature_image_12 .small_image {
    max-width: 200px;
    left: 60px;
    bottom: -50px; }
  .feature_section .feature_image_12 .child_image_1,
  .feature_section .feature_image_12 .child_image_2,
  .feature_section .feature_image_12 .child_image_3 {
    max-width: 250px; }
  .feature_section .feature_image_12 .child_image_1 {
    top: 40px; }
  .feature_section .feature_image_12 .child_image_2 {
    top: 105px; }
  .feature_section .feature_image_12 .child_image_3 {
    max-width: 290px;
    top: 170px; }
  .feature_section .shape_14 {
    max-width: 750px; }
  .feature_section .feature_image_13 {
    width: 500px;
    margin-left: -180px; }
  .feature_section .feature_image_13 .child_image_1 {
    max-width: 250px; }
  .feature_section .feature_image_13 .child_image_2 {
    max-width: 200px;
    left: -100px; }
  .feature_section .feature_image_13 .child_image_3 {
    max-width: 295px;
    bottom: -78px; }
  .feature_section .shape_15 {
    max-width: 695px; }
  /* home saas - end */ }

@media screen and (max-width: 1112px) {
  .testimonial_section .testimonial_carousel_1 .owl-nav {
    left: 108%; } }

@media screen and (max-width: 1100px) {
  /* about page - start */
  .feature_section .feature_image {
    width: 500px; }
  /* about page - end */
  /* register page - start */
  .register_section .signup_wrap .info_wrap h3 {
    font-size: 28px;
    margin-bottom: 35px; }
  .register_section .signup_wrap .info_wrap {
    padding: 0px 55px; }
  /* register page - end */
  /* home app landing - start */
  .app_landing_banner .banner_content .title_text {
    font-size: 54px; }
  .app_landing_banner {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 100px; }
  /* home app landing - end */
  .section_title .title_text {
    font-size: 36px; }
  .home_saas .feature_section .section_title.decrease_size .title_text {
    font-size: 28px; 
  }
 
  .feature_section .child_feature_2 .item_content .item_title {
    font-size: 20px; }
  .section_title.increase_size .title_text {
    font-size: 38px; } }

@media screen and (max-width: 1080px) {
  .header_section .btn {
    font-size: 15px;
    padding: 13px 30px;
    padding-bottom: 14px; } 
  }

@media screen and (max-width: 1060px) {
  /* details - start */
  .blog_small .item_title > a {
    font-size: 16px; }
  /* details - end */
  .chat_banner .bg_1, .chat_banner .bg_2 {
    max-width: 580px; }
  .chat_banner .bg_1 {
    top: -110px; }
  .chat_banner .bg_2 {
    top: -75px; }
  .service_boxed_3 {
    padding: 40px 30px; }
  .service_boxed_3 .item_title {
    font-size: 18px;
    margin-bottom: 10px; }
  .ml--30 {
    margin-left: 0px; }
  .feature_section .section_title .title_text {
    font-size: 30px; }
  .section_title .title_text {
    font-size: 32px; }
  .agency_banner .banner_content .title_text {
    font-size: 38px; } }

@media screen and (max-width: 1024px) {
  /* global reset - start */
  body {
    font-size: 15px; }
  .sec_ptb_120 {
    padding: 100px 0px; }
  .sec_ptb_160 {
    padding: 100px 0px; }
  .sec_ptb_345 {
    padding: 220px 0px; }
  .mb-80 {
    margin-bottom: 60px; }
  .mb-50 {
    margin-bottom: 40px; }
  .mr--30 {
    margin-right: 0px; }
  .ml--30 {
    margin-left: 0px; }
  .section_title.mb-50 {
    margin-bottom: 30px; }
  .section_title .title_text {
    font-size: 36px; }
  @-webkit-keyframes ripple {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2);
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0);
      box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0); } }
  @keyframes ripple {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2);
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0);
      box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0); } }
  /* global reset - end */
  /* header - start */
  /* header - end */
  /* footer - start */
  .footer_section .social_links.social_rounded > ul > li {
    width: 35px;
    height: 35px;
    margin-right: 5px; }
  .footer_section .social_links.social_rounded > ul > li > a {
    line-height: 37px; }
  /* footer - end */
  /* breadcrumb section - start */
  .breadcrumb_section .spahe_1,
  .breadcrumb_section .spahe_2 {
    max-width: 290px; }
  .breadcrumb_section .spahe_1 {
    top: -50px;
    right: -50px; }
  .breadcrumb_section .spahe_2 {
    left: -50px;
    bottom: -50px; }
  .breadcrumb_section {
    min-height: 450px; }
  .breadcrumb_section .breadcrumb_content p {
    font-size: 16px; }
  .breadcrumb_section .breadcrumb_content .page_title {
    font-size: 48px; }
  /* breadcrumb section - end */
  /* sidebar section - start */
  .sidebar_section .widget {
    margin-bottom: 40px; }
  .sidebar_section .widget_title {
    font-size: 26px; }
  .sidebar_section.pl-30 {
    padding: 0px; }
  /* sidebar section - end */
  /* about page - start */
  .service_boxed_1 {
    padding: 50px 30px; }
  .team_grid .member_name {
    font-size: 20px; }
  /* about page - end */
  /* service page - start */
  .section_title.increase_size .title_text {
    font-size: 36px; }
  .service_section .tabs_nav > ul > li > a strong {
    font-size: 16px; }
  .service_section .tabs_nav > ul > li > a {
    padding: 30px; }
  .service_section .tabs_nav > ul > li > a span {
    width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 60px;
    margin-bottom: 20px; }
  .service_section .tab-content .service_image_2 {
    max-width: 770px;
    margin: 0px auto; }
  .service_section .tab-content .service_image_2 .image_2 {
    max-width: 300px; }
  .service_section .tab-content .service_image_2 .image_1 {
    width: 100%;
    max-width: auto;
    margin-bottom: -65px; }
  .introduction_section .video_wrap {
    max-width: 730px;
    margin: 0px auto; }
  .introduction_section .video_wrap .dot_image {
    top: -20px;
    right: 75px;
    max-width: 100px; }
  .introduction_section .video_wrap .man_2 {
    left: -65px;
    bottom: 50px;
    max-width: 135px; }
  .introduction_section .video_wrap .man_1 {
    right: -40px;
    bottom: 70px;
    max-width: 100px; }
  .introduction_section .video_wrap .leaf_image {
    left: 35px;
    bottom: 45px;
    max-width: 90px; }
  .video_wrap .banner_image .popup_video {
    width: 60px;
    height: 60px;
    font-size: 50px;
    line-height: 62px; }
  .feature_section .feature_image_2 {
    max-width: 330px;
    margin-left: -100px; }
  .feature_section .feature_image_2 .image_2 {
    max-width: 250px;
    top: 90px;
    left: -100px; }
  .feature_section .feature_image_2 .image_3 {
    max-width: 200px;
    right: -65px;
    bottom: 85px; }
  /* service page - end */
  /* register page - start */
  .register_section .signin_image {
    width: 350px;
    margin-right: 50px; }
  /* register page - end */
  /* process page - start */
  .process_section .process_item:nth-child(2n) .item_content::before {
    left: -68px; }
  .process_section .process_item:nth-child(2n) .item_content::after {
    left: -62px; }
  /* process page - end */
  /* pricing page - start */
  .pricing_plan_1 {
    padding: 50px 45px; }
  .pricing_plan_1 .info_list > ul > li {
    font-size: 15px;
    margin-bottom: 20px; }
  .pricing_plan_3 {
    padding: 50px; }
  .pricing_plan_3.special_item {
    padding: 70px 50px; }
  .pricing_plan_3 p {
    margin-bottom: 30px; }
  /* pricing page - end */
  /* casestudy page - start */
  .casestudy_fullimage .item_content .item_title > a {
    font-size: 18px; }
  /* casestudy page - end */
  /* blog page - start */
  .blog_small .item_title > a {
    font-size: 16px; }
  .blog_small .post_date {
    font-size: 13px; }
  .blog_grid .item_image {
    margin-bottom: 30px; }
  .blog_grid .item_title > a {
    font-size: 26px; }
  .blog_section .pagination_nav > ul {
    margin: 0px auto; }
  .blog_grid.decrease_size .item_title > a {
    font-size: 22px; }
  /* blog page - end */
  /* blog details page - start */
  .details_section .blog_grid .item_title > a {
    font-size: 17px; }
  .details_section .blog_grid .post_date {
    top: 10px;
    left: 10px;
    min-width: 55px;
    min-height: 55px;
    padding: 10px 8px; }
  .details_section .blog_grid .post_date strong {
    font-size: 19px;
    margin-bottom: 1px; }
  .details_section .blog_grid .post_date span {
    font-size: 12px; }
  .details_section .blog_grid .item_image {
    margin-bottom: 15px; }
  .details_section .blog_grid .item_title {
    margin-bottom: 10px; }
  /* blog details page - end */
  /* home agency - start */
  .agency_banner .bg_1 {
    width: 640px;
    right: -170px; }
  .agency_banner .bg_2 {
    width: 750px;
    right: -300px; }
  .agency_banner .cloud_3 {
    top: 300px;
    left: -85px; }
  .testimonial_section .shape_2 {
    max-width: 360px; }
  .partner_section .shape_1 {
    max-width: 220px; }
  /* home agency - end */
  /* home chat - start */
  .chat_banner {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 60px; }
  .chat_banner .bg_1 {
    right: -110px; }
  .chat_banner .bg_2 {
    right: -115px; }
  .service_section .shape_3 {
    bottom: -170px;
    max-width: 630px; }
  .introduction_section .video_wrap .leaf_image_1,
  .introduction_section .video_wrap .leaf_image_2 {
    bottom: 30px;
    max-width: 90px; }
  .introduction_section .video_wrap {
    padding-bottom: 50px; }
  /* home chat - end */
  /* home digital agency - start */
  .digital_agency_banner {
    min-height: 700px; }
  .digital_agency_banner .banner_image {
    max-width: 440px; }
  .digital_agency_banner .shape_1 {
    top: -98px;
    right: -145px;
    max-width: 600px; }
  .digital_agency_banner .shape_2 {
    top: -115px;
    right: -190px;
    max-width: 660px; }
  /* home digital agency - end */
  /* home digital marketing - start */
  .digital_marketing_banner .banner_image {
    max-width: 430px; }
  .digital_marketing_banner .apps_wrap > ul {
    width: 260px;
    height: 250px; }
  .digital_marketing_banner .apps_wrap.wrap_left {
    left: 15px; }
  .digital_marketing_banner .apps_wrap.wrap_right {
    right: 15px; }
  .feature_section .feature_image_7 {
    max-width: 543px;
    margin-left: 0px; }
  /* home digital marketing - end */
  /* home hr management - start */
  .hr_management_banner {
    min-height: 700px; }
  .hr_management_banner .banner_image {
    top: 0px;
    right: -385px;
    -webkit-transform: scale(0.64);
    -ms-transform: scale(0.64);
    transform: scale(0.64); }
  .hr_management_banner .shape_1 {
    max-width: 310px; }
  .hr_management_banner .shape_2 {
    max-width: 460px; }
  .hr_management_banner .shape_3 {
    max-width: 600px; }
  /* home hr management - end */
  /* home payment - start */
  .payment_banner .shape_3 {
    max-width: 90px; }
  .payment_banner .banner_content {
    max-width: 430px; }
  .banner_section .banner_content .title_text {
    margin-bottom: 20px; }
  .banner_section .banner_content p {
    margin-bottom: 30px; }
  .payment_banner .shape_1 {
    left: -130px;
    bottom: -55px;
    max-width: 430px; }
  .payment_banner {
    min-height: auto;
    padding-bottom: 30px; }
  .payment_banner .banner_image {
    width: 330px;
    margin-left: -80px; }
  .payment_banner .banner_image .card_image {
    max-width: 330px;
    left: -130px; }
  .feature_section .feature_image_9 {
    float: right;
    max-width: 450px;
    margin-right: -70px; }
  .feature_section .feature_image_9 .child_image {
    max-width: 240px;
    top: 120px;
    right: -60px; }
  .feature_section .feature_image_9 .dot_image {
    max-width: 110px;
    left: 10px;
    top: 125px; }
  .feature_section .feature_image_2 {
    margin-left: -75px; }
  .feature_section .shape_10 {
    left: -100px;
    max-width: 400px; }
  .feature_section .shape_9 {
    right: -140px;
    max-width: 400px; }
  .feature_section .shape_11 {
    bottom: -55px;
    max-width: 430px; }
  .testimonial_section .shape_3 {
    top: -110px;
    right: -140px;
    max-width: 430px; }
  /* home payment - end */
  /* home payment - start */
  .project_management_banner .banner_image {
    width: 760px;
    margin: 80px auto -225px; }
  /* home payment - end */
  /* home saas - start */
  .saas_banner {
    min-height: auto;
    padding-top: 200px;
    margin-bottom: 164px; }
  .saas_banner .circle_1 {
    left: -130px;
    bottom: -50px;
    max-width: 300px; }
  .saas_banner .circle_3 {
    right: 15%;
    bottom: 140px;
    max-width: 170px; }
  .saas_banner .circle_4 {
    right: 3%;
    top: 190px;
    max-width: 50px; }
  /* home saas - end */
  /* home software - start */
  .feature_section .section_title .tabs_nav > ul > li > a {
    padding: 12px 25px; }
  .software_banner .banner_image {
    width: auto;
    float: none;
    max-width: 470px;
    margin: 0px auto 40px; }
  .software_banner .banner_content {
    margin: 0px auto;
    max-width: 430px;
    text-align: center; }
    .software_banner .banner_content .btns_group > ul {
      margin: 0px auto; }
  .software_banner .bg_shape_3 {
    right: 0px;
    background-size: 90%;
    background-position: center top; }
  .software_banner .shape_2 {
    bottom: 0px;
    max-width: 430px; }
  .feature_section .feature_image_3 .image_2 {
    max-width: 300px;
    top: 60px;
    left: -120px; }
  .feature_section .feature_image_3 .image_3 {
    max-width: 300px;
    top: 150px;
    left: -100px; }
  /* home software - end */
  /* details - start */
  .shop_details .item_content {
    padding-left: 0px; }
  /* details - end */
  .banner_section .banner_content .title_text {
    font-size: 38px; }
  .feature_section .section_title .title_text {
    font-size: 32px; }
  .digital_agency_banner {
    min-height: 600px; }
  .banner_section .banner_content .popup_video small {
    font-size: 14px; }
  .section_title .title_text {
    font-size: 34px; }
  .feature_section .btns_group > ul > li {
    margin-right: 15px; }
  .software_banner .banner_content {
    margin: 0px;
    max-width: 430px;
    text-align: left; }
  .software_banner .banner_content .btns_group > ul {
    margin: 0px; }
  .chat_banner .banner_content .title_text {
    font-size: 46px; }
  .digital_marketing_banner .banner_content .title_text {
    font-size: 42px; }
  .payment_banner .banner_content .title_text {
    font-size: 42px;
    letter-spacing: 0px; } }

/* ====================================================================================================
03 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
04 - media screen and (max-width: 991px) - start
==================================================================================================== */
@media screen and (max-width: 991px) {
  /* global reset - start */
  .order-last {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .mr--30 {
    margin-right: 0px; }

  .ml--30 {
    margin-left: 0px; }

 
  @-webkit-keyframes ripple_3 {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2);
      box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0);
      box-shadow: 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0); } }
  @keyframes ripple_3 {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2);
      box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0);
      box-shadow: 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0); } }
  .btn {
    padding: 17px 35px; }
    .btn.btn_border {
      padding: 16px 35px; }
  /* global reset - end */
  /* header - start */
  .header_section .brand_logo > .brand_link {
    max-width: 125px; }
  .header_section .btn,
  .header_section .main_menu,
  .header_section .btn.btn_border.border_white {
    display: none; }
  .header_section {
    min-height: 100px; }
  .header_section .menu_btn {
    display: inline-block; }
  /* header - end */
  

  /* home agency - end */
  
  /* home chat - start */
  .service_section .shape_3 {
    bottom: -80px;
    max-width: 520px; }
 
  .feature_section .btns_group > ul {
    float: none;
    margin: 0px auto; }
    
  
  /* home saas - start */
  .saas_banner .banner_image {
    width: 100%; }
  .saas_banner .banner_image .phone_image {
    right: 12px;
    bottom: -12px;
    max-width: 150px; }
  .feature_section .feature_image_12 {
    width: auto;
    float: none;
    padding: 0px;
    max-width: 570px;
    margin: 0px auto 120px; }
  .feature_section .child_feature_2 .item_content .item_title {
    font-size: 20px;
    margin-bottom: 10px; }
  .feature_section .child_feature_2 .item_content p {
    font-size: 14px; }
  .feature_section .app_icons_group > ul {
    margin: 0px auto; }
  .feature_section .feature_image_13 {
    width: auto;
    float: none;
    max-width: 530px;
    margin: 0px auto 70px; }
  
  /* home software - start */
  .feature_section .feature_image_14 {
    width: auto;
    float: none;
    max-width: 370px;
    margin: 0px auto 60px; }
  .feature_section .feature_image_14 .child_image {
    max-width: 290px;
    bottom: 20%;
    right: -25%; }
  .feature_section .section_title .tabs_nav > ul {
    margin: 0px auto; }
  /* home software - end */
  /* shop - start */
  
  .feature_section .section_title .sub_title.c_slide_in_wrap1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  
  .sticky_header.stuck .brand_logo > .brand_link {
    max-width: 125px; }
  .sticky_header.stuck {
    min-height: 80px; }
  .newsletter_section.text-white .form_item input.text-left {
    text-align: center !important; }
  .payment_banner .banner_content .btns_group > ul,
  .software_banner .banner_content .btns_group > ul {
    margin: 0px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .h_map_section .section_title .title_text {
    font-size: 33px; }
  .checkout_section .report_info .card-body .btn.bg_default_blue {
    width: 100%;
    display: block;
    margin-top: 15px; } }

@media screen and (max-width: 940px) {
  
  .app_landing_banner .banner_content .title_text {
    font-size: 48px; }
  .testimonial_section .section_title {
    text-align: center; }
  .section_title .title_text {
    font-size: 30px; }
  .testimonial_section .section_title .c_slide_in_wrap1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

/* ====================================================================================================
04 - media screen and (max-width: 991px) - end
==================================================================================================== */
/* ====================================================================================================
05 - media screen and (max-width: 767px) - start
==================================================================================================== */
@media screen and (max-width: 880px) {

  .feature_section .feature_para {
      max-width: 100%;
   } 
  /* global reset - start */
  .section_title .title_text {
    font-size: 32px; }
  .section_title p {
    font-size: 14px; }
  .service_section .section_title {
    text-align: center; }
    .service_section .section_title.mr--30 {
      margin-right: 0px; }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }
  .btn {
    padding: 17px 35px; }
    .btn.btn_border {
      padding: 16px 35px; }
  .section_title .title_text.mb-30 {
    margin-bottom: 20px; }
  .section_title.c_slide_in .title_text {
    line-height: 1.1; }
  /* global reset - end */
  /* breadcrumb section - start */
  .breadcrumb_section .breadcrumb_content p {
    font-size: 14px; }
  .breadcrumb_section {
    min-height: 380px; }
  /* breadcrumb section - end */
  /* about page - start */
  .service_boxed_1 .item_icon {
    width: 70px;
    height: 70px;
    font-size: 40px;
    line-height: 70px; }
  .service_boxed_1 .icon_wrap {
    margin-bottom: 20px; }
  .service_boxed_1 .item_title {
    margin-bottom: 15px; }
  .service_boxed_1 .item_title > a {
    font-size: 20px; }
  .service_boxed_1 p {
    font-size: 13px;
    margin-bottom: 20px; }
  .service_boxed_1 {
    padding: 40px 30px; }
  .service_boxed_1 .details_btn {
    font-size: 42px; }
  .partner_section .partner_logo {
    height: 40px;
    margin-top: 30px; }
  .partner_section .partner_logo > a {
    max-width: 105px; }
  /* about page - end */
  /* service page - start */
  .service_primary {
    padding: 0px;
    max-width: 230px;
    text-align: center;
    margin: 50px auto 0px; }
  .service_section .tabs_nav > ul {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .service_section .tabs_nav > ul > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      max-width: 33.333%; }
  .service_section .tabs_nav > ul > li > a {
    padding: 40px 30px; }
  .service_section .tab-content .service_image_2 .image_1 {
    max-width: 670px;
    margin: 0px auto -54px; }
  .service_section .tab-content .service_image_2 .image_2 {
    top: 80px;
    max-width: 250px; }
  .testimonial_section .testimonial_carousel_2 .testimonial_item {
    max-width: 470px;
    margin: 0px auto; }
  .testimonial_section .bg_area {
    height: 390px; }
  /* service page - end */
  
  /* home agency - start */
  .service_section .dot_image_1 {
    top: -130px;
    left: -60px;
    max-width: 100px; }
  .feature_section .shape_2 {
    top: 40px;
    max-width: 100px; }
  .introduction_section .video_wrap {
    padding-bottom: 45px; }
  /* home agency - end */
  
  /* home digital agency - start */
  .banner_section .banner_content .title_text {
    font-size: 36px;
    margin-bottom: 15px; }
  .banner_section .banner_content p {
    font-size: 14px;
    margin-bottom: 20px; }
  
  /* home digital agency - end */
  /* home digital marketing - start */
  
  
  /* home saas - start */
  .saas_banner .banner_image {
    width: auto;
    max-width: 670px;
    margin: 0px auto -164px; }
  .saas_banner .banner_image .phone_image {
    right: -20px;
    bottom: -12px;
    max-width: 125px; }
  .feature_section .shape_14 {
    top: 0px;
    left: -340px;
    max-width: 680px; }
  .feature_section .shape_15 {
    right: -209px;
    bottom: 100px;
    max-width: 600px; }
  .feature_section .feature_image_12 .big_image {
    margin-top: -19px;
    margin-bottom: 0px; }
  .feature_section .feature_image_12 {
    margin: 0px auto 90px; }
  .feature_section .feature_image_12 .small_image {
    max-width: 170px; }
  .feature_section .feature_image_12 .child_image_1,
  .feature_section .feature_image_12 .child_image_2,
  .feature_section .feature_image_12 .child_image_3 {
    max-width: 200px; }
  .feature_section .feature_image_12 .child_image_1 {
    top: 30px; }
  .feature_section .feature_image_12 .child_image_2 {
    top: 83px; }
  .feature_section .feature_image_12 .child_image_3 {
    max-width: 240px;
    top: 135px; }
  .casestudy_fullimage .item_content {
    padding: 20px;
    padding-bottom: 15px; }
  .casestudy_fullimage .details_btn {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 42px; }
  /* home saas - end */
  }

@media screen and (max-width: 820px) {
 
  /* header - start */
  .header_section .brand_logo > .brand_link {
    max-width: 115px; }
  .header_section .menu_btn {
    font-size: 25px;
    margin: 7px 0px; }
  /* header - end */
  /* footer - start */
  .footer_section .footer_bottom {
    text-align: center; }
  .footer_section .copyright_text {
    margin-bottom: 15px; }
  .footer_section .footer_menu > ul {
    float: none;
    margin: 15px auto 0px; }
  /* footer - end */
  
  /* about page - start */
  .service_boxed_1 {
    max-width: 370px;
    margin: 30px auto 0px; }
  /* about page - end */
  /* service page - start */
  .service_section .spahe_1 {
    right: 70px;
    max-width: 140px; }
  .service_section .spahe_2 {
    right: 15px;
    max-width: 130px; }
  .newsletter_section .newsletter_boxed .shape_1 {
    bottom: 60px;
    max-width: 140px; }
  .newsletter_section .newsletter_boxed .shape_2 {
    right: 40px;
    bottom: 130px;
    max-width: 80px; }
  .newsletter_section .newsletter_boxed {
    padding: 60px; }
  .service_section .tab-content .service_image_2 .image_2 {
    right: 0px;
    max-width: 190px; }
  
 
 
  /* casestudy details page - start */
  
  .service_section .section_title {
    text-align: center; }
    .service_section .section_title.mr--30 {
      margin-right: 0px; }
  
  .section_title .sub_title {
    font-size: 15px; }
  .section_title .title_text,
  .section_title.increase_size .title_text,
  .feature_section .section_title .title_text,
  .feature_section .section_title.increase_size .title_text {
    font-size: 30px; }
  .section_title p {
    font-size: 15px; }
  .header_section .brand_logo > .brand_link,
  .sticky_header.stuck .brand_logo > .brand_link {
    max-width: 115px; }
  .banner_section .form_item .btn {
    font-size: 14px;
    padding: 12px 26px; } }


@media screen and (max-width: 700px) {
  
 
  .banner_section .banner_content .title_text {
    font-size: 30px; }
  }

/* ====================================================================================================
05 - media screen and (max-width: 767px) - end
==================================================================================================== */
/* ====================================================================================================
06 - media screen and (max-width: 680px) - start
==================================================================================================== */
@media screen and (max-width: 680px) {
  /* global reset - start */
  .section_title .title_text {
    font-size: 30px; }
  /* global reset - end */
  /* header - start */
  .sticky_header.stuck {
    min-height: 75px; }
  /* header - end */
  /* footer - start */
  .footer_section .brand_logo .brand_link {
    max-width: 130px; }
  .footer_section .widget_title {
    font-size: 16px;
    margin-bottom: 25px; }
  /* footer - end */
  
  /* about page - start */
  .feature_section .feature_image .phone_image {
    max-width: 100px; }
  .feature_section .section_title .title_text {
    font-size: 32px; }

  /* about page - end */
  
  .banner_section .banner_content p {
    font-size: 12px; }
  .banner_section .banner_content {
    max-width: 340px; }
  
  @-webkit-keyframes ripple_small {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2);
      box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0);
      box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0); } }
  @keyframes ripple_small {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2);
      box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0);
      box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0); } }
 
  /* shop - end */
  /* details - start */
  .details_section .item_title {
    font-size: 24px; }
  .review_section .review_nav > ul > li {
    height: 45px; }
  .review_section .review_nav > ul > li > a {
    padding: 0px 25px;
    line-height: 45px; }
  /* details - end */
  
  .banner_section .banner_content {
    max-width: 100%; }
  .banner_section .banner_content .title_text {
    font-size: 36px; }
  .banner_section .banner_content p {
    font-size: 14px; }
  .hr_management_banner .banner_content {
    max-width: 320px; }
  .banner_section .banner_content .popup_video {
    margin: 5px 0px; }
  .hr_management_banner .banner_content .title_text span {
    font-size: 34px; }
  .hr_management_banner .banner_content .popup_video {
    margin: 0px; }
  .project_management_banner .banner_content .title_text {
    font-size: 40px; }
  .details_section .item_title {
    margin-bottom: 20px; }
  .details_section .item_content .info_list > ul > li {
    margin-bottom: 15px; } }

@media screen and (max-width: 620px) {
  .agency_banner .bg_2 {
    width: 660px; }
  .agency_banner .bg_1 {
    top: 4px;
    width: 560px;
    right: -182px; }
  .app_landing_banner .banner_content .btns_group > ul {
    display: block !important; }
  .app_landing_banner .banner_content .btns_group > ul > li {
    width: 100%;
    display: block;
    margin-right: 0px; } }

@media screen and (max-width: 610px) {
  .digital_agency_banner .banner_image {
    max-width: 280px; }
  .digital_agency_banner .shape_1 {
    max-width: 400px; }
  .digital_agency_banner .shape_2 {
    max-width: 450px; }
  .chat_banner .banner_content .title_text {
    font-size: 28px; }
  .digital_agency_banner .shape_3 {
    top: 110px;
    max-width: 30px; }
  .banner_section .banner_content .title_text {
    font-size: 34px; }
  .digital_marketing_banner .banner_content {
    max-width: 100%; }
  .project_management_banner .banner_content .title_text {
    font-size: 38px; } }

/* ====================================================================================================
06 - media screen and (max-width: 680px) - end
==================================================================================================== */
/* ====================================================================================================
07 - media screen and (max-width: 580px) - start
==================================================================================================== */
@media screen and (max-width: 580px) {
  /* global reset - start */
  .form_item input {
    height: 45px;
    padding: 0px 20px; }
  .form_item .input_title {
    font-size: 16px; }
  .form_item textarea {
    padding: 15px 20px; }
  .form_item.dropdown > button {
    height: 45px;
    padding: 0px 20px; }
  .form_item.dropdown .dropdown-menu > ul > li > a {
    padding: 10px 20px; }
  .apply_section .apply_form .upload_field {
    padding: 20px; }
  .section_title p {
    font-size: 13px; }
  .section_title.increase_size p {
    font-size: 14px; }
  .section_title.increase_size .title_text {
    font-size: 32px; }
  .sec_ptb_120 {
    padding: 80px 0px; }
  .sec_ptb_160 {
    padding: 80px 0px; }
  .mb-30 {
    margin-bottom: 20px; }
  .mb-50 {
    margin-bottom: 30px; }
  @-webkit-keyframes ripple_3 {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2);
      box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0);
      box-shadow: 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0); } }
  @keyframes ripple_3 {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2);
      box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0);
      box-shadow: 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0); } }
  /* global reset - end */
  /* header - start */
  
  /* header - end */
  /* footer - start */
  .footer_section {
    text-align: center; }
  .footer_section .about_content {
    max-width: 370px;
    margin: 0px auto; }
  /* footer - end */
  /* breadcrumb section - start */
  .breadcrumb_section .breadcrumb_content {
    max-width: 370px;
    margin: 70px auto 0px; }
  /*
	.breadcrumb_section .breadcrumb_content .page_title {
		font-size: 42px;
	}
	*/
  .breadcrumb_section .breadcrumb_content .page_title {
    font-size: 36px; }
  /* breadcrumb section - end */
  /* error page - start */
  .error_section .spahe_1,
  .error_section .spahe_2 {
    max-width: 280px; }
  .error_section .spahe_1 {
    top: -40px;
    right: -40px; }
  .error_section .spahe_2 {
    left: -40px;
    bottom: -40px; }
  /* error page - end */
  /* about page - start */
  .feature_section .feature_image {
    max-width: 370px;
    margin: 0px auto 40px;
    float: none !important; }
  .feature_section .feature_image .phone_image {
    max-width: 92px; }
  .feature_section .feature_image .watch_image {
    right: -6px;
    bottom: 12px;
    max-width: 36px; }
  .feature_section .section_title {
    margin: 0px auto;
    max-width: 370px; }
  .team_grid .member_social_links > ul > li {
    margin-right: 20px; }
  .team_grid .member_social_links > ul > li > a {
    font-size: 13px; }
  .team_grid .member_image {
    margin-bottom: 15px; }
  .team_grid .member_name {
    font-size: 16px; }
  .team_grid .member_title {
    font-size: 12px; }
  .team_grid {
    margin-top: 30px; }
  .partner_section .partner_logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%; }
  /* about page - end */
  /* service page - start */
  .service_carousel .item .service_boxed_2 {
    max-width: 370px;
    margin: 0px auto; }
  .testimonial_section .testimonial_carousel_1 .item {
    max-width: 400px; }
  .testimonial_section .testimonial_carousel_1 .item p {
    font-size: 14px;
    margin-bottom: 35px; }
  .testimonial_section .testimonial_carousel_1 .item::before {
    top: 125px;
    left: -40px;
    width: 120px;
    height: 95px;
    background-size: 100%; }
  .testimonial_section .testimonial_carousel_1::after,
  .testimonial_section .testimonial_carousel_1::before {
    background-size: 100%; }
  .testimonial_section .testimonial_carousel_1 {
    width: 100%;
    min-height: auto; }
  .feature_section .feature_image_3 {
    max-width: 320px;
    margin: -45px auto 40px; }
  .feature_section .feature_image_3 .image_1 {
    max-width: 225px;
    top: 150px;
    left: -75px; }
  .feature_section .section_title .tabs_nav {
    margin-bottom: 30px; }
  .feature_section .section_title .tabs_nav > ul > li > a {
    font-size: 14px;
    padding: 10px 20px; }
  .testimonial_section .bg_area {
    height: 300px; }
  .testimonial_section.mb-80 {
    margin-bottom: 100px; }
  /* service page - end */
  /* register page - start */
  .register_section .signin_image {
    max-width: 400px;
    margin: 0px auto 60px; }
  .register_section {
    padding-left: 30px;
    padding-right: 30px; }
  .register_section .signup_wrap {
    padding: 0px; }
  .register_section .signup_wrap .signup_form .title_text {
    font-size: 30px;
    margin-bottom: 30px; }
  /* register page - end */
  /* pricing page - start */
  /* pricing page - end */
  /* job page - start */
  .apply_section .apply_form .form_item textarea {
    min-height: 120px; }
  /* job page - end */
  /* casestudy page - start */
  .casestudy_fullimage .item_content {
    padding: 12px; }
  .casestudy_fullimage .item_content .item_title > a {
    line-height: 1;
    display: block;
    font-size: 13px; }
  .casestudy_fullimage .item_content .item_category > a {
    font-size: 12px;
    display: block;
    line-height: 1.3; }
  .filter-btns-group > ul > li {
    height: 35px; }
  .filter-btns-group > ul > li > button {
    font-size: 12px;
    padding: 0px 20px;
    line-height: 35px; }
  /* casestudy page - end */
  /* blog page - start */
  .blog_small .item_title > a {
    font-size: 16px; }
  .blog_grid.decrease_size .item_title > a {
    font-size: 18px; }
  .blog_grid .post_date {
    top: 15px;
    left: 15px;
    min-width: 60px;
    min-height: 60px;
    padding: 12px 8px; }
  .blog_grid .post_date strong {
    font-size: 20px; }
  .blog_grid .post_date span {
    font-size: 13px; }
  .blog_grid .details_btn {
    font-size: 14px; }
  /* blog page - end */
  /* blog details page - start */
  .details_section .comment_form .form_item textarea {
    min-height: 130px; }
  .details_section .item_tag > ul li > a {
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    padding: 0px 18px; }
  .details_section .item_tag > ul li {
    margin-right: 6px; }
  .details_section .item_tag .list_title {
    margin: 4px 0px;
    margin-right: 8px; }
  /* blog details page - end */
  /* home agency - start */
  .banner_section .banner_content .title_text {
    font-size: 32px; }
  .banner_section .banner_content p {
    font-size: 13px; }
  .feature_section .shape_1 {
    max-width: 570px; }
  .promotion_section .btns_group > ul > li {
    margin-right: 15px; }
  /* home agency - end */
  /* home chat - start */
  .chat_banner .bg_1,
  .chat_banner .bg_2 {
    max-width: 415px; }
  .chat_banner .bg_1 {
    top: -80px; }
  .chat_banner .bg_2 {
    top: -40px; }
  .home_chat .partner_section .partner_logo {
    margin-top: 30px; }
  .service_section .shape_3 {
    bottom: -40px;
    max-width: 480px; }
  .introduction_section .video_wrap .leaf_image_1,
  .introduction_section .video_wrap .leaf_image_2 {
    bottom: 30px;
    max-width: 70px; }
  .introduction_section .video_wrap .leaf_image_1 {
    left: -55px; }
  .introduction_section .video_wrap .leaf_image_2 {
    right: -55px; }
  .feature_section .shape_12 {
    max-width: 540px; }

  .feature_section .btns_group > ul > li > .btn > img {
    height: 14px;
    margin-top: -3px; }
  /* home chat - end */
 

  .banner_section .form_item .btn {
    margin-top: 10px;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  .banner_section .banner_image .popup_video {
    width: 50px;
    height: 50px;
    font-size: 32px;
    line-height: 54px; }
 
  .feature_section .feature_image_10 {
    max-width: 330px; }
  .feature_section .feature_image_10 .child_image_1,
  .feature_section .feature_image_10 .child_image_2,
  .feature_section .feature_image_10 .child_image_3 {
    max-width: 250px;
    right: -65px; }
  .feature_section .feature_image_10 .child_image_1 {
    top: 90px; }
  .feature_section .feature_image_10 .child_image_2 {
    top: 155px; }
  .feature_section .feature_image_10 .child_image_3 {
    max-width: 275px;
    top: 220px; }
  .service_section .dot_image_2 {
    top: 40px;
    right: 5px;
    max-width: 70px; }
  .service_section .tab-content .service_image_3 {
    margin-bottom: -35px; }
  /* home projact management - end */
  /* home saas - start */
  .saas_banner .banner_image {
    max-width: 470px;
    margin: 0px auto -80px; }
  .saas_banner .circle_1 {
    max-width: 230px; }
  .saas_banner .circle_2 {
    top: 120px;
    max-width: 70px; }
  .saas_banner .circle_3 {
    right: 10%;
    bottom: 120px;
    max-width: 120px; }
  .saas_banner .circle_4 {
    top: 150px;
    max-width: 40px; }
  .feature_section .feature_image_12 .small_image {
    max-width: 140px;
    bottom: -40px; }
  .feature_section .feature_image_12 .child_image_1,
  .feature_section .feature_image_12 .child_image_2,
  .feature_section .feature_image_12 .child_image_3 {
    max-width: 150px;
    right: -40px; }
  .feature_section .feature_image_12 .child_image_2 {
    top: 65px; }
  .feature_section .feature_image_12 .child_image_3 {
    max-width: 180px;
    top: 105px; }
  .home_saas .feature_section .section_title.decrease_size .title_text {
    font-size: 28px; }
  .section_title.decrease_size .title_text {
    font-size: 28px; }
  .feature_section .child_feature_2 .item_content .item_title {
    font-size: 18px;
    margin-bottom: 10px; }
  .feature_section .feature_image_13 .child_image_1 {
    max-width: 160px;
    top: 20px;
    right: 25px; }
  .feature_section .feature_image_13 .child_image_2 {
    max-width: 120px;
    top: 115px;
    left: -50px; }
  .feature_section .feature_image_13 .child_image_3 {
    max-width: 200px;
    right: 30px;
    bottom: -40px; }
  .feature_section .feature_image_13 {
    max-width: 370px;
    margin: 0px auto 35px; }
 
  .feature_section .section_title.decrease_size .title_text {
    font-size: 30px; }
  

  .banner_section .banner_content .title_text {
    font-size: 30px;
    letter-spacing: -2px; }
  .banner_section .banner_content p {
    font-size: 14px; }
  .banner_section .banner_content .title_text {
    font-size: 30px; }
  .banner_section .banner_content .btns_group > ul > li .btn_text {
    font-size: 14px; }
  .filter-btns-group {
    margin-bottom: 15px; }
  .filter-btns-group > ul > li > button {
    font-size: 14px;
    padding: 0px 20px;
    line-height: 35px; }
  .banner_section .banner_content .title_text {
    font-size: 34px; }

  .software_banner .banner_content {
    max-width: 360px; }
  .section_title .sub_title {
    font-size: 14px; }
  .section_title .title_text,
  .section_title.increase_size .title_text,
  .feature_section .section_title .title_text,
  .feature_section .section_title.increase_size .title_text {
    font-size: 30px; }

  .banner_section .banner_content {
    max-width: 360px; } }

@media screen and (max-width: 576px) {
  /* footer - start */
  .footer_section .social_icon_rounded {
    margin-top: 40px; }
  .footer_section .social_icon_rounded > ul {
    margin: 0px auto; }
  /* footer - end */
 
  .testimonial_section .shape_2 {
    max-width: 230px; }
  /* home agency - end */
  .banner_section .banner_content .title_text {
    font-size: 30px; }
  .banner_section .banner_content .title_text {
    font-size: 28px; }
  .saas_banner .banner_content p {
    font-size: 17px; }
  .saas_banner .banner_content .title_text {
    font-size: 36px; }
  .home_saas .feature_section .section_title.decrease_size .title_text {
    font-size: 24px; }
  .section_title p {
    font-size: 14px; }
   }

@media screen and (max-width: 550px) {
  /* sidebar section - start */
  .sidebar_section {
    max-width: 370px;
    margin: 50px auto 0px; }
 
 
  .banner_section .banner_content {
    max-width: auto; }

  .banner_section .banner_content {
    margin: 0px;
    max-width: 270px; }
  
  /* home digital marketing - end */
  /* home software - start */
  .banner_section .banner_content {
    max-width: 370px;
    margin: 0px auto; }

  .banner_section .banner_content .title_text {
    font-size: 24px; }
  .text_effect {
    padding-bottom: 2px; }
  
  .banner_section .banner_content p {
    font-size: 14px;
    margin-bottom: 20px; }
  .banner_section .banner_content .title_text {
    font-size: 30px; }

   }

/* ====================================================================================================
07 - media screen and (max-width: 580px) - end
==================================================================================================== */
/* ====================================================================================================
08 - media screen and (max-width: 480px) - start
==================================================================================================== */
@media screen and (max-width: 480px) {
  /* global reset - start */
  .section_title.increase_size .title_text {
    font-size: 28px; }
  @-webkit-keyframes ripple {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0);
      box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0); } }
  @keyframes ripple {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0);
      box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0); } }

  .sec_ptb_345 {
    padding: 160px 0px; }
  .section_title .title_text {
    font-size: 26px; }
  .btn {
    font-size: 14px;
    padding: 14px 22px; }
    .btn.btn_border {
      padding: 13px 24px; }

 
  .feature_section .feature_image_5 {
    max-width: 300px; }
  .feature_section .feature_image_5 .image_2,
  .feature_section .feature_image_5 .image_3 {
    max-width: 160px; }
  .feature_section .feature_image_5 .image_2 {
    left: -40px;
    bottom: 30px; }
  .feature_section .feature_image_5 .image_3 {
    top: -40px;
    right: -30px; }
  .feature_section .shape_12 {
    top: 165px;
    max-width: 410px; }
  .feature_section .feature_image_6 .phone_image {
    left: 5px;
    max-width: 100px; }
  .feature_section .feature_image_6 {
    margin: 0px auto 30px; }
  .section_title .title_text,
  .section_title.increase_size .title_text,
  .feature_section .section_title .title_text,
  .feature_section .section_title.increase_size .title_text {
    font-size: 30px; }
  }

@media screen and (max-width: 440px) {
  
   
  .feature_section .feature_image_7 {
    max-width: 330px;
    margin: 0px auto 40px; }
  .feature_section .feature_image_8 {
    max-width: 330px;
    margin: 0px auto 40px; }
  .newsletter_section .newsletter_boxed {
    padding: 60px 20px; }
 
  .banner_section .banner_content .popup_video small {
    font-size: 12px; }
  .banner_section .banner_content .btns_group > ul > li {
    margin-right: 25px; }
  
  
  .filter-btns-group {
    margin-bottom: 15px; }
  
  .banner_section .banner_content .title_text {
    letter-spacing: 0px !important; }
  .banner_section .banner_content .btns_group > ul > li .btn_text {
    font-size: 14px; }
  
  .banner_section .banner_content .popup_video .icon {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px; }
  .banner_section .banner_content .popup_video small {
    margin: 2px 0px; }
  .testimonial_section .testimonial_carousel_1 .item p {
    font-size: 12px;
    padding: 0px 30px;
    margin-bottom: 20px; }
  .testimonial_section .testimonial_carousel_1 .item .hero_name {
    font-size: 20px;
    margin-bottom: 2px; }
  .testimonial_section .testimonial_carousel_1 .item .hero_title {
    font-size: 13px; }

 
  .banner_section .banner_content .title_text {
    font-size: 26px; }
  .banner_section .banner_content .title_text {
    font-size: 22px; }
  
  .section_title .title_text {
    font-size: 24px; }
  
  .banner_section .banner_content .popup_video {
    margin: 5px 0px; }
  .section_title .title_text,
  .section_title.increase_size .title_text,
  .feature_section .section_title .title_text,
  .feature_section .section_title.increase_size .title_text {
    font-size: 28px; }
  .agency_banner .bg_2 {
    width: 560px; }
  .agency_banner .bg_1 {
    width: 415px; } }

@media screen and (max-width: 414px) {
  .sec_ptb_120 {
    padding: 60px 0px; }
  .section_title p {
    font-size: 15px; }
  .service_boxed_3 p {
    font-size: 15px; }
  .pricing_plan_3 p {
    font-size: 15px; }
  .testimonial_section .testimonial_carousel_1 .item p {
    font-size: 14px; }
  .banner_section .banner_content .title_text {
    font-size: 24px; }
  .text_effect {
    line-height: 1; }
  
  
  .digital_agency_banner .banner_content .title_text {
    font-size: 23px; }
  .banner_section .banner_content p {
    line-height: 1.5; }
  .details_section .item_content .share_links_rounded {
    margin-top: 30px; }
  .btn {
    font-size: 15px; }
  
  .section_title.mb-50 {
    margin-bottom: 20px; }
  body p {
    line-height: 1.75; }
  .feature_section .feature_image .phone_image {
    left: -6px; }
  .sec_ptb_120 {
    padding: 50px 0px; }
  .feature_section .feature_image {
    margin: 0px auto 20px; }
  .section_title .title_text,
  .section_title.increase_size .title_text,
  .feature_section .section_title .title_text,
  .feature_section .section_title.increase_size .title_text {
    font-size: 24px; }
  
 
  }
@media screen and (max-width: 400px) {
  /* about page - start */
  .feature_section .feature_image .phone_image {
    left: -10px;
    bottom: -10px;
    max-width: 80px; }
  /* about page - end */
  /* service page - start */
  .testimonial_section .testimonial_carousel_1::after,
  .testimonial_section .testimonial_carousel_1::before {
    display: none; }
  .testimonial_section .testimonial_carousel_1 .item p,
  .testimonial_section .testimonial_carousel_1 .item .hero_title {
    color: #6a7c92; }
  .testimonial_section .testimonial_carousel_1 .item.text-white .hero_name {
    color: #051441; }
  .testimonial_section .testimonial_carousel_1 .item {
    padding: 0px;
    max-width: auto; }
  .testimonial_section .section_title {
    text-align: center; }
  .newsletter_section .newsletter_boxed .shape_1 {
    bottom: 30px;
    max-width: 100px; }
  .newsletter_section .newsletter_boxed .shape_2 {
    right: 30px;
    bottom: 180px;
    max-width: 60px; }
  .feature_section .feature_image_2 .image_2 {
    max-width: 150px;
    left: -40px; }
  .feature_section .feature_image_2 .image_3 {
    max-width: 150px;
    right: -30px;
    bottom: 70px; }
  .feature_section .feature_image_2 {
    margin: -57px auto 50px; }
  /* service page - end */
  /* faq page - start */
  .faq_section .faq_accordion .card .card-header > a {
    font-size: 16px; }
  /* faq page - end */
  /* contact page - start */
  .contact_section .contact_form .form_item textarea {
    min-height: 120px; }
  .map_section .google-map {
    height: 300px; }
 
  .service_section .dot_image_1 {
    top: -80px;
    left: -60px;
    max-width: 85px; }
  .feature_section .shape_1 {
    max-width: 370px; }
  .feature_section .dot_image_1 {
    top: 80px;
    right: -60px;
    max-width: 85px; }
  .feature_section .dot_image_1 {
    top: 80px;
    right: -60px;
    max-width: 85px; }
  .feature_section .section_title .title_text {
    font-size: 26px; }
  .testimonial_section .shape_2 {
    max-width: 130px; }
  .testimonial_section .shape_1 {
    top: 80px;
    left: -60px;
    max-width: 85px; }
  
  .banner_section .banner_content .title_text {
    font-size: 24px;
    letter-spacing: 0px; }
  .feature_section .dot_image_2 {
    max-width: 80px; }
  .feature_section .child_feature_2 .item_content .item_title {
    font-size: 18px; }
  .feature_section .child_feature_2 .item_content p {
    font-size: 14px; }
  /* home projact management - end */

  /* home software - start */
  .banner_section .banner_content {
    max-width: 300px; }
  /* home software - end */

  /* shop - end */
  /* home software - start */
  .feature_section .feature_image_3 .image_2 {
    max-width: 170px;
    top: 70px;
    left: -30px; }
  .feature_section .feature_image_3 .image_3 {
    max-width: 210px;
    top: 90px;
    left: -50px; }
  /* home software - end */
  .banner_section .banner_content {
    margin: 0px;
    max-width: 290px; }
  .banner_section .banner_content .title_text {
    font-size: 20px; }

 
  .section_title .title_text,
  .section_title.increase_size .title_text,
  .feature_section .section_title .title_text,
  .feature_section .section_title.increase_size .title_text {
    font-size: 26px; } }

/* ====================================================================================================
08 - media screen and (max-width: 480px) - end
==================================================================================================== */
/* ====================================================================================================
09 - media screen and (max-width: 380px) - start
==================================================================================================== */
@media screen and (max-width: 380px) {
  /* global reset - start */
  .btn_text {
    font-size: 16px; }
  .form_item input {
    height: 40px; }
  .form_item {
    margin-bottom: 20px; }
  .section_title .title_text {
    font-size: 26px; }
  .section_title .icon_rounded {
    width: 65px;
    height: 65px;
    font-size: 30px;
    line-height: 65px;
    margin-bottom: 25px; }
  .section_title .icon_rounded.mb-30 {
    margin-bottom: 25px; }
  .sec_ptb_120 {
    padding: 60px 0px; }
  .sec_ptb_160 {
    padding: 60px 0px; }
  /* global reset - end */
  /* footer - start */
  .footer_section .deco_image_1 {
    max-width: 110px; }
  .footer_section .deco_image_2 {
    max-width: 70px; }
  /* footer - end */
  /* sidebar section - start */

  /* sidebar section - end */
 
  /* service page - start */
  .newsletter_section .newsletter_boxed {
    padding: 60px 30px; }
  .service_section .tab-content .service_image_2 .image_2 {
    top: 50px;
    max-width: 120px; }
  .feature_section .feature_image_3 {
    max-width: 270px;
    margin: -35px auto 35px; }
  .feature_section .feature_image_3 .image_1 {
    max-width: 200px;
    top: 110px;
    left: -60px; }
  .testimonial_section .testimonial_carousel_2 .testimonial_item .rating_star {
    top: 10px;
    right: 15px; }
  .testimonial_section .testimonial_carousel_2 .item {
    padding-top: 35px; }
  .testimonial_carousel_2.owl-theme.arrow_top_right .owl-nav {
    top: -32px; }
  .testimonial_section .bg_area {
    height: 330px; }
  /* service page - end */
  /* register page - start */

  .newsletter_section .section_title p span.d-block {
    display: inline !important; } }

/* ====================================================================================================
09 - media screen and (max-width: 380px) - end
==================================================================================================== */
/* ====================================================================================================
10 - media screen and (max-width: 320px) - start
==================================================================================================== */
@media screen and (max-width: 355px) {
  .banner_section .banner_content {
    margin: 0px;
    max-width: 250px; }
  .banner_section .banner_content {
    margin: 0px auto; }
  .banner_section .banner_content .btns_group > ul > li {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px; }
    .banner_section .banner_content .btns_group > ul > li:last-child {
      margin-bottom: 0px !important; }
  .banner_section .banner_content .popup_video .icon {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px; }
  .banner_section .banner_content .popup_video small {
    margin: 3px 0px; }

  .banner_section .banner_content .btns_group > ul > li .btn_text {
    font-size: 14px; }
  
  .banner_section .banner_content p {
    font-size: 11px;
    margin-bottom: 15px; }
  
  .banner_section .banner_content .btns_group > ul > li {
    text-align: left; }
  .header_section {
    min-height: 70px; }
 
  .banner_section .banner_content {
    margin: 0px;
    max-width: 100%; } }

@media screen and (max-width: 350px) {
 
  .banner_section .banner_content .title_text {
    font-size: 20px; }
  /* home management agency - end */
  /* home saas - start */
  .home_saas .feature_section .section_title.decrease_size .title_text {
    font-size: 24px; }
  /* home saas - end */
 }

@media screen and (max-width: 320px) {
  /* header - start */
  .header_section .menu_btn {
    font-size: 23px;
    margin: 8px 0px; }
  /* header - end */
  /* service page - start */
  .service_section .tabs_nav {
    margin: -8px; }
  .service_section .tabs_nav > ul > li {
    padding: 8px; }
  .service_section .tabs_nav > ul > li > a {
    padding: 15px; }
  .service_section .tabs_nav > ul > li > a strong {
    font-size: 15px; }
  .service_section .tabs_nav > ul > li > a span {
    width: 55px;
    height: 55px;
    font-size: 24px;
    line-height: 55px;
    margin-bottom: 15px; }

  .feature_section .section_title .tabs_nav > ul > li > a {
    padding: 10px 15px; }
  /* service page - end */

  /* process page - end */
 }

/* ====================================================================================================
10 - media screen and (max-width: 320px) - end
==================================================================================================== */



/* ====================================================================================================
11 - custom written css
==================================================================================================== */


.header_area {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0 15px;
  min-height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  background-color: transparent;
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
}

.header-top-nav{
height: 70px;
background-color: #25499f !important;
}
.header_area.sticky {
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
position: fixed;
top: 0;
z-index: 999;
}

.right-nav-item{
display: flex;
align-items: center;
height: 100%;
}
.nav-blue{
background-color: #25499f !important;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
height: 70px;
position: fixed;
top: 0;
z-index: 999;
}
/* .header_area{
border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
} */
.back-img{
height: 810px;
background-image: linear-gradient(to right bottom, #3b31ed 0%, #4773f4 52%, #52b4fb 100%);
}

.landing-page-top-nav{
box-shadow: unset !important;
}

.landing-page-top-nav nav li:not(:last-child) a:hover {
  background: unset !important;
}

.top-area{
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right top;
min-height: 860px;
padding: 140px 0 0;
position: relative;
z-index: 0;
}
.top-area-content{
display: flex;
justify-content: space-between;
align-items: center;
}
.top-area-intro{
max-width: 435px;
}
.top-area-intro h1{
font-size: 40px !important;
color: #FEFEFE;
font-weight: 600;
}
.top-area-intro>p {
font-size: 20px;
margin-top: 20px;
line-height: 1.5;
color: #FEFEFE;
}
.top-area-media{
margin: 0 30px;
}

.top-area-media>img{
width: 100%;
}

.back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
width: 64px;
height: 64px;
z-index: 9999;
cursor: pointer;
text-decoration: none;
transition: opacity 0.2s ease-out;
/* background-image: url(top.png); */
}
.scroll {
z-index: 9999;
width: 40px;
height: 40px;
color: #ffffff;
display: none;
font-size: 16px;
overflow: hidden;
line-height: 42px;
text-align: center;
/* position: relative; */
border-radius: 100%;
background-color: #4154f1;
box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}

.banner-content{
text-align: center;
color: #ffffff;
}
.banner-title{
font-size: 48px;
font-weight: lighter;
}
.banner-image {
  width: 885px;
  margin: 0px auto;
  position: relative;
  margin-bottom: -164px;
  max-width: 100%;
}

.banner-image .phone_image{
right: -59px;
bottom: -23px;
max-width: 198px;
position: absolute;
}
.banner-text{
font-size: 42px;
font-weight: bolder;
}
.banner-subtext{
font-size: 16px;
margin-bottom: 45px !important;
}

.service-section {
  padding: 120px 0 ;
  background-color: #ffffff;
}
.section-intro {
margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
margin-bottom: 70px;
}
.section-intro>h2{
color: #051441;
font-size: 36px;
font-weight: 600;
line-height: 1.275;

}
.section-intro p {
margin-top: 20px;
font-size: 16px;
color: #757575;
line-height: 1.65;
}
.feat-box {
height: 100%;
padding: 40px 15px;
transition: all .2s;
padding: 60px 40px;
box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
min-height: 440px;
}
.feat-box .icon {
width: 80px;
height: 80px;
}

.feat-box .icon img, .stat-box .icon img {
max-width: 50px;
}
.feat-box h4{
color: #051441;
/* color: #1c1c1c; */
line-height: 1.275;
margin: 0;
font-weight: bold;
font-size: 24px !important;
}
.feat-box p{
margin-top: 18px;
line-height: 1.65;
font-size: 16px;
color: #757575;
}

.feat-box:hover, .feat-box:focus, .feat-box:active {
transform: translateY(-16px);
box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}

.feature-section{
z-index: 1;
position: relative;
background-color: #ffffff;
padding: 10px 0px;
}

.panel-box {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 90px;
}
@media (max-width: 991px) {
.panel-box{
  flex-direction: column !important;
}
.panel-intro, .panel-media {
  max-width: 100%;
  text-align: center;
}
}
.panel-box:nth-child(even) {
flex-direction: row-reverse !important;
}
.pannel-wrapper-1{
padding-right: 90px;
}
.pannel-wrapper-2{
padding: 0 90px;
}

.panel-intro {
/* max-width: 545px; */
margin: 0 20px;
}
.panel-media img {
  width: 100%;
  height: auto;
}
.panel-intro h2 {
font-weight: 600;
color: #051441;
line-height: 2.8rem;
/* color: #000000; */
margin-bottom: 20px;
font-size: 34px !important;
}

.panel-intro p{
line-height: 1.65;
margin: 0;
font-size: 16px !important;
color: #757575;
}

.feature-section .child_feature_2 .item_icon.icon_purple {
  color: #793afa;
  background: rgba(121, 58, 250, 0.1);
}
.feature-section .child_feature_2 .item_icon {
  float: left;
  width: 70px;
  height: 70px;
  font-size: 42px;
  line-height: 74px;
  text-align: center;
  margin-right: 30px;
  border-radius: 100%;
}

.feature-section .child_feature_2 .item_icon.icon_yellow {
  color: #e4730f;
  background: rgba(228, 115, 15, 0.1);
}
.feature-section .panel-item{
margin-bottom:  120px;
}
.feature-section.panel-item:last-child{
margin-bottom:  0px !important;

}
.newsletter_section .newsletter_boxed.bg_gradient_lightblue {
  background-image: linear-gradient(45deg, #4150f1 0%, #58d0ff 100%);
}
.newsletter_section .newsletter_boxed.p-60 {
  padding: 60px;
}
.newsletter_section .newsletter_boxed {
  z-index: 2;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin-bottom: -100px;
}

.sec_ptb_120 {
  padding: 120px 0px;
}


.section_title h2{
margin: unset !important;
}
.section_title.decrease_size{
color: #ffffff;
}
.section_title.decrease_size .title_text {
  font-size: 30px;
  font-family: 'Product sans', sans-serif !important;
}
.brand-footer-logo{
margin: 0.5rem 0;
}
.text-left::placeholder {
color: #ffffff;
}
.item_title{
color: #051441;
font-size: 20px;
font-weight: 600;
margin-bottom: 15px;
line-height: 2rem;
/* min-height: 60px; */
}

.slide-title-text{
color: #051441;
font-size: 36px;
/* font-weight: 600; */
text-align: center;
}

.pricing_plan {
  margin-top: 30px;
  padding: 45px 65px;
  text-align: center;
  min-height: 500px;
  background-color: #f5f8ff;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pricing_plan:hover{
background-color: #ffffff;
transform: translateY(-16px);
box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
}

.pricing_plan .pricing_header .title_text {
  font-size: 20px;
  margin-bottom: 20px;
  color: #4154f1;
  font-weight: bold;
}

.pricing_plan .pricing_header .price_text sup {
  line-height: 1;
  font-size: 16px;
  color: #051441;
}
.pricing_plan .pricing_header .price_text sub{
line-height: 1;
font-size: 16px;
color: #677294;
}
.pricing_plan .pricing_header .price_text strong {
  line-height: 1;
  font-size: 48px;
  display: inline-block;
  color: #051441;
  font-weight: 600;
}
.pricing_plan .item_icon {
  width: 160px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0px auto 50px;
}
.pricing_plan .item_icon img{
max-width: 100%;
}
.pricing_plan .info_list {
  margin-bottom: 40px;
}
.pricing_plan .info_list > ul > li {
  font-size: 16px;
  color: #6a7c92 !important;
  line-height: 1.1;
  margin-bottom: 25px;
}
.add-btn-padding{
padding: 19px 50px !important;
font-weight: 400;
font-size: 16px;
}

.mb-50 {
  margin-bottom: 50px;
}
.d-block {
  display: block!important;
}

.mt-100{
margin-top: 100px;
}
.mt-50{
margin-top: 50px;
}
.d-flex{
display: flex;
}
.mb-0{
margin-bottom: unset !important;
}

nav{
position: fixed;
background: transparent !important;
padding:0px 40px;
background-color: unset !important;
}

.box{
margin-top: 20px;
height: 1000px;
}

nav li a:hover{
  background: red;
}

.layer {
  position: relative !important;
 }
 .feature_section .feature_image_12 .big_image {
  margin-top: -19px;
  margin-bottom: -79px;
}
/* .feature_section .feature_image_12 {
    width: ;
} */


/* --------------------------
:: 12.0 Footer Area CSS
-------------------------- */

.footer-area {
position: relative;
z-index: 1;
background-color: #0f1d3e;
padding: 150px 0 30px;
}

.footer-text{
color: #abadbe;
font-size: 15px;
font-weight: 500;
margin-top: 0;
line-height: 1.9;
font-family: 'Product sans', sans-serif !important;
}

.single-footer-widget h5 {
  color: #fff;
  margin-bottom: 35px;
}

.single-footer-widget ul>li>a {
  color: rgba(226, 219, 243, 0.30);
  margin-bottom: 10px !important;
  display: block;
  font-weight: 500;
}

.single-footer-widget ul>li>a:last-child {
  margin-bottom: 0;
}

.single-footer-widget ul>li>a:hover {
  color: #ffffff;
}

.copyright-text>p {
  margin-bottom: 0;
  font-size: 13px;
  color: #abadbe;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.9;
}

.footer-social-info>a {
  color: #abadbe;
  padding: 0 15px;
  display: inline-block;
  font-size: 13px;
}

.footer-social-info>a:hover {
  color: #fff;
}

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

.footer-single--blog-post:last-child {
  margin-bottom: 0;
}

.footer-single--blog-post .blog-post-date>p {
  font-size: 12px;
  margin-bottom: 5px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.footer-single--blog-post .blog-post-title>h6 {
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.footer-single--blog-post .blog-post-date>p:hover,
.footer-single--blog-post .blog-post-title>h6:hover {
  color: #4a7aec;
}

.footer-single-contact-info .contact-icon {
  margin-right: 15px;
}

.footer-bottom-area {
  background-color: #191426;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-link a{
  outline: unset !important;
}
.back-slider .slides{
  background-color: #ffffff;
}
/* .thumbnail_wrap {
  background-image: url(../images/shape_30.png);
} */
.testimonial_section  .thumbnail_wrap {
  padding: 6px;
  display: table;
  margin: 0px auto 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-image: url(../images/shapes/shape_12.png); */
}
.thumbnail_image {
  z-index: 3;
  width: 80px;
  height: 80px;
  display: table;
  margin: 0px auto;
  overflow: hidden;
  border-radius: 100%;
}
.customer-review{
  width:50%;
  display: display;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8rem;
  font-family: 'Product sans', sans-serif;

}
.customer_title{
  display: block;
  font-family: 'Product sans', sans-serif;
}
.slider .indicators .indicator-item.active {
  background-color: #25499f;
} 