@charset "UTF-8";
/* 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:		:  Rony

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

# 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");
/* 01 - fonts - start
==================================================================================================== */
@font-face {
  font-family: "Sofia Pro Extra Light";
  src: url("../fonts/sofia_pro/SofiaProExtraLight.woff2") format("woff2"), url("../fonts/sofia_pro/SofiaProExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Sofia Pro Light";
  src: url("../fonts/sofia_pro/SofiaProLight.woff2") format("woff2"), url("../fonts/sofia_pro/SofiaProLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Sofia Pro Medium";
  src: url("../fonts/sofia_pro/SofiaProMedium.woff2") format("woff2"), url("../fonts/sofia_pro/SofiaProMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sofia Pro SemiBold";
  src: url("../fonts/sofia_pro/SofiaProSemiBold.woff2") format("woff2"), url("../fonts/sofia_pro/SofiaProSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Sofia Pro Bold";
  src: url("../fonts/sofia_pro/SofiaProBold.woff2") format("woff2"), url("../fonts/sofia_pro/SofiaProBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/onlinewebfonts/9e00143409affcb46a1ae58634aa64be.eot");
  /* IE9*/
  src: url("../fonts/onlinewebfonts/9e00143409affcb46a1ae58634aa64be.eot?#iefix") format("embedded-opentype"), url("../fonts/onlinewebfonts/9e00143409affcb46a1ae58634aa64be.woff2") format("woff2"), url("../fonts/onlinewebfonts/9e00143409affcb46a1ae58634aa64be.woff") format("woff"), url("../fonts/onlinewebfonts/9e00143409affcb46a1ae58634aa64be.ttf") format("truetype"), url("../fonts/onlinewebfonts/9e00143409affcb46a1ae58634aa64be.svg#Sofia Pro") format("svg");
  /* iOS 4.1- */
}
/* 01 - fonts - end
==================================================================================================== */
/* 02 - global area - start
==================================================================================================== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.867;
  font-style: normal;
  color: #6a7c92;
  font-family: "Sofia Pro";
  background-color: #ffffff;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::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;
  font-family: "Sofia Pro";
}
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 {
  font-weight: 700;
  line-height: 1.1;
  color: #051441;
  font-family: "Sofia Pro Bold", sans-serif;
}

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

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

.form_item {
  position: relative;
  margin-bottom: 30px;
}
.form_item input, .form_item textarea {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid #e1e1e3;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.form_item input:focus, .form_item textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #4154f1;
}
.form_item input {
  height: 60px;
  padding: 0px 30px;
  border-radius: 45px;
}
.form_item textarea {
  width: 100%;
  display: block;
  min-height: 120px;
  padding: 20px 30px;
  border-radius: 30px;
}
.form_item .input_title {
  font-size: 18px;
  margin-bottom: 18px;
}

.form_checkbox input {
  float: left;
  width: 18px;
  height: 18px;
  outline: none;
  line-height: 1;
  cursor: pointer;
  margin-top: 5px;
  -webkit-appearance: none;
          appearance: none;
  margin-right: 8px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #e1e1e3;
}
.form_checkbox input:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 9px;
  height: 9px;
  content: "";
  line-height: 1;
  position: absolute;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #4154f1;
  transform: translate(-50%, -50%);
}
.form_checkbox input:checked {
  border-color: #4154f1;
}
.form_checkbox input:checked:before {
  opacity: 1;
}
.form_checkbox label {
  margin: 0px;
  display: table;
  cursor: pointer;
}

.form_item.dropdown > button {
  width: 100%;
  height: 60px;
  outline: none;
  box-shadow: none;
  text-align: left;
  padding: 0px 30px;
  border-radius: 45px;
  color: #6a7c92;
  border: 1px solid #e1e1e3;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.form_item.dropdown > button:after {
  top: 50%;
  right: 30px;
  margin: 0px;
  border: none;
  line-height: 1;
  content: "";
  font-weight: 500;
  position: absolute;
  color: #6a7c92;
  vertical-align: middle;
  font-family: "themify";
  transform: translateY(-50%);
}
.form_item.dropdown .dropdown-menu {
  width: 100%;
  height: 232px;
  padding: 15px 0px;
  overflow-y: scroll;
  border-radius: 0px;
  border: 1px solid #e1e1e3;
  background-color: #ffffff;
}
.form_item.dropdown .dropdown-menu::-webkit-scrollbar {
  width: 0px;
}
.form_item.dropdown .dropdown-menu > ul > li > a {
  width: 100%;
  display: block;
  line-height: 1;
  padding: 12px 30px;
  color: #6a7c92;
}
.form_item.dropdown .dropdown-menu > ul > li:hover > a {
  color: #4154f1;
  background-color: #fbfbfd;
}

.product_quantity {
  position: relative;
}
.product_quantity .item_increase,
.product_quantity .item_decrease {
  right: 20px;
  font-size: 12px;
  position: absolute;
}
.product_quantity .item_increase {
  top: 8px;
}
.product_quantity .item_decrease {
  bottom: 8px;
}
.product_quantity .quantity_input {
  width: 100px;
  height: 50px;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  padding: 0px 20px;
  text-align: center;
  background: #ffffff;
  border-radius: 45px;
  border: 1px solid #e1e1e3;
}

:-moz-placeholder {
  text-transform: capitalize;
}

::-moz-placeholder {
  text-transform: capitalize;
}

:-ms-input-placeholder {
  text-transform: capitalize;
}

::-webkit-input-placeholder {
  text-transform: capitalize;
}

/* owl settings - start
================================================== */
.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 0px 6px;
  background: #c7d0fb;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4154f1;
}
.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.4);
  background: #4154f1;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  margin: 0px;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  overflow: hidden;
  border-radius: 0%;
  position: relative;
}
.owl-theme .owl-nav .owl-next > span,
.owl-theme .owl-nav .owl-prev > span {
  display: none;
}
.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  color: #858DA3;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #858DA3;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: "Font Awesome 5 Pro";
}
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background: none;
}
.owl-theme .owl-nav .owl-next:hover:before,
.owl-theme .owl-nav .owl-prev:hover:before {
  color: #ffffff;
  background: #4154f1;
  border-color: #4154f1;
}
.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}
.owl-theme .owl-nav .owl-prev:before {
  content: "";
}
.owl-theme .owl-nav .owl-next:before {
  content: "";
}
.owl-theme.arrow_right_left .owl-nav {
  margin-top: 0px;
}
.owl-theme.arrow_right_left .owl-nav .owl-next,
.owl-theme.arrow_right_left .owl-nav .owl-prev {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.owl-theme.arrow_right_left .owl-nav .owl-prev {
  left: -100px;
}
.owl-theme.arrow_right_left .owl-nav .owl-prev:before {
  content: "";
}
.owl-theme.arrow_right_left .owl-nav .owl-next {
  right: -100px;
}
.owl-theme.arrow_right_left .owl-nav .owl-next:before {
  content: "";
}
.owl-theme.arrow_top_right .owl-nav {
  top: -110px;
  right: 15px;
  position: absolute;
}

/* owl settings - end
================================================== */
/* pagination - start
================================================== */
.pagination_nav > ul > li {
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 10px;
}
.pagination_nav > ul > li:last-child {
  margin-right: 0px !important;
}
.pagination_nav > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  color: #7b8a9e;
  font-size: 16px;
  line-height: 44px;
  border-radius: 100%;
  background-color: #fbfbfd;
  border: 1px solid #e9e9f7;
}
.pagination_nav > ul > li:hover > a, .pagination_nav > ul > li.active > a {
  color: #ffffff;
  border-color: #4154f1;
  background-color: #4154f1;
}

/* pagination - end
================================================== */
/* 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
================================================== */
/* rating star - start
================================================== */
.rating_star .review_text {
  font-size: 14px;
  display: inline-block;
}
.rating_star > ul > li {
  color: #fbc509;
  font-size: 12px;
  margin-right: 3px;
}
.rating_star > ul > li:last-child {
  margin-right: 0px !important;
}
.rating_star > ul > li > button {
  color: #fbc509;
}

/* rating star - end
================================================== */
/* social icon - start
================================================== */
.social_icon > ul > li {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 13px;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.social_icon > ul > li:last-child {
  margin-right: 0px !important;
}
.social_icon > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  display: block;
  line-height: 1;
  font-size: 15px;
  overflow: hidden;
  position: relative;
  color: #6a7c92;
}
.social_icon > ul > li > a i {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.social_icon > ul > li > a i:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.social_icon > ul > li > a i:nth-child(2) {
  top: 100%;
  opacity: 0;
}
.social_icon > ul > li > a:hover i {
  color: #4154f1;
}
.social_icon > ul > li > a:hover i:nth-child(1) {
  top: -100%;
  opacity: 0;
  transform: translateX(-50%);
}
.social_icon > ul > li > a:hover i:nth-child(2) {
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.social_icon_rounded > ul > li {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.social_icon_rounded > ul > li:last-child {
  margin-right: 0px !important;
}
.social_icon_rounded > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  color: #6a7c92;
  background-color: rgba(65, 84, 241, 0.05);
}
.social_icon_rounded > ul > li > a i {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.social_icon_rounded > ul > li > a i:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.social_icon_rounded > ul > li > a i:nth-child(2) {
  top: 100%;
  opacity: 0;
}
.social_icon_rounded > ul > li > a:hover {
  color: #ffffff;
  background-color: #4154f1;
}
.social_icon_rounded > ul > li > a:hover i {
  color: #ffffff;
}
.social_icon_rounded > ul > li > a:hover i:nth-child(1) {
  top: -100%;
  opacity: 0;
  transform: translateX(-50%);
}
.social_icon_rounded > ul > li > a:hover i:nth-child(2) {
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* social icon - 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;
}

.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;
  height: 55px;
  color: #ffffff;
  font-size: 18px;
  min-width: 180px;
  overflow: hidden;
  line-height: 52px;
  padding: 0px 30px;
  text-align: center;
  position: relative;
  border-radius: 45px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: "Sofia Pro SemiBold";
}
.btn:before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  width: 0px;
  z-index: -1;
  content: "";
  position: absolute;
  transition: width 0.3s linear;
  background-color: #4154f1;
}
.btn:hover {
  color: #ffffff;
}
.btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.btn.bg_white {
  color: #4154f1;
}
.btn.bg_white:hover {
  color: #ffffff;
  border-color: #4154f1;
}
.btn.bg_default_blue:before {
  background-color: #051441;
}
.btn.bg_default_blue:hover {
  color: #ffffff;
  border-color: #051441;
}
.btn.bg_default_darkblue:before {
  background-color: #ffffff;
}
.btn.bg_default_darkblue:hover {
  color: #051441;
  border-color: #051441;
}
.btn.bg_default_orange:before {
  background-color: #ffffff;
}
.btn.bg_default_orange:hover {
  color: #ff6b00;
}
.btn.bg_default_brinjal:before {
  background-color: #ffffff;
}
.btn.bg_default_brinjal:hover {
  color: #5e2ced;
}
.btn.bg_gradient_orange {
  box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
  background-image: linear-gradient(-27deg, #ff8900 0%, #ffb21b 100%);
}
.btn.bg_gradient_orange:before {
  display: none;
}

.btn.btn_border {
  color: #4154f1;
  border: 1px solid #4154f1;
}
.btn.btn_border:hover {
  color: #ffffff;
}
.btn.border_white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn.border_white:before {
  background-color: #ffffff;
}
.btn.border_white:hover {
  color: #4154f1;
}
.btn.border_orange {
  color: #ff6b00;
  border: 1px solid #ff6b00;
}
.btn.border_orange:before {
  background-color: #ff6b00;
}
.btn.border_orange:hover {
  color: #ffffff;
}
.btn.border_blue {
  color: #4c5ce4;
  border: 1px solid #4c5ce4;
}
.btn.border_blue:before {
  background-color: #4c5ce4;
}
.btn.border_blue:hover {
  color: #ffffff;
}
.btn.border_brinjal {
  color: #5e2ced;
  border: 1px solid #5e2ced;
}
.btn.border_brinjal:before {
  background-color: #5e2ced;
}
.btn.border_brinjal:hover {
  color: #ffffff;
}
.btn.border_past {
  color: #31e1af;
  border: 1px solid #31e1af;
}
.btn.border_past:before {
  background-color: #31e1af;
}
.btn.border_past:hover {
  color: #ffffff;
}

.btn_text {
  line-height: 1;
  font-size: 18px;
  color: #051441;
  font-family: "Sofia Pro SemiBold";
}
.btn_text i {
  display: inline-block;
  color: #051441;
  transform: translateY(2px);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn_text:hover {
  color: #4154f1;
}
.btn_text:hover i {
  color: #4154f1;
  transform: translate(5px, 2px);
}

/* button style - end
================================================== */
/* title text - start
================================================== */
.section_title .sub_title {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 5px;
  color: #4154f1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.section_title .title_text {
  font-size: 42px;
  letter-spacing: -0.9px;
  color: #051441;
}
.section_title .title_text strong {
  font-family: "Sofia Pro Bold", sans-serif;
}
.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 p {
  font-size: 16px;
}
.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 {
  box-shadow: 0px 10px 30px 0px rgba(114, 69, 242, 0.4);
  background-image: linear-gradient(125deg, #5e2ced 0%, #a485fd 100%);
}
.section_title .icon_rounded.icon_orange {
  box-shadow: 0px 14px 30px 0px rgba(224, 56, 39, 0.4);
  background-image: linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
}
.section_title .icon_rounded.icon_yellow {
  box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
  background-image: linear-gradient(-27deg, #ffb92c 0%, #ff8f0d 100%);
}
.section_title .icon_rounded.icon_green {
  box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
  background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
}
.section_title .icon_rounded.icon_red {
  box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
  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;
}
.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
================================================== */
/* video wrap - start
================================================== */
.video_wrap .banner_image {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}
.video_wrap .banner_image > img {
  opacity: 0.1;
  width: 100%;
  display: block;
}
.video_wrap .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%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  animation: ripple 2s linear infinite;
}
.video_wrap .banner_image .popup_video i {
  margin-left: 4px;
  -webkit-background-clip: text;
  background-image: linear-gradient(0deg, #4359f2, #57ccff);
  -webkit-text-fill-color: transparent;
}

/* video wrap - end
================================================== */
/* back to top - start
================================================== */
#thetop {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

#backtotop {
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 999;
  bottom: 70px;
  display: none;
  position: fixed;
  border-radius: 100%;
  background-color: #4154f1;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}

#backtotop #scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: block;
  font-size: 16px;
  overflow: hidden;
  line-height: 42px;
  text-align: center;
  position: relative;
}
#backtotop #scroll i {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#backtotop #scroll i:nth-child(1) {
  top: 53%;
  transform: translate(-50%, -53%);
}
#backtotop #scroll i:nth-child(2) {
  top: 100%;
  opacity: 0;
}
#backtotop #scroll:hover i:nth-child(1) {
  top: -100%;
  opacity: 0;
  transform: translateX(-50%);
}
#backtotop #scroll:hover i:nth-child(2) {
  top: 53%;
  opacity: 1;
  transform: translate(-50%, -53%);
}

/* back to top - end
================================================== */
/* preloader - start
================================================== */
.ctn-preloader {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9000;
  cursor: default;
  position: fixed;
  align-items: center;
  justify-content: center;
}

.ctn-preloader .animation-preloader {
  z-index: 10000;
}

.ctn-preloader .animation-preloader .spinner {
  width: 9em;
  height: 9em;
  border-radius: 100%;
  margin: 0 auto 3.5em auto;
  animation: spinner 1s infinite linear;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
}

.ctn-preloader .animation-preloader .txt-loading {
  font-size: 5em;
  font-weight: bold;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  left: 0px;
  top: -20px;
  opacity: 0;
  color: #ffffff;
  position: absolute;
  transform: rotateY(-90deg);
  content: attr(data-text-preloader);
  animation: letters-loading 4s infinite;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.ctn-preloader p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.ctn-preloader .loader {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: fixed;
  pointer-events: none;
}

.ctn-preloader .loader .row {
  height: 100%;
}

.ctn-preloader .loader .loader-section {
  padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4154f1;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Poppins", sans-serif;
  }
}
/* preloader - 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;
}

/*
.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 {
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
  transition-delay: 0s;
  display: inline-block;
  transition-duration: 1s;
  transition-property: transform;
  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;
  transform: scaleX(1);
  transition-delay: 0.4s;
  transition-duration: 1s;
  transition-property: transform;
  background-color: #051441;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

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

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

.text_effect_wrap.is_show .text_effect {
  transform: translate3d(0, 0, 0);
}
.text_effect_wrap.is_show .text_effect_left:before {
  transform: scale(0, 1);
}
.text_effect_wrap.is_show .text_effect_bottom:before {
  transform: scale(1, 0);
}

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

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

.text-center .c_slide_in_wrap1 {
  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 {
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform;
}

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

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

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

/* animation css - start
================================================== */
/* animation css - start
================================================== */
@keyframes ripple {
  0% {
    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% {
    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_2 {
  0% {
    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% {
    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_3 {
  0% {
    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% {
    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_small {
  0% {
    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% {
    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_xsmall {
  0% {
    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% {
    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_orange {
  0% {
    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% {
    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_past {
  0% {
    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% {
    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 updown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoominout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
/* animation css - end
================================================== */
/* transition - start
================================================== */
a,
button {
  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: #4154f1;
}
.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;
  font-family: "Sofia Pro Medium";
}
.header_section .main_menu > ul > li:hover > a, .header_section .main_menu > ul > li.active > a {
  color: #4154f1;
}
.header_section .btn {
  height: 40px;
  font-size: 16px;
  min-width: 120px;
  line-height: 36px;
  padding: 0px 20px;
}
.header_section .btn.bg_white {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.header_section .btn.bg_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;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  animation: 0.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 .btn.btn_border.border_white {
  color: #4154f1;
  border: 1px solid #4154f1;
}
.sticky_header.stuck .btn.btn_border.border_white:before {
  background-color: #4154f1;
}
.sticky_header.stuck .btn.btn_border.border_white:hover {
  color: #ffffff;
}
.sticky_header.stuck .btn.bg_white {
  box-shadow: none;
  border-color: #4154f1;
}
.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: #4154f1;
}

/* sticky header - end
================================================== */
/* dropdown & submenu - start
================================================== */
.main_menu .menu_item_has_child {
  position: relative;
}
.main_menu .menu_item_has_child .submenu {
  top: 100%;
  left: 0px;
  opacity: 0;
  margin: 0px;
  width: auto;
  height: auto;
  display: block;
  min-width: 220px;
  padding: 20px 0px;
  visibility: hidden;
  position: absolute;
  background-color: #ffffff;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
}
.main_menu .menu_item_has_child .submenu > li {
  width: 100%;
  display: block;
}
.main_menu .menu_item_has_child .submenu > li > a {
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 6px 30px;
  font-family: "Sofia Pro";
  color: #051441;
}
.main_menu .menu_item_has_child .submenu > li:hover > a, .main_menu .menu_item_has_child .submenu > li.active > a {
  color: #4154f1;
  background-color: rgba(65, 84, 241, 0.05);
}
.main_menu .menu_item_has_child:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.main_menu .menu_item_has_child .submenu .menu_item_has_child > a {
  position: relative;
}
.main_menu .menu_item_has_child .submenu .menu_item_has_child > a:after {
  top: 55%;
  right: 25px;
  line-height: 1;
  font-size: 10px;
  content: "";
  position: absolute;
  font-family: "themify";
  transform: translateY(-55%);
}
.main_menu .menu_item_has_child .submenu .menu_item_has_child .submenu {
  top: 100%;
  left: 100%;
}
.main_menu .menu_item_has_child .submenu .menu_item_has_child:hover > .submenu {
  top: -20px;
}
.main_menu .menu_item_has_child .mega_menu {
  left: 0px;
  right: 0px;
  display: none;
  position: fixed;
  padding: 30px 0px;
  background-color: #ffffff;
  transform: translateY(50px);
  transition: all 0.3s ease-in-out;
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
}
.main_menu .menu_item_has_child .mega_menu .home_items_submenu {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
}
.main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col {
  padding: 15px;
  flex: 0 0 20%;
  max-width: 20%;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item small, .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item small {
  color: #4154f1;
}
.main_menu .menu_item_has_child .mega_menu .home_items_submenu .page_item {
  width: auto;
  padding: 0px;
  display: block;
  max-width: 200px;
  margin: 0px auto;
  text-align: center;
}
.main_menu .menu_item_has_child .mega_menu .home_items_submenu .page_item span {
  height: 120px;
  display: flex;
  overflow: hidden;
  align-items: top;
  margin: 0px auto 15px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(-45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}
.main_menu .menu_item_has_child .mega_menu .home_items_submenu .page_item span > img {
  margin: auto;
  height: auto;
  margin-top: 0px;
  transition: all 0.4s ease-in-out;
}
.main_menu .menu_item_has_child .mega_menu .home_items_submenu .page_item small {
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 1.1;
  color: #051441;
  font-family: "Sofia Pro";
  font-family: "Sofia Pro Bold", sans-serif;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.main_menu .menu_item_has_child .mega_menu .home_items_submenu .page_item:hover span img {
  opacity: 0.3;
}
.main_menu .menu_item_has_child .mega_menu .menu_list {
  padding: 30px 0px;
}
.main_menu .menu_item_has_child .mega_menu .menu_list .list_title {
  font-size: 20px;
  margin-bottom: 25px;
}
.main_menu .menu_item_has_child .mega_menu .menu_list > ul > li {
  margin-bottom: 5px;
}
.main_menu .menu_item_has_child .mega_menu .menu_list > ul > li:last-child {
  margin-bottom: 0px !important;
}
.main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a {
  line-height: 1;
  display: block;
  font-size: 15px;
  color: #6a7c92;
  display: inline-block;
}
.main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a:hover, .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a.active {
  color: #4154f1;
}
.main_menu .menu_item_has_child:hover .mega_menu {
  display: block;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  transform: translateY(35px);
}

/* dropdown & submenu - end
================================================== */
/* mobile menu - start
================================================== */
.sidebar-menu-wrapper {
  display: block;
}
.sidebar-menu-wrapper .mobile_menu {
  top: 0px;
  width: 400px;
  height: 100vh;
  right: -420px;
  z-index: 9999;
  position: fixed;
  font-size: 14px;
  padding: 50px 40px;
  overflow-y: scroll;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
.sidebar-menu-wrapper .mobile_menu.active {
  right: 0px;
  box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
}
.sidebar-menu-wrapper .mobile_menu .mCustomScrollBox {
  overflow: visible !important;
}
.sidebar-menu-wrapper .mobile_menu .brand_logo > .brand_link {
  max-width: 147px;
}
.sidebar-menu-wrapper .mobile_menu .brand_logo .close_btn {
  float: right;
  line-height: 1;
  font-size: 30px;
  cursor: pointer;
  margin: 8px 0px;
  color: #6a7c92;
}
.sidebar-menu-wrapper .mobile_menu .item_title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.sidebar-menu-wrapper .mobile_menu .btns_group > ul > li {
  margin-right: 15px;
}
.sidebar-menu-wrapper .mobile_menu .btns_group > ul > li:last-child {
  margin-right: 0px !important;
}
.sidebar-menu-wrapper .mobile_menu .btn {
  height: 45px;
  min-width: auto;
  font-size: 15px;
  line-height: 43px;
  padding: 0px 25px;
}
.sidebar-menu-wrapper .mobile_menu .btn > img {
  height: 16px;
  margin-top: -4px;
}
.sidebar-menu-wrapper .mobile_menu .mp_balancing {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
}
.sidebar-menu-wrapper .mobile_menu .menu_list > ul {
  width: auto;
  display: block;
  margin: -12px -40px;
}
.sidebar-menu-wrapper .mobile_menu .menu_list > ul li a {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 40px;
  padding-left: 50px;
  color: #051441;
  text-transform: capitalize;
}
.sidebar-menu-wrapper .mobile_menu .menu_list > ul li:hover, .sidebar-menu-wrapper .mobile_menu .menu_list > ul li.active {
  background-color: rgba(65, 84, 241, 0.02);
}
.sidebar-menu-wrapper .mobile_menu .menu_list > ul li:hover > a, .sidebar-menu-wrapper .mobile_menu .menu_list > ul li.active > a {
  color: #4154f1;
  background-color: rgba(65, 84, 241, 0.03);
}
.sidebar-menu-wrapper .mobile_menu .menu_list > ul li.menu_item_has_child > a {
  position: relative;
}
.sidebar-menu-wrapper .mobile_menu .menu_list > ul li.menu_item_has_child > a:after {
  top: 60%;
  right: 40px;
  border: none;
  line-height: 1;
  font-size: 12px;
  content: "";
  font-weight: 400;
  position: absolute;
  transform: translateY(-60%);
  font-family: "Font Awesome 5 Pro";
}
.sidebar-menu-wrapper .mobile_menu .menu_list > ul li.menu_item_has_child .submenu {
  float: none;
  width: auto;
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  position: static !important;
  transform: unset !important;
  background-color: rgba(65, 84, 241, 0.02);
}
.sidebar-menu-wrapper .mobile_menu .menu_list > ul li.menu_item_has_child .submenu > li {
  width: 100%;
  display: block;
}
.sidebar-menu-wrapper .mobile_menu .menu_list > ul li.menu_item_has_child .submenu > li > a {
  font-size: 14px;
  padding: 10px 40px;
  padding-left: 70px;
}
.sidebar-menu-wrapper .mobile_menu .menu_list > ul li.menu_item_has_child .submenu .submenu > li > a {
  padding: 8px 40px;
  padding-left: 90px;
}
.sidebar-menu-wrapper .mobile_menu .contact_info > ul > li {
  margin-bottom: 5px;
}
.sidebar-menu-wrapper .mobile_menu .contact_info > ul > li:last-child {
  margin-bottom: 0px !important;
}
.sidebar-menu-wrapper .mobile_menu .contact_info > ul > li span {
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
  color: #051441;
}
.sidebar-menu-wrapper .mobile_menu .contact_info > ul > li > a {
  color: #6a7c92;
}
.sidebar-menu-wrapper .mobile_menu .contact_info > ul > li > a:hover {
  color: #4154f1;
}
.sidebar-menu-wrapper .mobile_menu .social_links > ul > li {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  text-align: center;
}
.sidebar-menu-wrapper .mobile_menu .social_links > ul > li:last-child {
  margin-right: 0px !important;
}
.sidebar-menu-wrapper .mobile_menu .social_links > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 13px;
  line-height: 35px;
  border-radius: 100%;
  color: #6a7c92;
  border: 1px solid #6a7c92;
}
.sidebar-menu-wrapper .mobile_menu .social_links > ul > li > a:hover {
  color: #ffffff;
  border-color: #4154f1;
  background-color: #4154f1;
}
.sidebar-menu-wrapper .mobile_menu .copyright_text .author_link {
  color: #4154f1;
}
.sidebar-menu-wrapper .mobile_menu .footer_menu > ul > li {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.sidebar-menu-wrapper .mobile_menu .footer_menu > ul > li:before {
  top: 50%;
  right: -2px;
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: rgba(65, 84, 241, 0.1);
}
.sidebar-menu-wrapper .mobile_menu .footer_menu > ul > li:last-child {
  margin-right: 0px !important;
  padding-right: 0px !important;
}
.sidebar-menu-wrapper .mobile_menu .footer_menu > ul > li:last-child:before {
  display: none;
}
.sidebar-menu-wrapper .mobile_menu .footer_menu > ul > li > a {
  color: #6a7c92;
}
.sidebar-menu-wrapper .mobile_menu .footer_menu > ul > li > a:hover {
  color: #4154f1;
}
.sidebar-menu-wrapper .overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sidebar-menu-wrapper .overlay.active {
  opacity: 1;
  display: block;
}

.mobile_menu::-webkit-scrollbar {
  width: 0px;
}

/* mobile menu - end
================================================== */
/* 03 - header section - end
==================================================================================================== */
/* 04 - footer section - start
==================================================================================================== */
.footer_section.bg_gray {
  background-color: #eff2f9;
}
.footer_section.bg_gray_2 {
  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;
  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;
  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;
  font-family: "Sofia Pro SemiBold";
}
.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;
  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;
  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;
  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;
  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;
}

/* 04 - footer section - end
==================================================================================================== */
/* 05 - breadcrumb section - start
==================================================================================================== */
.breadcrumb_section {
  overflow: hidden;
  min-height: 500px;
  padding: 80px 0px;
}
.breadcrumb_section.bg_gradient_blue {
  background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}
.breadcrumb_section .deco_wrap {
  overflow: hidden;
}
.breadcrumb_section .spahe_1,
.breadcrumb_section .spahe_2 {
  max-width: 565px;
}
.breadcrumb_section .spahe_1 {
  top: -100px;
  right: -100px;
}
.breadcrumb_section .spahe_2 {
  left: -100px;
  bottom: -100px;
}
.breadcrumb_section .overlay_black {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
.breadcrumb_section .breadcrumb_content {
  z-index: 1;
  max-width: 780px;
  margin: 0px auto;
  margin-top: 100px;
  position: relative;
}
.breadcrumb_section .breadcrumb_content .page_title {
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.9px;
}
.breadcrumb_section .breadcrumb_content p {
  font-size: 18px;
  max-width: 540px;
  display: inline-block;
  font-family: "Sofia Pro";
}
.breadcrumb_section .breadcrumb_content .breadcrumb_nav > ul > li {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
.breadcrumb_section .breadcrumb_content .breadcrumb_nav > ul > li:after {
  top: 60%;
  right: -5px;
  line-height: 1;
  font-size: 10px;
  content: "";
  position: absolute;
  font-family: "themify";
  transform: translateY(-60%);
}
.breadcrumb_section .breadcrumb_content .breadcrumb_nav > ul > li:last-child {
  margin-right: 0px !important;
  padding-right: 0px !important;
}
.breadcrumb_section .breadcrumb_content .breadcrumb_nav > ul > li:last-child:after {
  display: none;
}
.breadcrumb_section .filter-btns-group > ul > li > button {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb_section .filter-btns-group > ul > li > button:hover, .breadcrumb_section .filter-btns-group > ul > li > button.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}
.breadcrumb_section.text-white .breadcrumb_content .page_title {
  color: #ffffff;
}
.breadcrumb_section.text-white .breadcrumb_content .breadcrumb_nav > ul > li:after {
  color: #ffffff;
}
.breadcrumb_section.text-white .breadcrumb_content .breadcrumb_nav > ul > li > a {
  color: #ffffff;
}

/* blog details - start */
.breadcrumb_section .decrease_size .page_title {
  font-size: 50px;
}

.blog_details_page .breadcrumb_section .breadcrumb_content {
  margin-top: 80px;
}

/* blog details - end */
/* 05 - breadcrumb section - end
==================================================================================================== */
/* 06 - sidebar section - start
==================================================================================================== */
.sidebar_section.pl-30 {
  padding-left: 30px;
}
.sidebar_section .widget {
  margin-bottom: 60px;
}
.sidebar_section .widget:last-child {
  margin-bottom: 0px !important;
}
.sidebar_section .widget_title {
  font-size: 30px;
}
.sidebar_section .sidebar_search input {
  border-radius: 6px;
  background-color: #f3f4f9;
  border: 1px solid #f3f4f9;
}
.sidebar_section .sidebar_search button[type=submit] {
  top: 50%;
  right: 20px;
  line-height: 1;
  position: absolute;
  color: #303030;
  transform: translateY(-50%);
}
.sidebar_section .sidebar_blog > ul > li {
  margin-bottom: 20px;
}
.sidebar_section .sidebar_blog > ul > li:last-child {
  margin-bottom: 0px !important;
}
.sidebar_section .sidebar_category > ul > li {
  margin-bottom: 10px;
}
.sidebar_section .sidebar_category > ul > li:last-child {
  margin-bottom: 0px !important;
}
.sidebar_section .sidebar_category > ul > li > a {
  color: #6a7c92;
}
.sidebar_section .sidebar_category > ul > li > a > span {
  margin-left: 5px;
  display: inline-block;
}
.sidebar_section .sidebar_category > ul > li > a:hover {
  color: #4154f1;
}
.sidebar_section .sidebar_tag .tag_list {
  margin: -4px;
}
.sidebar_section .sidebar_tag .tag_list > ul {
  width: 100%;
}
.sidebar_section .sidebar_tag .tag_list > ul li {
  padding: 4px;
}
.sidebar_section .sidebar_tag .tag_list > ul li > a {
  width: 100%;
  height: 40px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 20px;
  text-align: center;
  border-radius: 45px;
  color: #6a7c92;
  background-color: #f0f2f9;
}
.sidebar_section .sidebar_tag .tag_list > ul li > a:hover {
  color: #ffffff;
  background-color: #4154f1;
}

/* 06 - sidebar section - end
==================================================================================================== */
/* 07 - partners section - start
==================================================================================================== */
.partner_section .shape_1 {
  left: 0px;
  bottom: 0px;
  max-width: 265px;
}
.partner_section .dot_image_1 {
  top: -240px;
  left: -88px;
  max-width: 158px;
}
.partner_section .partner_logo {
  height: 45px;
  display: flex;
  flex: 0 0 20%;
  max-width: 20%;
  margin-top: 50px;
  text-align: center;
  align-items: center;
}
.partner_section .partner_logo > a {
  margin: auto;
  max-width: 130px;
}
.partner_section .partner_logo > a > img {
  height: auto;
}

/* 07 - partners 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: flex;
  min-height: 550px;
  position: relative;
  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: 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: 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;
  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: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}
.newsletter_section.bg_gradient_blue_2 {
  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: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}
.newsletter_section .newsletter_boxed.bg_gradient_lightblue {
  background-image: linear-gradient(45deg, #4150f1 0%, #58d0ff 100%);
}
.newsletter_section .newsletter_boxed.bg_gradient_purple {
  background-image: linear-gradient(-45deg, #5e2ced 0%, #a485fd 100%);
}
.newsletter_section .newsletter_boxed.bg_gradient_royalblue {
  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
==================================================================================================== */
/* 10 - promotion section - start
==================================================================================================== */
.promotion_section {
  overflow: hidden;
}
.promotion_section.bg_gradient_blue {
  background-image: linear-gradient(-45deg, #5e2ced 0%, #a485fd 100%);
}
.promotion_section .dot_image_1 {
  top: 125px;
  right: 15px;
  max-width: 100px;
}
.promotion_section .shape_1 {
  top: 0px;
  left: 15px;
  max-width: 290px;
}
.promotion_section .shape_2 {
  top: 0px;
  left: 157px;
  max-width: 250px;
}
.promotion_section .item_image_1 {
  z-index: 1;
  width: 460px;
  margin: 0px auto;
  position: relative;
  margin-bottom: -230px;
}
.promotion_section .item_image_1 .image_1,
.promotion_section .item_image_1 .image_2 {
  max-width: 50%;
  padding: 0px 10px;
  display: inline-block;
}
.promotion_section .item_image_1 .image_1 {
  transform: translateY(50px);
}
.promotion_section .btns_group > ul > li {
  margin-right: 30px;
}
.promotion_section .btns_group > ul > li:last-child {
  margin-right: 0px !important;
}
.promotion_section .btns_group > ul > li .btn img {
  max-width: 15px;
}
.promotion_section .btns_group > ul > li .btn.bg-white {
  color: #303030;
}

/* 10 - promotion section - end
==================================================================================================== */
/* 11 - seo section - start
==================================================================================================== */
.seo_section {
  overflow: hidden;
  position: relative;
}
.seo_section.bg_gradient_blue {
  background-image: linear-gradient(45deg, #6939f5, #6939f5);
}
.seo_section .section_title .title_text .text_orange {
  color: #ffab17;
}
.seo_section .glob_image_1 {
  top: -80px;
  left: -5px;
  max-width: 525px;
}
.seo_section .shape_1 {
  left: 0px;
  bottom: 126px;
  max-width: 203px;
}
.seo_section .shape_2 {
  top: 190px;
  left: 635px;
  max-width: 100px;
}
.seo_section .shape_3 {
  top: 90px;
  right: 340px;
  max-width: 100px;
}
.seo_section .rocket_image {
  right: 167px;
  bottom: -10px;
  max-width: 300px;
}
.seo_section .form_wrap {
  padding: 5px;
  margin: 0px auto;
  max-width: 950px;
  border-radius: 45px;
  background-color: #ffffff;
}
.seo_section .form_wrap > ul {
  width: 100%;
  display: block;
}
.seo_section .form_wrap > ul > li {
  width: 40%;
  position: relative;
}
.seo_section .form_wrap > ul > li:after {
  top: 50%;
  width: 1px;
  content: "";
  right: 0px;
  height: 30px;
  line-height: 1;
  position: absolute;
  background-color: #cccccc;
  transform: translateY(-50%);
}
.seo_section .form_wrap > ul > li:nth-child(2):after {
  display: none;
}
.seo_section .form_wrap > ul > li:last-child {
  width: 20%;
}
.seo_section .form_wrap > ul > li:last-child:after {
  display: none;
}
.seo_section .form_wrap > ul > li .form_item {
  margin: 0px;
}
.seo_section .form_wrap > ul > li .form_item input {
  height: 50px;
  border: none;
  padding: 0px 25px;
}
.seo_section .form_wrap > ul > li .btn {
  height: 50px;
  float: right;
  min-width: 130px;
  line-height: 48px;
}
.seo_section .form_wrap > ul > li .btn:hover {
  transform: translateY(0px);
}

/* 11 - seo section - end
==================================================================================================== */
/* 12 - intregation section - start
==================================================================================================== */
.intregation_section {
  position: relative;
}
.intregation_section.bg_gradient_gray {
  background-image: linear-gradient(0deg, transparent 0%, #f6fbff 100%);
}
.intregation_section .dot_image_1 {
  top: -160px;
  right: -88px;
  max-width: 158px;
}
.intregation_section .intregation_image_1 {
  max-width: 743px;
  margin: 0px auto;
  position: relative;
  margin-bottom: -35px;
}
.intregation_section .intregation_image_1 .phone_image {
  left: -55px;
  bottom: -35px;
  max-width: 172px;
  position: absolute;
}
.intregation_section .intregation_image_1 .watch_image {
  right: -20px;
  bottom: -33px;
  max-width: 128px;
  position: absolute;
}
.intregation_section .apps_wrap {
  bottom: 120px;
  position: absolute;
}
.intregation_section .apps_wrap > ul {
  width: 340px;
  height: 405px;
}
.intregation_section .apps_wrap > ul > li {
  width: 70px;
  height: 70px;
  position: absolute;
}
.intregation_section .apps_wrap > ul > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 100%;
  background-color: white;
  box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.1);
}
.intregation_section .apps_wrap > ul > li > a > img {
  margin: auto;
  height: auto;
}
.intregation_section .apps_wrap.wrap_left {
  left: 254px;
}
.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(1) {
  top: 0px;
  right: 0px;
}
.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(1) > a {
  animation: bounceIn 3000ms infinite alternate;
}
.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(2) {
  left: 0px;
  bottom: 110px;
}
.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(2) > a {
  animation: bounceIn 3400ms infinite alternate;
}
.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(3) {
  top: 135px;
  left: 140px;
}
.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(3) > a {
  animation: bounceIn 3600ms infinite alternate;
}
.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(4) {
  bottom: 0px;
  right: 100px;
}
.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(4) > a {
  animation: bounceIn 3800ms infinite alternate;
}
.intregation_section .apps_wrap.wrap_right {
  right: 254px;
}
.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(1) {
  top: 0px;
  left: 0px;
}
.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(1) > a {
  animation: bounceIn 3000ms infinite alternate;
}
.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(2) {
  right: 0px;
  bottom: 110px;
}
.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(2) > a {
  animation: bounceIn 3400ms infinite alternate;
}
.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(3) {
  top: 135px;
  right: 140px;
}
.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(3) > a {
  animation: bounceIn 3600ms infinite alternate;
}
.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(4) {
  bottom: 0px;
  left: 100px;
}
.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(4) > a {
  animation: bounceIn 3800ms infinite alternate;
}

/* 12 - intregation section - end
==================================================================================================== */
/* 13 - about page - start
==================================================================================================== */
/* feature section - start */
.feature_section.bg_gradient_blue {
  background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}
.feature_section.bg_gradient_blue_2 {
  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;
  background-size: auto;
  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: 40px;
}
.feature_section .section_title.decrease_size .title_text {
  font-size: 36px;
}
.feature_section .section_title p.mb-30 {
  margin-bottom: 35px;
}
.feature_section .feature_item {
  margin-bottom: 150px;
}
.feature_section .feature_item:last-child {
  margin-bottom: 0px !important;
}
.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: 0.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;
  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: flex;
  align-items: center;
}
.feature_section .app_icons_group > ul > li > a > img {
  margin: auto;
  height: auto;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.feature_section .app_icons_group > ul > li > a:hover > img {
  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;
  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: 0.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: 45px;
}
.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;
}

/* feature section - end */
/* feature boxed - start */
.feature_boxed {
  padding: 45px;
  margin-top: 60px;
  padding-top: 65px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
.feature_boxed:hover {
  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%;
  transform: translateX(-50%);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.feature_boxed .item_icon.icon_bg_lightblue {
  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
}
.feature_boxed .item_icon.icon_bg_green {
  box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
  background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
}
.feature_boxed .item_icon.icon_bg_yellow {
  box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
  background-image: linear-gradient(-27deg, #ff8901 0%, #ffb21b 100%);
}
.feature_boxed .item_icon.icon_bg_red {
  box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
  background-image: linear-gradient(40deg, red 0%, #ff5959 100%);
}
.feature_boxed .item_icon.icon_bg_royalblue {
  box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
  background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%);
}
.feature_boxed .item_icon.icon_bg_pink {
  box-shadow: 0px 10px 30px 0px rgba(255, 0, 90, 0.4);
  background-image: linear-gradient(40deg, #ff0c4b 0%, #ff2199 100%);
}

/* feature boxed - end */
/* introduction section - start */
.introduction_section.bg_gray {
  background-color: #f6fbff;
}
.introduction_section .dot_image_1 {
  top: -120px;
  right: -88px;
  max-width: 158px;
}
.introduction_section .dot_image_2 {
  top: -160px;
  left: -88px;
  max-width: 158px;
}
.introduction_section .video_wrap {
  z-index: 1;
  position: relative;
  padding-bottom: 77px;
}
.introduction_section .video_wrap .shadow_image {
  left: 50%;
  bottom: 0px;
  width: 1425px;
  position: absolute;
  transform: translateX(-50%);
}
.introduction_section .video_wrap .dot_image {
  top: -30px;
  right: 114px;
  max-width: 150px;
}
.introduction_section .video_wrap .leaf_image {
  left: 25px;
  bottom: 15px;
  max-width: 170px;
}
.introduction_section .video_wrap .leaf_image_1,
.introduction_section .video_wrap .leaf_image_2 {
  bottom: 65px;
  max-width: 170px;
}
.introduction_section .video_wrap .leaf_image_1 {
  left: 25px;
}
.introduction_section .video_wrap .leaf_image_2 {
  right: 25px;
}
.introduction_section .video_wrap .man_1 {
  right: -90px;
  bottom: 70px;
  max-width: 180px;
}
.introduction_section .video_wrap .man_2 {
  left: -155px;
  bottom: 50px;
  max-width: 230px;
}

/* introduction section - 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 {
  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
}
.service_section .tabs_nav > ul > li > a span.bg_gradient_red {
  box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
  background-image: linear-gradient(40deg, red 0%, #ff5959 100%);
}
.service_section .tabs_nav > ul > li > a span.bg_gradient_green {
  box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
  background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
}
.service_section .tabs_nav > ul > li > a span.bg_gradient_purple {
  box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
  background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%);
}
.service_section .tabs_nav > ul > li > a span.bg_gradient_orange {
  box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
  background-image: linear-gradient(-27deg, #ff8901 0%, #ffb21b 100%);
}
.service_section .tabs_nav > ul > li > a span.icon_image {
  display: flex;
  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;
  font-family: "Sofia Pro SemiBold";
}
.service_section .tabs_nav > ul > li > a:hover, .service_section .tabs_nav > ul > li > a.active {
  background-color: #ffffff;
  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;
  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;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: "Sofia Pro SemiBold";
}
.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;
  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 {
  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
  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 {
  box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
  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 {
  box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
  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 {
  box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
  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 {
  box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
  background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%);
}

/* service items icon BG color - end */
/* service boxed 1 - start */
.service_boxed_1 {
  margin-top: 30px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
}
.service_boxed_1:hover {
  transform: translateY(-16px);
  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;
  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;
  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;
  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.bg_gradient_blue {
  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
}
.service_boxed_1 .item_icon.bg_gradient_green {
  box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
  background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
}
.service_boxed_1 .item_icon.bg_gradient_orange {
  box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
  background-image: linear-gradient(-27deg, #ffb51c 0%, #ff8e0d 100%);
}
.service_boxed_1 .item_icon.bg_gradient_red {
  box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
  background-image: linear-gradient(40deg, red 0%, #ff5959 100%);
}
.service_boxed_1 .item_icon.bg_gradient_purple {
  box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
  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;
  font-family: "Sofia Pro Bold";
}
.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 {
  transform: translateX(6px);
}
.service_boxed_1:hover .details_btn {
  color: #4154f1;
}

/* 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 {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
.service_carousel .item .service_boxed_2:hover {
  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;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-size: 155px auto;
  background-position: right 30px bottom 30px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
.service_boxed_2:hover {
  transform: translateY(-16px);
  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;
  font-family: "Sofia Pro Bold";
}
.service_boxed_2:hover .item_title > a {
  color: #4154f1;
}
.service_boxed_2 p {
  font-size: 16px;
}

/* service boxed 2 - end */
/* service boxed 3 - start */
.service_creative_grid {
  margin-left: -15px;
  margin-right: -15px;
}
.service_creative_grid .grid-item,
.service_creative_grid .grid-sizer {
  width: 50%;
  float: left;
  display: inline-block;
}
.service_creative_grid .grid-item {
  padding: 0px 15px;
}
.service_creative_grid .grid-item:nth-child(3) {
  margin-top: 90px;
}

.service_boxed_3 {
  margin-top: 30px;
  padding: 45px 35px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
.service_boxed_3 .item_icon {
  line-height: 1;
  font-size: 48px;
  margin-bottom: 25px;
  display: inline-block;
}
.service_boxed_3 .item_icon i {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.service_boxed_3 .item_icon.icon_purple i {
  text-shadow: 0px 14px 30px rgba(94, 44, 237, 0.4);
  background: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
}
.service_boxed_3 .item_icon.icon_green i {
  text-shadow: 0px 14px 30px rgba(3, 255, 9, 0.4);
  background: -webkit-linear-gradient(40deg, #14ab10 0%, #00ec43 100%);
}
.service_boxed_3 .item_icon.icon_orange i {
  text-shadow: 0px 14px 30px rgba(224, 56, 39, 0.4);
  background: -webkit-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
}
.service_boxed_3 .item_icon.icon_blue i {
  text-shadow: 0px 14px 30px rgba(44, 130, 237, 0.4);
  background: -webkit-linear-gradient(40deg, #2171d4 0%, #2cc4f0 100%);
}
.service_boxed_3 p {
  font-size: 13px;
}
.service_boxed_3 .item_title {
  font-size: 20px;
  margin-bottom: 15px;
}

/* service boxed 3 - end */
/* service primary - start */
.service_primary {
  margin-top: 50px;
}
.service_primary .item_icon {
  z-index: 1;
  width: 80px;
  height: 80px;
  color: #ffffff;
  font-size: 48px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
.service_primary .icon_wrap {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.service_primary .icon_wrap .item_icon {
  margin-bottom: 0px;
}
.service_primary .icon_wrap .icon_deco {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  max-width: 10px;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.service_primary .icon_wrap .icon_deco.icon_deco_1 {
  top: 10px;
  left: 10px;
}
.service_primary .icon_wrap .icon_deco.icon_deco_2 {
  top: 10px;
  right: 10px;
}
.service_primary .icon_wrap .icon_deco.icon_deco_3 {
  left: 10px;
  bottom: 10px;
}
.service_primary .icon_wrap .icon_deco.icon_deco_4 {
  right: 10px;
  bottom: 10px;
}
.service_primary:hover .icon_wrap .icon_deco {
  opacity: 1;
  transform: rotate(360deg);
}
.service_primary:hover .icon_wrap .icon_deco.icon_deco_1 {
  top: -5px;
  left: -6px;
}
.service_primary:hover .icon_wrap .icon_deco.icon_deco_2 {
  top: -20px;
  right: 0px;
  transform: rotate(0deg);
}
.service_primary:hover .icon_wrap .icon_deco.icon_deco_3 {
  left: -6px;
  bottom: -6px;
}
.service_primary:hover .icon_wrap .icon_deco.icon_deco_4 {
  right: -20px;
  bottom: 24px;
}
.service_primary .item_title {
  margin-bottom: 20px;
}
.service_primary .item_title > a {
  font-size: 24px;
  color: #051441;
  font-family: "Sofia Pro Bold";
}
.service_primary:hover .item_title > a {
  color: #4154f1;
}

/* service primary - end */
/* service primary 2 - start */
.service_primary_2 {
  margin-top: 50px;
  padding: 0px 26px;
  text-align: center;
}
.service_primary_2 .item_icon {
  z-index: 1;
  height: 75px;
  font-size: 46px;
  line-height: 75px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.service_primary_2 .item_icon:before {
  top: 0px;
  left: 50%;
  bottom: 0px;
  z-index: -1;
  content: "";
  width: 60px;
  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%);
}
.service_primary_2 .item_icon .icon_deco {
  left: -10px;
  max-width: 10px;
  line-height: 0.1;
  position: absolute;
}
.service_primary_2 .item_icon .icon_deco_1 {
  top: 0px;
}
.service_primary_2 .item_icon .icon_deco_2 {
  bottom: 0px;
}
.service_primary_2 .item_icon.icon_blue {
  color: #0072e9;
}
.service_primary_2 .item_icon.icon_blue:before {
  background-color: #f1f9ff;
}
.service_primary_2 .item_icon.icon_purple {
  color: #6b3df0;
}
.service_primary_2 .item_icon.icon_purple:before {
  background-color: #f5f2ff;
}
.service_primary_2 .item_icon.icon_orange {
  color: #ec6c4f;
}
.service_primary_2 .item_icon.icon_orange:before {
  background-color: #fff2ef;
}
.service_primary_2 .item_icon.icon_green {
  color: #40a50b;
}
.service_primary_2 .item_icon.icon_green:before {
  background-color: #ecffe2;
}
.service_primary_2 .item_icon.icon_red {
  color: #ff3636;
}
.service_primary_2 .item_icon.icon_red:before {
  background-color: #ffefef;
}
.service_primary_2 .item_icon.icon_yellow {
  color: #ffa800;
}
.service_primary_2 .item_icon.icon_yellow:before {
  background-color: #fff9e2;
}
.service_primary_2 .item_icon.icon_image {
  width: 150px;
  height: 135px;
  display: flex;
  align-items: center;
  background-size: auto;
  margin: 0px auto 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icons/services/bg_1.png);
}
.service_primary_2 .item_icon.icon_image > img {
  margin: auto;
  height: auto;
}
.service_primary_2 .item_icon.icon_image:before {
  display: none;
}
.service_primary_2 .item_title {
  font-size: 24px;
  margin-bottom: 25px;
  font-family: "Sofia Pro SemiBold";
}
.service_primary_2 p {
  font-size: 14px;
  margin-bottom: 20px;
}
.service_primary_2 .details_btn {
  font-size: 16px;
  position: relative;
  display: inline-block;
  color: #051441;
  font-family: "Sofia Pro SemiBold";
}
.service_primary_2 .details_btn i {
  font-size: 20px;
  color: #051441;
  transform: translateY(2px);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.service_primary_2 .details_btn:hover {
  color: #4154f1;
}
.service_primary_2 .details_btn:hover i {
  color: #4154f1;
  transform: translate(5px, 2px);
}

/* service primary 2 - end */
/* 14 - service pages - end
==================================================================================================== */
/* 15 - team page - start
==================================================================================================== */
.team_grid {
  max-width: 255px;
  text-align: center;
  margin: 50px auto 0px;
}
.team_grid .member_image {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: linear-gradient(90deg, #301cab, #5773fa);
}
.team_grid .member_image > img {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.team_grid:hover .member_image {
  transform: translateY(-16px);
  box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.2);
}
.team_grid:hover .member_image > img {
  opacity: 0.1;
}
.team_grid .social_icon {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.team_grid .social_icon > ul > li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.team_grid .social_icon > ul > li > a {
  color: #ffffff;
}
.team_grid .social_icon > ul > li > a i {
  color: #ffffff;
}
.team_grid:hover .social_icon > ul > li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.team_grid:hover .social_icon > ul > li:nth-child(1) {
  transition-delay: 0.05s;
}
.team_grid:hover .social_icon > ul > li:nth-child(2) {
  transition-delay: 0.1s;
}
.team_grid:hover .social_icon > ul > li:nth-child(3) {
  transition-delay: 0.2s;
}
.team_grid:hover .social_icon > ul > li:nth-child(4) {
  transition-delay: 0.3s;
}
.team_grid .member_name {
  margin-bottom: 5px;
}
.team_grid .member_name > a {
  font-size: 22px;
  color: #051441;
}
.team_grid:hover .member_name > a {
  color: #4154f1;
}
.team_grid .member_title {
  color: #6a7c92;
  font-size: 14px;
  display: inline-block;
}

/* 15 - team page - end
==================================================================================================== */
/* 16 - pricing page - start
==================================================================================================== */
/* pricing section settings - start */
.pricing_section.bg_gray {
  background-color: #fafafe;
}
.pricing_section.bg_gray_2 {
  background-image: linear-gradient(-45deg, #f0f4ff 0%, #e0e5ff 100%);
}
.pricing_section.bg_gray_3 {
  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;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pricing_plan_1:hover {
  background-color: #ffffff;
  transform: translateY(-16px);
  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;
  font-family: "Sofia Pro Bold", sans-serif;
}
.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;
  font-family: "Sofia Pro SemiBold";
}
.pricing_plan_1 .pricing_header .price_text sub {
  color: #677294;
}
.pricing_plan_1 .item_icon {
  width: 160px;
  height: 125px;
  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;
}
.pricing_plan_1 .info_list > ul > li:last-child {
  margin-bottom: 0px !important;
}
.pricing_plan_1 .btn {
  height: 50px;
  min-width: 140px;
  line-height: 46px;
}

.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;
  transform: translateY(7px);
}
.pricing_tab .tab_switcher:before {
  top: -3px;
  left: 0px;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 100%;
  background: #4154f1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  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;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pricing_plan_2:hover {
  background-color: #ffffff;
  transform: translateY(-16px);
  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;
  font-family: "Sofia Pro Bold", sans-serif;
}
.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;
  font-family: "Sofia Pro SemiBold";
}
.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 {
  height: 50px;
  display: block;
  line-height: 46px;
}

/* 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;
  font-family: "Sofia Pro Bold", sans-serif;
}
.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 {
  height: 50px;
  min-width: 160px;
  line-height: 46px;
}
.pricing_plan_3 .btn .fa-long-arrow-right {
  margin-left: 5px;
  transform: translateY(2px);
}
.pricing_plan_3.special_item {
  color: #ffffff;
  padding: 80px 60px;
  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
==================================================================================================== */
/* 17 - casestudy page - start
==================================================================================================== */
/* casestudy section settings - start */
.casestudy_section .shape_1 .shape_2 {
  max-width: 103px;
}
.casestudy_section .shape_1 {
  right: 0px;
  top: -125px;
}
.casestudy_section .shape_2 {
  left: 0px;
  bottom: 15px;
}
.casestudy_section .triangle_1 {
  top: 0px;
  left: 205px;
}
.casestudy_section .dot_1 {
  top: -10px;
  right: 205px;
}
.casestudy_section .dot_2 {
  top: 360px;
  left: 50px;
}
.casestudy_section .dot_3 {
  top: 420px;
  right: 120px;
}

.filter-btns-group > ul > li {
  height: 45px;
  margin-right: 5px;
  text-align: center;
}
.filter-btns-group > ul > li:last-child {
  margin-right: 0px !important;
}
.filter-btns-group > ul > li > button {
  width: 100%;
  height: 100%;
  display: block;
  color: #6a7c92;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 30px;
  line-height: 45px;
  border-radius: 45px;
}
.filter-btns-group > ul > li > button:hover, .filter-btns-group > ul > li > button.active {
  color: #4154f1;
  background-color: rgba(65, 84, 241, 0.102);
}

/* casestudy section settings - start */
/* case study fullimage - start */
.casestudy_fullimage {
  overflow: hidden;
  position: relative;
}
.casestudy_fullimage .item_image {
  width: 100%;
  display: block;
  background-image: linear-gradient(0deg, #301cab, #5773fa);
}
.casestudy_fullimage .item_image img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.casestudy_fullimage .details_btn {
  top: 30px;
  opacity: 0;
  z-index: 2;
  right: 30px;
  width: 45px;
  height: 45px;
  color: #ffffff;
  font-size: 20px;
  line-height: 47px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #ffffff;
  transform: translateY(-70px);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.casestudy_fullimage .details_btn:hover {
  color: #4154f1;
  background-color: #ffffff;
}
.casestudy_fullimage .item_content {
  left: 0px;
  z-index: 1;
  bottom: 0px;
  padding: 30px;
  position: absolute;
  padding-bottom: 25px;
}
.casestudy_fullimage .item_content .item_title {
  overflow: hidden;
  display: inline-block;
}
.casestudy_fullimage .item_content .item_title > a {
  color: #ffffff;
  display: block;
  font-size: 22px;
}
.casestudy_fullimage .item_content .item_category {
  overflow: hidden;
}
.casestudy_fullimage .item_content .item_category > a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.casestudy_fullimage .item_content .item_category > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.casestudy_fullimage .item_content .item_title > a,
.casestudy_fullimage .item_content .item_category > a {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.casestudy_fullimage:hover .item_image > img {
  opacity: 0.1;
}
.casestudy_fullimage:hover .details_btn {
  opacity: 1;
  transform: translateY(0px);
}
.casestudy_fullimage:hover .item_title > a,
.casestudy_fullimage:hover .item_category > a {
  opacity: 1;
  transform: translateY(0px);
}
.casestudy_fullimage:hover .item_title > a {
  transition-delay: 0.3s;
}
.casestudy_fullimage:hover .item_category > a {
  transition-delay: 0.4s;
}

/* case study fullimage - end */
/* casestudy grid - start */
.casestudy_carousel {
  margin-top: -15px;
}
.casestudy_carousel .item {
  padding: 15px;
  padding-bottom: 0px;
}
.casestudy_carousel .item .casestudy_grid {
  margin-top: 0px;
}
.casestudy_carousel .owl-dots {
  margin-top: 60px !important;
}

.casestudy_grid {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.casestudy_grid .item_image {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  background-image: linear-gradient(0deg, #301cab, #5773fa);
}
.casestudy_grid .item_image > img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.casestudy_grid:hover .item_image > img {
  transform: scale(1.1);
}
.casestudy_grid a.item_image {
  width: 100%;
  display: block;
}
.casestudy_grid .item_title {
  margin-bottom: 10px;
}
.casestudy_grid .item_title > a {
  display: block;
  font-size: 24px;
  color: #051441;
  font-family: "Sofia Pro Bold", sans-serif;
}
.casestudy_grid:hover .item_title > a {
  color: #4154f1;
}
.casestudy_grid .item_category > ul > li {
  margin-right: 5px;
  padding-right: 5px;
  position: relative;
}
.casestudy_grid .item_category > ul > li:after {
  right: 0px;
  bottom: 4px;
  content: ",";
  line-height: 0.4;
  position: absolute;
  color: #6a7c92;
}
.casestudy_grid .item_category > ul > li:last-child {
  margin-right: 0px !important;
}
.casestudy_grid .item_category > ul > li:last-child:after {
  display: none;
}
.casestudy_grid .item_category > ul > li > a {
  display: block;
  line-height: 1;
  font-size: 15px;
  color: #6a7c92;
}
.casestudy_grid .item_category > ul > li > a:hover {
  color: #4154f1;
}

/* casestudy grid - end */
/* column settings - start */
.gallery_section .element_grid,
.casestudy_section .element_grid,
.portfolio_section .element_grid {
  margin: -15px;
}
.gallery_section .element_grid .element-item,
.casestudy_section .element_grid .element-item,
.portfolio_section .element_grid .element-item {
  float: left;
  padding: 15px;
  width: 33.333%;
  display: inline-block;
}

.gallery_section .element_grid .casestudy_grid,
.casestudy_section .element_grid .casestudy_grid,
.portfolio_section .element_grid .casestudy_grid {
  text-align: left;
  margin-top: 15px;
}
.gallery_section .element_grid .casestudy_grid .item_image,
.casestudy_section .element_grid .casestudy_grid .item_image,
.portfolio_section .element_grid .casestudy_grid .item_image {
  margin-bottom: 20px;
}
.gallery_section .element_grid.column_2 .element-item,
.casestudy_section .element_grid.column_2 .element-item,
.portfolio_section .element_grid.column_2 .element-item {
  width: 50%;
}
.gallery_section .element_grid.column_3 .element-item,
.casestudy_section .element_grid.column_3 .element-item,
.portfolio_section .element_grid.column_3 .element-item {
  width: 33.333%;
}
.gallery_section .element_grid.column_3 .casestudy_grid .item_image,
.casestudy_section .element_grid.column_3 .casestudy_grid .item_image,
.portfolio_section .element_grid.column_3 .casestudy_grid .item_image {
  margin-bottom: 15px;
}
.gallery_section .element_grid.column_3 .casestudy_grid .item_title > a,
.casestudy_section .element_grid.column_3 .casestudy_grid .item_title > a,
.portfolio_section .element_grid.column_3 .casestudy_grid .item_title > a {
  font-size: 20px;
}
.gallery_section .element_grid.column_4 .element-item,
.casestudy_section .element_grid.column_4 .element-item,
.portfolio_section .element_grid.column_4 .element-item {
  width: 25%;
}
.gallery_section .element_grid.column_4 .casestudy_fullimage .details_btn,
.casestudy_section .element_grid.column_4 .casestudy_fullimage .details_btn,
.portfolio_section .element_grid.column_4 .casestudy_fullimage .details_btn {
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 42px;
}
.gallery_section .element_grid.column_4 .casestudy_fullimage .item_content,
.casestudy_section .element_grid.column_4 .casestudy_fullimage .item_content,
.portfolio_section .element_grid.column_4 .casestudy_fullimage .item_content {
  padding: 20px;
  padding-bottom: 15px;
}
.gallery_section .element_grid.column_4 .casestudy_fullimage .item_content .item_title > a,
.casestudy_section .element_grid.column_4 .casestudy_fullimage .item_content .item_title > a,
.portfolio_section .element_grid.column_4 .casestudy_fullimage .item_content .item_title > a {
  font-size: 18px;
}
.gallery_section .element_grid.column_4 .casestudy_grid .item_image,
.casestudy_section .element_grid.column_4 .casestudy_grid .item_image,
.portfolio_section .element_grid.column_4 .casestudy_grid .item_image {
  margin-bottom: 15px;
}
.gallery_section .element_grid.column_4 .casestudy_grid .item_title > a,
.casestudy_section .element_grid.column_4 .casestudy_grid .item_title > a,
.portfolio_section .element_grid.column_4 .casestudy_grid .item_title > a {
  font-size: 16px;
}
.gallery_section .element_grid.column_4 .casestudy_grid .item_category > ul > li > a,
.casestudy_section .element_grid.column_4 .casestudy_grid .item_category > ul > li > a,
.portfolio_section .element_grid.column_4 .casestudy_grid .item_category > ul > li > a {
  font-size: 13px;
}
.gallery_section .element_grid.element_fullwidth .casestudy_fullimage > img,
.casestudy_section .element_grid.element_fullwidth .casestudy_fullimage > img,
.portfolio_section .element_grid.element_fullwidth .casestudy_fullimage > img {
  width: 100%;
  display: block;
}
.gallery_section .container-fluid .element_grid.column_4 .casestudy_grid .item_title > a,
.casestudy_section .container-fluid .element_grid.column_4 .casestudy_grid .item_title > a,
.portfolio_section .container-fluid .element_grid.column_4 .casestudy_grid .item_title > a {
  font-size: 20px;
}
.gallery_section .container-fluid .element_grid.column_4 .casestudy_grid .item_category > ul > li > a,
.casestudy_section .container-fluid .element_grid.column_4 .casestudy_grid .item_category > ul > li > a,
.portfolio_section .container-fluid .element_grid.column_4 .casestudy_grid .item_category > ul > li > a {
  font-size: 15px;
}

.gallery_section .casestudy_fullimage .item_content {
  top: 50%;
  left: 0px;
  right: 0px;
  padding: 15px;
  bottom: unset;
  text-align: center;
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
}
.gallery_section .casestudy_fullimage .item_content .item_title > a {
  text-decoration: underline;
}
.gallery_section .element_grid.column_4 .casestudy_fullimage .item_content {
  padding: 15px;
}

/* column settings - end */
/* 17 - casestudy page - end
==================================================================================================== */
/* 18 - shop pages - start
==================================================================================================== */
/* shop section setting - start
================================================== */
.filter_bar .btns_group > ul > li {
  margin-right: 20px;
}
.filter_bar .btns_group > ul > li:last-child {
  margin-right: 0px !important;
}
.filter_bar .btns_group > ul > li span {
  color: #051441;
}
.filter_bar .layout_btns_group > ul > li {
  margin-right: 15px;
}
.filter_bar .layout_btns_group > ul > li:last-child {
  margin-right: 0px !important;
}
.filter_bar .layout_btns_group > ul > li > a {
  display: block;
  font-size: 18px;
  color: #6a7c92;
}
.filter_bar .layout_btns_group > ul > li > a:hover, .filter_bar .layout_btns_group > ul > li > a.active {
  color: #4154f1;
}
.filter_bar .form_item.dropdown .dropdown-menu > ul > li > a {
  padding: 12px 15px;
}
.filter_bar .form_item.dropdown > button {
  height: auto;
  padding: 0px;
  border: none;
  border-radius: 0px;
  padding-right: 20px;
}
.filter_bar .form_item.dropdown > button:after {
  right: 0px;
  font-size: 12px;
}
.filter_bar .form_item.dropdown .dropdown-menu {
  padding: 0px;
}

.shop_section .tab-content.border_bottom {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e3 !important;
}

/* shop section setting - end
================================================== */
/* shop grid - start
================================================== */
.shop_grid {
  max-width: 255px;
  margin: 30px auto 0px;
}
.shop_grid .item_image {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(-45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}
.shop_grid .action_btns {
  left: 0px;
  right: 0px;
  z-index: 2;
  bottom: 0px;
  position: absolute;
  padding-bottom: 20px;
}
.shop_grid .action_btns > ul > li {
  opacity: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  margin-right: 10px;
  transform: translateY(150%);
  transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.shop_grid .action_btns > ul > li:last-child {
  margin-right: 0px !important;
}
.shop_grid .action_btns > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 15px;
  line-height: 46px;
  border-radius: 100%;
  color: #051441;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.05);
}
.shop_grid .action_btns > ul > li > a:hover {
  color: #ffffff;
  transform: translateY(-8px);
  background-color: #4154f1;
}
.shop_grid:hover .action_btns > ul > li {
  opacity: 1;
  transform: translateY(0%);
}
.shop_grid:hover .action_btns > ul > li:nth-child(1) {
  transition-delay: 0.1s;
}
.shop_grid:hover .action_btns > ul > li:nth-child(2) {
  transition-delay: 0.2s;
}
.shop_grid:hover .action_btns > ul > li:nth-child(3) {
  transition-delay: 0.3s;
}
.shop_grid .item_content {
  padding: 20px;
}
.shop_grid .item_title > a {
  display: block;
  font-size: 18px;
  color: #051441;
}
.shop_grid:hover .item_title > a {
  color: #4154f1;
}
.shop_grid .item_price {
  display: block;
  font-size: 17px;
}
.shop_grid .item_price strong {
  margin-right: 5px;
  color: #051441;
}
.shop_grid .rating_star > ul > li {
  font-size: 12px;
  margin-right: 3px;
}

/* shop grid - end
================================================== */
/* shop list - start
================================================== */
.shop_list {
  margin-top: 30px;
}
.shop_list .item_image {
  float: left;
  max-width: 470px;
}
.shop_list .item_content {
  display: table;
  padding-top: 30px;
  padding-left: 50px;
}
.shop_list .item_title > a {
  display: block;
  font-size: 22px;
  color: #051441;
}
.shop_list:hover .item_title > a {
  color: #4154f1;
}
.shop_list .item_price {
  display: block;
  font-size: 17px;
}
.shop_list .item_price strong {
  margin-right: 5px;
  color: #051441;
}
.shop_list .rating_star > ul > li {
  font-size: 12px;
  margin-right: 3px;
}
.shop_list .action_btns > ul > li {
  margin-right: 15px;
}
.shop_list .action_btns > ul > li:last-child {
  margin-right: 0px !important;
}
.shop_list .action_btns > ul > li > button, .shop_list .action_btns > ul > li a {
  padding: 0px;
  display: block;
  color: #677294;
  line-height: 48px;
  text-align: center;
  background: #f9f9fc;
  border: 1px solid #e7e7f6;
}
.shop_list .action_btns > ul > li > button:hover, .shop_list .action_btns > ul > li a:hover {
  color: #ffffff;
  border-color: #4154f1;
  background-color: #4154f1;
}
.shop_list .action_btns > ul > li > button {
  height: 50px;
  padding: 0px 30px;
  border-radius: 45px;
}
.shop_list .action_btns > ul > li > a {
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 100%;
}

/* shop list - end
================================================== */
/* shopping cart - start
================================================== */
.cart_section.bg_gray {
  background-color: #fbfbfd;
}
.cart_section .table_wrap .table td, .cart_section .table_wrap .table th {
  border: none;
  padding: 20px 0px;
  text-align: center;
  vertical-align: middle;
}
.cart_section .table_wrap .table td:first-child, .cart_section .table_wrap .table th:first-child {
  text-align: left;
}
.cart_section .table_wrap .table thead th {
  font-size: 14px;
}
.cart_section .table_wrap .table tbody td {
  border-top: 1px solid #e1e1e3;
}
.cart_section .table_wrap .td_title {
  float: left;
  display: none;
  font-size: 14px;
  color: #051441;
  font-family: "Sofia Pro Medium";
}
.cart_section .table_wrap .product_quantity {
  display: inline-block;
}
.cart_section .table_wrap .product_quantity input {
  width: 110px;
  height: 50px;
}
.cart_section .table_wrap .product_item {
  display: flex;
  align-items: center;
}
.cart_section .table_wrap .item_image {
  float: left;
  width: 100px;
  margin-right: 30px;
}
.cart_section .table_wrap .item_title {
  font-size: 16px;
  margin-bottom: 0px;
  font-family: "Sofia Pro Light";
}
.cart_section .table_wrap .item_availability {
  font-size: 17px;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.cart_section .table_wrap .item_availability:before {
  top: 3px;
  left: 0px;
  font-size: 14px;
  position: absolute;
  font-family: "themify";
}
.cart_section .table_wrap .item_availability.in_stock {
  color: #63cf8d;
}
.cart_section .table_wrap .item_availability.in_stock:before {
  content: "";
}
.cart_section .table_wrap .item_availability.out_stock {
  color: red;
}
.cart_section .table_wrap .item_availability.out_stock:before {
  content: "";
}
.cart_section .table_wrap .btn.btn_border {
  color: #6a7c92;
  border: 1px solid #e1e1e3;
}
.cart_section .table_wrap .btn.btn_border:hover {
  color: #ffffff;
}
.cart_section .btns_group > ul > li {
  margin-right: 20px;
}
.cart_section .btns_group > ul > li:last-child {
  margin-right: 0px !important;
}
.cart_section .btn {
  height: 50px;
  font-size: 16px;
  min-width: auto;
  line-height: 48px;
}
.cart_section .btn.btn_border {
  line-height: 48px;
}
.cart_section .discount_code .form_title {
  font-size: 20px;
}
.cart_section .form_item input {
  height: 55px;
}
.cart_section .form_item .btn {
  top: 50%;
  right: 5px;
  height: 45px;
  line-height: 41px;
  position: absolute;
  color: #051441;
  background-color: #eff2f7;
  transform: translateY(-50%);
}
.cart_section .form_item .btn:hover {
  color: #ffffff;
}
.cart_section .cart_info_sidebar {
  padding: 35px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
}
.cart_section .cart_info_sidebar .total_price > ul > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e3;
}
.cart_section .cart_info_sidebar .total_price > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.cart_section .cart_info_sidebar .total_price > ul > li span {
  float: right;
}
.cart_section .cart_info_sidebar .btn {
  width: 100%;
  display: block;
  min-width: auto;
}
.cart_section .cart_info_sidebar .btn:hover {
  transform: translateY(0px);
}

/* shopping cart - end
================================================== */
/* checkout - start
================================================== */
.checkout_section.bg_gray {
  background-color: #fbfbfd;
}
.checkout_section .report_info > ul > li {
  font-size: 17px;
  margin-bottom: 8px;
  color: #051441;
}
.checkout_section .report_info > ul > li:last-child {
  margin-bottom: 0px !important;
}
.checkout_section .report_info > ul > li span {
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  border-radius: 100%;
  color: #4154f1;
  display: inline-block;
  border: 1px solid #4154f1;
}
.checkout_section .report_info > ul > li > a {
  color: #6a7c92;
}
.checkout_section .report_info > ul > li > a:hover {
  color: #4154f1;
  text-decoration: underline;
}
.checkout_section .item_title {
  font-size: 18px;
}
.checkout_section .item_title.border_bottom {
  padding-bottom: 20px;
}
.checkout_section .form_item textarea {
  min-height: 170px;
}
.checkout_section .checkout_sidebar {
  padding: 50px;
  margin-left: 50px;
  background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
}
.checkout_section .checkout_sidebar .payment_info > ul > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e3;
}
.checkout_section .checkout_sidebar .payment_info > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.checkout_section .checkout_sidebar .payment_info > ul > li span {
  float: right;
  color: #051441;
}
.checkout_section .checkout_sidebar .payment_info > ul > li strong {
  float: right;
  font-size: 17px;
  color: #4154f1;
}
.checkout_section .checkout_sidebar .payment_info > ul > li ul {
  margin: 0px;
  padding: 0px;
}
.checkout_section .checkout_sidebar .payment_info > ul > li ul li {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.checkout_section .checkout_sidebar .payment_info > ul > li ul li:last-child {
  margin-bottom: 0px !important;
}
.checkout_section .checkout_sidebar .transiction_accordion.border_bottom {
  padding-bottom: 30px;
}
.checkout_section .checkout_sidebar .transiction_accordion .card {
  border: none;
  border-radius: 0px;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.checkout_section .checkout_sidebar .transiction_accordion .card:last-child {
  margin-bottom: 0px !important;
}
.checkout_section .checkout_sidebar .transiction_accordion .card .card-header {
  padding: 0px;
  border: none;
  background-color: transparent;
}
.checkout_section .checkout_sidebar .transiction_accordion .card .card-header > a {
  font-size: 17px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  color: #051441;
}
.checkout_section .checkout_sidebar .transiction_accordion .card .card-header > a:before {
  top: 11px;
  left: 0px;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #e1e1e3;
  transition: all 0.3s ease-in-out;
}
.checkout_section .checkout_sidebar .transiction_accordion .card .card-header > a:not(.collapsed):before {
  background-color: #4154f1;
  border: 1px solid #4154f1;
}
.checkout_section .checkout_sidebar .transiction_accordion .card .card-body {
  padding: 10px 20px;
}
.checkout_section .checkout_sidebar .transiction_accordion .card .card-body p {
  font-size: 14px;
}
.checkout_section .checkout_sidebar .form_checkbox label {
  color: #051441;
}
.checkout_section .checkout_sidebar .btn {
  width: 100%;
  display: block;
  min-width: auto;
}
.checkout_section .checkout_sidebar .btn:hover {
  transform: translateY(0px);
}

/* checkout - end
================================================== */
/* 18 - shop pages - end
==================================================================================================== */
/* 19 - all details pages - start
==================================================================================================== */
/* details section setting - start
================================================== */
.details_section.bg_gray {
  background-color: #fbfbfd;
}
.details_section .item_content .info_list > ul > li {
  line-height: 1;
  margin-bottom: 25px;
}
.details_section .item_content .info_list > ul > li:last-child {
  margin-bottom: 0px !important;
}
.details_section .item_content .info_list > ul > li strong {
  color: #051441;
}
.details_section .item_content .info_list > ul > li > a {
  margin-left: 6px;
  color: #6a7c92;
}
.details_section .item_content .info_list > ul > li > a:hover {
  color: #4154f1;
}
.details_section .item_content .btns_group .btn {
  height: 50px;
  line-height: 48px;
}
.details_section .item_content .btns_group .heart_btn {
  font-size: 20px;
  margin-top: 8px;
  font-weight: 500;
  color: #6a7c92;
}
.details_section .item_content .btns_group .heart_btn:hover {
  color: #4154f1;
}
.details_section .item_content .btns_group .heart_btn > i {
  color: #4154f1;
}
.details_section .item_title {
  font-size: 36px;
  margin-bottom: 40px;
}
.details_section .title_text {
  font-size: 30px;
}
.details_section .chield_item.bg_gray {
  background-color: #fbfbfd;
}
.details_section .chield_item .item_content .info_list > ul > li {
  line-height: 1;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  color: #051441;
}
.details_section .chield_item .item_content .info_list > ul > li:last-child {
  margin-bottom: 0px !important;
}
.details_section .chield_item .item_content .info_list > ul > li:before {
  top: 2px;
  left: 0px;
  font-size: 14px;
  content: "";
  font-weight: 400;
  position: absolute;
  color: #4154f1;
  font-family: "Font Awesome 5 Pro";
}
.details_section .share_links_rounded span {
  display: block;
  margin-bottom: 10px;
  color: #051441;
}
.details_section .share_links_rounded > ul > li {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
}
.details_section .share_links_rounded > ul > li:last-child {
  margin-right: 0px !important;
}
.details_section .share_links_rounded > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  line-height: 44px;
  position: relative;
  border-radius: 100%;
}
.details_section .share_links_rounded > ul > li > a.bg_facebook {
  background-color: #4779de;
}
.details_section .share_links_rounded > ul > li > a.bg_twitter {
  background-color: #1da1f3;
}
.details_section .share_links_rounded > ul > li > a.bg_google {
  background-color: #e43e30;
}
.details_section .share_links_rounded > ul > li > a i {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.details_section .share_links_rounded > ul > li > a i:nth-child(1) {
  top: 55%;
  transform: translate(-50%, -55%);
}
.details_section .share_links_rounded > ul > li > a i:nth-child(2) {
  top: 100%;
  opacity: 0;
}
.details_section .share_links_rounded > ul > li > a:hover i {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.details_section .share_links_rounded > ul > li > a:hover i:nth-child(1) {
  top: -100%;
  opacity: 0;
  transform: translateX(-50%);
}
.details_section .share_links_rounded > ul > li > a:hover i:nth-child(2) {
  top: 55%;
  opacity: 1;
  transform: translate(-50%, -55%);
}
.details_section .prev_next_post > a {
  color: #6a7c92;
}
.details_section .prev_next_post > a:hover {
  color: #4154f1;
}
.details_section .details_images_carousel .owl-nav .owl-next,
.details_section .details_images_carousel .owl-nav .owl-prev {
  margin: 0px;
  width: 35px;
  height: 35px;
}
.details_section .details_images_carousel .owl-nav .owl-next:before,
.details_section .details_images_carousel .owl-nav .owl-prev:before {
  font-size: 14px;
  line-height: 35px;
  border: 1px solid #e5e5e6;
}
.details_section .details_images_carousel .owl-nav .owl-next:hover:before,
.details_section .details_images_carousel .owl-nav .owl-prev:hover:before {
  color: #ffffff;
  background: #4154f1;
  border-color: #4154f1;
}
.details_section .details_images_carousel .owl-nav .owl-prev {
  left: 20px !important;
}
.details_section .details_images_carousel .owl-nav .owl-next {
  right: 20px !important;
}
.details_section .btns_group > ul > li {
  margin-right: 10px;
}
.details_section .btns_group > ul > li:last-child {
  margin-right: 0px !important;
}

/* details section setting - end
================================================== */
/* job details page - start
================================================== */
.details_section .job_info_list > ul > li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 30px;
}
.details_section .job_info_list > ul > li:last-child {
  margin-bottom: 0px !important;
}
.details_section .job_info_list > ul > li:before {
  top: 2px;
  left: 0px;
  font-size: 14px;
  content: "";
  font-weight: 400;
  position: absolute;
  color: #4154f1;
  font-family: "Font Awesome 5 Pro";
}

.job_details_info {
  padding: 50px;
  background-color: #ffffff;
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
}
.job_details_info > .icon {
  line-height: 1;
  font-size: 40px;
  margin-bottom: 30px;
  display: inline-block;
  text-shadow: 0px 10px 20px rgba(62, 92, 255, 0.2);
  background: -webkit-linear-gradient(#301cab, #5672f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.job_details_info .title_text {
  font-size: 25px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeebf6;
}
.job_details_info > ul > li {
  margin-bottom: 30px;
}
.job_details_info > ul > li:last-child {
  margin-bottom: 0px !important;
}
.job_details_info > ul > li .item_icon {
  float: left;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #4154f1;
}
.job_details_info > ul > li .item_contact {
  display: table;
}
.job_details_info > ul > li .item_contact h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Sofia Pro Bold", sans-serif;
}
.job_details_info > ul > li .item_contact p {
  font-size: 14px;
}

/* job details page - end
================================================== */
/* blog details page - start
================================================== */
.details_section .list_title {
  float: left;
  font-size: 13px;
  margin-right: 8px;
  color: #051441;
}
.details_section .share_links .list_title {
  color: #051441;
}
.details_section .share_links > ul > li {
  margin-right: 15px;
}
.details_section .share_links > ul > li:last-child {
  margin-right: 0px !important;
}
.details_section .share_links > ul > li > a {
  display: block;
  font-size: 12px;
  color: #6a7c92;
}
.details_section .share_links > ul > li > a:hover {
  color: #4154f1;
}
.details_section .comment_area .title_text.mb-50 {
  margin-bottom: 40px;
}
.details_section .comment_btn {
  font-size: 14px;
  color: #6a7c92;
}
.details_section .comment_btn i {
  color: #4154f1;
}
.details_section .comment_btn:hover {
  color: #4154f1;
}
.details_section .item_tag .list_title {
  margin: 8px 0px;
  margin-right: 8px;
}
.details_section .item_tag > ul li {
  margin-right: 10px;
}
.details_section .item_tag > ul li:last-child {
  margin-right: 0px !important;
}
.details_section .item_tag > ul li > a {
  width: 100%;
  height: 40px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 20px;
  text-align: center;
  border-radius: 45px;
  color: #6a7c92;
  background-color: #f0f2f9;
}
.details_section .item_tag > ul li > a:hover {
  color: #ffffff;
  background-color: #4154f1;
}
.details_section .blog_grid {
  margin-top: 40px;
}
.details_section .blog_grid .post_date {
  min-width: 65px;
  min-height: 60px;
  padding: 12px 10px;
}
.details_section .blog_grid .post_date strong {
  font-size: 24px;
  margin-bottom: 3px;
}
.details_section .blog_grid .post_date span {
  font-size: 14px;
}
.details_section .blog_grid .item_image {
  margin-bottom: 20px;
}
.details_section .blog_grid .item_title {
  margin-bottom: 15px;
}
.details_section .blog_grid .item_title > a {
  display: block;
  font-size: 20px;
}
.details_section .blog_grid .item_image .popup_video {
  width: 60px;
  height: 60px;
  font-size: 50px;
  line-height: 62px;
  animation: ripple_2 2s linear infinite;
}
.details_section .comment_area .comment_item {
  padding: 30px;
  position: relative;
  padding-left: 130px;
  margin-bottom: 30px;
  background-color: #f7f8fb;
}
.details_section .comment_area .comment_item:last-child {
  margin-bottom: 0px !important;
}
.details_section .comment_area .comment_item .reply_btn {
  top: 33px;
  right: 30px;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  color: #051441;
}
.details_section .comment_area .comment_item .reply_btn:hover {
  color: #4154f1;
}
.details_section .comment_area .comment_item .thumbnail_image {
  top: 30px;
  left: 30px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
}
.details_section .comment_area .comment_item .comment_content {
  padding-top: 6px;
  position: relative;
}
.details_section .comment_area .comment_item .admin_name {
  font-size: 20px;
  margin-bottom: 5px;
}
.details_section .comment_area .comment_item .post_time {
  color: #85859c;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.details_section .comment_area .comment_item .comment_item {
  padding: 0px;
  display: block;
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 90px;
  border-top: 1px solid #e8ebf4;
}
.details_section .comment_area .comment_item .comment_item .thumbnail_image {
  left: 0px;
  width: 60px;
  height: 60px;
}
.details_section .comment_area .comment_item .comment_item .comment_content {
  padding: 0px;
}
.details_section .comment_area .comment_item .comment_item .admin_name {
  font-size: 18px;
  margin-bottom: 3px;
}
.details_section .comment_area .comment_item .comment_item p {
  font-size: 14px;
}
.details_section .comment_area .comment_item .comment_item .post_time {
  font-size: 14px;
  margin-bottom: 12px;
}
.details_section .comment_form .form_item textarea {
  min-height: 180px;
}

/* blog details page - end
================================================== */
/* casestudy details page - start
================================================== */
.casestudy_details .item_content .btns_group > ul > li {
  margin-right: 30px;
}

/* casestudy details page - end
================================================== */
/* portfolio details page - start
================================================== */
.portfolio_details .item_image {
  margin-bottom: 30px;
}
.portfolio_details .item_image:last-child {
  margin-bottom: 0px !important;
}
.portfolio_details .portfolio_details_info > ul > li {
  margin-bottom: 30px;
}
.portfolio_details .portfolio_details_info > ul > li:last-child {
  margin-bottom: 0px !important;
}
.portfolio_details .portfolio_details_info > ul > li span {
  display: block;
  color: #051441;
}
.portfolio_details .portfolio_details_info > ul > li a {
  color: #6a7c92;
}
.portfolio_details .portfolio_details_info > ul > li a:hover {
  color: #4154f1;
  text-decoration: underline;
}
.portfolio_details .portfolio_details_info > ul > li .service_list > ul > li {
  position: relative;
  margin-right: 10px;
  padding-right: 5px;
}
.portfolio_details .portfolio_details_info > ul > li .service_list > ul > li:before {
  right: 0px;
  bottom: 0px;
  content: ",";
  position: absolute;
  color: #6a7c92;
}
.portfolio_details .portfolio_details_info > ul > li .service_list > ul > li:last-child {
  margin-right: 0px !important;
  padding-right: 0px !important;
}
.portfolio_details .portfolio_details_info > ul > li .service_list > ul > li:last-child:before {
  display: none;
}
.portfolio_details .portfolio_details_info > ul > li .service_list > ul > li > a {
  display: block;
}
.portfolio_details .portfolio_details_info > ul > li .share_links_rounded {
  margin-top: 5px;
}
.portfolio_details .portfolio_details_info > ul > li .share_links_rounded > ul > li > a {
  color: #ffffff;
}
.portfolio_details .portfolio_details_info > ul > li .share_links_rounded > ul > li > a:hover {
  color: #ffffff;
  text-decoration: none;
}
.portfolio_details .portfolio_details_info.li_50 > ul {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio_details .portfolio_details_info.li_50 > ul > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

/* portfolio details page - end
================================================== */
/* shop details page - start
================================================== */
.shop_details .item_content {
  padding-left: 30px;
}
.shop_details .item_title {
  font-size: 24px;
}
.shop_details .item_price {
  display: block;
  font-size: 17px;
}
.shop_details .item_price strong {
  margin-right: 5px;
  color: #051441;
}
.shop_details .item_availability {
  display: block;
  font-size: 17px;
  position: relative;
  padding-left: 20px;
}
.shop_details .item_availability:before {
  top: 3px;
  left: 0px;
  font-size: 14px;
  position: absolute;
  font-family: "themify";
}
.shop_details .item_availability.in_stock {
  color: #63cf8d;
}
.shop_details .item_availability.in_stock:before {
  content: "";
}
.shop_details .item_availability.out_stock {
  color: red;
}
.shop_details .item_availability.out_stock:before {
  content: "";
}
.shop_details .btns_group > ul > li > button, .shop_details .btns_group > ul > li a {
  padding: 0px;
  display: block;
  color: #677294;
  line-height: 48px;
  text-align: center;
  background: #f9f9fc;
  border: 1px solid #e1e1e3;
}
.shop_details .btns_group > ul > li > button:hover, .shop_details .btns_group > ul > li a:hover {
  color: #ffffff;
  border-color: #4154f1;
  background-color: #4154f1;
}
.shop_details .btns_group > ul > li > button {
  height: 50px;
  padding: 0px 30px;
  border-radius: 45px;
}
.shop_details .btns_group > ul > li > a {
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 100%;
}
.shop_details .share_links .list_title {
  font-size: 16px;
}
.shop_details .share_links > ul > li {
  margin-right: 20px;
}
.shop_details .share_links > ul > li > a {
  font-size: 14px;
}

/* shop details page - end
================================================== */
/* review section - start
================================================== */
.review_section .review_nav > ul {
  overflow: hidden;
  border-radius: 45px;
  border: 1px solid #e1e1e3;
}
.review_section .review_nav > ul > li {
  height: 50px;
  text-align: center;
  border-right: 1px solid #e1e1e3;
}
.review_section .review_nav > ul > li:last-child {
  border-right: none;
}
.review_section .review_nav > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 30px;
  line-height: 50px;
  color: #6a7c92;
}
.review_section .review_nav > ul > li > a:hover, .review_section .review_nav > ul > li > a.active {
  color: #ffffff;
  background-color: #4154f1;
}
.review_section .tab-pane .item_title {
  font-size: 22px;
}
.review_section .comment_item {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e3;
}
.review_section .comment_item:last-child {
  border-bottom: none;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.review_section .comment_item .thumbnail_image {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}
.review_section .comment_item .comment_content {
  display: table;
}
.review_section .comment_item .comment_content .admin_name {
  font-size: 20px;
  font-family: "Sofia Pro Medium";
}
.review_section .comment_item .comment_content .admin_name span {
  font-size: 16px;
  color: #6a7c92;
  font-family: "Sofia Pro Light";
}
.review_section .review_form .form_item textarea {
  min-height: 200px;
}
.review_section .review_form .rating_star > ul > li {
  color: #6a7c92;
}
.review_section .review_form .rating_star > ul > li > button {
  font-size: 14px;
  color: #6a7c92;
}
.review_section .review_form .rating_star > ul > li:hover, .review_section .review_form .rating_star > ul > li:focus, .review_section .review_form .rating_star > ul > li.active {
  color: #fbc509;
}
.review_section .review_form .rating_star > ul > li:hover > button, .review_section .review_form .rating_star > ul > li:focus > button, .review_section .review_form .rating_star > ul > li.active > button {
  color: #fbc509;
}

/* review section - end
================================================== */
/* 19 - all details pages - end
==================================================================================================== */
/* 20 - process page - start
==================================================================================================== */
.process_section .line_bg {
  position: relative;
  padding-bottom: 160px;
  background-size: 50% 100%;
  background-position: left 15px bottom;
}
.process_section .line_bg:after, .process_section .line_bg:before {
  left: 51.4%;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: translateX(-51.4%);
}
.process_section .line_bg:before {
  width: 20px;
  height: 20px;
  bottom: -8px;
  background-color: rgba(65, 84, 241, 0.16);
}
.process_section .line_bg:after {
  width: 8px;
  height: 8px;
  bottom: -2px;
  background-color: #4154f1;
}
.process_section .process_item {
  position: relative;
  padding-left: 65px;
  margin-bottom: 60px;
  padding-bottom: 100px;
}
.process_section .process_item:last-child {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.process_section .process_item .item_image {
  margin: 0px auto;
  max-width: 440px;
}
.process_section .process_item .item_content {
  position: relative;
}
.process_section .process_item .item_content:before {
  top: -9px;
  left: -74px;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(65, 84, 241, 0.16);
}
.process_section .process_item .item_content:after {
  top: -3px;
  left: -68px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #4154f1;
}
.process_section .process_item:nth-child(2n+0) .item_content:before {
  left: -70px;
}
.process_section .process_item:nth-child(2n+0) .item_content:after {
  left: -64px;
}
.process_section .process_item .serial_number {
  line-height: 1;
  font-size: 60px;
  margin-top: -35px;
  margin-bottom: 45px;
  letter-spacing: 5px;
  display: inline-block;
  font-family: "Sofia Pro Bold", sans-serif;
  text-shadow: -5px 5px 0px #eceefe;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #cdcecf;
  -webkit-text-fill-color: transparent;
}
.process_section .process_item .item_title {
  font-size: 36px;
  margin-bottom: 25px;
}
.process_section .process_item .details_btn {
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 22px;
  line-height: 52px;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0px 10px 20px 0px rgba(62, 92, 255, 0.2);
  background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}

/* 20 - process page - end
==================================================================================================== */
/* 21 - job pages - start
==================================================================================================== */
/* job section setting - start
================================================== */
.job_section.bg_gray {
  background-color: #fbfbfd;
}
.job_section .jobs_grid {
  margin: -15px;
  margin-top: 15px;
}
.job_section .jobs_grid .element-item {
  width: 100%;
  padding: 15px;
  display: block;
}
.job_section .button-group > ul > li {
  height: 45px;
  margin-right: 10px;
  text-align: center;
}
.job_section .button-group > ul > li:last-child {
  margin-right: 0px !important;
}
.job_section .button-group > ul > li > button {
  width: 100%;
  height: 100%;
  display: block;
  color: #6a7c92;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 30px;
  line-height: 45px;
  border-radius: 45px;
}
.job_section .button-group > ul > li > button:hover, .job_section .button-group > ul > li > button.active {
  color: #4154f1;
  background-color: rgba(65, 84, 241, 0.102);
}

/* job section setting - start
================================================== */
/* job item - start
================================================== */
.job_item {
  padding: 25px 20px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.job_item:hover {
  transform: translateY(-8px);
  box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.job_item .item_icon {
  float: left;
  width: 120px;
  height: 80px;
  display: flex;
  margin-right: 40px;
  margin-left: -20px;
  align-items: center;
  border-right: 1px solid #eeebf7;
}
.job_item .item_icon > img {
  margin: auto;
  height: 50px;
}
.job_item .item_content {
  display: table;
  padding-top: 12px;
}
.job_item .item_title > a {
  font-size: 20px;
  color: #051441;
  font-family: "Sofia Pro Bold", sans-serif;
}
.job_item:hover .item_title > a {
  color: #4154f1;
}
.job_item p {
  font-size: 14px;
}
.job_item .btn {
  top: 50%;
  right: 20px;
  height: 50px;
  min-width: 140px;
  line-height: 46px;
  position: absolute;
  color: #051441;
  border: 1px solid #e9e9e9;
  transform: translateY(-50%);
}
.job_item .btn:hover {
  color: #ffffff;
}
.job_item:hover .btn {
  color: #ffffff;
}
.job_item:hover .btn:before {
  left: 0px;
  width: 100%;
  right: auto;
}

/* job item - end
================================================== */
/* apply section - start
================================================== */
.apply_section.bg_gray {
  background-color: #fbfbfd;
}
.apply_section .apply_form .form_item textarea {
  min-height: 180px;
}
.apply_section .apply_form .upload_field {
  padding: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px dotted #dfdbee;
}
.apply_section .apply_form .upload_field label {
  width: 100%;
  color: #6a7c92;
  display: block;
  margin-bottom: 40px;
}
.apply_section .apply_form .terms-conditions {
  max-width: 540px;
}
.apply_section .apply_form .terms-conditions > a {
  color: #4154f1;
}

/* apply section - end
================================================== */
/* 21 - job pages - end
==================================================================================================== */
/* 22 - blog pages - start
==================================================================================================== */
/* blog section setting - start
================================================== */
.blog_section .mt--60 {
  margin-top: -60px;
}
.blog_section .pagination_nav {
  margin-top: 80px;
}

.blog_masonry_grid {
  margin-left: -15px;
  margin-right: -15px;
}
.blog_masonry_grid .grid-item,
.blog_masonry_grid .grid-sizer {
  width: 50%;
  float: left;
  display: inline-block;
}
.blog_masonry_grid .grid-item {
  padding: 0px 15px;
}

/* blog section setting - end
================================================== */
/* blog grid - start
================================================== */
.blog_grid {
  margin-top: 60px;
  position: relative;
}
.blog_grid .post_date {
  top: 20px;
  left: 20px;
  z-index: 1;
  min-width: 70px;
  min-height: 60px;
  padding: 15px 10px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  color: #4154f1;
  background-color: #ffffff;
  box-shadow: 0px 14px 30px 0px rgba(65, 84, 241, 0.25);
}
.blog_grid .post_date strong {
  line-height: 1;
  display: block;
  font-size: 26px;
  margin-bottom: 2px;
}
.blog_grid .post_date span {
  display: block;
  line-height: 1;
  font-size: 15px;
}
.blog_grid .item_image {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin-bottom: 25px;
  background-image: linear-gradient(45deg, #301cab, #5773fa);
}
.blog_grid .item_image > img {
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog_grid:hover .item_image > img {
  opacity: 0.1;
}
.blog_grid .item_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%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  animation: ripple 2s linear infinite;
}
.blog_grid .item_image .popup_video i {
  margin-left: 4px;
  background: -webkit-linear-gradient(0deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog_grid .audio_wrap {
  width: 100%;
  padding: 40px;
  display: block;
  border-radius: 6px;
  background-color: #ffffff;
  border-left: 6px solid #4154f1;
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
}
.blog_grid .audio_wrap audio {
  width: 100%;
  display: block;
}
.blog_grid .item_title {
  margin-bottom: 20px;
}
.blog_grid .item_title > a {
  font-size: 30px;
  color: #303030;
  font-family: "Sofia Pro Bold", sans-serif;
}
.blog_grid:hover .item_title > a {
  color: #4154f1;
}
.blog_grid p.mb-30 {
  margin-bottom: 10px;
}
.blog_grid .details_btn {
  font-size: 18px;
  color: #303030;
  font-family: "Sofia Pro Bold", sans-serif;
}
.blog_grid .details_btn i {
  margin-left: 5px;
  transform: translateY(2px);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog_grid .details_btn:hover {
  color: #4154f1;
}
.blog_grid .details_btn:hover i {
  color: #4154f1;
  transform: translate(5px, 2px);
}
.blog_grid .comment_btn {
  color: #6a7c92;
}
.blog_grid .comment_btn i {
  color: #4154f1;
}
.blog_grid .comment_btn:hover {
  color: #4154f1;
}

.blog_grid.decrease_size .blog_grid .post_date {
  min-width: 65px;
  min-height: 60px;
}
.blog_grid.decrease_size .item_image {
  margin-bottom: 30px;
}
.blog_grid.decrease_size .item_title > a {
  font-size: 22px;
}

/* blog grid - end
================================================== */
/* blog quote - start
================================================== */
.blog_quote {
  padding: 40px;
  margin-top: 50px;
  border-radius: 6px;
  background-size: auto;
  background-color: #ffffff;
  border-left: 6px solid #4154f1;
  background-position: right bottom -25px;
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
}
.blog_quote .item_icon {
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}
.blog_quote .item_icon i {
  line-height: 1;
  font-size: 30px;
  color: #4154f1;
}
.blog_quote p a {
  font-size: 20px;
  line-height: 1.5;
  color: #051441;
  font-family: "Sofia Pro SemiBold";
}
.blog_quote:hover p a {
  color: #4154f1;
}

/* blog quote - end
================================================== */
/* blog small - start
================================================== */
.blog_small {
  width: 100%;
  display: table;
}
.blog_small .item_image {
  width: 85px;
  float: left;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 20px;
  background-image: linear-gradient(45deg, #301cab, #5773fa);
}
.blog_small .item_image > img {
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog_small:hover .item_image > img {
  opacity: 0.2;
}
.blog_small .item_content {
  display: table;
  padding-top: 12px;
}
.blog_small .item_title {
  margin-bottom: 0px;
}
.blog_small .item_title > a {
  display: block;
  font-size: 18px;
  color: #051441;
  font-family: "Sofia Pro Bold", sans-serif;
}
.blog_small:hover .item_title > a {
  color: #4154f1;
}
.blog_small .post_date {
  font-size: 14px;
  display: inline-block;
}

/* blog small - end
================================================== */
/* 22 - blog pages - end
==================================================================================================== */
/* 23 - faq pages - start
==================================================================================================== */
.faq_section .title_text {
  font-size: 24px;
}
.faq_section .faq_2_wrap .title_text {
  font-size: 28px;
}
.faq_section .tabs_nav {
  padding: 50px 40px;
  margin-right: -30px;
  background-color: #ffffff;
  border: 1px solid #f4f4f9;
  box-shadow: 0px 10px 15px 0px rgba(38, 59, 94, 0.05);
}
.faq_section .tabs_nav > ul > li {
  margin-bottom: 15px;
}
.faq_section .tabs_nav > ul > li:last-child {
  margin-bottom: 0px !important;
}
.faq_section .tabs_nav > ul > li > a {
  position: relative;
  color: #6a7c92;
}
.faq_section .tabs_nav > ul > li > a:before {
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  height: 1px;
  content: "";
  position: absolute;
  background: #4154f1;
  transition: width 0.2s linear;
}
.faq_section .tabs_nav > ul > li > a:hover, .faq_section .tabs_nav > ul > li > a.active {
  color: #4154f1;
}
.faq_section .tabs_nav > ul > li > a:hover:before, .faq_section .tabs_nav > ul > li > a.active:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.faq_section .tab-content {
  padding-left: 65px;
}
.faq_section .faq_accordion .card {
  border: none;
  border-radius: 0px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e4e0ee;
}
.faq_section .faq_accordion .card:last-child {
  margin-bottom: 0px !important;
}
.faq_section .faq_accordion .card .card-header {
  padding: 0px;
  border: none;
  background-color: transparent;
}
.faq_section .faq_accordion .card .card-header > a {
  width: 100%;
  display: block;
  font-size: 18px;
  position: relative;
  padding-right: 20px;
  color: #051441;
  font-family: "Sofia Pro Bold", sans-serif;
}
.faq_section .faq_accordion .card .card-header > a:before {
  top: 12px;
  right: 0px;
  line-height: 1;
  font-size: 14px;
  content: "";
  position: absolute;
  font-family: "themify";
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.faq_section .faq_accordion .card .card-header > a:not(.collapsed) {
  color: #4154f1;
}
.faq_section .faq_accordion .card .card-header > a:not(.collapsed):before {
  content: "";
  transform: rotate(360deg);
}
.faq_section .faq_accordion .card .card-body {
  padding: 0px;
  padding-top: 30px;
}

/* 23 - faq pages - end
==================================================================================================== */
/* 24 - contact page - start
==================================================================================================== */
.contact_section .contact_info {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eeebf6;
}
.contact_section .contact_info:last-child {
  border-bottom: none;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.contact_section .contact_info .list_title {
  font-size: 24px;
  margin-bottom: 25px;
}
.contact_section .contact_info > ul > li span {
  margin-right: 8px;
  display: inline-block;
  color: #051441;
}
.contact_section .contact_form .form_item textarea {
  min-height: 180px;
}

.map_section .google-map {
  height: 460px;
}

/* 24 - contact page - end
==================================================================================================== */
/* 25 - error page - start
==================================================================================================== */
.error_section {
  overflow: hidden;
  min-height: 100vh;
}
.error_section.bg_gradient_blue {
  background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}
.error_section .spahe_1,
.error_section .spahe_2 {
  max-width: 565px;
}
.error_section .spahe_1 {
  top: -100px;
  right: -100px;
}
.error_section .spahe_2 {
  left: -100px;
  bottom: -100px;
}
.error_section .error_content .page_title {
  line-height: 1;
  font-size: 300px;
  margin-bottom: 10px;
}
.error_section .error_content .title_text {
  line-height: 1;
  font-size: 44px;
  margin-bottom: 30px;
  letter-spacing: 2.4px;
  font-family: "Sofia Pro Light";
}
.error_section .error_content p {
  font-size: 18px;
  margin-bottom: 60px;
}
.error_section .error_content .btn {
  min-width: 220px;
}
.error_section.text-white .error_content .page_title,
.error_section.text-white .error_content .title_text {
  color: #ffffff;
}

/* 25 - error page - end
==================================================================================================== */
/* 26 - register pages - start
==================================================================================================== */
.register_section.bg_gray {
  background-color: #fafafe;
}
.register_section.half_bg_white {
  position: relative;
}
.register_section.half_bg_white:before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  width: 45.5%;
  position: absolute;
  background-color: #ffffff;
}
.register_section .section_title p a {
  color: #6a7c92;
}
.register_section .section_title p a:hover {
  color: #4154f1;
}
.register_section .form_item input {
  border: 1px solid #f2effc;
}
.register_section .form_item input:focus {
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
}
.register_section .check_box input {
  width: 15px;
  height: 15px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  margin-right: 5px;
  position: relative;
  transform: translateY(1px);
  border: 2px solid #6a7c92;
}
.register_section .check_box input:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  content: "";
  position: absolute;
  color: #4154f1;
  font-family: "themify";
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(-50%, -50%);
}
.register_section .check_box input:checked {
  border-color: transparent;
}
.register_section .check_box input:checked:before {
  opacity: 1;
}
.register_section .check_box label {
  line-height: 1;
  cursor: pointer;
  display: inline-block;
}
.register_section .forget_btn {
  float: right;
  font-size: 14px;
  color: #4154f1;
}
.register_section .btn[type=submit] {
  width: 100%;
  display: block;
}
.register_section p > a {
  color: #4154f1;
}
.register_section .signin_image {
  width: 595px;
  float: right;
  margin-right: -245px;
}
.register_section .signup_wrap {
  padding: 60px 0px;
  background-color: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.register_section .signup_wrap .info_wrap {
  height: 100%;
  padding: 0px 65px;
  margin-right: -15px;
  border-right: 1px solid #e8e8f3;
}
.register_section .signup_wrap .info_wrap h4 {
  font-size: 24px;
  margin-bottom: 60px;
}
.register_section .signup_wrap .info_wrap h3 {
  color: #051441;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-family: "Sofia Pro Extra Light";
}
.register_section .signup_wrap .info_wrap h3 strong {
  color: #051441;
  font-family: "Sofia Pro Bold";
}
.register_section .signup_wrap .info_list > ul > li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}
.register_section .signup_wrap .info_list > ul > li:last-child {
  margin-bottom: 0px !important;
}
.register_section .signup_wrap .info_list > ul > li:before {
  top: 1px;
  left: 0px;
  font-size: 14px;
  content: "";
  position: absolute;
  color: #4154f1;
  font-family: "themify";
}
.register_section .signup_wrap .signup_form {
  padding: 0px 65px;
}
.register_section .signup_wrap .signup_form .title_text {
  font-size: 36px;
  margin-bottom: 40px;
}

/* 26 - register pages - 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%;
  transform: translate(-50%, -50%);
  animation: ripple_3 2s linear infinite;
  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;
  font-family: "Sofia Pro SemiBold";
}
.banner_section .banner_content p {
  font-size: 18px;
}
.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;
  transition: all 0.4s ease-in-out;
  animation: ripple_xsmall 2s linear infinite;
}
.banner_section .banner_content .popup_video .icon i {
  margin-left: 4px;
  -webkit-background-clip: text;
  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;
  margin: 13px 0px;
  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 {
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.banner_section .banner_content .popup_video small:after {
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #4154f1;
  transition: transform 0.4s ease 0.2s;
}
.banner_section .banner_content .popup_video:hover small {
  color: #4154f1;
}
.banner_section .banner_content .popup_video:hover small:before {
  transform: scaleX(0);
}
.banner_section .banner_content .popup_video:hover small:after {
  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 .btns_group > ul > li .btn_text {
  margin: 15px 0px;
}
.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 {
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.banner_section .banner_content .btn_text:after {
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #4154f1;
  transition: transform 0.4s ease 0.2s;
}
.banner_section .banner_content .btn_text:hover {
  color: #4154f1;
}
.banner_section .banner_content .btn_text:hover:before {
  transform: scaleX(0);
}
.banner_section .banner_content .btn_text:hover:after {
  transform: scaleX(1);
}
.banner_section .form_item input {
  height: 65px;
  padding: 0px 30px;
  border: 1px solid #f5f5f7;
  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;
  height: 50px;
  min-width: auto;
  line-height: 48px;
  position: absolute;
  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 {
  transform-origin: 100% 50%;
  transition: transform 0.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.01 - home agency - start
================================================== */
/* banner section - start */
.agency_banner .bg_1 {
  max-width: 880px;
  top: -40px;
  left: unset;
  right: -40px;
}
.agency_banner .bg_2 {
  max-width: 990px;
  top: -55px;
  left: unset;
  right: -190px;
}
.agency_banner .clouds_wrap {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 55.6%;
  position: absolute;
}
.agency_banner .cloud_2,
.agency_banner .cloud_3 {
  max-width: 110px;
}
.agency_banner .cloud_1 {
  max-width: 200px;
  top: 186px;
  left: unset;
  right: 70px;
  position: absolute;
}
.agency_banner .cloud_2 {
  top: 160px;
  left: 125px;
}
.agency_banner .cloud_3 {
  left: 0px;
  top: 295px;
}
.agency_banner .banner_image {
  z-index: 1;
  width: 812px;
  margin: auto;
  display: table;
  position: relative;
  padding: 0px 105px;
}
.agency_banner .banner_image .leaf_1,
.agency_banner .banner_image .leaf_2 {
  max-width: 85px;
  position: absolute;
  top: unset;
}
.agency_banner .banner_image .leaf_1 {
  left: 30px;
  bottom: 55px;
}
.agency_banner .banner_image .leaf_2 {
  right: 0px;
  left: unset;
  bottom: 70px;
}
.agency_banner .banner_content .title_text {
  letter-spacing: -3px;
}
.agency_banner .banner_content .popup_video {
  color: #4565f3;
}
.agency_banner .banner_content .popup_video .icon i {
  -webkit-background-clip: text;
  background-image: linear-gradient(0deg, #4359f2, #57ccff);
  -webkit-text-fill-color: transparent;
}

/* banner section - end */
/* service section - start */
.home_agency .service_primary_2 {
  padding: 0px;
  text-align: left;
  padding-right: 65px;
}
.home_agency .service_primary_2 p {
  font-size: 15px;
}

/* service section - end */
/* 27.01 - home agency - end
================================================== */
/* 27.02 - home app landing - start
================================================== */
/* home reset - start */
.home_app_landing ::selection {
  color: #ffffff;
  background-color: #7447f2;
}
.home_app_landing ::-moz-selection {
  color: #ffffff;
  background-color: #7447f2;
}
.home_app_landing .owl-theme .owl-nav .owl-next:hover:before,
.home_app_landing .owl-theme .owl-nav .owl-prev:hover:before {
  background: #7447f2;
  border-color: #7447f2;
}
.home_app_landing .section_title .sub_title {
  color: #7447f2;
}
.home_app_landing .social_icon_rounded > ul > li > a:hover {
  color: #ffffff;
  background-color: #7447f2;
}
.home_app_landing .social_icon_rounded > ul > li > a:hover i {
  color: #ffffff;
}
.home_app_landing .text-white .social_icon_rounded > ul > li > a:hover {
  color: #ffffff;
  background-color: #7447f2;
}
.home_app_landing .text-white .social_icon_rounded > ul > li > a:hover i {
  color: #ffffff;
}
.home_app_landing .text-white .section_title .sub_title {
  color: #ffffff;
}
.home_app_landing .btn.bg_white {
  color: #7447f2;
}
.home_app_landing .btn.bg_white:before {
  background-color: #7447f2;
}
.home_app_landing .btn.bg_white:hover {
  color: #ffffff;
  border-color: #7447f2;
}
.home_app_landing .btn.btn_border.border_white:hover {
  color: #7447f2;
}
.home_app_landing .btn_text:hover {
  color: #7447f2;
}
.home_app_landing .btn_text:hover i {
  color: #7447f2;
}
.home_app_landing .showcase_section .swiper-prev:hover,
.home_app_landing .showcase_section .swiper-next:hover {
  border-color: #7447f2;
}
.home_app_landing #backtotop {
  background-color: #7447f2;
}
.home_app_landing .ctn-preloader .loader .loader-section .bg {
  background-color: #7447f2;
}

/* home reset - end */
/* header section - start */
.home_app_landing .sticky_header.stuck.text-white .main_menu > ul > li:hover > a, .home_app_landing .sticky_header.stuck.text-white .main_menu > ul > li.active > a {
  color: #7447f2;
}
.home_app_landing .sticky_header.stuck.text-white .btn.btn_border.border_white {
  color: #7447f2;
  border-color: #7447f2;
}
.home_app_landing .sticky_header.stuck.text-white .btn.btn_border.border_white:before {
  background-color: #7447f2;
}
.home_app_landing .sticky_header.stuck.text-white .btn.btn_border.border_white:hover {
  color: #ffffff;
}
.home_app_landing .main_menu .menu_item_has_child .submenu > li:hover > a, .home_app_landing .main_menu .menu_item_has_child .submenu > li.active > a {
  color: #7447f2;
}
.home_app_landing .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a:hover, .home_app_landing .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a.active {
  color: #7447f2;
}
.home_app_landing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item span, .home_app_landing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item span {
  background-image: linear-gradient(-45deg, #7447f2 0%, #7447f2 52%, #7447f2 100%);
}
.home_app_landing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item small, .home_app_landing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item small {
  color: #7447f2;
}

/* header section - end */
/* banner section - start */
.app_landing_banner {
  background-size: auto 100%;
  background-position: left top;
}
.app_landing_banner .banner_image {
  position: relative;
  margin-bottom: -110px;
}
.app_landing_banner .banner_image .phone_1 {
  z-index: 2;
  max-width: 325px;
  margin: 0px auto;
  position: relative;
}
.app_landing_banner .banner_image .phone_2 {
  z-index: 1;
  max-width: 285px;
  position: absolute;
  top: 70px;
  left: unset;
  right: -30px;
}
.app_landing_banner .banner_image .shape_1 {
  width: 570px;
  top: 50px;
  left: 0px;
}
.app_landing_banner .banner_content .title_text {
  font-size: 66px;
  letter-spacing: -0.9px;
}

/* banner section - end */
/* service section - start */
.home_app_landing .service_boxed_1:hover .item_title > a {
  color: #7447f2;
}
.home_app_landing .service_boxed_1:hover .details_btn {
  color: #7447f2;
}

/* service section - end */
/* showcase section - start */
.showcase_section .dot_image_1 {
  top: 30px;
  right: -88px;
  max-width: 158px;
}
.showcase_section .mobile_frame {
  left: 50%;
  top: 22px;
  z-index: 2;
  width: 300px;
  height: 585px;
  display: block;
  position: absolute;
  border-radius: 50px;
  background-size: 100% 100%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  background-image: url(../images/showcase/mobile_frame.png);
}
.showcase_section .appScreenshot {
  padding: 0px 22px;
  margin-bottom: -55px;
}
.showcase_section .appScreenshot .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
}
.showcase_section .appScreenshot .swiper-slide.swiper-slide-active {
  border-radius: 40px;
}
.showcase_section .appScreenshot .swiper-wrapper {
  width: 305px;
  height: 575px;
  padding: 30px 0px 58px;
}
.showcase_section .swiper-prev,
.showcase_section .swiper-next {
  top: 58%;
  width: 50px;
  height: 50px;
  color: #858DA3;
  font-size: 25px;
  font-size: 16px;
  cursor: pointer;
  line-height: 50px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  background: #fbfbfd;
  display: inline-block;
  border: 1px solid #858DA3;
  transform: translateY(-58%);
  transition: all 0.2s linear;
}
.showcase_section .swiper-prev:hover,
.showcase_section .swiper-next:hover {
  color: #fff;
  background: #7447f2;
}
.showcase_section .swiper-prev {
  left: -90px;
}
.showcase_section .swiper-next {
  right: -90px;
}

/* showcase section - end */
/* testimonial section - start */
.home_app_landing .testimonial_section .testimonial_carousel_1:before {
  background-image: url(../images/shapes/shape_36.png);
}
.home_app_landing .testimonial_section .testimonial_carousel_1:after {
  background-image: url(../images/shapes/shape_37.png);
}

/* testimonial section - end */
/* 27.02 - home app landing - end
================================================== */
/* 27.03 - home chat - start
================================================== */
/* home reset - start */
.home_chat .btn_text:hover {
  color: #ff6b00;
}
.home_chat .btn_text:hover i {
  color: #ff6b00;
}
.home_chat .btn.btn_border.border_white:hover {
  color: #ff6b00;
}
.home_chat .section_title .sub_title {
  color: #ff6b00;
}
.home_chat .video_wrap .banner_image {
  background-image: linear-gradient(-45deg, #c64315, #e5772c);
}
.home_chat .video_wrap .banner_image .popup_video i {
  margin-left: 4px;
  background: -webkit-linear-gradient(90deg, #c64315, #e5772c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home_chat .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff6b00;
}
.home_chat .owl-theme .owl-dots .owl-dot.active span {
  background: #ff6b00;
}
.home_chat .owl-theme .owl-nav .owl-next:hover:before,
.home_chat .owl-theme .owl-nav .owl-prev:hover:before {
  color: #ffffff;
  background: #ff6b00;
  border-color: #ff6b00;
}
.home_chat #backtotop {
  background-color: #ff6b00;
}
.home_chat .ctn-preloader .loader .loader-section .bg {
  background-color: #ff6b00;
}

/* home reset - end */
/* header section - start */
.home_chat .header_section .main_menu > ul > li:hover > a, .home_chat .header_section .main_menu > ul > li.active > a {
  color: #ff6b00;
}
.home_chat .main_menu .menu_item_has_child .submenu > li:hover > a, .home_chat .main_menu .menu_item_has_child .submenu > li.active > a {
  color: #ff6b00;
}
.home_chat .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a:hover, .home_chat .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a.active {
  color: #ff6b00;
}
.home_chat .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item span, .home_chat .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item span {
  background-image: linear-gradient(-45deg, #da4816 0%, #ed6724 52%, #ff8632 100%);
}
.home_chat .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item small, .home_chat .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item small {
  color: #ff6b00;
}

/* header section - end */
/* banner section - start */
.chat_banner .bg_1,
.chat_banner .bg_2 {
  max-width: 880px;
}
.chat_banner .bg_1 {
  top: -311px;
  right: -5px;
}
.chat_banner .bg_2 {
  top: -242px;
  right: -45px;
}
.chat_banner .banner_image {
  max-width: 405px;
  margin: 0px auto;
}
.chat_banner .banner_image .bar_image {
  max-width: 340px;
  position: absolute;
}
.chat_banner .banner_image .bar_1 {
  top: 115px;
  left: -110px;
}
.chat_banner .banner_image .bar_2 {
  top: 225px;
  left: unset;
  right: -170px;
}
.chat_banner .banner_image .bar_3 {
  top: 325px;
  left: -110px;
}
.chat_banner .banner_content .title_text {
  font-size: 58px;
  letter-spacing: -2px;
}
.chat_banner .banner_content .popup_video .icon {
  background-color: #ffffff;
  animation: ripple_xsmall_orange 2s linear infinite;
}
.chat_banner .banner_content .popup_video .icon i {
  margin-left: 4px;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #da4816 0%, #ed6724 52%, #ff8632 100%);
  -webkit-text-fill-color: transparent;
}
.chat_banner .banner_content .popup_video:hover .icon {
  border-color: #ff6b00;
  background-color: #ff6b00;
}
.chat_banner .banner_content .popup_video:hover .icon i {
  background: none;
  -webkit-text-fill-color: #ffffff;
}
.chat_banner .banner_content .popup_video small:after, .chat_banner .banner_content .popup_video small:before {
  background-color: #6a7c92;
}
.chat_banner .banner_content .popup_video small:after {
  background-color: #ff6b00;
}
.chat_banner .banner_content .popup_video:hover small {
  color: #ff6b00;
}

/* banner section - end */
/* partner section - start */
.home_chat .partner_section .partner_logo {
  margin: 0px;
}
.home_chat .partner_section .partner_logo > a {
  max-width: 150px;
}

/* partner section - end */
/* service section - start */
.home_chat .service_boxed_2:hover .item_title > a {
  color: #ff6b00;
}

/* service section - end */
/* pricing section - start */
.home_chat .pricing_plan_3.special_item {
  color: #ffffff;
  background-image: linear-gradient(0deg, #da4816 0%, #ed6724 52%, #ff8632 100%);
}

/* pricing section - end */
/* testimonial section - start */
.home_chat .testimonial_section .testimonial_carousel_1:before {
  background-image: url(../images/shapes/shape_42.png);
}
.home_chat .testimonial_section .testimonial_carousel_1:after {
  background-image: url(../images/shapes/shape_43.png);
}

/* testimonial section - end */
/* 27.03 - home chat - end
================================================== */
/* 27.04 - home digital agency - start
================================================== */
/* banner section - start */
.digital_agency_banner .banner_image {
  top: 0px;
  right: 0px;
  max-width: 785px;
  position: absolute;
}
.digital_agency_banner .banner_content .title_text {
  font-size: 56px;
}
.digital_agency_banner .banner_content .popup_video .icon {
  background-color: #ffffff;
  animation: ripple_xsmall_orange 2s linear infinite;
}
.digital_agency_banner .banner_content .popup_video .icon i {
  margin-left: 4px;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #da4816 0%, #ed6724 52%, #ff8632 100%);
  -webkit-text-fill-color: transparent;
}
.digital_agency_banner .banner_content .popup_video:hover .icon {
  border-color: #ff6b00;
  background-color: #ff6b00;
}
.digital_agency_banner .banner_content .popup_video:hover .icon i {
  background: none;
  -webkit-text-fill-color: #ffffff;
}
.digital_agency_banner .banner_content .popup_video small:after, .digital_agency_banner .banner_content .popup_video small:before {
  background-color: #6a7c92;
}
.digital_agency_banner .banner_content .popup_video small:after {
  background-color: #ff6b00;
}
.digital_agency_banner .banner_content .popup_video:hover small {
  color: #ff6b00;
}
.digital_agency_banner .shape_1 {
  z-index: -1;
  top: -155px;
  right: -200px;
  max-width: 1018px;
}
.digital_agency_banner .shape_2 {
  z-index: -1;
  top: -123px;
  right: -173px;
  max-width: 1033px;
}
.digital_agency_banner .shape_3 {
  top: 93px;
  left: 0px;
  max-width: 103px;
}

/* banner section - end */
/* service section - start */
.home_chat .service_primary_2 .details_btn:hover {
  color: #ff6b00;
}
.home_chat .service_primary_2 .details_btn:hover i {
  color: #ff6b00;
}
.home_chat .service_primary:hover .item_title > a {
  color: #ff6b00;
}

/* service section - end */
/* testimonial section - start */
.home_digital_agency .testimonial_section .testimonial_carousel_1:before {
  background-image: url(../images/shapes/shape_46.png);
}
.home_digital_agency .testimonial_section .testimonial_carousel_1:after {
  background-image: url(../images/shapes/shape_47.png);
}

/* testimonial section - end */
/* casestudy section - start */
.home_chat .casestudy_section .button-group > ul > li > button:hover, .home_chat .casestudy_section .button-group > ul > li > button.active {
  color: #f77c35;
  background-color: rgba(247, 124, 53, 0.102);
}
.home_chat .casestudy_fullimage .item_image {
  background-image: linear-gradient(0deg, #fd5f52, #f1931e);
}
.home_chat .casestudy_fullimage .details_btn:hover {
  color: #f77c35;
}
.home_chat .casestudy_grid .item_image {
  background-image: linear-gradient(0deg, #fd5f52, #f1931e);
}
.home_chat .casestudy_grid:hover .item_title > a {
  color: #ff6b00;
}
.home_chat .casestudy_grid .item_category > ul > li > a:hover {
  color: #ff6b00;
}

/* casestudy section - end */
/* footer section - start */
.home_chat .footer_section .contact_info > ul > li > a:before {
  background: #ff6b00;
}
.home_chat .footer_section .contact_info > ul > li > a:hover {
  color: #ff6b00;
}
.home_chat .footer_section .useful_links > ul > li > a:before {
  background: #ff6b00;
}
.home_chat .footer_section .useful_links > ul > li > a:hover {
  color: #ff6b00;
}
.home_chat .footer_section .form_item input:focus {
  border-color: #ff6b00;
}
.home_chat .footer_section .form_item input:focus + button {
  color: #ff6b00;
}
.home_chat .footer_section .footer_menu > ul > li > a:before {
  background: #ff6b00;
}
.home_chat .footer_section .footer_menu > ul > li > a:hover {
  color: #ff6b00;
}
.home_chat .footer_section .copyright_text .author_link:hover {
  color: #ff6b00;
}
.home_chat .footer_section .social_icon > ul > li > a:hover i {
  color: #ff6b00;
}

/* footer section - end */
/* 27.04 - home digital agency - end
================================================== */
/* 27.05 - home digital marketing - start
================================================== */
/* home reset - start */
.home_digital_marketing .section_title .sub_title {
  color: #5e2ced;
}
.home_digital_marketing .section_title .icon_rounded {
  width: 70px;
  height: 70px;
  line-height: 75px;
  border-top-right-radius: 0px;
}
.home_digital_marketing .btn.bg_white {
  color: #5e2ced;
}
.home_digital_marketing .btn.bg_white:before {
  background-color: #5e2ced;
}
.home_digital_marketing .btn.bg_white:hover {
  color: #ffffff;
  border-color: #5e2ced;
}
.home_digital_marketing .btn.bg_gray {
  color: #5e2ced;
  background-color: #e7e0fc;
}
.home_digital_marketing .btn_text:hover {
  color: #5e2ced;
}
.home_digital_marketing .btn_text:hover i {
  color: #5e2ced;
}
.home_digital_marketing .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  margin: 0px 5px;
  border-radius: 0px;
  background: #b9c4d8;
}
.home_digital_marketing .owl-theme .owl-dots .owl-dot:hover span {
  background: #5e2ced;
}
.home_digital_marketing .owl-theme .owl-dots .owl-dot.active span {
  width: 27px;
  transform: scale(1);
  background: #4154f1;
}
.home_digital_marketing #backtotop {
  background-color: #5e2ced;
}
.home_digital_marketing .ctn-preloader .loader .loader-section .bg {
  background-color: #5e2ced;
}

/* home reset - end */
/* header section - start */
.home_digital_marketing .header_section .main_menu > ul > li:hover > a, .home_digital_marketing .header_section .main_menu > ul > li.active > a {
  color: #5e2ced;
}
.home_digital_marketing .main_menu .menu_item_has_child .submenu > li:hover > a, .home_digital_marketing .main_menu .menu_item_has_child .submenu > li.active > a {
  color: #5e2ced;
}
.home_digital_marketing .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a:hover, .home_digital_marketing .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a.active {
  color: #5e2ced;
}
.home_digital_marketing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item span, .home_digital_marketing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item span {
  background-image: linear-gradient(-45deg, #5e2ced 0%, #5e2ced 52%, #5e2ced 100%);
}
.home_digital_marketing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item small, .home_digital_marketing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item small {
  color: #5e2ced;
}

/* header section - end */
/* digital marketing banner - start */
.digital_marketing_banner {
  position: relative;
  padding-top: 230px;
  padding-bottom: 175px;
  background-image: linear-gradient(0deg, transparent, #e0e5ff 90%);
}
.digital_marketing_banner .banner_content {
  margin-bottom: 60px;
}
.digital_marketing_banner .banner_content .title_text {
  font-family: "Sofia Pro SemiBold";
}
.digital_marketing_banner .banner_image {
  max-width: 525px;
  margin: 0px auto;
}
.digital_marketing_banner .apps_wrap {
  z-index: 2;
  bottom: 328px;
  position: absolute;
}
.digital_marketing_banner .apps_wrap > ul {
  width: 429px;
  height: 311px;
}
.digital_marketing_banner .apps_wrap > ul > li {
  width: 70px;
  height: 70px;
  position: absolute;
}
.digital_marketing_banner .apps_wrap > ul > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 100%;
  background-color: white;
  box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.1);
}
.digital_marketing_banner .apps_wrap > ul > li > a:hover {
  transform: scale(1.2);
}
.digital_marketing_banner .apps_wrap > ul > li > a > img {
  margin: auto;
  height: auto;
}
.digital_marketing_banner .apps_wrap.wrap_left {
  left: 172px;
}
.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(1) {
  top: 0px;
  right: 6px;
}
.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(1) > a {
  animation: bounceIn 3000ms infinite alternate;
}
.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(2) {
  left: 0px;
  top: 127px;
}
.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(2) > a {
  animation: bounceIn 3400ms infinite alternate;
}
.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(3) {
  top: 138px;
  right: 142px;
}
.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(3) > a {
  animation: bounceIn 3600ms infinite alternate;
}
.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(4) {
  right: 0px;
  bottom: 0px;
}
.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(4) > a {
  animation: bounceIn 3800ms infinite alternate;
}
.digital_marketing_banner .apps_wrap.wrap_right {
  right: 172px;
}
.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(1) {
  top: 0px;
  left: 6px;
}
.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(1) > a {
  animation: bounceIn 3000ms infinite alternate;
}
.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(2) {
  right: 0px;
  top: 127px;
}
.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(2) > a {
  animation: bounceIn 3400ms infinite alternate;
}
.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(3) {
  top: 138px;
  left: 142px;
}
.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(3) > a {
  animation: bounceIn 3600ms infinite alternate;
}
.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(4) {
  left: 0px;
  bottom: 0px;
}
.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(4) > a {
  animation: bounceIn 3800ms infinite alternate;
}
.digital_marketing_banner .deco_wrap {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
}
.digital_marketing_banner .cloud_image {
  max-width: 100px;
}
.digital_marketing_banner .cloud_image.cloud_1 {
  top: 250px;
  left: 191px;
}
.digital_marketing_banner .cloud_image.cloud_1 img {
  animation: updown 1s infinite alternate;
}
.digital_marketing_banner .cloud_image.cloud_2 {
  top: 217px;
  left: unset;
  right: 234px;
}
.digital_marketing_banner .cloud_image.cloud_2 img {
  animation: updown 1.2s infinite alternate;
}
.digital_marketing_banner .cloud_image.cloud_3 {
  top: 450px;
  left: unset;
  right: -20px;
}
.digital_marketing_banner .cloud_image.cloud_3 img {
  animation: updown 1s infinite alternate;
}
.digital_marketing_banner .cloud_image.cloud_4 {
  top: 551px;
  left: unset;
  right: 541px;
}
.digital_marketing_banner .cloud_image.cloud_4 img {
  animation: updown 1.2s infinite alternate;
}
.digital_marketing_banner .triangle_1 {
  top: 161px;
  left: 307px;
}
.digital_marketing_banner .triangle_1 img {
  animation: spin 3000ms linear infinite;
}
.digital_marketing_banner .triangle_2 {
  top: 274px;
  left: unset;
  right: 514px;
}
.digital_marketing_banner .triangle_2 img {
  animation: spin 3000ms linear infinite;
}
.digital_marketing_banner .dot_1 {
  top: 450px;
  left: 223px;
}
.digital_marketing_banner .dot_1 img {
  animation: updown 1.2s infinite alternate;
}
.digital_marketing_banner .dot_2 {
  top: 560px;
  left: 54px;
}
.digital_marketing_banner .dot_2 img {
  animation: zoominout 4000ms infinite alternate;
}
.digital_marketing_banner .dot_3 {
  top: 525px;
  left: 500px;
}
.digital_marketing_banner .dot_3 img {
  animation: zoominout 5000ms infinite alternate;
}
.digital_marketing_banner .dot_4 {
  top: 294px;
  left: unset;
  right: 82px;
}
.digital_marketing_banner .dot_4 img {
  animation: zoominout 3000ms infinite alternate;
}
.digital_marketing_banner .dot_5 {
  top: 423px;
  left: unset;
  right: 305px;
}
.digital_marketing_banner .dot_5 img {
  animation: updown 1s infinite alternate;
}
.digital_marketing_banner .dot_6 {
  top: 611px;
  left: unset;
  right: 117px;
}
.digital_marketing_banner .dot_6 img {
  animation: zoominout 5000ms infinite alternate;
}

/* digital marketing banner - end */
/* service section - start */
.home_digital_marketing .service_primary {
  padding: 0px 35px;
}
.home_digital_marketing .service_primary .item_icon {
  border-top-right-radius: 0px;
}
.home_digital_marketing .service_primary:hover .item_title > a {
  color: #5e2ced;
}

/* service section - end */
/* casestudy section - start */
.home_digital_marketing .casestudy_grid .item_image {
  background-image: linear-gradient(0deg, #6939f5, #5773fa);
}
.home_digital_marketing .casestudy_grid:hover .item_title > a {
  color: #5e2ced;
}
.home_digital_marketing .casestudy_grid .item_category > ul > li > a:hover {
  color: #5e2ced;
}

/* casestudy section - end */
/* pricing section - start */
.home_digital_marketing .pricing_section {
  padding-bottom: 170px;
}
.home_digital_marketing .pricing_tab {
  color: #5e2ced;
}
.home_digital_marketing .pricing_tab .tab_switcher:before {
  background: #5e2ced;
}
.home_digital_marketing .pricing_tab.active .year_tab {
  color: #5e2ced;
}

/* pricing section - end */
/* testimonial section - start */
.home_digital_marketing .testimonial_section .testimonial_carousel_2.arrow_top_right .owl-nav {
  display: none;
}
.home_digital_marketing .testimonial_section .testimonial_carousel_2 .owl-dots {
  display: block !important;
}

/* testimonial section - end */
/* footer section - start */
.home_digital_marketing .footer_section .contact_info > ul > li > a:before {
  background-color: #5e2ced;
}
.home_digital_marketing .footer_section .contact_info > ul > li > a:hover {
  color: #5e2ced;
}
.home_digital_marketing .footer_section .form_item input:focus {
  border-color: #5e2ced;
}
.home_digital_marketing .footer_section .form_item input:focus + button {
  color: #5e2ced;
}
.home_digital_marketing .footer_section .useful_links > ul > li > a:before {
  background: #5e2ced;
}
.home_digital_marketing .footer_section .useful_links > ul > li > a:hover {
  color: #5e2ced;
}
.home_digital_marketing .footer_section .copyright_text .author_link:hover {
  color: #5e2ced;
}
.home_digital_marketing .footer_section .footer_menu > ul > li > a:before {
  background: #5e2ced;
}
.home_digital_marketing .footer_section .footer_menu > ul > li > a:hover {
  color: #5e2ced;
}
.home_digital_marketing .footer_section .social_icon > ul > li > a:hover i {
  color: #5e2ced;
}

/* footer section - end */
/* 27.05 - home digital marketing - end
================================================== */
/* 27.06 - home hr management - start
================================================== */
/* home reset - start */
.home_hr_management .section_title .sub_title {
  color: #31e1af;
}
.home_hr_management #backtotop {
  background-color: #31e1af;
}
.home_hr_management .ctn-preloader .loader .loader-section .bg {
  background-color: #31e1af;
}

/* home reset - end */
/* header section - start */
.home_hr_management .header_section .main_menu > ul > li:hover > a, .home_hr_management .header_section .main_menu > ul > li.active > a {
  color: #31e1af;
}
.home_hr_management .header_section .btn {
  color: #31e1af;
}
.home_hr_management .header_section .btn:before {
  background-color: #31e1af;
}
.home_hr_management .header_section .btn:hover {
  color: #ffffff;
  border-color: #31e1af;
}
.home_hr_management .sticky_header.stuck .btn {
  color: #ffffff;
  border-color: #31e1af;
  background-color: #31e1af;
}
.home_hr_management .sticky_header.stuck .btn:before {
  background-color: #ffffff;
}
.home_hr_management .sticky_header.stuck .btn:hover {
  color: #31e1af;
}
.home_hr_management .main_menu .menu_item_has_child .submenu > li:hover > a, .home_hr_management .main_menu .menu_item_has_child .submenu > li.active > a {
  color: #31e1af;
}
.home_hr_management .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a:hover, .home_hr_management .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a.active {
  color: #31e1af;
}
.home_hr_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item span, .home_hr_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item span {
  background-image: linear-gradient(-45deg, #31e1af 0%, #31e1af 52%, #31e1af 100%);
}
.home_hr_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item small, .home_hr_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item small {
  color: #31e1af;
}

/* header section - end */
/* banner section - start */
.layer {
  position: relative !important;
}

.hr_management_banner.bg_gray {
  background-color: #f5fbff;
}
.hr_management_banner .shape_1,
.hr_management_banner .shape_2,
.hr_management_banner .shape_3 {
  top: 0px;
  right: 0px;
}
.hr_management_banner .shape_1 {
  max-width: 500px;
}
.hr_management_banner .shape_2 {
  max-width: 675px;
}
.hr_management_banner .shape_3 {
  max-width: 860px;
}
.hr_management_banner .shape_4 {
  top: 80px;
  left: 590px;
}
.hr_management_banner .shape_4 img {
  animation: spin 5000ms linear infinite;
}
.hr_management_banner .shape_5 {
  left: 500px;
  bottom: -100px;
}
.hr_management_banner .shape_5 img {
  animation: spin 5000ms linear infinite;
}
.hr_management_banner .dot_image_1 {
  top: 40px;
  right: 300px;
  max-width: 210px;
}
.hr_management_banner .dot_image_2 {
  left: 60px;
  bottom: 360px;
  max-width: 168px;
}
.hr_management_banner .banner_content {
  z-index: 3;
  position: relative;
}
.hr_management_banner .banner_content .title_text {
  font-size: 60px;
  line-height: 1.4;
}
.hr_management_banner .banner_content .title_text span {
  font-size: 56px;
  font-family: "Sofia Pro Extra Light";
}
.hr_management_banner .banner_content .title_text span strong {
  font-family: "Sofia Pro SemiBold";
}
.hr_management_banner .banner_content .popup_video .icon {
  animation: ripple_xsmall_past 2s linear infinite;
}
.hr_management_banner .banner_content .popup_video .icon i {
  -webkit-background-clip: text;
  background-image: linear-gradient(150deg, #31e1af 0%, #26bb94 100%);
  -webkit-text-fill-color: transparent;
}
.hr_management_banner .banner_content .popup_video:hover .icon {
  border-color: #31e1af;
  background-color: #31e1af;
}
.hr_management_banner .banner_content .popup_video:hover .icon i {
  background: none;
  -webkit-text-fill-color: #ffffff;
}
.hr_management_banner .banner_content .popup_video small:after, .hr_management_banner .banner_content .popup_video small:before {
  background-color: #6a7c92;
}
.hr_management_banner .banner_content .popup_video small:after {
  background-color: #31e1af;
}
.hr_management_banner .banner_content .popup_video:hover small {
  color: #31e1af;
}
.hr_management_banner .banner_content p {
  max-width: 540px;
}
.hr_management_banner .banner_image {
  top: 100px;
  z-index: 0;
  right: -260px;
  position: absolute;
}
.hr_management_banner .banner_image ul {
  width: 1240px;
  height: 940px;
  position: relative;
}
.hr_management_banner .banner_image ul > li {
  position: absolute;
}
.hr_management_banner .banner_image ul > li:nth-child(1) {
  max-width: 220px;
  top: 0px;
  left: 570px;
}
.hr_management_banner .banner_image ul > li:nth-child(2) {
  max-width: 488px;
  top: 47px;
  left: 322px;
}
.hr_management_banner .banner_image ul > li:nth-child(3) {
  max-width: 508px;
  top: 9px;
  right: 0px;
  left: unset;
}
.hr_management_banner .banner_image ul > li:nth-child(4) {
  max-width: 822px;
  left: 0px;
  top: unset;
  bottom: 0px;
}
.hr_management_banner .banner_image ul > li:nth-child(5) {
  max-width: 319px;
  top: unset;
  left: unset;
  right: 246px;
  bottom: 16px;
}

/* banner section - end */
/* service section - start */
.home_hr_management .service_primary_2 {
  margin-top: 80px;
}
.home_hr_management .service_primary_2 .details_btn:hover {
  color: #31e1af;
}
.home_hr_management .service_primary_2 .details_btn:hover i {
  color: #31e1af;
}

/* service section - end */
/* introduction section - start */
.home_hr_management .video_wrap .banner_image {
  background-image: linear-gradient(45deg, #31e1af 0%, #31e1af 52%, #31e1af 100%);
}
.home_hr_management .video_wrap .banner_image .popup_video i {
  margin-left: 4px;
  background: -webkit-linear-gradient(0deg, #31e1af 0%, #31e1af 52%, #31e1af 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* introduction section - end */
/* footer section - start */
.home_hr_management .footer_section .contact_info > ul > li > a:before {
  background-color: #31e1af;
}
.home_hr_management .footer_section .contact_info > ul > li > a:hover {
  color: #31e1af;
}
.home_hr_management .footer_section .form_item input:focus {
  border-color: #31e1af;
}
.home_hr_management .footer_section .form_item input:focus + button {
  color: #31e1af;
}
.home_hr_management .footer_section .useful_links > ul > li > a:before {
  background: #31e1af;
}
.home_hr_management .footer_section .useful_links > ul > li > a:hover {
  color: #31e1af;
}
.home_hr_management .footer_section .copyright_text .author_link:hover {
  color: #31e1af;
}
.home_hr_management .footer_section .footer_menu > ul > li > a:before {
  background: #31e1af;
}
.home_hr_management .footer_section .footer_menu > ul > li > a:hover {
  color: #31e1af;
}
.home_hr_management .footer_section .social_icon > ul > li > a:hover i {
  color: #31e1af;
}

/* footer section - end */
/* 27.06 - home hr management - end
================================================== */
/* 27.07 - home payment - start
================================================== */
/* home reset - start */
.home_payment .section_title .sub_title {
  color: #523cdc;
}
.home_payment .btn.bg_white {
  color: #523cdc;
}
.home_payment .btn.bg_white:before {
  background-color: #523cdc;
}
.home_payment .btn.bg_white:hover {
  color: #ffffff;
  border-color: #523cdc;
}
.home_payment .btn.btn_border {
  color: #523cdc;
  border: 1px solid #523cdc;
}
.home_payment .btn.btn_border:before {
  background-color: #523cdc;
}
.home_payment .btn.btn_border:hover {
  color: #ffffff;
}
.home_payment .btn.btn_border.border_white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.home_payment .btn.btn_border.border_white:before {
  background-color: #ffffff;
}
.home_payment .btn.btn_border.border_white:hover {
  color: #523cdc;
}
.home_payment #backtotop {
  background-color: #523cdc;
}
.home_payment .ctn-preloader .loader .loader-section .bg {
  background-color: #523cdc;
}

/* home reset - end */
/* header section - start */
.home_payment .header_section .btn.btn_border.border_white:before {
  background-color: #ffffff;
}
.home_payment .header_section .btn.btn_border.border_white:hover {
  color: #523cdc;
}
.home_payment .header_section.stuck.text-white .main_menu > ul > li:hover > a, .home_payment .header_section.stuck.text-white .main_menu > ul > li.active > a {
  color: #523cdc;
}
.home_payment .header_section.stuck.text-white .btn.btn_border.border_white {
  color: #ffffff;
  border-color: #523cdc;
  background-color: #523cdc;
}
.home_payment .header_section.stuck.text-white .btn.btn_border.border_white:before {
  background-color: #ffffff;
}
.home_payment .header_section.stuck.text-white .btn.btn_border.border_white:hover {
  color: #523cdc;
}
.home_payment .main_menu .menu_item_has_child .submenu > li:hover > a, .home_payment .main_menu .menu_item_has_child .submenu > li.active > a {
  color: #523cdc;
}
.home_payment .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a:hover, .home_payment .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a.active {
  color: #523cdc;
}
.home_payment .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item span, .home_payment .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item span {
  background-image: linear-gradient(-45deg, #523cdc 0%, #523cdc 52%, #523cdc 100%);
}
.home_payment .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item small, .home_payment .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item small {
  color: #523cdc;
}

/* header section - end */
/* banner section - start */
.payment_banner {
  min-height: 1000px;
  padding-top: 160px;
}
.payment_banner .shap_bottom path {
  fill: #ffffff;
}
.payment_banner.bg_gradient_blue {
  background-image: linear-gradient(-45deg, #4218c4 0%, #686dfd 100%);
}
.payment_banner .shape_1 {
  left: -146px;
  bottom: -120px;
  max-width: 770px;
}
.payment_banner .shape_2 {
  top: 15px;
  right: 15px;
  max-width: 90px;
}
.payment_banner .shape_3 {
  top: 73px;
  right: 105px;
  max-width: 214px;
}
.payment_banner .banner_image {
  z-index: 1;
  width: 390px;
  float: right;
  position: relative;
  margin-right: -40px;
}
.payment_banner .banner_image .card_image {
  max-width: 465px;
  position: absolute;
  top: 140px;
  left: -170px;
}
.payment_banner .banner_image .apps_wrap {
  left: 50%;
  top: -87px;
  position: absolute;
  transform: translateX(-50%);
}
.payment_banner .banner_image .apps_wrap > ul {
  width: 564px;
  height: 432px;
}
.payment_banner .banner_image .apps_wrap > ul > li {
  z-index: 1;
  position: absolute;
}
.payment_banner .banner_image .apps_wrap > ul > li:nth-child(1) {
  max-width: 89px;
  left: 0px;
  top: 134px;
}
.payment_banner .banner_image .apps_wrap > ul > li:nth-child(2) {
  max-width: 105px;
  top: 0px;
  left: 147px;
}
.payment_banner .banner_image .apps_wrap > ul > li:nth-child(3) {
  max-width: 92px;
  top: 28px;
  left: unset;
  right: 98px;
}
.payment_banner .banner_image .apps_wrap > ul > li:nth-child(4) {
  max-width: 95px;
  top: 179px;
  right: 0px;
  left: unset;
}
.payment_banner .banner_image .apps_wrap > ul > li:nth-child(5) {
  max-width: 168px;
  top: unset;
  right: 41px;
  left: unset;
  bottom: 0px;
}
.payment_banner .banner_content {
  padding-top: 60px;
}
.payment_banner .banner_content .title_text {
  letter-spacing: -2px;
}

/* banner section - end */
/* 27.07 - home payment - end
================================================== */
/* 27.08 - home project management - start
================================================== */
/* home reset - start */
.home_project_management .section_title .sub_title {
  color: #5e2ced;
}
.home_project_management .btn.bg_white {
  color: #5e2ced;
}
.home_project_management .btn.bg_white:before {
  background-color: #5e2ced;
}
.home_project_management .btn.bg_white:hover {
  color: #ffffff;
}
.home_project_management #backtotop {
  background-color: #5e2ced;
}
.home_project_management .ctn-preloader .loader .loader-section .bg {
  background-color: #5e2ced;
}

/* home reset - end */
/* header section - start */
.home_project_management .header_section .main_menu > ul > li:hover > a, .home_project_management .header_section .main_menu > ul > li.active > a {
  color: #5e2ced;
}
.home_project_management .main_menu .menu_item_has_child .submenu > li:hover > a, .home_project_management .main_menu .menu_item_has_child .submenu > li.active > a {
  color: #5e2ced;
}
.home_project_management .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a:hover, .home_project_management .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a.active {
  color: #5e2ced;
}
.home_project_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item span, .home_project_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item span {
  background-image: linear-gradient(-45deg, #5e2ced 0%, #5e2ced 52%, #5e2ced 100%);
}
.home_project_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item small, .home_project_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item small {
  color: #5e2ced;
}

/* header section - end */
/* banner section - start */
.project_management_banner {
  min-height: auto;
  padding-top: 210px;
  margin-bottom: 225px;
  background-size: auto;
  background-position: center center;
}
.project_management_banner.bg_gray {
  background-color: #fafafe;
}
.project_management_banner .banner_content .title_text {
  letter-spacing: -3px;
}
.project_management_banner .banner_content .title_text span {
  font-family: "Sofia Pro Extra Light";
}
.project_management_banner .banner_content .title_text strong {
  font-family: "Sofia Pro SemiBold";
}
.project_management_banner .banner_content p {
  font-size: 20px;
}
.project_management_banner .form_item {
  max-width: 630px;
  margin: 0px auto;
}
.project_management_banner .form_item input:focus {
  border-color: #5e2ced;
}
.project_management_banner .banner_image {
  width: 1028px;
  position: relative;
  margin: 120px auto -225px;
}
.project_management_banner .banner_image .deco_image {
  top: 135px;
  right: 46px;
  max-width: 150px;
}

/* banner section - end */
/* service section - start */
.home_project_management .service_primary_2 {
  text-align: left;
  padding: 50px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
}
.home_project_management .service_primary_2:hover {
  transform: translateY(-16px);
}
.home_project_management .service_primary_2 .details_btn:hover {
  color: #5e2ced;
}
.home_project_management .service_primary_2 .details_btn:hover i {
  color: #5e2ced;
}

/* service section - end */
/* footer section - start */
.home_project_management .footer_section .contact_info > ul > li > a:before {
  background-color: #5e2ced;
}
.home_project_management .footer_section .contact_info > ul > li > a:hover {
  color: #5e2ced;
}
.home_project_management .footer_section .useful_links > ul > li > a:before {
  background: #5e2ced;
}
.home_project_management .footer_section .useful_links > ul > li > a:hover {
  color: #5e2ced;
}
.home_project_management .footer_section .copyright_text .author_link:hover {
  color: #5e2ced;
}
.home_project_management .footer_section .footer_menu > ul > li > a:before {
  background: #5e2ced;
}
.home_project_management .footer_section .footer_menu > ul > li > a:hover {
  color: #5e2ced;
}
.home_project_management .footer_section .social_icon > ul > li > a:hover i {
  color: #5e2ced;
}

/* footer section - end */
/* 27.08 - home project management - end
================================================== */
/* 27.09 - home saas - start
================================================== */
/* banner section - start */
.saas_banner {
  padding-top: 200px;
  margin-bottom: 164px;
}
.saas_banner.bg_gradient_blue {
  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 {
  animation: zoominout 5s infinite;
}
.saas_banner .circle_2 {
  top: 167px;
  left: 47.6%;
  max-width: 151px;
}
.saas_banner .circle_2 img {
  animation: zoominout 3s infinite;
}
.saas_banner .circle_3 {
  right: 381px;
  bottom: 212px;
  max-width: 279px;
}
.saas_banner .circle_3 img {
  animation: zoominout 4s infinite;
}
.saas_banner .circle_4 {
  top: 188px;
  right: 265px;
  max-width: 66px;
}
.saas_banner .circle_4 img {
  animation: zoominout 3s infinite;
}
.saas_banner .banner_content .title_text {
  font-size: 44px;
  margin-bottom: 20px;
  font-family: "Sofia Pro Extra Light";
}
.saas_banner .banner_content .title_text strong {
  display: block;
  margin-top: 3px;
  letter-spacing: -0.8px;
  font-family: "Sofia Pro Bold";
}
.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 */
/* h map section - start */
.h_map {
  height: 595px;
  background: url("../images/map_bg_1.png") no-repeat scroll center top;
}
.h_map ul {
  height: 100%;
  margin-bottom: 0;
  position: relative;
}
.h_map ul li {
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.h_map ul li .place_name {
  top: -100%;
  z-index: 1;
  color: #ffffff;
  font-size: 12px;
  min-width: 100px;
  font-weight: 500;
  padding: 0px 12px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  width: -webkit-max-content;
  width: max-content;
  border-radius: 45px;
  text-transform: uppercase;
  box-shadow: 0px 20px 30px 0px rgba(73, 82, 232, 0.2);
  background-image: linear-gradient(45deg, #3b31ed 0%, #52b4fb 100%);
}
.h_map ul li .place_name:before {
  width: 0;
  height: 0;
  left: 50%;
  content: "";
  bottom: -5px;
  position: absolute;
  border-style: solid;
  transform: translateX(-50%);
  border-width: 6px 5px 0 5px;
  border-color: #4671f3 transparent transparent transparent;
}
.h_map ul li .round {
  width: 8px;
  height: 8px;
  position: relative;
  border-radius: 100%;
  background: #4952e8;
}
.h_map ul li .round:after, .h_map ul li .round:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  background: #4952e8;
}
.h_map ul li .round:before {
  opacity: 0.4;
  transform: scale(2.6);
}
.h_map ul li .round:after {
  opacity: 0.2;
  transform: scale(5);
}
.h_map ul li .round .dot {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 100%;
  animation-delay: 1.5s;
  will-change: transform;
  transform: translate(-50%, -50%);
  background: rgba(73, 82, 232, 0.35);
  animation: ripple_small 2s linear infinite;
}
.h_map ul li:nth-child(1) {
  top: 80px;
  left: 100px;
}
.h_map ul li:nth-child(2) {
  top: 220px;
  left: 250px;
}
.h_map ul li:nth-child(3) {
  left: 50%;
  top: 180px;
}
.h_map ul li:nth-child(4) {
  top: 300px;
  left: 70%;
}
.h_map ul li:nth-child(5) {
  left: 80%;
  top: 100px;
}
.h_map ul li:nth-child(6) {
  top: 70%;
  left: 350px;
}
.h_map ul li:nth-child(7) {
  top: 60%;
  left: 54%;
}
.h_map ul li:nth-child(8) {
  top: 75%;
  left: 85%;
}
.h_map ul li:nth-child(9) {
  top: 70%;
  left: 54%;
}

/* h map section - end */
/* feature section - start */
.home_saas .feature_section .section_title.decrease_size .title_text {
  font-size: 32px;
}

/* feature section - end */
/* testimonial section - start */
.home_saas .testimonial_section .bg_area {
  z-index: 1;
  position: relative;
}

/* testimonial section - end */
/* 27.09 - home saas - end
================================================== */
/* 27.10 - home software - start
================================================== */
/* banner section - start */
.software_banner {
  min-height: 1080px;
}
.software_banner .bg_shape_1,
.software_banner .bg_shape_2 {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-size: auto;
  background-position: center top;
}
.software_banner .bg_shape_3 {
  top: 0px;
  left: 0px;
  right: 92px;
  bottom: 0px;
  position: absolute;
  background-size: auto;
  background-position: right center;
}
.software_banner .shape_1 {
  top: 0px;
  right: 0px;
  max-width: 785px;
}
.software_banner .shape_2 {
  left: 0px;
  bottom: 30px;
  max-width: 720px;
}
.software_banner .cloud_1,
.software_banner .cloud_2 {
  max-width: 100px;
}
.software_banner .cloud_1 > img,
.software_banner .cloud_2 > img {
  animation: updown 1s infinite alternate;
}
.software_banner .cloud_1 {
  top: 40%;
  left: 82px;
}
.software_banner .cloud_2 {
  top: 44%;
  right: -35px;
}
.software_banner .banner_image {
  width: 769px;
  float: right;
  position: relative;
  margin-right: -229px;
}
.software_banner .banner_image .big_image {
  margin-bottom: -23px;
}
.software_banner .banner_image .child_image_1 {
  max-width: 306px;
  position: absolute;
  top: unset;
  left: -12px;
  bottom: 50px;
}
.software_banner .banner_image .child_image_2 {
  max-width: 278px;
  position: absolute;
  top: unset;
  left: unset;
  right: -88px;
  bottom: -100px;
}
.software_banner .banner_content p {
  max-width: 540px;
}

/* banner section - start */
/* service section - start */
.home_software .service_section .tabs_nav > ul > li > a strong {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home_software .service_section .tabs_nav > ul > li > a:hover, .home_software .service_section .tabs_nav > ul > li > a.active {
  box-shadow: 0px 20px 40px 0px rgba(0, 13, 187, 0.2);
  background-image: linear-gradient(-45deg, #1c0c80 0%, #3238b4 52%, #4763e7 100%);
}
.home_software .service_section .tabs_nav > ul > li > a:hover strong, .home_software .service_section .tabs_nav > ul > li > a.active strong {
  color: #ffffff;
}

/* service section - end */
/* 27.10 - home software - end
================================================== */
/* 27 - home pages - end
==================================================================================================== */
/* ================================================== 
*	Project Name 	:  Makro HTML Template
*	File 			:  Responsive CSS Base
*	Version 		:  1.0.0
*	Last change 	:  22 April 2020
*	Author 			:  DroitThemes - by DroitLab
*	Developer:		:  Rakibul Islam Dewan

*	css code for responsive layout To make Responsive
================================================== */
/* ==================================================
*	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: 1890px) {
  /* home hr management - start */
  .intregation_section .apps_wrap.wrap_left {
    left: 110px;
  }

  .intregation_section .apps_wrap.wrap_right {
    right: 110px;
  }

  /* home hr management - end */
}
@media screen and (max-width: 1850px) {
  /* home agency - start */
  .agency_banner .bg_1 {
    max-width: 820px;
  }

  .agency_banner .bg_2 {
    max-width: 940px;
  }

  .agency_banner .cloud_1 {
    max-width: 160px;
    top: 150px;
    right: 60px;
  }

  .agency_banner .cloud_2,
.agency_banner .cloud_3 {
    max-width: 95px;
  }

  .agency_banner .cloud_2 {
    top: 140px;
  }

  /* home agency - end */
  /* home digital agency - start */
  .digital_agency_banner .banner_image {
    max-width: 650px;
  }

  .digital_agency_banner .shape_1 {
    top: -140px;
    right: -200px;
    max-width: 880px;
  }

  .digital_agency_banner .shape_2 {
    top: -138px;
    right: -195px;
    max-width: 915px;
  }

  /* home digital agency - end */
}
@media screen and (max-width: 1750px) {
  /* footer section - start */
  .footer_section .spahe_1 {
    left: -50px;
    bottom: -30px;
    max-width: 290px;
  }

  /* footer section - end */
  /* service page - start */
  .owl-theme.arrow_right_left .owl-nav .owl-prev {
    left: -65px;
  }

  .owl-theme.arrow_right_left .owl-nav .owl-next {
    right: -65px;
  }

  /* service page - end */
  /* home chat - start */
  .chat_banner .bg_1,
.chat_banner .bg_2 {
    max-width: 800px;
  }

  .chat_banner .bg_1 {
    top: -278px;
  }

  .chat_banner .bg_2 {
    top: -210px;
  }

  /* home chat - end */
  /* home digital marketing - start */
  .digital_marketing_banner .apps_wrap.wrap_left {
    left: 70px;
  }

  .digital_marketing_banner .apps_wrap.wrap_right {
    right: 70px;
  }

  .digital_marketing_banner .triangle_1 {
    top: 140px;
    left: 230px;
  }

  .digital_marketing_banner .cloud_image.cloud_1 {
    top: 230px;
    left: 150px;
  }

  .digital_marketing_banner .cloud_image.cloud_2 {
    top: 175px;
    right: 190px;
  }

  .digital_marketing_banner .triangle_2 {
    top: 275px;
    right: 420px;
  }

  .digital_marketing_banner .dot_1 {
    top: 420px;
    left: 185px;
  }

  .digital_marketing_banner .dot_3 {
    top: 525px;
    left: 400px;
  }

  /* home digital marketing - end */
}
@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) {
  /* global reset - start */
  .w-1520 {
    max-width: 1425px;
  }

  /* global reset - end */
  /* 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 */
  /* register page - start */
  .register_section .signin_image {
    width: 540px;
    margin-right: -160px;
  }

  /* register page - end */
  /* home agency - start */
  .banner_section .banner_content .title_text {
    font-size: 54px;
  }

  /* home agency - end */
}
@media screen and (max-width: 1640px) {
  /* footer - start */
  .footer_section .cloud_image.cloud_1 {
    top: 185px;
    left: 100px;
  }

  .footer_section .cloud_image.cloud_3 {
    top: 230px;
    right: 100px;
  }

  .footer_section .cloud_image.cloud_2 {
    bottom: 110px;
  }

  /* footer - end */
  /* service page - start */
  .service_section .service_image {
    width: 580px;
    margin-right: -45px;
  }

  /* service page - end */
  /* home agency - start */
  .agency_banner .bg_2 {
    max-width: 920px;
  }

  .agency_banner .bg_1 {
    max-width: 800px;
    top: -35px;
  }

  .agency_banner .cloud_1 {
    max-width: 130px;
    top: 130px;
    right: 50px;
  }

  /* home agency - end */
  /* home digital marketing - end */
  .digital_marketing_banner .cloud_image.cloud_4 {
    right: 400px;
  }

  .seo_section .rocket_image {
    right: 50px;
    max-width: 230px;
  }

  .seo_section .shape_3 {
    top: 40px;
    right: 280px;
    max-width: 90px;
  }

  .seo_section .shape_2 {
    top: 240px;
    left: 590px;
    max-width: 90px;
  }

  .seo_section .shape_1 {
    bottom: 170px;
    max-width: 140px;
  }

  .newsletter_section .newsletter_boxed .shape_1 {
    bottom: 60px;
    max-width: 150px;
  }

  .newsletter_section .newsletter_boxed .shape_2 {
    right: 55px;
    bottom: 50%;
    max-width: 90px;
  }

  /* home digital marketing - end */
  /* home hr management - start */
  .hr_management_banner .banner_image {
    transform: scale(0.9);
  }

  .intregation_section .apps_wrap.wrap_left {
    left: 50px;
  }

  .intregation_section .apps_wrap.wrap_right {
    right: 50px;
  }

  /* home hr management - end */
  /* home software - start */
  .software_banner .shape_1 {
    max-width: 555px;
  }

  .software_banner .shape_2 {
    bottom: 70px;
    max-width: 630px;
  }

  .software_banner .banner_image .child_image_2 {
    max-width: 230px;
    right: -30px;
    bottom: -90px;
  }

  .software_banner .banner_image {
    width: 735px;
    margin-right: -190px;
  }

  .software_banner .banner_image .child_image_1 {
    max-width: 270px;
    left: -35px;
    bottom: 55px;
  }

  .software_banner .cloud_1,
.software_banner .cloud_2 {
    max-width: 85px;
  }

  .software_banner .cloud_1 {
    top: 30%;
    left: 30px;
  }

  /* home software - 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;
  }

  .agency_banner .banner_image {
    width: 800px;
    padding: 0px 70px;
  }

  .agency_banner .banner_image .leaf_1,
.agency_banner .banner_image .leaf_2 {
    max-width: 70px;
  }

  .agency_banner .banner_image .leaf_1 {
    left: -5px;
  }

  .agency_banner .banner_image .leaf_2 {
    right: -10px;
  }

  .agency_banner .cloud_1 {
    max-width: 120px;
    top: 100px;
    right: 40px;
  }

  .agency_banner .bg_1 {
    max-width: 780px;
    top: -30px;
  }

  .agency_banner .bg_2 {
    max-width: 900px;
  }

  /* home agency - end */
  /* home app landing - start */
  .app_landing_banner {
    background-position: right top;
  }

  .promotion_section .shape_1 {
    max-width: 230px;
  }

  .promotion_section .shape_2 {
    left: 145px;
    max-width: 190px;
  }

  /* home app landing - end */
}
@media screen and (max-width: 1520px) {
  /* home agency - start */
  .agency_banner .banner_image {
    width: 600px;
    padding: 0px;
  }

  .agency_banner .banner_image .leaf_1,
.agency_banner .banner_image .leaf_2 {
    max-width: 60px;
  }

  .agency_banner .banner_image .leaf_2 {
    right: -100px;
  }

  .agency_banner .banner_image .leaf_1 {
    left: -65px;
  }

  .agency_banner .cloud_1 {
    max-width: 120px;
    top: 110px;
    right: 60px;
  }

  .agency_banner .cloud_2 {
    left: 60px;
  }

  /* home agency - end */
  /* home agency - start */
  .digital_marketing_banner .banner_content {
    max-width: 580px;
    margin: 0px auto 40px;
  }

  .digital_marketing_banner .banner_image {
    max-width: 480px;
  }

  .digital_marketing_banner .apps_wrap > ul {
    width: 360px;
    height: 300px;
  }

  .digital_marketing_banner .apps_wrap {
    bottom: 275px;
  }

  .digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(2),
.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(2) {
    top: 35%;
  }

  .digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(3) {
    top: 44%;
    right: 37%;
  }

  .digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(3) {
    top: 44%;
    left: 37%;
  }

  .seo_section .glob_image_1 {
    max-width: 460px;
  }

  /* home agency - end */
  /* 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 */
  /* home software - start */
  .software_banner .shape_1 {
    max-width: 480px;
  }

  .software_banner .shape_2 {
    bottom: 60px;
    max-width: 500px;
  }

  .software_banner {
    min-height: 100vh;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .software_banner .bg_shape_1,
.software_banner .bg_shape_2 {
    background-size: 100%;
    background-position: center top;
  }

  .software_banner .bg_shape_3 {
    right: 30px;
    background-size: 80%;
  }

  .software_banner .banner_image {
    width: 690px;
    margin-right: -150px;
  }

  .software_banner .banner_image .child_image_1 {
    max-width: 230px;
    left: -25px;
    bottom: 65px;
  }

  .software_banner .banner_image .child_image_2 {
    max-width: 200px;
    right: -20px;
    bottom: -50px;
  }

  /* home software - 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 */
  /* service page - start */
  .service_section .service_image {
    width: 530px;
    margin-right: -60px;
  }

  /* service page - end */
  /* register page - start */
  .register_section .signin_image {
    width: 490px;
    margin-right: -100px;
  }

  /* register page - end */
  /* home agency - start */
  .agency_banner .bg_2 {
    max-width: 870px;
    top: -45px;
  }

  .agency_banner .bg_1 {
    max-width: 750px;
    top: -20px;
  }

  /* home agency - end */
  /* home hr management - start */
  .hr_management_banner .banner_image {
    right: -310px;
    transform: scale(0.83);
  }

  .hr_management_banner .shape_1 {
    max-width: 390px;
  }

  .hr_management_banner .shape_2 {
    max-width: 530px;
  }

  .hr_management_banner .shape_3 {
    max-width: 680px;
  }

  .intregation_section .intregation_image_1 {
    max-width: 580px;
  }

  .intregation_section .intregation_image_1 .phone_image {
    left: 50px;
    max-width: 120px;
  }

  .intregation_section .intregation_image_1 .watch_image {
    right: 75px;
    max-width: 100px;
  }

  .intregation_section .apps_wrap > ul {
    width: 310px;
    height: 240px;
  }

  .intregation_section .apps_wrap > ul > li {
    width: 55px;
    height: 55px;
  }

  .intregation_section .apps_wrap > ul > li > a > img {
    height: 20px;
  }

  .intregation_section .apps_wrap.wrap_left > ul > li:nth-child(2),
.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(2) {
    bottom: 45%;
  }

  .intregation_section .apps_wrap.wrap_left > ul > li:nth-child(3) {
    top: 44%;
    left: 40%;
  }

  .intregation_section .apps_wrap.wrap_right > ul > li:nth-child(3) {
    top: 44%;
    right: 40%;
  }

  .intregation_section .apps_wrap.wrap_left > ul > li:nth-child(4) {
    right: 12%;
  }

  .intregation_section .apps_wrap.wrap_right > ul > li:nth-child(4) {
    left: 12%;
  }

  /* home hr management - end */
}
@media screen and (max-width: 1440px) {
  /* breadcrumb section - start */
  .breadcrumb_section .spahe_1,
.breadcrumb_section .spahe_2 {
    max-width: 420px;
  }

  .breadcrumb_section .spahe_1 {
    top: -70px;
    right: -70px;
  }

  .breadcrumb_section .spahe_2 {
    left: -70px;
    bottom: -70px;
  }

  /* breadcrumb section - end */
  /* service page - start */
  .feature_section .feature_image_2 .image_2 {
    max-width: 360px;
    top: 135px;
  }

  .feature_section .feature_image_2 .image_3 {
    max-width: 270px;
    right: -100px;
  }

  /* service page - end */
  /* home chat - start */
  .chat_banner .bg_1,
.chat_banner .bg_2 {
    max-width: 720px;
  }

  .chat_banner .bg_1 {
    top: -230px;
  }

  .chat_banner .bg_2 {
    top: -185px;
    right: -30px;
  }

  .service_section .shape_3 {
    bottom: -220px;
    max-width: 830px;
  }

  .feature_section .shape_12 {
    max-width: 760px;
  }

  .feature_section .shape_7 {
    max-width: 220px;
  }

  .feature_section .shape_8 {
    left: 150px;
    max-width: 200px;
  }

  .feature_section .feature_image_6 {
    width: 630px;
    margin-left: 30px;
  }

  .feature_section .feature_image_6 .phone_image {
    left: -30px;
    max-width: 145px;
  }

  /* home chat - end */
  /* home digital agency - start */
  .digital_agency_banner .banner_image {
    max-width: 590px;
  }

  .digital_agency_banner .shape_1 {
    top: -120px;
    right: -170px;
    max-width: 775px;
  }

  .digital_agency_banner .shape_2 {
    top: -130px;
    right: -195px;
    max-width: 820px;
  }

  .digital_agency_banner .shape_3 {
    top: 100px;
    max-width: 70px;
  }

  .introduction_section .dot_image_2 {
    left: -90px;
    max-width: 130px;
  }

  .casestudy_section .shape_1 {
    top: -120px;
    max-width: 70px;
  }

  .casestudy_section .shape_2 {
    max-width: 70px;
  }

  /* home digital agency - end */
  /* home payment - start */
  .payment_banner .shape_3 {
    right: 80px;
    max-width: 120px;
  }

  .payment_banner .shape_2 {
    max-width: 70px;
  }

  .payment_banner .shape_1 {
    max-width: 670px;
  }

  .feature_section .shape_9 {
    right: -225px;
    max-width: 660px;
  }

  .feature_section .shape_10 {
    bottom: 20px;
    max-width: 570px;
  }

  .feature_section .shape_11 {
    max-width: 670px;
  }

  .testimonial_section .shape_3 {
    top: -130px;
    right: -245px;
    max-width: 700px;
  }

  /* home payment - end */
  /* home software - start */
  .software_banner .bg_shape_1,
.software_banner .bg_shape_2 {
    background-size: 100% 100%;
    background-position: center bottom;
  }

  .software_banner .bg_shape_2 {
    background-position: center bottom 60px;
  }

  .software_banner {
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 250px;
  }

  .software_banner .shape_1 {
    max-width: 340px;
  }

  .software_banner .shape_2 {
    bottom: 60px;
    max-width: 430px;
  }

  .software_banner .banner_image {
    width: 620px;
    margin-right: -80px;
  }

  .software_banner .banner_image .child_image_1 {
    max-width: 180px;
    left: -10px;
    bottom: 80px;
  }

  .software_banner .banner_image .child_image_2 {
    max-width: 130px;
    right: -20px;
    bottom: 0px;
  }

  /* home software - end */
}
@media screen and (max-width: 1410px) {
  /* home agency - start */
  .agency_banner .bg_2 {
    max-width: 840px;
    top: -30px;
  }

  .agency_banner .bg_1 {
    max-width: 725px;
    top: -5px;
  }

  /* home agency - end */
  /* 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 */
  @keyframes ripple {
    0% {
      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% {
      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 */
  /* service page - start */
  .service_section .service_image {
    width: 480px;
    margin-right: -60px;
  }

  .introduction_section .video_wrap {
    max-width: 870px;
    margin: 0px auto;
  }

  .introduction_section .video_wrap .shadow_image {
    width: 1190px;
  }

  .introduction_section .video_wrap .dot_image {
    top: -30px;
    right: 83px;
    max-width: 135px;
  }

  .introduction_section .video_wrap .leaf_image {
    left: 30px;
    bottom: 35px;
    max-width: 120px;
  }

  .introduction_section .video_wrap .man_2 {
    left: -110px;
    bottom: 50px;
    max-width: 170px;
  }

  .introduction_section .video_wrap .man_1 {
    right: -55px;
    bottom: 70px;
    max-width: 120px;
  }

  /* service page - end */
  /* register page - start */
  .register_section .signin_image {
    width: 460px;
    margin-right: -40px;
  }

  /* register page - end */
  /* home digital agency - start */
  .introduction_section .video_wrap .leaf_image_1,
.introduction_section .video_wrap .leaf_image_2 {
    bottom: 40px;
    max-width: 130px;
  }

  /* home digital agency - end */
  /* home digital marketing - start */
  .digital_marketing_banner .cloud_image.cloud_1 {
    top: 19%;
    left: 6%;
  }

  .digital_marketing_banner .cloud_image.cloud_2 {
    top: 13%;
    right: 7%;
  }

  .digital_marketing_banner .cloud_image.cloud_4 {
    right: 23%;
  }

  /* home digital marketing - end */
  /* home hr management - start */
  .intregation_section .apps_wrap > ul {
    width: 280px;
    height: 220px;
  }

  /* home hr management - 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 */
  /* home chat - start */
  .chat_banner .banner_image {
    max-width: 350px;
  }

  .chat_banner .banner_image .bar_image {
    max-width: 300px;
  }

  .chat_banner .banner_image .bar_1 {
    top: 100px;
    left: -90px;
  }

  .chat_banner .banner_image .bar_2 {
    right: -150px;
  }

  .chat_banner .banner_image .bar_3 {
    left: -90px;
  }

  .chat_banner .bg_1 {
    top: -160px;
  }

  .chat_banner .bg_1,
.chat_banner .bg_2 {
    max-width: 650px;
  }

  .chat_banner .bg_2 {
    top: -130px;
    right: -20px;
  }

  .service_section .shape_3 {
    max-width: 770px;
  }

  .feature_section .feature_image_6 {
    width: 590px;
    margin-left: 0px;
  }

  /* home chat - end */
  /* home payment - start */
  .payment_banner .banner_image {
    width: 340px;
  }

  .payment_banner .banner_image .apps_wrap > ul {
    width: 520px;
    height: 430px;
  }

  .payment_banner .banner_image .card_image {
    max-width: 350px;
    left: -145px;
  }

  .feature_section .feature_image_9 {
    width: 490px;
  }

  .feature_section .feature_image_9 .child_image {
    max-width: 295px;
    right: -90px;
  }

  .feature_section .feature_image_9 .dot_image {
    max-width: 135px;
    top: 125px;
    left: 5px;
  }

  .feature_section .feature_image_2 {
    margin: 0px auto;
    max-width: 370px;
    margin-top: -40px;
  }

  .feature_section .feature_image_2 .image_2 {
    max-width: 280px;
    top: 85px;
    left: -95px;
  }

  .feature_section .feature_image_2 .image_3 {
    max-width: 240px;
    right: -60px;
    bottom: 60px;
  }

  /* home payment - 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;
  }

  .breadcrumb_section .spahe_1,
.breadcrumb_section .spahe_2 {
    max-width: 400px;
  }

  .breadcrumb_section .spahe_1 {
    top: -60px;
    right: -60px;
  }

  .breadcrumb_section .spahe_2 {
    left: -60px;
    bottom: -60px;
  }

  /* footer section - end */
  /* error page - start */
  .error_section .spahe_1,
.error_section .spahe_2 {
    max-width: 450px;
  }

  .error_section .spahe_1 {
    top: -70px;
    right: -70px;
  }

  .error_section .spahe_2 {
    left: -70px;
    bottom: -70px;
  }

  .error_section .error_content p {
    font-size: 16px;
  }

  /* error page - end */
  /* service page - start */
  .service_carousel.owl-theme.arrow_right_left .owl-nav .owl-prev {
    left: -25px;
  }

  .service_carousel.owl-theme.arrow_right_left .owl-nav .owl-next {
    right: -25px;
  }

  .introduction_section .video_wrap .shadow_image {
    width: 100%;
  }

  .feature_section .feature_image_2 {
    padding: 0px;
    margin: 0px auto;
    max-width: 330px;
  }

  .feature_section .feature_image_2 .image_2 {
    max-width: 300px;
    top: 100px;
    left: -180px;
  }

  .feature_section .feature_image_2 .image_3 {
    max-width: 240px;
    right: -90px;
    bottom: 85px;
  }

  /* service page - end */
  /* register page - start */
  .register_section .signin_image {
    margin-right: 0px;
  }

  /* register page - end */
  /* home agency - start */
  .agency_banner .bg_2 {
    max-width: 810px;
  }

  .agency_banner .bg_1 {
    max-width: 690px;
  }

  /* home agency - end */
  /* home chat - start */
  .partner_section .dot_image_1 {
    top: -200px;
    left: -70px;
    max-width: 100px;
  }

  .service_section .shape_3 {
    bottom: -195px;
    max-width: 731px;
  }

  .introduction_section .dot_image_1 {
    top: -100px;
    right: -70px;
    max-width: 100px;
  }

  .feature_section .shape_12 {
    top: 140px;
    max-width: 660px;
  }

  .feature_section .feature_image_5 {
    float: none;
    margin: 0px auto;
    max-width: 400px;
  }

  .feature_section .feature_image_5 .image_2,
.feature_section .feature_image_5 .image_3 {
    max-width: 290px;
  }

  .feature_section .feature_image_5 .image_2 {
    bottom: 30px;
    left: -145px;
  }

  .feature_section .feature_image_5 .image_3 {
    top: -70px;
    right: -80px;
  }

  .feature_section .shape_13 {
    top: 400px;
    left: -70px;
    max-width: 100px;
  }

  /* home chat - end */
  /* home digital agency - start */
  .introduction_section .video_wrap {
    padding-bottom: 60px;
  }

  /* home digital agency - end */
  /* home digital marketing - start */
  .digital_marketing_banner .apps_wrap.wrap_left {
    left: 30px;
  }

  .digital_marketing_banner .apps_wrap.wrap_right {
    right: 30px;
  }

  .digital_marketing_banner .apps_wrap > ul > li {
    width: 60px;
    height: 60px;
  }

  .digital_marketing_banner .apps_wrap > ul {
    width: 320px;
    height: 280px;
  }

  .service_section .dot_1 {
    top: 300px;
    right: 30px;
  }

  .service_section .dot_2 {
    left: 30px;
    bottom: 80px;
  }

  .feature_section .dot_3 {
    top: 70px;
    right: 30px;
  }

  .feature_section .dot_4 {
    left: 30px;
    bottom: 130px;
  }

  .seo_section .rocket_image {
    right: 15px;
    max-width: 210px;
  }

  .seo_section .shape_2 {
    top: 50%;
    left: 35%;
  }

  .seo_section .glob_image_1 {
    max-width: 420px;
  }

  .casestudy_section .triangle_1 {
    left: 30px;
  }

  .casestudy_section .dot_1 {
    right: 30px;
  }

  .casestudy_section .dot_3 {
    top: 300px;
    right: 50px;
  }

  /* home digital marketing - end */
  /* home hr management - start */
  .intregation_section .intregation_image_1 {
    max-width: 480px;
  }

  .intregation_section .intregation_image_1 .phone_image {
    left: 105px;
    max-width: 100px;
  }

  .intregation_section .intregation_image_1 .watch_image {
    right: 130px;
    max-width: 80px;
  }

  /* home hr management - end */
  /* home project management - start */
  .service_primary_2 p {
    margin-bottom: 10px;
  }

  .home_project_management .service_primary_2 {
    padding: 45px 35px;
  }

  .service_primary_2 .item_title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .service_section .tab-content .service_image_3 {
    width: 750px;
    margin-right: -40px;
  }

  .service_section .dot_image_2 {
    top: 150px;
    right: -35px;
    max-width: 100px;
  }

  .service_section .tabs_nav_2 > ul > li a strong {
    font-size: 22px;
  }

  .service_section .tabs_nav_2 > ul > li a span {
    font-size: 15px;
  }

  .feature_section .dot_image_2 {
    top: -150px;
    right: -60px;
    max-width: 100px;
  }

  /* home project management - end */
}
@media screen and (max-width: 1240px) {
  /* home digital marketing - start */
  .hr_management_banner .banner_image {
    right: -355px;
    transform: scale(0.72);
  }

  .hr_management_banner .shape_1 {
    max-width: 330px;
  }

  .hr_management_banner .shape_2 {
    max-width: 480px;
  }

  .hr_management_banner .shape_3 {
    max-width: 620px;
  }

  /* home digital marketing - end */
  /* details - start */
  .shop_carousel.arrow_right_left .owl-nav .owl-next,
.shop_carousel.arrow_right_left .owl-nav .owl-prev {
    top: 40%;
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    transform: translateY(-40%);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  }
  .shop_carousel.arrow_right_left .owl-nav .owl-next:hover,
.shop_carousel.arrow_right_left .owl-nav .owl-prev:hover {
    background-color: #4154f1;
  }
  .shop_carousel.arrow_right_left .owl-nav .owl-next:before,
.shop_carousel.arrow_right_left .owl-nav .owl-prev:before {
    font-size: 16px;
    line-height: 46px;
  }

  .shop_carousel.arrow_right_left .owl-nav .owl-next {
    right: -25px;
  }

  .shop_carousel.arrow_right_left .owl-nav .owl-prev {
    left: -25px;
  }

  /* details - end */
}
/* ====================================================================================================
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 */
  /* service page - start */
  .service_carousel.owl-theme.arrow_right_left .owl-nav .owl-next,
.service_carousel.owl-theme.arrow_right_left .owl-nav .owl-prev {
    position: sticky;
    transform: unset;
  }

  .service_carousel {
    margin: 0px;
    margin-top: -55px;
  }

  .service_carousel .item {
    padding: 55px 0px;
  }

  /* service page - end */
  /* home agency - start */
  .agency_banner .banner_image {
    width: 590px;
    margin-left: 0px;
  }

  .agency_banner .banner_image .leaf_2 {
    right: -75px;
  }

  .agency_banner .bg_2 {
    max-width: 765px;
    top: -18px;
  }

  .agency_banner .bg_1 {
    right: -70px;
  }

  .agency_banner .cloud_3 {
    left: -100px;
    top: 235px;
  }

  .service_section .dot_image_1 {
    max-width: 130px;
  }

  .feature_section .dot_image_1 {
    max-width: 125px;
  }

  .feature_section .shape_1 {
    max-width: 630px;
  }

  .testimonial_section .shape_1 {
    max-width: 125px;
  }

  .partner_section .shape_1 {
    max-width: 240px;
  }

  /* home agency - end */
  /* home app landing - start */
  .feature_section .shape_6 {
    max-width: 400px;
  }

  .promotion_section .shape_1 {
    max-width: 200px;
  }

  .promotion_section .shape_2 {
    max-width: 170px;
  }

  .showcase_section .dot_image_1 {
    right: -70px;
    max-width: 100px;
  }

  /* home app landing - end */
  /* home digital agency - start */
  .digital_agency_banner .banner_image {
    max-width: 500px;
  }

  .digital_agency_banner .shape_1 {
    top: -110px;
    right: -165px;
    max-width: 680px;
  }

  .digital_agency_banner .shape_2 {
    top: -120px;
    right: -200px;
    max-width: 730px;
  }

  .digital_agency_banner .shape_3 {
    top: 140px;
    max-width: 50px;
  }

  .introduction_section .dot_image_2 {
    left: -70px;
    max-width: 100px;
  }

  .introduction_section .video_wrap .leaf_image_1,
.introduction_section .video_wrap .leaf_image_2 {
    bottom: 20px;
    max-width: 120px;
  }

  .casestudy_section .shape_1 {
    max-width: 50px;
  }

  .casestudy_section .shape_2 {
    max-width: 50px;
  }

  /* home digital agency - end */
  /* home hr management - start */
  .hr_management_banner .shape_5 {
    left: 340px;
    bottom: -130px;
  }

  .hr_management_banner .banner_content .title_text span {
    display: block;
    font-size: 48px;
    font-family: "Sofia Pro Extra Light";
  }

  .hr_management_banner .shape_4 {
    top: 55px;
    left: 510px;
  }

  .hr_management_banner .banner_content {
    max-width: 430px;
  }

  .hr_management_banner .banner_content .title_text {
    margin-bottom: 20px;
  }
  .hr_management_banner .banner_content .title_text span {
    font-size: 42px;
  }

  .intregation_section .apps_wrap > ul > li {
    width: 50px;
    height: 50px;
  }

  .intregation_section .apps_wrap > ul {
    width: 245px;
    height: 220px;
  }

  .intregation_section .apps_wrap.wrap_left {
    left: 30px;
  }

  .intregation_section .apps_wrap.wrap_right {
    right: 30px;
  }

  .intregation_section .dot_image_1 {
    right: -70px;
    max-width: 100px;
  }

  /* home hr management - end */
  /* home payment - start */
  .payment_banner {
    min-height: auto;
    padding-top: 260px;
    padding-bottom: 80px;
  }

  .payment_banner .banner_content {
    max-width: 470px;
  }

  .payment_banner .shape_1 {
    max-width: 600px;
  }

  .payment_banner .banner_image {
    float: left;
    width: 340px;
    margin-left: -50px;
  }

  .feature_section .shape_9 {
    top: -90px;
    right: -160px;
    max-width: 470px;
  }

  .feature_section .feature_image_9 {
    width: auto;
    float: none;
    padding: 0px;
    max-width: 450px;
    margin: 0px auto;
  }

  .feature_section .feature_image_9 .child_image {
    width: auto;
    max-width: 270px;
    right: -85px;
  }

  .feature_section .feature_image_2 {
    margin: 0px auto;
    max-width: 320px;
    margin-left: -40px;
  }

  .feature_section .feature_image_2 .image_2 {
    max-width: 260px;
    top: 70px;
    left: -90px;
  }

  .feature_section .feature_image_2 .image_3 {
    max-width: 210px;
    right: -70px;
    bottom: 80px;
  }

  .feature_section .shape_10 {
    bottom: 0px;
    left: -130px;
    max-width: 500px;
  }

  .feature_section .shape_11 {
    left: -120px;
    bottom: -90px;
    max-width: 490px;
  }

  .testimonial_section .shape_3 {
    top: -150px;
    right: -170px;
    max-width: 500px;
  }

  /* home payment - end */
  /* home saas - start */
  .saas_banner .banner_image {
    width: 780px;
  }

  .saas_banner .banner_image .phone_image {
    right: -45px;
    bottom: -18px;
    max-width: 160px;
  }

  /* home saas - end */
  /* details - start */
  .shop_carousel.arrow_right_left .owl-nav .owl-next {
    right: 15px;
  }

  .shop_carousel.arrow_right_left .owl-nav .owl-prev {
    left: 15px;
  }

  /* details - end */
  .ml--30 {
    margin-left: 0px;
  }

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

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

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

  .app_landing_banner {
    background-size: 100% 100%;
  }

  .software_banner .bg_shape_1,
.software_banner .bg_shape_2 {
    background-size: auto 100%;
    background-position: center bottom;
  }
}
@media screen and (max-width: 1160px) {
  /* home agency - start */
  .banner_section .banner_content .title_text {
    font-size: 46px;
  }

  .banner_section .banner_content p {
    font-size: 15px;
  }

  /* home agency - end */
  /* home project management - start */
  .project_management_banner .banner_image {
    width: 960px;
  }

  .feature_section .feature_image_11 {
    float: none;
    width: 531px;
    margin-top: -12px auto -32px;
  }

  .feature_section .feature_image_10 {
    width: 480px;
    margin-left: 0px;
  }

  .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: 370px;
    right: -120px;
  }

  .feature_section .feature_image_10 .child_image_1 {
    top: 130px;
  }

  .feature_section .feature_image_10 .child_image_2 {
    top: 230px;
  }

  .feature_section .feature_image_10 .child_image_3 {
    max-width: 410px;
    top: 330px;
  }

  .service_section .tab-content .service_image_3 {
    width: 100%;
    float: left;
    margin-left: -75px;
  }

  .service_section .dot_image_2 {
    top: 110px;
    right: 80px;
    max-width: 90px;
  }

  .feature_section .feature_image_11 {
    width: auto;
    margin: 0px auto;
    max-width: 570px;
    float: none;
  }

  /* home project management - end */
  /* home software - start */
  .software_banner .banner_content {
    max-width: 500px;
  }

  .software_banner .banner_image {
    width: 560px;
    margin-right: 0px;
  }

  .software_banner .banner_content {
    max-width: 430px;
  }

  .banner_section .banner_content .title_text {
    font-size: 42px;
  }

  /* home software - end */
  .banner_section .banner_content p {
    font-size: 16px;
  }

  .project_management_banner .banner_content .title_text {
    font-size: 54px;
  }
}
@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;
  }

  .btn {
    height: 50px;
    font-size: 16px;
    line-height: 48px;
  }

  .btn.btn_border {
    line-height: 46px;
  }

  .btn.bg_gradient_blue {
    line-height: 49px;
  }

  /* global reset - end */
  /* header - start */
  .header_section .btn {
    height: 40px;
    line-height: 35px;
  }

  /* 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 */
  .banner_section .banner_content .btns_group > ul > li .btn_text {
    margin: 16px 0px;
  }

  /* 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: 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: 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;
  }
}
@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;
  }

  @keyframes ripple {
    0% {
      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% {
      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_section .btn {
    padding: 0px 22px;
  }

  /* 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_grid .details_btn {
    font-size: 16px;
  }

  /* 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 {
    max-width: 640px;
    right: -170px;
  }

  .agency_banner .bg_2 {
    max-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;
    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 {
    order: 0;
  }

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

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

  @keyframes ripple_3 {
    0% {
      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% {
      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);
    }
  }
  /* 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;
  }

  .home_chat .menu_btn {
    margin: 0px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background-color: #ffffff;
  }

  /* header - end */
  /* footer - start */
  .footer_section .useful_links > ul > li {
    margin-bottom: 8px;
  }

  .footer_section .widget_title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .footer_section .about_content {
    padding: 0px;
    max-width: 460px;
  }

  .footer_section .useful_links,
.footer_section .social_links {
    margin-top: 40px;
  }

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

  .footer_section .deco_image_1 {
    bottom: -81px;
    max-width: 150px;
  }

  .footer_section .deco_image_2 {
    bottom: -81px;
    max-width: 100px;
  }

  .footer_section.sec_ptb_120.pb-0 {
    padding: 0px;
  }

  .footer_section .sms_comment {
    max-width: 180px;
    display: inline-block;
  }

  .footer_section .footer_bottom .social_links {
    margin: 0px;
  }

  .footer_section .cloud_image {
    max-width: 70px;
  }

  .footer_section .cloud_image.cloud_1 {
    top: 60px;
    left: -15px;
  }

  .footer_section .cloud_image.cloud_3 {
    top: 140px;
    right: -15px;
  }

  .footer_section .cloud_image.cloud_2 {
    bottom: 100px;
  }

  .footer_section .social_icon_rounded {
    margin-top: 40px;
  }

  /* footer - end */
  /* error page - start */
  .error_section .spahe_1,
.error_section .spahe_2 {
    max-width: 350px;
  }

  .error_section .spahe_1 {
    top: -50px;
    right: -50px;
  }

  .error_section .spahe_2 {
    left: -50px;
    bottom: -50px;
  }

  .error_section .error_content .page_title {
    font-size: 270px;
  }

  .error_section .error_content .title_text {
    font-size: 42px;
  }

  .error_section .error_content p {
    display: table;
    max-width: 720px;
    margin: 0px auto 50px;
  }

  /* error page - end */
  /* about page - start */
  .feature_section .feature_image {
    width: 100%;
    margin: 0px;
    float: none;
    margin-bottom: 40px;
  }

  .feature_section .section_title {
    margin: 0px;
    text-align: center;
  }

  .team_grid .member_name {
    font-size: 18px;
    margin-bottom: 1px;
  }

  .team_grid .member_title {
    font-size: 13px;
  }

  .team_grid .member_social_links > ul > li > a {
    font-size: 14px;
  }

  /* about page - end */
  /* service page - start */
  .service_section .service_image {
    width: auto;
    float: none;
    max-width: 570px;
    margin: 50px auto 40px;
  }

  .service_primary {
    padding: 0px 30px;
    text-align: center;
  }

  .testimonial_section .testimonial_carousel_1 {
    min-height: 550px;
    margin: 0px auto 110px;
  }

  .testimonial_section .testimonial_carousel_1 .owl-nav {
    left: 45%;
    bottom: -75px;
    display: flex;
    position: absolute;
    transform: translateX(-45%);
  }

  .newsletter_section .newsletter_boxed {
    margin: 0px -15px;
    border-radius: 0px;
    transform: unset !important;
  }

  .feature_section .feature_image_2 {
    max-width: 330px;
    margin: -60px auto 60px;
  }

  .feature_section .feature_image_2 .phone_image {
    margin: 0px;
  }

  .feature_section .feature_image_3 {
    width: auto;
    float: none;
    max-width: 370px;
    margin: -55px auto 40px;
  }

  .feature_section .feature_image_3 .image_1 {
    max-width: 330px;
    top: 150px;
    left: -135px;
  }

  .owl-theme.arrow_top_right .owl-nav {
    top: -80px;
    right: 15px;
  }

  /* service page - end */
  /* register page - start */
  .register_section .signin_image {
    width: auto;
    float: none;
    max-width: 470px;
    margin: 0px auto 60px;
  }

  .register_section.half_bg_white::before {
    display: none;
  }

  .register_section .section_title {
    text-align: center;
  }

  /* register page - end */
  /* process page - start */
  .process_section .process_item .order-last {
    order: 13;
  }

  .process_section .process_item .item_title {
    font-size: 30px;
  }

  .process_section .process_item p {
    font-size: 13px;
  }

  /* process page - end */
  /* pricing page - start */
  .pricing_plan_3 .price_text {
    font-size: 38px;
  }

  .pricing_plan_3 .title_text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .pricing_plan_3 p {
    font-size: 15px;
  }

  .pricing_tab {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .newsletter_section .section_title {
    text-align: center;
    margin-bottom: 40px;
  }

  .btn.btn_border.float-right {
    display: table;
    margin: 30px auto 0px;
    float: none !important;
  }

  /* pricing page - end */
  /* job apply page - start */
  .job_details_info {
    margin-bottom: 60px;
  }

  .apply_section .apply_form .section_title {
    max-width: 570px;
    text-align: center;
    margin: 0px auto 40px;
  }
  .apply_section .apply_form .terms-conditions {
    text-align: center;
    margin: 0px auto 30px;
  }
  .apply_section .apply_form .btn_wrap {
    text-align: center;
  }

  /* job apply page - end */
  /* faq page - start */
  .faq_section .tab-content {
    padding-left: 0px;
  }

  .faq_section .tabs_nav {
    margin: 0px;
    margin-bottom: 60px;
  }

  /* faq page - end */
  /* contact page - start */
  .contact_section .contact_form {
    margin-top: 60px;
  }

  /* contact page - end */
  /* casestudy details page - start */
  .details_section .item_image.mr--30 {
    margin: 0px;
  }

  .details_section .chield_item {
    text-align: center;
  }
  .details_section .chield_item .item_image {
    margin-bottom: 40px;
  }

  .details_section .chield_item .item_content .info_list {
    display: table;
    margin: 0px auto;
    text-align: left;
  }

  /* casestudy details page - end */
  /* home agency - start */
  .agency_banner {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .agency_banner .banner_image {
    width: auto;
    max-width: 500px;
    margin: 0px auto 40px;
  }

  .agency_banner .bg_2 {
    max-width: 820px;
  }

  .agency_banner .bg_1 {
    max-width: 700px;
  }

  .agency_banner .clouds_wrap {
    width: 100%;
  }

  .agency_banner .cloud_2 {
    left: 150px;
  }

  .agency_banner .cloud_3 {
    top: 300px;
    left: 30px;
  }

  .agency_banner .banner_content {
    text-align: center;
  }

  .agency_banner .banner_content .btns_group > ul {
    margin: 0px auto;
  }

  .service_section .dot_image_1 {
    top: -150px;
    left: -75px;
    max-width: 130px;
  }

  .home_agency .service_primary_2 {
    padding: 0px;
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0px;
  }

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

  .feature_section .dot_image_1 {
    top: 130px;
    right: -70px;
    max-width: 100px;
  }

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

  .feature_section.bg_flow {
    min-height: auto;
    background-size: auto 100%;
  }

  .testimonial_section .shape_2 {
    max-width: 350px;
  }

  .testimonial_section .shape_1 {
    top: 150px;
    left: -70px;
    max-width: 100px;
  }

  .testimonial_section .testimonial_carousel_1.secondary_style {
    margin: 0px;
    min-height: auto;
  }

  .partner_section .shape_1 {
    max-width: 190px;
  }

  /* home agency - end */
  /* home app landing - start */
  .app_landing_banner .banner_content {
    text-align: left;
  }
  .app_landing_banner .banner_content .btns_group > ul {
    margin: 0px;
  }

  .app_landing_banner .banner_image .phone_1 {
    max-width: 300px;
  }

  .app_landing_banner .banner_image .phone_2 {
    max-width: 260px;
  }

  .app_landing_banner {
    padding-bottom: 60px;
  }

  .app_landing_banner .banner_image {
    margin-bottom: 0px;
  }

  .feature_section .feature_image_4 {
    max-width: 530px;
    margin: 0px auto 60px;
  }

  .promotion_section .item_image_1 {
    width: 370px;
    margin: 0px auto 100px;
  }

  .promotion_section .item_image_1 .image_1,
.promotion_section .item_image_1 .image_2 {
    max-width: 49%;
  }

  .promotion_section .section_title {
    text-align: center;
  }

  .promotion_section .btns_group > ul {
    margin: 0px auto;
  }

  .promotion_section .dot_image_1 {
    right: -60px;
    max-width: 100px;
  }

  .showcase_section .mobile_frame {
    width: 310px;
    height: 585px;
  }

  /* home app landing - end */
  /* home chat - start */
  .service_section .shape_3 {
    bottom: -80px;
    max-width: 520px;
  }

  .feature_section .feature_image_5 {
    max-width: 400px;
    margin: 0px auto 50px;
  }

  .feature_section .btns_group > ul {
    float: none;
    margin: 0px auto;
  }

  .feature_section .btns_group > ul > li {
    margin-right: 15px;
  }

  .feature_section .feature_image_6 {
    float: none;
    width: 100%;
    margin: 0px auto 50px;
  }

  .feature_section .shape_7 {
    max-width: 180px;
  }

  .feature_section .shape_8 {
    left: 110px;
    max-width: 160px;
  }

  .feature_section .feature_image_6 .dot_image_1 {
    top: 80px;
    right: 60px;
    max-width: 80px;
  }

  /* home chat - end */
  /* home digital agency - start */
  .service_section .service_image {
    width: 100%;
    margin: 30px auto 0px;
  }

  /* home digital agency - end */
  /* home digital marketing - start */
  .home_digital_marketing .service_primary {
    padding: 0px 25px;
  }

  .feature_section .feature_image_7 {
    float: none;
    max-width: 470px;
    margin: 0px auto 40px;
  }

  .seo_section .form_wrap {
    max-width: 600px;
  }

  .seo_section .rocket_image {
    max-width: 180px;
  }

  .seo_section .shape_3 {
    right: 5%;
    max-width: 60px;
  }

  .seo_section .shape_2 {
    max-width: 60px;
  }

  .seo_section .shape_1 {
    max-width: 120px;
  }

  .seo_section .glob_image_1 {
    top: -45px;
    max-width: 350px;
  }

  .feature_section .feature_image_8 {
    float: none;
    max-width: 530px;
    margin: 0px auto 40px;
  }

  .newsletter_section .newsletter_boxed .shape_2 {
    right: 40px;
    bottom: 55%;
    max-width: 70px;
  }

  .newsletter_section .newsletter_boxed .shape_1 {
    bottom: 40px;
    max-width: 130px;
  }

  .casestudy_grid .item_title > a {
    font-size: 20px;
  }

  .casestudy_grid .item_image {
    margin-bottom: 18px;
  }

  /* home digital marketing - end */
  /* home hr management - end */
  .home_hr_management .menu_btn {
    margin: 0px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background-color: #ffffff;
  }

  .intregation_section .apps_wrap > ul > li {
    width: 40px;
    height: 40px;
  }

  .intregation_section .apps_wrap > ul > li > a > img {
    height: 18px;
  }

  .intregation_section .apps_wrap > ul {
    width: 200px;
    height: 185px;
  }

  .intregation_section .intregation_image_1 {
    max-width: 430px;
  }

  .intregation_section .intregation_image_1 .phone_image {
    left: -25px;
    bottom: -2px;
    max-width: 85px;
  }

  .intregation_section .intregation_image_1 .watch_image {
    bottom: 0px;
    right: -10px;
    max-width: 70px;
  }

  /* home hr management - end */
  /* home payment - start */
  .payment_banner .banner_image {
    float: none;
    width: 260px;
    margin: 0px auto 30px;
  }

  .payment_banner .banner_image .card_image {
    max-width: 240px;
    left: -90px;
  }

  .payment_banner .banner_image .apps_wrap {
    top: -85px;
  }

  .payment_banner .banner_image .apps_wrap > ul {
    width: 415px;
    height: 350px;
  }

  .payment_banner .banner_image .apps_wrap > ul > li:nth-child(1) {
    max-width: 80px;
    top: 130px;
  }

  .payment_banner .banner_image .apps_wrap > ul > li:nth-child(2) {
    max-width: 90px;
    left: 90px;
  }

  .payment_banner .banner_image .apps_wrap > ul > li:nth-child(3) {
    max-width: 85px;
    right: 105px;
  }

  .payment_banner .banner_image .apps_wrap > ul > li:nth-child(4) {
    max-width: 85px;
    top: 135px;
  }

  .payment_banner .banner_image .apps_wrap > ul > li:nth-child(5) {
    max-width: 140px;
  }

  .payment_banner .banner_content {
    padding: 0px;
    margin: 0px auto;
    text-align: center;
  }

  .payment_banner {
    min-height: auto;
    padding-top: 230px;
    padding-bottom: 190px;
  }

  .payment_banner .banner_content .btns_group > ul {
    margin: 0px auto;
  }
  .payment_banner .banner_content .btns_group > ul > li {
    margin-right: 15px;
  }

  .banner_section .btn {
    height: 45px;
    min-width: auto;
    line-height: 42px;
    padding: 0px 25px;
  }

  .banner_section .banner_content .btns_group > ul > li .btn_text {
    font-size: 16px;
    margin: 14px 0px;
  }

  .feature_section .feature_image_9 {
    float: none;
    max-width: 430px;
    margin: 0px auto 50px;
  }

  .feature_section .feature_image_9 .chart_image {
    margin: 0px auto;
  }

  .feature_section .feature_image_2 {
    max-width: 300px;
    margin: -60px auto 60px;
  }

  .feature_section .feature_image_2 .image_2 {
    max-width: 200px;
    top: 80px;
    left: -70px;
  }

  .feature_section .feature_image_2 .image_3 {
    max-width: 180px;
    right: -55px;
    bottom: 75px;
  }

  /* home payment - end */
  /* home payment - start */
  .project_management_banner {
    padding-top: 160px;
  }

  .banner_section .banner_image .popup_video {
    width: 70px;
    height: 70px;
    font-size: 54px;
    line-height: 75px;
  }

  .feature_section .feature_image_10 {
    width: auto;
    float: none;
    max-width: 370px;
    margin: 0px auto 40px;
  }

  .feature_section .feature_image_10 .big_image {
    margin-bottom: -10px;
  }

  .feature_section .child_feature_2 {
    text-align: left;
    margin-bottom: 40px;
  }

  .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: 300px;
    right: -75px;
  }

  .feature_section .feature_image_10 .child_image_1 {
    top: 110px;
  }

  .feature_section .feature_image_10 .child_image_2 {
    top: 190px;
  }

  .feature_section .feature_image_10 .child_image_3 {
    max-width: 330px;
    top: 270px;
  }

  .service_section .tab-content .service_image_3 {
    width: 100%;
    float: none;
    margin: 0px;
  }

  .service_section .dot_image_2 {
    top: 90px;
    right: 8px;
  }

  .service_section .tabs_nav_2 > ul > li a {
    padding: 30px;
  }

  .feature_section .feature_image_11 {
    max-width: 530px;
    margin: 0px auto 40px;
  }

  /* home payment - end */
  /* 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;
  }

  .h_map ul li:nth-child(1) {
    top: 60px;
    left: 45px;
  }

  .h_map ul li:nth-child(2) {
    top: 195px;
    left: 110px;
  }

  .h_map ul li:nth-child(3) {
    left: 50%;
    top: 115px;
  }

  .h_map ul li:nth-child(5) {
    left: 88%;
    top: 80px;
  }

  .h_map ul li:nth-child(4) {
    top: 270px;
    left: 73%;
  }

  .h_map ul li:nth-child(6) {
    top: 70%;
    left: 220px;
  }

  .h_map ul li:nth-child(7) {
    top: 60%;
    left: 52%;
  }

  .h_map ul li:nth-child(8) {
    top: 79%;
    left: 93%;
  }

  /* home saas - end */
  /* 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 */
  .shop_list .item_content {
    padding-top: 30px;
    padding-left: 30px;
  }

  .cart_section .cart_info_sidebar {
    margin-top: 40px;
  }

  .checkout_section .checkout_sidebar {
    margin-top: 40px;
    margin-left: 0px;
  }

  /* shop - end */
  /* portfolio - start */
  .casestudy_section .container-fluid .element_grid.column_4 .casestudy_grid .item_title > a {
    font-size: 18px;
  }

  .gallery_section .element_grid.column_2 .element-item,
.casestudy_section .element_grid.column_2 .element-item,
.portfolio_section .element_grid.column_2 .element-item {
    width: 33.333%;
  }

  /* portfolio - end */
  /* details - start */
  .details_section .item_content {
    margin-top: 30px;
  }

  .blog_small .item_content {
    margin: 0px;
  }

  .sidebar_section.pl-30 {
    padding: 0px;
  }

  /* details - end */
  /* sidebar - start */
  .sidebar_section {
    margin-top: 60px;
  }

  /* sidebar - end */
  .home_chat:not(.home_digital_agency) .footer_section .useful_links,
.home_chat:not(.home_digital_agency) .footer_section .social_links {
    margin-top: 0px;
  }

  .feature_section .section_title .sub_title.c_slide_in_wrap1 {
    justify-content: center;
  }

  .home_saas .feature_section .section_title.decrease_size .c_slide_in_wrap1 {
    justify-content: center;
  }

  .software_banner .banner_content {
    margin: 0px auto;
    max-width: 430px;
    text-align: center;
  }

  .software_banner .banner_content .btns_group > ul {
    margin: 0px auto;
  }
}
@media screen and (max-width: 940px) {
  /* pricing page - start */
  .pricing_plan_1 {
    padding: 40px 30px;
  }

  .pricing_plan_1 .pricing_header.mb-50 {
    margin-bottom: 30px;
  }

  .pricing_plan_1 .pricing_header .price_text strong {
    font-size: 42px;
  }

  .pricing_plan_1 .item_icon {
    width: 140px;
    height: 100px;
    margin: 0px auto 30px;
  }

  .pricing_plan_1 .item_icon img {
    height: 100px;
  }

  .pricing_plan_1 .info_list {
    margin-bottom: 30px;
  }

  .pricing_plan_1 .info_list > ul > li {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .pricing_plan_2 {
    padding: 40px 30px;
  }

  .pricing_plan_2 .pricing_header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .pricing_plan_2 .pricing_header .title_text {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .pricing_plan_2 .pricing_header .price_text strong {
    font-size: 42px;
  }

  .pricing_plan_2 .info_list {
    margin-bottom: 30px;
  }

  .pricing_plan_2 .info_list > ul li {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .pricing_plan_2 .item_label {
    right: 20px;
    max-width: 25px;
  }

  .pricing_plan_3 {
    padding: 40px 30px;
  }

  .pricing_plan_3.special_item {
    padding: 60px 30px;
  }

  .pricing_plan_3 p {
    font-size: 14px;
  }

  /* pricing page - end */
  /* case study - start */
  .gallery_section .element_grid.column_2 .element-item,
.casestudy_section .element_grid.column_2 .element-item,
.portfolio_section .element_grid.column_2 .element-item {
    width: 50%;
  }

  /* case study - end */
  .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 {
    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) {
  /* global reset - start */
  .section_title .title_text {
    font-size: 32px;
  }

  .section_title p {
    font-size: 14px;
  }

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

  /* 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: flex;
    flex-wrap: wrap;
  }
  .service_section .tabs_nav > ul > li {
    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 */
  /* register page - start */
  .register_section .signup_wrap .info_wrap,
.register_section .signup_wrap .signup_form {
    padding: 0px 45px;
  }

  .register_section .signup_wrap {
    padding: 50px 0px;
  }

  .register_section .signup_wrap .info_wrap h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .register_section .signup_wrap .info_wrap h4 {
    font-size: 20px;
    margin-bottom: 40px;
  }

  /* register page - end */
  /* process page - start */
  .process_section .process_item:nth-child(2n) .item_content::after {
    left: -58px;
  }

  .process_section .process_item:nth-child(2n) .item_content::before {
    left: -64px;
  }

  .process_section .process_item .item_title {
    font-size: 28px;
  }

  .process_section .process_item .serial_number {
    margin-bottom: 35px;
  }

  /* process page - end */
  /* job page - start */
  .job_item .item_content {
    padding-top: 0px;
  }

  .job_item .item_title > a {
    font-size: 18px;
  }

  .job_item p {
    font-size: 13px;
  }

  /* job page - end */
  /* blog - start */
  .blog_grid .item_title > a {
    font-size: 22px;
  }

  .blog_grid .details_btn {
    font-size: 16px;
  }

  .blog_quote p a {
    font-size: 16px;
  }

  /* blog - 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 app landing - start */
  .app_landing_banner .banner_content .title_text {
    font-size: 42px;
  }

  .app_landing_banner .banner_content {
    margin-top: -100px;
  }

  .service_boxed_3 {
    padding: 35px 30px;
  }

  .feature_section .feature_image_4 {
    max-width: 420px;
  }

  .feature_section .feature_image_4 .phone_image {
    max-width: 370px;
    margin-left: -90px;
  }

  .feature_section .feature_image_4 .chat_image {
    max-width: 300px;
    top: 50px;
  }

  .feature_section .shape_6 {
    max-width: 250px;
  }

  .feature_section .dot_1 {
    top: 180px;
    right: 100px;
  }

  .feature_section .dot_2 {
    top: 340px;
    left: 40px;
  }

  .showcase_section .mobile_frame {
    width: 295px;
  }

  /* home app landing - end */
  /* home chat - start */
  .chat_banner .banner_image {
    max-width: 300px;
    margin: 0px auto;
  }

  .chat_banner .banner_image .bar_image {
    max-width: 220px;
  }

  .chat_banner .banner_image .bar_1 {
    top: 80px;
    left: -50px;
  }

  .chat_banner .banner_image .bar_2 {
    top: 190px;
    right: -95px;
  }

  .chat_banner .banner_image .bar_3 {
    top: 280px;
    left: -50px;
  }

  .chat_banner .bg_1,
.chat_banner .bg_2 {
    max-width: 530px;
  }

  .chat_banner .bg_1 {
    top: -95px;
    right: -100px;
  }

  .chat_banner .bg_2 {
    top: -65px;
  }

  /* home chat - 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;
  }

  .digital_agency_banner .banner_image {
    max-width: 380px;
  }

  .digital_agency_banner .shape_1 {
    top: -90px;
    right: -140px;
    max-width: 535px;
  }

  .digital_agency_banner .shape_2 {
    top: -110px;
    right: -190px;
    max-width: 600px;
  }

  .digital_agency_banner {
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 130px;
  }

  /* home digital agency - end */
  /* home digital marketing - start */
  .digital_marketing_banner .banner_content {
    max-width: 470px;
    margin: 0px auto 40px;
  }
  .digital_marketing_banner .banner_content .btn {
    height: 45px;
    font-size: 14px;
    min-width: auto;
    line-height: 43px;
  }

  .digital_marketing_banner .banner_content p {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .banner_section .banner_content .btns_group > ul > li {
    margin-right: 15px;
  }

  .digital_marketing_banner .banner_image {
    max-width: 370px;
  }

  .digital_marketing_banner {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .digital_marketing_banner .apps_wrap > ul {
    width: 230px;
    height: 210px;
  }

  .digital_marketing_banner .apps_wrap {
    bottom: 230px;
  }

  .digital_marketing_banner .apps_wrap > ul > li {
    width: 50px;
    height: 50px;
  }

  .digital_marketing_banner .apps_wrap > ul > li > a > img {
    height: 24px;
  }

  .digital_marketing_banner .cloud_image {
    max-width: 50px;
  }

  .digital_marketing_banner .cloud_image.cloud_1 {
    top: 25%;
    left: 5%;
  }

  .digital_marketing_banner .triangle_1 {
    top: 14%;
    left: 14%;
  }

  .digital_marketing_banner .dot_1 {
    top: 36%;
    left: 14%;
  }

  .digital_marketing_banner .dot_2 {
    top: 48%;
    left: 2%;
  }

  .digital_marketing_banner .dot_3 {
    top: 40%;
    left: 30%;
  }

  .digital_marketing_banner .cloud_image.cloud_2 {
    top: 12%;
    right: 4%;
  }

  .digital_marketing_banner .dot_4 {
    top: 20%;
    right: 3%;
  }

  .digital_marketing_banner .triangle_2 {
    top: 20%;
    right: 20%;
  }

  .digital_marketing_banner .cloud_image.cloud_3 {
    top: 30%;
  }

  .digital_marketing_banner .cloud_image.cloud_4 {
    top: 40%;
    right: 22%;
  }

  .digital_marketing_banner .dot_5 {
    top: 32%;
    right: 15%;
  }

  .digital_marketing_banner .dot_6 {
    top: 47%;
    right: 5%;
  }

  .home_digital_marketing .service_primary {
    padding: 0px;
  }

  .service_primary .item_title {
    margin-bottom: 15px;
  }

  .service_primary .item_title > a {
    font-size: 22px;
  }

  .service_primary .icon_wrap {
    margin-bottom: 20px;
  }

  .service_primary .item_icon {
    width: 75px;
    height: 75px;
    font-size: 42px;
    line-height: 75px;
  }

  .service_primary p {
    font-size: 13px;
  }

  .home_digital_marketing .section_title .icon_rounded {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .home_digital_marketing .pricing_section {
    padding-bottom: 120px;
  }

  /* home digital marketing - end */
  /* home hr management - start */
  .hr_management_banner .banner_content .title_text span {
    font-size: 36px;
  }

  .hr_management_banner .banner_content {
    max-width: 390px;
  }

  .hr_management_banner .banner_image {
    right: -415px;
    transform: scale(0.54);
  }

  .hr_management_banner {
    min-height: 655px;
  }

  .hr_management_banner .shape_1 {
    max-width: 255px;
  }

  .hr_management_banner .shape_2 {
    max-width: 405px;
  }

  .hr_management_banner .shape_3 {
    max-width: 545px;
  }

  .banner_section .btn {
    height: 45px;
    font-size: 15px;
    min-width: auto;
    line-height: 43px;
  }

  .banner_section .banner_content .popup_video .icon {
    width: 45px;
    height: 45px;
    font-size: 32px;
    line-height: 45px;
  }

  .banner_section .banner_content .popup_video small {
    margin: 9px 0px;
  }

  .hr_management_banner .shape_4 {
    top: 50px;
    left: 45%;
  }

  .hr_management_banner .shape_5 {
    left: 30%;
    bottom: -140px;
  }

  .hr_management_banner .shape_4,
.hr_management_banner .shape_5 {
    max-width: 18px;
  }

  /* home hr management - end */
  /* 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 40px;
  }

  .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 */
  /* portfolio - start */
  .gallery_section .element_grid.masonry_portfolio.column_4 .element-item,
.casestudy_section .element_grid.masonry_portfolio.column_4 .element-item,
.portfolio_section .element_grid.masonry_portfolio.column_4 .element-item {
    width: 33.333%;
  }

  .gallery_section .element_grid.column_4 .element-item,
.casestudy_section .element_grid.column_4 .element-item,
.portfolio_section .element_grid.column_4 .element-item {
    width: 33.333%;
  }

  /* portfolio - end */
  .digital_marketing_banner .banner_content p {
    font-size: 14px;
  }

  .banner_section .banner_content .title_text {
    font-size: 38px;
  }

  .app_landing_banner .banner_content .title_text {
    font-size: 48px;
  }

  .chat_banner .banner_content .title_text {
    font-size: 42px;
  }

  .digital_marketing_banner .banner_content .title_text {
    font-size: 42px;
  }

  .hr_management_banner .banner_content .title_text span {
    font-size: 42px;
  }
}
@media screen and (max-width: 820px) {
  /* shop - start */
  .shop_list .item_content {
    padding-top: 0px;
    padding-left: 30px;
  }

  .shop_list .item_price {
    margin-bottom: 15px;
  }

  .shop_list p {
    margin-bottom: 30px;
  }

  .shop_list .action_btns > ul > li > button {
    height: 45px;
    padding: 0px 25px;
    line-height: 43px;
  }

  .shop_list .action_btns > ul > li > a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .shop_list .item_image {
    max-width: 370px;
  }

  .cart_section .table_wrap .item_image {
    width: 80px;
    margin-right: 10px;
  }

  .table_wrap .table {
    text-align: right;
  }

  .table_wrap .table thead {
    display: none;
  }

  .table_wrap .table tr {
    float: none;
    width: 100%;
    display: block;
    padding: 0px 30px;
    margin-bottom: 30px;
    background-color: #eff2f9;
  }

  .table_wrap .table td {
    width: 100%;
    display: block;
    max-width: 100%;
    border-bottom: 1px solid #ededed;
  }

  .cart_section .table_wrap .table td,
.cart_section .table_wrap .table th {
    text-align: right;
  }
  .cart_section .table_wrap .table td .product_item,
.cart_section .table_wrap .table th .product_item {
    display: inline-block;
  }
  .cart_section .table_wrap .table td .product_item .item_image,
.cart_section .table_wrap .table th .product_item .item_image {
    width: 80px;
    float: right;
    margin-right: 0px;
    margin-left: 10px;
  }

  .cart_section .table_wrap .table td:first-child,
.cart_section .table_wrap .table th:first-child {
    border: none;
    text-align: right;
  }

  .cart_section .table_wrap .td_title {
    display: inline-block;
  }

  /* shop - end */
  /* portfolio - start */
  .gallery_section .element_grid.column_4 .element-item,
.casestudy_section .element_grid.column_4 .element-item,
.portfolio_section .element_grid.column_4 .element-item {
    width: 33.333%;
  }

  /* portfolio - end */
  .banner_section .banner_content .btns_group > ul > li {
    margin-right: 25px;
  }

  .feature_section .btns_group > ul > li {
    width: 100%;
    display: block;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 15px;
  }
  .feature_section .btns_group > ul > li:last-child {
    margin-bottom: 0px !important;
  }

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

  .app_landing_banner .banner_content .title_text {
    font-size: 44px;
  }

  .chat_banner .banner_content .title_text {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  /* global reset - start */
  .btn {
    height: 50px;
    font-size: 16px;
    min-width: auto;
    line-height: 48px;
  }

  .btn_text {
    font-size: 16px;
  }

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

  .form_item input {
    height: 50px;
  }

  .form_item .input_title {
    margin-bottom: 8px;
  }

  .form_item.dropdown > button {
    height: 50px;
  }

  .form_item.dropdown .dropdown-menu > ul > li > a {
    font-size: 14px;
    padding: 10px 30px;
  }

  /* global reset - end */
  /* 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 */
  /* breadcrumb section - start */
  .breadcrumb_section .breadcrumb_content .page_title {
    font-size: 48px;
  }

  /* breadcrumb section - end */
  /* blog section - start */
  .sidebar_section.pl-30 {
    padding: 0px;
  }

  /* blog section - end */
  /* error page - start */
  .error_section .error_content p {
    max-width: 590px;
  }

  .error_section .spahe_1,
.error_section .spahe_2 {
    max-width: 330px;
  }

  .error_section .error_content .page_title {
    font-size: 250px;
  }

  .error_section .error_content .title_text {
    font-size: 38px;
  }

  .error_section .error_content .btn {
    min-width: 200px;
  }

  /* error page - 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;
  }

  .introduction_section .video_wrap {
    max-width: 450px;
    margin: 0px auto;
  }

  .introduction_section .video_wrap .shadow_image {
    width: 145%;
  }

  .introduction_section .video_wrap {
    padding-bottom: 40px;
  }

  .introduction_section .video_wrap .dot_image {
    top: -20px;
    right: -18px;
    max-width: 90px;
  }

  .introduction_section .video_wrap .leaf_image {
    left: -50px;
    bottom: 15px;
    max-width: 75px;
  }

  .introduction_section .video_wrap .man_1 {
    right: -80px;
    bottom: 40px;
    max-width: 70px;
  }

  .introduction_section .video_wrap .man_2 {
    left: -100px;
    bottom: 45px;
    max-width: 90px;
  }

  .feature_section .child_feature p {
    font-size: 14px;
  }

  .service_primary_2 {
    max-width: 330px;
    margin: 50px auto 0px;
  }

  .owl-theme.arrow_top_right .owl-nav {
    top: -70px;
  }

  .feature_section .section_title .tabs_nav > ul > li > a {
    font-size: 15px;
    padding: 10px 22px;
  }

  .feature_section .section_title .tabs_nav > ul {
    margin: 0px auto;
  }

  .owl-theme.arrow_top_right .owl-nav {
    top: -60px;
  }

  /* service page - end */
  /* register page - start */
  .register_section .signup_wrap {
    background: none;
    box-shadow: none;
    padding: 0px 30px;
  }

  .register_section .signup_wrap .info_wrap,
.register_section .signup_wrap .signup_form {
    margin: 0px;
    padding: 0px;
    border: none;
  }

  .register_section .signup_wrap .info_wrap {
    max-width: 380px;
    margin-bottom: 60px;
  }

  /* register page - end */
  /* process page - start */
  .process_section .line_bg {
    background: none !important;
    padding-bottom: 0px;
  }
  .process_section .line_bg:after, .process_section .line_bg:before {
    display: none;
  }

  .process_section .process_item {
    margin: 0px;
    padding: 0px;
    margin-bottom: 70px;
  }
  .process_section .process_item:last-child {
    margin-bottom: 0px !important;
  }

  .process_section .process_item .order-last {
    order: 0;
  }

  .process_section .process_item .item_content {
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  .process_section .process_item .item_content:after, .process_section .process_item .item_content:before {
    display: none;
  }

  .process_section .process_item .serial_number {
    margin-top: 0px;
    margin-bottom: 35px;
  }

  .process_section .process_item .item_image {
    max-width: 440px;
    margin: 0px auto 30px;
  }

  /* process page - end */
  /* pricing page - start */
  .pricing_plan_1,
.pricing_plan_2,
.pricing_plan_3 {
    max-width: 340px;
    margin: 30px auto 0px;
  }

  /* pricing page - end */
  /* job apply page - start */
  .apply_section .apply_form .form_item textarea {
    min-height: 150px;
  }

  /* job apply page - end */
  /* contact page - start */
  .map_section .google-map {
    height: 360px;
  }

  /* contact page - end */
  /* casestudy page - start */
  .filter-btns-group {
    margin-bottom: 30px;
  }

  .casestudy_section .element_grid {
    margin: -7px;
  }

  .casestudy_section .element_grid .element-item {
    padding: 7px;
  }

  .casestudy_fullimage .item_content .item_title > a {
    font-size: 16px;
  }

  .casestudy_fullimage .item_content .item_category > a {
    font-size: 13px;
  }

  .filter-btns-group > ul > li {
    height: 40px;
  }

  .filter-btns-group > ul > li > button {
    font-size: 14px;
    padding: 0px 25px;
    line-height: 40px;
  }

  /* casestudy page - end */
  /* casestudy details page - start */
  .details_section .item_image.mr--30 {
    margin: 0px;
    margin-bottom: 30px;
  }
  .details_section .item_image.mr--30 > img {
    width: 100%;
    display: block;
  }

  .details_section .item_title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .details_section .item_content .btns_group .heart_btn {
    margin-top: 20px;
  }

  /* casestudy details page - end */
  /* home agency - start */
  .agency_banner .bg_1 {
    max-width: 675px;
  }

  .agency_banner .bg_2 {
    max-width: 795px;
  }

  .feature_section .shape_1 {
    left: -180px;
    max-width: 500px;
  }

  .testimonial_section .shape_2 {
    max-width: 300px;
  }

  .partner_section .shape_1 {
    max-width: 150px;
  }

  /* home agency - end */
  /* home app landing - start */
  .app_landing_banner .banner_content .title_text {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .banner_section .banner_content p {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .app_landing_banner .banner_image .phone_1 {
    max-width: 270px;
  }

  .app_landing_banner .banner_image .phone_2 {
    max-width: 224px;
    right: -35px;
  }

  .app_landing_banner .banner_image .shape_1 {
    width: 375px;
    top: 0px;
    left: -25px;
  }

  .service_section .section_title {
    text-align: center;
  }
  .service_section .section_title.mr--30 {
    margin-right: 0px;
  }

  .appScreenshot {
    max-width: 530px;
    margin: 0px auto;
  }

  .showcase_section .mobile_frame {
    width: 265px;
  }

  /* home app landing - end */
  /* home chat - start */
  .chat_banner .banner_content .title_text {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .chat_banner .banner_image {
    max-width: 240px;
  }

  .chat_banner {
    padding-top: 120px;
  }

  .chat_banner .banner_image .bar_image {
    max-width: 180px;
  }

  .chat_banner .banner_image .bar_1 {
    top: 55px;
    left: -45px;
  }

  .chat_banner .banner_image .bar_2 {
    top: 155px;
    right: -80px;
  }

  .chat_banner .banner_image .bar_3 {
    top: 220px;
    left: -45px;
  }

  .chat_banner .bg_1,
.chat_banner .bg_2 {
    max-width: 435px;
  }

  .partner_section .dot_image_1 {
    display: none;
  }

  .introduction_section .video_wrap .leaf_image_1 {
    left: -70px;
  }

  .introduction_section .video_wrap .leaf_image_2 {
    right: -70px;
  }

  .feature_section .feature_image_5 {
    max-width: 340px;
  }

  .feature_section .feature_image_5 .image_2,
.feature_section .feature_image_5 .image_3 {
    max-width: 220px;
  }

  .feature_section .feature_image_5 .image_2 {
    bottom: 40px;
    left: -105px;
  }

  .feature_section .feature_image_5 .image_3 {
    top: -90px;
    right: -65px;
  }

  .feature_section .feature_image_5 .dot_image_1,
.feature_section .feature_image_5 .dot_image_2 {
    max-width: 100px;
  }

  .feature_section .feature_image_5 .dot_image_2 {
    right: 10px;
    bottom: 125px;
  }

  .feature_section .shape_12 {
    top: 125px;
    max-width: 595px;
  }

  /* home chat - end */
  /* home digital agency - start */
  .banner_section .banner_content {
    max-width: 380px;
  }

  .banner_section .banner_content .title_text {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .digital_agency_banner .banner_image {
    max-width: 350px;
  }

  .digital_agency_banner .shape_1 {
    top: -86px;
    right: -135px;
    max-width: 500px;
  }

  .digital_agency_banner .shape_2 {
    top: -110px;
    right: -190px;
    max-width: 570px;
  }

  /* home digital agency - end */
  /* home digital marketing - start */
  .digital_marketing_banner .banner_image {
    max-width: 330px;
  }

  .digital_marketing_banner .apps_wrap > ul {
    width: 200px;
    height: 180px;
  }

  .digital_marketing_banner .apps_wrap {
    bottom: 190px;
  }

  .digital_marketing_banner .apps_wrap > ul > li {
    width: 45px;
    height: 45px;
  }

  .digital_marketing_banner .apps_wrap > ul > li > a > img {
    height: 18px;
  }

  .seo_section .shape_1 {
    max-width: 90px;
  }

  .seo_section .glob_image_1 {
    top: -10px;
    max-width: 280px;
  }

  /* home digital marketing - end */
  /* home hr management - start */
  .hr_management_banner .shape_1 {
    max-width: 250px;
  }

  .hr_management_banner .shape_2 {
    max-width: 370px;
  }

  .hr_management_banner .shape_3 {
    max-width: 480px;
  }

  .hr_management_banner .banner_image {
    top: -60px;
    right: -450px;
    transform: scale(0.46);
  }

  .hr_management_banner {
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .hr_management_banner .shape_5 {
    left: 35%;
    bottom: -35%;
  }

  .hr_management_banner .shape_4 {
    top: 30px;
    left: 48%;
  }

  .hr_management_banner .shape_1 {
    max-width: 220px;
  }

  .hr_management_banner .shape_2 {
    max-width: 340px;
  }

  .hr_management_banner .shape_3 {
    max-width: 450px;
  }

  .intregation_section .apps_wrap > ul {
    width: auto;
    height: auto;
  }

  .intregation_section .apps_wrap > ul > li {
    float: none;
    display: block;
    position: static;
    margin-bottom: 15px;
  }

  /* home hr management - end */
  /* home payment - start */
  .payment_banner .shape_1 {
    left: -100px;
    bottom: -50px;
    max-width: 340px;
  }

  .feature_section .child_feature {
    max-width: 320px;
    margin: 50px auto 0px;
  }

  .feature_section .shape_9 {
    right: -100px;
    max-width: 320px;
  }

  .feature_section .shape_10 {
    left: -100px;
    max-width: 320px;
  }

  .feature_boxed {
    padding: 35px;
    max-width: 320px;
    padding-top: 65px;
    margin: 60px auto 0px;
  }

  /* home payment - end */
  /* home project mamagemant - start */
  .project_management_banner .banner_content {
    max-width: 410px;
  }

  .project_management_banner .banner_image {
    width: auto;
    max-width: 630px;
    margin: 80px auto -100px;
  }

  .banner_section .form_item input {
    height: 50px;
    padding: 0px 20px;
  }

  .banner_section .form_item .btn {
    right: 5px;
    height: 40px;
    line-height: 36px;
  }

  .project_management_banner {
    margin-bottom: 100px;
  }

  .project_management_banner .banner_image .deco_image {
    top: 80px;
    right: 33px;
    max-width: 150px;
  }

  .service_section .tabs_nav_2 {
    margin-bottom: 50px;
  }

  .service_section .tab-content .service_image_3 {
    margin-bottom: -50px;
  }

  /* home project mamagemant - end */
  /* home saas - start */
  .saas_banner .banner_content {
    max-width: 100% !important;
  }

  .saas_banner .banner_image {
    max-width: 570px;
    margin: 0px auto -120px;
  }

  .saas_banner {
    padding-top: 150px;
    margin-bottom: 80px;
  }

  .saas_banner .banner_image .phone_image {
    max-width: 110px;
  }

  .h_map {
    margin-left: -15px;
    margin-right: -15px;
  }

  .h_map ul li .place_name {
    font-size: 10px;
    min-width: auto;
    padding: 0px 10px;
    line-height: 20px;
  }

  .h_map ul li:nth-child(1) {
    top: 5%;
    left: 5%;
  }

  .h_map ul li:nth-child(2) {
    top: 30%;
    left: 10%;
  }

  .h_map ul li:nth-child(3) {
    left: 50%;
    top: 20%;
  }

  .h_map ul li:nth-child(4) {
    top: 40%;
    left: 73%;
  }

  .h_map ul li:nth-child(5) {
    top: 10%;
    left: 88%;
  }

  .h_map ul li:nth-child(6) {
    top: 70%;
    left: 15%;
  }

  .h_map ul li:nth-child(7) {
    top: 56%;
    left: 52%;
  }

  .h_map ul li:nth-child(8) {
    top: 79%;
    left: 96%;
  }

  /* home saas - end */
  /* details - start */
  .details_section .details_images_carousel {
    margin-bottom: 30px;
  }

  /* details - end */
  /* portfolio - start */
  .gallery_section .element_grid.column_3 .element-item,
.casestudy_section .element_grid.column_3 .element-item,
.portfolio_section .element_grid.column_3 .element-item {
    width: 50%;
  }

  /* portfolio - end */
  .home_chat:not(.home_digital_agency) .footer_section .useful_links,
.home_chat:not(.home_digital_agency) .footer_section .social_links {
    margin-top: 40px;
    text-align: center;
  }
  .home_chat:not(.home_digital_agency) .widget.about_content {
    margin: 0px auto;
    text-align: center;
  }

  .banner_section .banner_content {
    max-width: 380px;
    margin: 0px auto;
  }

  .service_section .section_title .c_slide_in_wrap1,
.feature_section .section_title .c_slide_in_wrap1,
.feature_section .section_title .sub_title {
    justify-content: center;
  }

  .hr_management_banner .banner_content {
    margin: 0px !important;
  }

  .project_management_banner .banner_content .title_text {
    font-size: 36px;
  }

  .project_management_banner .banner_content p {
    font-size: 14px;
  }

  .project_management_banner .banner_content {
    max-width: 430px;
    margin: 0px auto;
  }

  .saas_banner .banner_content {
    margin: 0px auto;
    max-width: 480px !important;
  }

  .saas_banner .banner_content p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .saas_banner .banner_content .title_text {
    margin-bottom: 10px;
  }

  .banner_section .banner_content .title_text {
    font-size: 42px;
  }

  .digital_marketing_banner .banner_content .title_text {
    font-size: 32px;
  }

  .text_effect {
    line-height: 1;
  }

  .banner_section .banner_content p {
    font-size: 14px;
  }

  .digital_marketing_banner .banner_image {
    max-width: 330px;
    margin-top: 40px;
  }

  .payment_banner .banner_content .title_text {
    font-size: 40px;
  }

  .software_banner .banner_content .title_text {
    font-size: 38px;
  }

  .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;
  }
}
@media screen and (max-width: 700px) {
  /* job page - start */
  .job_item .btn {
    height: 40px;
    min-width: auto;
    position: sticky;
    transform: unset;
    font-size: 14px;
    margin-top: 20px;
    line-height: 34px;
  }

  .job_section .button-group > ul > li {
    height: 40px;
  }

  .job_section .button-group > ul > li > button {
    font-size: 14px;
    padding: 0px 25px;
    line-height: 40px;
  }

  .job_section .button-group {
    margin-bottom: 20px;
  }

  /* job page - end */
  /* portfolio pages - start */
  .gallery_section .element_grid.column_2 .element-item,
.casestudy_section .element_grid.column_2 .element-item,
.portfolio_section .element_grid.column_2 .element-item {
    width: 50%;
  }

  /* portfolio pages - end */
  /* home software - start */
  .feature_section .feature_image_3 .image_2 {
    max-width: 240px;
    top: 85px;
    left: -70px;
  }

  /* home software - end */
  .banner_section .banner_content .title_text {
    font-size: 30px;
  }

  .digital_agency_banner .banner_image {
    max-width: 310px;
  }

  .digital_agency_banner .shape_1 {
    max-width: 455px;
  }

  .digital_agency_banner .shape_2 {
    max-width: 525px;
  }

  .project_management_banner .banner_content .title_text {
    font-size: 34px;
  }

  .banner_section .banner_content .title_text {
    font-size: 38px;
  }

  .digital_marketing_banner .banner_content .title_text {
    font-size: 34px;
  }

  .hr_management_banner .banner_content .title_text span {
    font-size: 40px;
  }
}
/* ====================================================================================================
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 */
  /* breadcrumb section - start */
  .breadcrumb_section {
    min-height: 340px;
    padding: 70px 0px;
  }

  .breadcrumb_section .breadcrumb_content {
    margin-top: 70px;
  }

  .breadcrumb_section .breadcrumb_content .page_title {
    font-size: 48px;
    margin-bottom: 12px;
  }

  .breadcrumb_section .breadcrumb_content p {
    font-size: 13px;
  }

  .breadcrumb_section .spahe_1,
.breadcrumb_section .spahe_2 {
    max-width: 220px;
  }

  .breadcrumb_section .spahe_1 {
    top: -40px;
    right: -40px;
  }

  .breadcrumb_section .spahe_2 {
    left: -40px;
    bottom: -40px;
  }

  /* breadcrumb section - end */
  /* error page - start */
  .error_section .error_content .page_title {
    font-size: 200px;
  }

  .error_section .error_content .title_text {
    font-size: 30px;
  }

  .error_section .error_content p {
    font-size: 14px;
    max-width: 520px;
    margin: 0px auto 40px;
  }

  /* error page - end */
  /* about page - start */
  .feature_section .feature_image .phone_image {
    max-width: 100px;
  }

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

  .partner_section .partner_logo > a {
    max-width: 100px;
  }

  /* about page - end */
  /* service page - start */
  .introduction_section .video_wrap {
    max-width: 370px;
    margin: 0px auto;
  }

  /* service page - end */
  /* faq page - start */
  .faq_section .faq_accordion .card .card-header > a {
    line-height: 1.3;
  }

  /* faq page - end */
  /* casestudy details page - start */
  .details_section .title_text {
    font-size: 26px;
    margin-bottom: 20px;
  }

  /* casestudy details page - end */
  /* home agency - start */
  .agency_banner .bg_2 {
    max-width: 715px;
  }

  .agency_banner .bg_1 {
    max-width: 600px;
  }

  .agency_banner .banner_image .leaf_1,
.agency_banner .banner_image .leaf_2 {
    max-width: 40px;
  }

  .agency_banner .banner_image .leaf_1 {
    left: -45px;
  }

  .agency_banner .banner_image .leaf_2 {
    right: -50px;
  }

  .agency_banner .cloud_1 {
    max-width: 90px;
  }

  .agency_banner .cloud_2,
.agency_banner .cloud_3 {
    max-width: 80px;
  }

  .agency_banner .cloud_2 {
    left: 130px;
  }

  .agency_banner .cloud_3 {
    top: 240px;
    left: 30px;
  }

  /* home agency - end */
  /* home app landing - start */
  .banner_section .banner_content .btns_group > ul > li {
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .app_landing_banner .banner_image .phone_1 {
    max-width: 230px;
  }

  .app_landing_banner .banner_image .phone_2 {
    max-width: 190px;
    right: -35px;
  }

  .app_landing_banner .banner_content .title_text {
    font-size: 32px;
  }

  .app_landing_banner .banner_content {
    margin-top: -70px;
  }

  .feature_section .feature_image_4 {
    max-width: 330px;
  }

  .feature_section .feature_image_4 .phone_image {
    max-width: 320px;
    margin-left: -90px;
  }

  .feature_section .feature_image_4 .chat_image {
    max-width: 230px;
    top: 50px;
  }

  .feature_section .feature_image_4 .shape_5 {
    max-width: 110px;
  }

  /* home app landing - end */
  /* home digital agency - start */
  .digital_agency_banner .banner_image {
    max-width: 300px;
  }

  .digital_agency_banner .shape_1 {
    top: -73px;
    right: -110px;
    max-width: 420px;
  }

  .digital_agency_banner .shape_2 {
    top: -93px;
    right: -147px;
    max-width: 467px;
  }

  .digital_agency_banner {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  /* home digital agency - end */
  /* home digital marketing - start */
  .digital_marketing_banner .banner_image {
    max-width: 280px;
  }

  .digital_marketing_banner .apps_wrap > ul {
    width: 160px;
    height: 160px;
  }

  .digital_marketing_banner .apps_wrap > ul > li {
    width: 40px;
    height: 40px;
  }

  .digital_marketing_banner .apps_wrap > ul > li > a > img {
    height: 16px;
  }

  .digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(3) {
    top: 40%;
    right: 30%;
  }

  .digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(3) {
    top: 40%;
    left: 30%;
  }

  .digital_marketing_banner .cloud_image {
    max-width: 40px;
  }

  .digital_marketing_banner .dot_3 {
    top: 44%;
    left: 30%;
    max-width: 12px;
  }

  .digital_marketing_banner .cloud_image.cloud_4 {
    top: 45%;
    right: 20%;
  }

  .digital_marketing_banner .triangle_2 {
    top: 23%;
    right: 20%;
  }

  .digital_marketing_banner .dot_5 {
    top: 36%;
    right: 15%;
  }

  .digital_marketing_banner .dot_6 {
    top: 53%;
    right: 5%;
    max-width: 15px;
  }

  .digital_marketing_banner {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .digital_marketing_banner .apps_wrap {
    bottom: 140px;
  }

  /* home digital marketing - end */
  /* home hr management - start */
  .hr_management_banner .banner_content .title_text {
    font-size: 30px;
  }
  .hr_management_banner .banner_content .title_text span {
    font-size: 28px;
  }

  .banner_section .banner_content p {
    font-size: 12px;
  }

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

  .hr_management_banner {
    padding-bottom: 90px;
  }

  .hr_management_banner .banner_image {
    top: -80px;
    right: -490px;
    transform: scale(0.36);
  }

  .hr_management_banner .shape_1 {
    max-width: 220px;
  }

  .hr_management_banner .shape_2 {
    max-width: 340px;
  }

  .hr_management_banner .shape_3 {
    max-width: 440px;
  }

  .hr_management_banner .shape_5 {
    left: 40%;
    bottom: -25%;
  }

  .hr_management_banner .shape_4,
.hr_management_banner .shape_5 {
    max-width: 15px;
  }

  .hr_management_banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .hr_management_banner .shape_1 {
    max-width: 210px;
  }

  .hr_management_banner .shape_2 {
    max-width: 300px;
  }

  .hr_management_banner .shape_3 {
    max-width: 380px;
  }

  .hr_management_banner .banner_image {
    top: -155px;
  }

  /* home hr management - end */
  /* home saas - start */
  .h_map {
    height: 380px;
    background-size: 100%;
    background-position: center center;
  }

  @keyframes ripple_small {
    0% {
      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% {
      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);
    }
  }
  .h_map ul li .round {
    width: 4px;
    height: 4px;
  }

  .h_map ul li .place_name {
    top: -35%;
    font-size: 8px;
    line-height: 18px;
  }

  .h_map ul li:nth-child(1) {
    top: 10%;
    left: 15%;
  }

  .h_map ul li:nth-child(5) {
    top: 12%;
    left: 80%;
  }

  .h_map ul li:nth-child(6) {
    top: 70%;
    left: 25%;
  }

  .h_map ul li:nth-child(8) {
    top: 75%;
    left: 85%;
  }

  /* home saas - end */
  /* shop - start */
  .shop_list .item_content {
    width: 100%;
    padding: 0px;
  }

  .shop_list .item_image {
    float: none;
    max-width: 100%;
    margin: 0px auto 30px;
  }

  .shop_list {
    max-width: 370px;
    margin: 40px auto 0px;
  }

  /* 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 */
  /* portfolio - start */
  .gallery_section .element_grid.column_4 .element-item,
.casestudy_section .element_grid.column_4 .element-item,
.portfolio_section .element_grid.column_4 .element-item {
    width: 50%;
  }

  /* portfolio - end */
  /* details - start */
  .details_section .item_title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  /* details - end */
  /* filter btns - start */
  .filter-btns-group {
    margin-bottom: 10px;
  }

  .filter-btns-group > ul > li {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  /* filter btns - end */
  .banner_section .banner_content {
    max-width: 550px;
  }

  .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;
  }
}
@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 */
  .btn {
    height: 45px;
    font-size: 14px;
    min-width: auto;
    line-height: 43px;
  }

  .btn.btn_border {
    line-height: 42px;
  }

  .btn.bg_gradient_blue {
    line-height: 46px;
  }

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

  @keyframes ripple_3 {
    0% {
      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% {
      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 */
  .sidebar-menu-wrapper .mobile_menu {
    width: 300px;
    right: -320px;
    font-size: 12px;
    padding: 40px 30px;
  }

  .sidebar-menu-wrapper .mobile_menu .brand_logo > .brand_link {
    max-width: 120px;
  }

  .sidebar-menu-wrapper .mobile_menu .brand_logo .close_btn {
    font-size: 26px;
    margin: 7px 0px;
  }

  .sidebar-menu-wrapper .mobile_menu .item_title {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .sidebar-menu-wrapper .mobile_menu .btns_group > ul > li {
    width: 100%;
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .sidebar-menu-wrapper .mobile_menu .btns_group > ul > li:last-child {
    margin: 0px !important;
  }
  .sidebar-menu-wrapper .mobile_menu .btns_group > ul > li .btn {
    width: 100%;
    display: block;
  }

  .sidebar-menu-wrapper .mobile_menu .mp_balancing {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sidebar-menu-wrapper .mobile_menu .menu_list > ul {
    margin: -10px -30px;
  }

  .sidebar-menu-wrapper .mobile_menu .menu_list > ul li a {
    font-size: 14px;
    padding: 10px 30px;
  }

  .sidebar-menu-wrapper .mobile_menu .menu_list > ul li.menu_item_has_child .submenu > li > a {
    font-size: 12px;
    padding-left: 50px;
  }

  /* 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 .error_content .btn {
    min-width: 180px;
  }

  .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 {
    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_plan_1 .btn,
.pricing_plan_3 .btn {
    height: 45px;
  }

  .pricing_plan_2 .btn {
    height: 45px;
    line-height: 42px;
  }

  /* pricing page - end */
  /* job page - start */
  .job_item .btn {
    height: 40px;
    line-height: 34px;
  }

  .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 .shape_7 {
    max-width: 130px;
  }

  .feature_section .shape_8 {
    left: 90px;
    max-width: 110px;
  }

  .feature_section .feature_image_6 {
    margin: 0px auto 30px;
    margin-right: -15px;
  }

  .feature_section .feature_image_6 .dot_image_1 {
    top: 60px;
    right: 50px;
    max-width: 60px;
  }

  .feature_section .feature_image_6 .phone_image {
    max-width: 110px;
  }

  .feature_section .btns_group > ul > li > .btn {
    padding: 0px 20px;
  }
  .feature_section .btns_group > ul > li > .btn > img {
    height: 14px;
    margin-top: -3px;
  }

  /* home chat - end */
  /* home digital agency - start */
  .banner_section .banner_content .title_text {
    font-size: 26px;
  }

  .digital_agency_banner .banner_image {
    max-width: 260px;
  }

  .digital_agency_banner .shape_1 {
    top: -73px;
    right: -110px;
    max-width: 380px;
  }

  .digital_agency_banner .shape_2 {
    top: -93px;
    right: -147px;
    max-width: 430px;
  }

  .digital_agency_banner .shape_3 {
    top: 100px;
    max-width: 30px;
  }

  .casestudy_section .shape_1 {
    max-width: 30px;
  }

  .casestudy_section .shape_2 {
    max-width: 30px;
  }

  /* home digital agency - end */
  /* home hr management - start */
  .banner_section .btn {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
  }

  .banner_section .banner_content .popup_video .icon {
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 40px;
  }

  .banner_section .banner_content .popup_video small {
    margin: 7px 0px;
  }

  .hr_management_banner .banner_image {
    right: -515px;
    transform: scale(0.3);
  }

  .hr_management_banner .shape_1 {
    max-width: 190px;
  }

  .hr_management_banner .shape_2 {
    max-width: 270px;
  }

  .hr_management_banner .shape_3 {
    max-width: 340px;
  }

  .hr_management_banner .banner_content .title_text span {
    font-size: 26px;
  }

  .banner_section .banner_content p {
    font-size: 12px;
  }

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

  .intregation_section .intregation_image_1 {
    max-width: 330px;
  }

  .intregation_section .intregation_image_1 .phone_image {
    left: -20px;
    bottom: -2px;
    max-width: 60px;
  }

  .intregation_section .intregation_image_1 .watch_image {
    bottom: 1px;
    right: -10px;
    max-width: 50px;
  }

  .intregation_section .apps_wrap {
    bottom: 30px;
  }

  .intregation_section .apps_wrap.wrap_left {
    left: 15px;
  }

  .intregation_section .apps_wrap.wrap_right {
    right: 15px;
  }

  /* home hr management - end */
  /* home projact management - start */
  .project_management_banner .banner_content {
    max-width: 370px;
  }

  .project_management_banner .banner_image {
    max-width: 440px;
    margin: 80px auto -100px;
  }

  .banner_section .form_item .btn {
    margin-top: 10px;
    position: static;
    transform: unset;
  }

  .banner_section .banner_image .popup_video {
    width: 50px;
    height: 50px;
    font-size: 32px;
    line-height: 54px;
  }

  .project_management_banner .banner_image .deco_image {
    top: 30px;
    right: 24px;
    max-width: 100px;
  }

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

  .h_map {
    height: 320px;
  }

  /* home saas - end */
  /* home software - start */
  .software_banner .banner_image {
    max-width: 370px;
  }

  .software_banner .banner_image .child_image_1 {
    max-width: 110px;
    left: -10px;
    bottom: 60px;
  }

  .software_banner .banner_image .child_image_2 {
    max-width: 80px;
    right: 0px;
    bottom: 10px;
  }

  .feature_section .feature_image_14 {
    max-width: 330px;
    margin: 0px auto 60px;
  }

  .feature_section .feature_image_14 .child_image {
    max-width: 230px;
  }

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

  .casestudy_fullimage .details_btn {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 37px;
  }

  /* home software - end */
  /* details - start */
  .review_section .comment_item .thumbnail_image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }

  .review_section .comment_item .comment_content .admin_name {
    font-size: 16px;
  }

  .review_section .comment_item .comment_content .admin_name span {
    font-size: 12px;
  }

  .review_section .comment_item .comment_content .rating_star {
    margin-bottom: 5px;
  }

  /* details - end */
  /* portfolio - start */
  .gallery_section .element_grid.masonry_portfolio.column_4 .element-item,
.casestudy_section .element_grid.masonry_portfolio.column_4 .element-item,
.portfolio_section .element_grid.masonry_portfolio.column_4 .element-item {
    width: 50%;
  }

  /* portfolio - end */
  /* home software - start */
  .feature_section .feature_image_3 .image_3 {
    max-width: 250px;
    top: 110px;
    left: -80px;
  }

  /* home software - end */
  .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;
    margin: 8px 0px;
  }

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

  .digital_marketing_banner .banner_content {
    max-width: 100%;
  }

  .hr_management_banner .banner_content .title_text span {
    font-size: 32px;
  }

  .payment_banner .banner_content {
    max-width: 380px;
  }

  .payment_banner .banner_content .title_text {
    font-size: 36px;
  }

  .project_management_banner .banner_content {
    max-width: 450px;
  }

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

  .project_management_banner .banner_image {
    max-width: 440px;
    margin: 45px auto -75px;
  }
}
@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 */
  /* about page - start */
  .team_grid {
    max-width: 250px;
    margin: 30px auto 0px;
  }

  .team_grid .member_name {
    font-size: 20px;
  }

  .team_grid .member_title {
    font-size: 14px;
  }

  /* about page - end */
  /* service page - start */
  .feature_section .child_feature {
    max-width: 250px;
    margin: 50px auto 0px;
  }

  .feature_section .feature_image_2 {
    max-width: 270px;
    margin: -40px auto 60px;
  }

  .feature_section .feature_image_2 .image_2 {
    max-width: 190px;
    left: -70px;
  }

  .feature_section .feature_image_2 .image_3 {
    max-width: 180px;
    right: -50px;
    bottom: 60px;
  }

  /* service page - end */
  /* home agency - start */
  .agency_banner .banner_image {
    max-width: 300px;
  }

  .banner_section .banner_content {
    max-width: 370px;
    margin: 0px auto;
  }

  .agency_banner .bg_2 {
    max-width: 620px;
  }

  .agency_banner .bg_1 {
    max-width: 465px;
  }

  .agency_banner .banner_image .leaf_1,
.agency_banner .banner_image .leaf_2 {
    max-width: 25px;
  }

  .agency_banner .banner_image .leaf_1 {
    left: -30px;
    bottom: 30px;
  }

  .agency_banner .banner_image .leaf_2 {
    right: -30px;
    bottom: 45px;
  }

  .agency_banner .cloud_1 {
    max-width: 70px;
    right: 40px;
  }

  .agency_banner .cloud_2,
.agency_banner .cloud_3 {
    max-width: 65px;
  }

  .agency_banner .cloud_2 {
    top: 120px;
    left: 100px;
  }

  .agency_banner .cloud_3 {
    top: 230px;
    left: 45px;
  }

  .testimonial_section .shape_2 {
    max-width: 230px;
  }

  /* home agency - end */
  /* home digital marketing - start */
  .digital_marketing_banner .banner_content p {
    font-size: 14px;
  }

  .digital_marketing_banner .banner_content .title_text {
    font-size: 30px;
  }

  /* home digital marketing - end */
  /* home project mamagemant - start */
  .project_management_banner .banner_content {
    max-width: 90%;
    margin: 0px auto;
  }

  .banner_section .banner_content .title_text {
    font-size: 30px;
  }

  .feature_section .feature_image_11 {
    max-width: 370px;
  }

  /* home project mamagemant - end */
  /* shop - start */
  .shop_section .filter_bar {
    text-align: center;
  }
  .shop_section .filter_bar .search_result {
    margin-bottom: 15px;
  }
  .shop_section .filter_bar .btns_group > ul {
    float: none;
    margin: 0px auto;
  }

  .pagination_nav > ul > li {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .pagination_nav > ul > li > a {
    font-size: 14px;
    line-height: 40px;
  }

  /* shop - end */
  .digital_agency_banner .banner_content {
    margin: 0px;
    max-width: 370px;
  }

  .digital_agency_banner .banner_content {
    max-width: 300px;
  }

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

  .testimonial_carousel_2.owl-theme.arrow_top_right {
    margin: 0px;
    margin-top: 30px;
  }

  .testimonial_carousel_2.owl-theme.arrow_top_right .owl-nav {
    left: 50%;
    top: -45px;
    right: unset;
    transform: translateX(-50%);
  }

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

  .faq_section .tabs_nav > ul > li > a {
    font-size: 16px;
  }

  .digital_agency_banner .banner_content .title_text {
    font-size: 32px;
  }

  .digital_marketing_banner .banner_content {
    z-index: 2;
    max-width: 100%;
  }

  .digital_marketing_banner .banner_content .title_text {
    font-size: 34px;
  }

  .payment_banner .banner_content .title_text {
    font-size: 34px;
  }

  .project_management_banner .banner_content .title_text {
    font-size: 34px;
  }

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

  /* sidebar section - end */
  /* service page - start */
  .service_section .tabs_nav > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* service page - end */
  /* job page - start */
  .job_section .button-group > ul {
    margin: -2px;
  }

  .job_section .button-group > ul > li {
    margin: 2px;
  }

  /* job page - end */
  /* casestudy page - start */
  .casestudy_section .element_grid .element-item {
    width: 50%;
  }

  .filter-btns-group > ul > li {
    margin-bottom: 15px;
  }

  /* casestudy page - end */
  /* blog page - start */
  .blog_grid.decrease_size .item_image {
    margin-bottom: 20px;
  }

  .blog_masonry_grid .grid-item,
.blog_masonry_grid .grid-sizer {
    width: 100%;
  }

  .blog_masonry_grid .grid-item .blog_grid {
    max-width: 370px;
    margin: 40px auto 0px;
  }

  /* blog page - end */
  /* home app landing - start */
  .banner_section .banner_content {
    max-width: auto;
  }

  .home_app_landing .btn {
    height: 40px;
    line-height: 38px;
  }

  .banner_section .banner_content .btns_group > ul > li .btn_text {
    margin: 0px;
  }

  .app_landing_banner .banner_content {
    margin-top: -40px;
  }

  .app_landing_banner .banner_content .title_text {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .banner_section .banner_content p {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .app_landing_banner .banner_image .phone_1 {
    max-width: 140px;
  }

  .app_landing_banner .banner_image .phone_2 {
    max-width: 120px;
    top: 30px;
    right: -35px;
  }

  /* home app landing - end */
  /* home digital agency - start */
  .banner_section .banner_content {
    margin: 0px;
    max-width: 270px;
  }

  .digital_agency_banner .banner_image {
    max-width: 240px;
  }

  .digital_agency_banner .shape_1 {
    max-width: 360px;
  }

  .digital_agency_banner .shape_2 {
    max-width: 410px;
  }

  /* home digital agency - end */
  /* home digital marketing - start */
  .digital_marketing_banner .banner_content {
    max-width: 270px;
    margin: 0px auto 30px;
  }

  .digital_marketing_banner .banner_content .btn {
    height: 40px;
    font-size: 14px;
    min-width: auto;
    line-height: 38px;
  }

  .digital_marketing_banner .banner_image {
    max-width: 250px;
  }

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

  /* home software - end */
  .digital_agency_banner .banner_content {
    margin: 0px;
    max-width: 300px;
  }

  .banner_section .banner_content .title_text {
    font-size: 24px;
  }

  .text_effect {
    padding-bottom: 2px;
  }

  .banner_section .banner_content p {
    font-size: 12px;
  }

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

  .chat_banner .bg_1 {
    top: 10px;
  }

  .chat_banner .bg_1, .chat_banner .bg_2 {
    max-width: 310px;
  }

  .chat_banner .bg_2 {
    top: 25px;
  }

  .chat_banner .banner_content p {
    margin-bottom: 20px;
  }

  .banner_section .banner_content p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .banner_section .banner_content .title_text {
    font-size: 30px;
  }

  .testimonial_section .testimonial_carousel_1 .item p {
    font-size: 14px;
    padding: 0px 20px;
    margin-bottom: 25px;
  }

  .app_landing_banner {
    background-size: cover;
    background-position: left bottom;
  }

  .app_landing_banner .banner_image {
    margin-bottom: -25px;
  }

  .digital_marketing_banner .banner_content {
    max-width: 100%;
  }

  .digital_marketing_banner .banner_content .title_text {
    font-size: 34px;
  }

  .hr_management_banner .banner_content .popup_video {
    margin: 5px 0px;
  }

  .hr_management_banner .banner_content {
    max-width: 300px;
  }

  .payment_banner .banner_content .title_text {
    font-size: 34px;
  }

  .project_management_banner .banner_content .title_text {
    font-size: 32px;
  }
}
@media screen and (max-width: 525px) {
  .chat_banner .banner_content {
    width: 300px;
    max-width: auto;
  }

  .chat_banner .bg_1, .chat_banner .bg_2 {
    max-width: 320px;
  }

  .chat_banner .banner_image .bar_image {
    max-width: 135px;
  }

  .chat_banner .banner_image .bar_1 {
    top: 45px;
    left: -30px;
  }

  .chat_banner .banner_image .bar_2 {
    top: 120px;
    right: -60px;
  }

  .chat_banner .banner_image .bar_3 {
    top: 175px;
    left: -30px;
  }
}
@media screen and (max-width: 500px) {
  .digital_agency_banner .banner_image {
    max-width: 200px;
  }

  .digital_agency_banner .shape_1 {
    top: -55px;
    right: -75px;
    max-width: 285px;
  }

  .digital_agency_banner .shape_2 {
    top: -75px;
    right: -110px;
    max-width: 330px;
  }

  .gallery_section .element_grid.column_3 .casestudy_grid .item_title > a,
.casestudy_section .element_grid.column_3 .casestudy_grid .item_title > a,
.portfolio_section .element_grid.column_3 .casestudy_grid .item_title > a {
    font-size: 18px;
  }

  .testimonial_section .testimonial_carousel_1 .item {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .testimonial_section .testimonial_carousel_1 .item p {
    font-size: 13px;
    padding: 0px 20px;
    margin-bottom: 25px;
  }

  .testimonial_section .testimonial_carousel_1 .item::before {
    top: 115px;
    left: 30px;
    width: 90px;
    height: 70px;
  }

  .digital_agency_banner .banner_content .title_text {
    letter-spacing: -0.09px;
  }

  .digital_agency_banner {
    padding-top: 135px;
    padding-bottom: 45px;
  }
}
/* ====================================================================================================
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;
  }

  @keyframes ripple {
    0% {
      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% {
      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);
    }
  }
  .owl-theme .owl-nav .owl-next::before,
.owl-theme .owl-nav .owl-prev::before {
    font-size: 14px;
    line-height: 40px;
  }

  .owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }

  .sec_ptb_345 {
    padding: 160px 0px;
  }

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

  /* global reset - end */
  /* about page - start */
  .error_section .spahe_1,
.error_section .spahe_2 {
    max-width: 220px;
  }

  .error_section .error_content .page_title {
    font-size: 160px;
  }

  .error_section .error_content .title_text {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .error_section .error_content p {
    font-size: 13px;
    max-width: 300px;
    margin: 0px auto 30px;
  }

  .error_section .spahe_1 {
    top: -30px;
    right: -30px;
  }

  .error_section .spahe_2 {
    left: -30px;
    bottom: -30px;
  }

  /* about page - end */
  /* service page - start */
  .service_primary p {
    font-size: 14px;
  }

  .testimonial_section .testimonial_carousel_1 {
    padding-right: 0px;
  }

  .testimonial_section .testimonial_carousel_1 .item {
    max-width: 390px;
    padding-top: 120px;
    padding-bottom: 45px;
  }

  .testimonial_section .testimonial_carousel_1 .item::before {
    top: 78px;
    left: -6px;
    width: 90px;
    height: 70px;
  }

  .testimonial_section .testimonial_carousel_1::before {
    background-size: 100% 90%;
  }

  .testimonial_section .testimonial_carousel_1::after {
    background-size: 100% 100%;
  }

  .service_section .tab-content .service_image_2 .image_2 {
    top: 60px;
    max-width: 140px;
  }

  .introduction_section .video_wrap {
    max-width: 250px;
    margin: 0px auto;
    padding-bottom: 25px;
  }

  .video_wrap .banner_image .popup_video {
    width: 40px;
    height: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  .introduction_section .video_wrap .dot_image {
    top: -15px;
    right: -15px;
    max-width: 60px;
  }

  .introduction_section .video_wrap .leaf_image {
    left: -20px;
    bottom: 15px;
    max-width: 30px;
  }

  .introduction_section .video_wrap .man_1 {
    right: -50px;
    bottom: 25px;
    max-width: 35px;
  }

  .introduction_section .video_wrap .man_2 {
    left: -60px;
    bottom: 20px;
    max-width: 50px;
  }

  .testimonial_section .testimonial_carousel_2 {
    margin: 0px;
  }

  .testimonial_section .testimonial_carousel_2 .testimonial_item {
    padding: 30px;
    padding-bottom: 50px;
    background-size: 80px;
  }

  .testimonial_section .testimonial_carousel_2 .testimonial_item .thumbnail_image {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content {
    padding-top: 5px;
  }

  .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content .admin_name {
    font-size: 16px;
  }

  .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content .admin_title {
    font-size: 12px;
  }

  .testimonial_section .testimonial_carousel_2 .testimonial_item .rating_star {
    top: 35px;
    right: 30px;
  }

  .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_wrap {
    margin-bottom: 15px;
  }

  .testimonial_section .testimonial_carousel_2 .item {
    padding: 15px;
  }

  .testimonial_carousel_2.owl-theme.arrow_top_right .owl-nav {
    top: -80px;
  }

  /* service page - end */
  /* job page - start */
  .job_item {
    max-width: 370px;
    margin: 0px auto;
    padding: 50px 40px;
  }

  .job_item .item_icon {
    margin: 0px;
    width: auto;
    border: none;
    height: auto;
    margin-bottom: 30px;
  }
  .job_item .item_icon > img {
    height: auto;
  }

  .job_item .item_content {
    width: 100%;
    padding: 0px;
    display: table;
  }

  /* job page - end */
  /* job details page - start */
  .details_section .title_text {
    font-size: 26px;
  }

  /* job details page - end */
  /* home agency - start */
  .banner_section .banner_content .popup_video small {
    margin: 10px 0px;
  }

  .banner_section .banner_content .popup_video .icon {
    width: 40px;
    height: 40px;
    font-size: 32px;
    line-height: 40px;
  }

  /* home agency - end */
  /* home app landing - start */
  .showcase_section .mobile_frame {
    width: 210px;
  }

  .app_landing_banner {
    padding-top: 125px;
  }

  .app_landing_banner {
    padding-top: 125px;
    padding-bottom: 80px;
    background-size: cover;
  }
  .app_landing_banner .btn_text {
    font-size: 14px;
  }

  .service_creative_grid .grid-item,
.service_creative_grid .grid-sizer {
    width: 100%;
  }

  .service_creative_grid .grid-item {
    margin: 0px !important;
  }

  /* home app landing - end */
  /* home chat - start */
  .chat_banner .bg_1,
.chat_banner .bg_2 {
    max-width: 360px;
  }

  .chat_banner .bg_1 {
    top: -45px;
  }

  .chat_banner .bg_2 {
    top: -10px;
  }

  .chat_banner .banner_image .bar_image {
    max-width: 130px;
  }

  .chat_banner .banner_image .bar_1 {
    top: 65px;
    left: -15px;
  }

  .chat_banner .banner_image .bar_2 {
    top: 145px;
    right: -45px;
  }

  .chat_banner .banner_image .bar_3 {
    top: 200px;
    left: -20px;
  }

  .chat_banner .banner_content .title_text {
    font-size: 22px;
  }

  .banner_content .btn {
    height: 40px;
    min-width: auto;
    padding: 0px 20px;
    line-height: 38px;
  }

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

  .chat_banner {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  /* home chat - end */
  /* home digital marketing - start */
  .digital_marketing_banner .apps_wrap > ul {
    width: 100px;
    height: 140px;
  }

  .digital_marketing_banner .apps_wrap > ul > li {
    width: 30px;
    height: 30px;
  }

  .digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(3) {
    top: 40%;
    right: 18%;
  }

  .digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(3) {
    top: 40%;
    left: 18%;
  }

  .digital_marketing_banner .cloud_image {
    max-width: 30px;
  }

  .digital_marketing_banner .triangle_1,
.digital_marketing_banner .triangle_2 {
    max-width: 12px;
  }

  .digital_marketing_banner .dot_2,
.digital_marketing_banner .dot_3,
.digital_marketing_banner .dot_4,
.digital_marketing_banner .dot_5,
.digital_marketing_banner .dot_6 {
    max-width: 8px;
  }

  .seo_section .form_wrap > ul > li {
    width: 100%;
    padding: 0px;
    padding: 0px;
    display: block;
    border-bottom: 1px solid #dddddd;
  }
  .seo_section .form_wrap > ul > li:after {
    display: none;
  }
  .seo_section .form_wrap > ul > li:last-child {
    border-bottom: none;
  }

  .seo_section .form_wrap {
    padding: 15px;
    border-radius: 15px;
  }

  .seo_section .form_wrap > ul > li .btn {
    float: none;
    height: 45px;
    display: block;
    min-width: 100%;
    margin-top: 15px;
    line-height: 45px;
    border-radius: 8px;
  }

  .seo_section .form_wrap > ul > li:last-child {
    width: 100%;
  }

  .newsletter_section .newsletter_boxed .shape_1 {
    bottom: 30px;
    max-width: 100px;
  }

  .newsletter_section .newsletter_boxed .shape_2 {
    right: 20px;
    bottom: 60%;
    max-width: 50px;
  }

  .service_primary .item_icon {
    width: 65px;
    height: 65px;
    font-size: 34px;
    line-height: 65px;
  }

  /* home digital marketing - end */
  /* home hr management - start */
  .hr_management_banner .shape_1 {
    max-width: 140px;
  }

  .hr_management_banner .shape_2 {
    max-width: 205px;
  }

  .hr_management_banner .shape_3 {
    max-width: 265px;
  }

  .banner_section .banner_content .popup_video .icon {
    width: 40px;
    height: 40px;
    font-size: 32px;
    line-height: 40px;
  }

  .banner_section .banner_content .popup_video small {
    margin: 7px 0px;
  }

  .hr_management_banner .banner_content .title_text span {
    font-size: 24px;
  }

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

  .hr_management_banner .banner_image {
    top: -120px;
    transform: scale(0.35);
  }

  /* home hr management - end */
  /* home payment - start */
  .payment_banner .banner_content {
    margin: 0px auto;
    max-width: 320px;
  }

  .payment_banner .banner_image {
    width: 160px;
    margin: 0px auto 30px;
  }

  .payment_banner .banner_image .card_image {
    max-width: 140px;
    top: 85px !important;
    left: -55px !important;
  }

  .payment_banner .banner_image .apps_wrap {
    top: -55px !important;
  }

  .payment_banner .banner_image .apps_wrap > ul {
    width: 250px;
    height: 230px;
  }

  .payment_banner .banner_image .apps_wrap > ul > li:nth-child(1) {
    max-width: 50px;
    top: 95px !important;
  }

  .payment_banner .banner_image .apps_wrap > ul > li:nth-child(2) {
    max-width: 60px;
    left: 50px !important;
  }

  .payment_banner .banner_image .apps_wrap > ul > li:nth-child(3) {
    max-width: 60px;
    top: 10px !important;
    right: 45px !important;
  }

  .payment_banner .banner_image .apps_wrap > ul > li:nth-child(4) {
    max-width: 60px;
    top: 90px !important;
  }

  .payment_banner .banner_image .apps_wrap > ul > li:nth-child(5) {
    max-width: 90px;
    right: 20px !important;
  }

  .payment_banner .banner_content .btns_group > ul > li .btn_text {
    font-size: 14px;
    margin: 12px 0px;
  }

  .payment_banner .shape_2 {
    max-width: 45px;
  }

  .payment_banner .shape_3 {
    top: 60px;
    right: 50px;
    max-width: 70px;
  }

  .payment_banner {
    padding-top: 200px;
    padding-bottom: 125px;
  }

  .feature_section .feature_image_9 {
    max-width: 320px;
  }

  .feature_section .feature_image_9 .child_image {
    max-width: 160px;
    top: 110px;
    right: -50px;
  }

  .feature_section .feature_image_9 .dot_image {
    max-width: 80px;
    left: 5px;
    top: 100px;
  }

  .feature_section .feature_image_2 {
    max-width: 240px;
    margin: -40px auto 50px;
  }

  .feature_section .feature_image_2 .image_2 {
    max-width: 140px;
    top: 60px;
    left: -30px;
  }

  .feature_section .feature_image_2 .image_3 {
    max-width: 130px;
    right: -40px;
    bottom: 65px;
  }

  .feature_boxed .item_title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .feature_boxed {
    padding: 25px;
    max-width: 320px;
    padding-top: 50px;
    margin: 60px auto 0px;
  }

  .feature_boxed .item_icon {
    width: 60px;
    height: 60px;
    font-size: 42px;
    line-height: 63px;
  }

  .feature_boxed .item_title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .home_payment .pricing_section.sec_ptb_120.pt-0,
.home_payment .testimonial_section.sec_ptb_345.pt-0 {
    padding-top: 60px !important;
  }

  /* home payment - end */
  /* home saas - start */
  .saas_banner .banner_image {
    max-width: 370px;
    margin: 0px auto -70px;
  }

  .saas_banner {
    margin-bottom: 70px;
  }

  .saas_banner .banner_image .phone_image {
    right: -15px;
    max-width: 70px;
  }

  .feature_section .feature_image_12 {
    max-width: 340px;
    margin: 0px auto 30px;
  }

  .feature_section .feature_image_12 .small_image {
    max-width: 100px;
    left: 35px;
    bottom: -25px;
  }

  .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: 120px;
    right: -25px;
  }

  .feature_section .feature_image_12 .child_image_2 {
    top: 60px;
  }

  .feature_section .feature_image_12 .child_image_3 {
    max-width: 145px;
    top: 90px;
  }

  .feature_section .feature_item {
    margin-bottom: 100px;
  }

  .feature_section .shape_14 {
    left: -300px;
    max-width: 520px;
  }

  .feature_section .shape_15 {
    max-width: 490px;
  }

  .h_map {
    height: 270px;
  }

  /* home saas - end */
  /* home software - start */
  .banner_section .banner_content {
    max-width: 380px;
    margin: 0px auto;
  }

  .software_banner .bg_shape_3 {
    background-size: 100%;
  }

  .software_banner .shape_2 {
    max-width: 300px;
  }

  .software_banner .cloud_1 {
    top: 20%;
    left: 20px;
  }

  .software_banner .cloud_1,
.software_banner .cloud_2 {
    max-width: 50px;
  }

  .software_banner .shape_1 {
    max-width: 200px;
  }

  /* home software - end */
  /* shop - start */
  .checkout_section .report_info > ul > li {
    font-size: 16px;
  }

  .checkout_section .report_info > ul > li span {
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
  }

  .checkout_section .checkout_sidebar {
    padding: 30px;
  }

  /* shop - end */
  /* portfolio - start */
  .casestudy_section .element_grid .casestudy_grid {
    margin-top: 30px;
  }

  .casestudy_section .element_grid.column_3 .casestudy_grid .item_title > a {
    font-size: 18px;
  }

  .gallery_section .element_grid.column_2 .element-item,
.casestudy_section .element_grid.column_2 .element-item,
.portfolio_section .element_grid.column_2 .element-item {
    width: 100%;
  }

  .gallery_section .element_grid.column_3 .element-item,
.casestudy_section .element_grid.column_3 .element-item,
.portfolio_section .element_grid.column_3 .element-item {
    width: 100%;
  }

  .gallery_section .element_grid.column_4 .element-item,
.casestudy_section .element_grid.column_4 .element-item,
.portfolio_section .element_grid.column_4 .element-item {
    width: 100%;
  }

  /* portfolio - end */
  .banner_section .banner_content {
    margin: 0px;
    max-width: 290px;
  }

  .banner_section .banner_content .popup_video small {
    font-size: 12px;
  }

  .banner_section .banner_content .title_text {
    font-size: 20px;
  }

  .banner_section .banner_content .popup_video .icon {
    margin-right: 20px;
  }

  .banner_section .banner_content p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .agency_banner .banner_content {
    margin: 0px auto;
    max-width: 300px;
  }

  .agency_banner .banner_content .title_text {
    font-size: 24px;
    letter-spacing: -1px;
  }

  .digital_marketing_banner .banner_content {
    margin: 0px;
    max-width: 100%;
  }

  .digital_marketing_banner .banner_content .title_text {
    font-size: 30px;
  }

  .banner_section .banner_content p {
    font-size: 14px;
  }

  .payment_banner .banner_content {
    margin: 0px auto;
    max-width: 320px;
  }

  .payment_banner .banner_content .title_text {
    font-size: 28px;
  }

  .project_management_banner .banner_content .title_text {
    font-size: 30px;
  }

  .saas_banner .banner_content p {
    font-size: 16px;
  }

  .saas_banner .banner_content .title_text {
    font-size: 30px;
  }

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

  .testimonial_carousel_2.owl-theme.arrow_top_right {
    margin-top: 55px;
  }

  .testimonial_carousel_2.owl-theme.arrow_top_right .owl-nav {
    top: -50px;
  }

  .software_banner .banner_content {
    margin: 0px auto;
  }

  .software_banner .banner_content .title_text {
    font-size: 28px;
  }

  .app_landing_banner .banner_content p {
    font-size: 12px;
  }

  .chat_banner .banner_content .title_text {
    font-size: 26px;
  }

  .digital_agency_banner .banner_content .title_text {
    font-size: 26px;
  }

  .banner_section .banner_content .title_text {
    font-size: 28px;
  }

  .digital_marketing_banner .banner_content .title_text {
    font-size: 32px;
  }

  .hr_management_banner .banner_content .title_text span {
    font-size: 30px;
  }

  .project_management_banner .banner_content {
    max-width: 90%;
    margin: 0px auto;
  }

  .banner_section .banner_content .popup_video {
    margin: 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: 30px;
  }

  .details_section .comment_area .comment_item .reply_btn {
    top: 5px;
    right: 10px;
    font-size: 12px;
  }

  .details_section .comment_area .comment_item .thumbnail_image {
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    border-radius: 100%;
  }

  .details_section .comment_area .comment_item {
    padding: 15px;
    padding-left: 80px;
  }

  .details_section .comment_area .comment_item .comment_content {
    padding: 0px;
  }

  .details_section .comment_area .comment_item .admin_name {
    font-size: 15px;
    margin-bottom: 2px;
  }

  .details_section .comment_area .comment_item .post_time {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .details_section .comment_area .comment_item p {
    font-size: 13px;
  }

  .details_section .comment_area .comment_item .comment_item p {
    font-size: 13px;
  }

  .details_section .comment_area .comment_item .comment_item .thumbnail_image {
    width: 40px;
    height: 40px;
  }

  .details_section .comment_area .comment_item .comment_item .admin_name {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .details_section .comment_area .comment_item .comment_item .post_time {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .details_section .comment_area .comment_item .comment_item {
    padding-top: 15px;
    padding-left: 60px;
  }

  .details_section .comment_area .comment_item .comment_item .reply_btn {
    position: static;
    margin-top: 15px;
    display: inline-block;
  }
}
@media screen and (max-width: 440px) {
  /* home digital marketing - start */
  .digital_marketing_banner .banner_content {
    max-width: 340px;
    margin: 0px auto 30px;
  }

  .digital_marketing_banner .apps_wrap > ul > li {
    float: none;
    display: block;
    position: static;
    margin-bottom: 15px;
  }
  .digital_marketing_banner .apps_wrap > ul > li:last-child {
    margin-bottom: 0px !important;
  }

  .digital_marketing_banner .apps_wrap > ul {
    width: auto;
    height: auto;
  }

  .digital_marketing_banner .apps_wrap > ul > li {
    width: 35px;
    height: 35px;
  }

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

  /* home digital marketing - end */
  /* home hr management - start */
  .hr_management_banner .banner_image {
    top: -110px;
    transform: scale(0.32);
  }

  .intregation_section .intregation_image_1 {
    max-width: 270px;
  }

  /* home hr management - end */
  /* details - start */
  .details_section .comment_area .comment_item .reply_btn {
    top: 10px;
    right: 20px;
  }

  /* details - end */
  /* portfolio - start */
  .gallery_section .element_grid.masonry_portfolio.column_4 .element-item,
.casestudy_section .element_grid.masonry_portfolio.column_4 .element-item,
.portfolio_section .element_grid.masonry_portfolio.column_4 .element-item {
    width: 100%;
  }

  .casestudy_fullimage .item_content {
    padding: 20px;
  }

  .casestudy_fullimage .item_content .item_title > a {
    font-size: 14px;
  }

  .casestudy_fullimage .item_content .item_category > a {
    font-size: 12px;
  }

  /* portfolio - end */
  .banner_section .banner_content .popup_video small {
    font-size: 12px;
  }

  .banner_section .banner_content .btns_group > ul > li {
    margin-right: 25px;
  }

  .app_landing_banner .banner_content .title_text {
    font-size: 20px;
  }

  .showcase_section .appScreenshot .swiper-wrapper {
    width: 330px;
    height: 480px;
  }

  .showcase_section .appScreenshot .swiper-slide.swiper-slide-active {
    border-radius: 25px;
  }

  .showcase_section .mobile_frame {
    width: 190px;
    height: 495px;
    border-radius: 43px;
  }

  .filter-btns-group {
    margin-bottom: 15px;
  }

  .chat_banner .bg_1,
.chat_banner .bg_2 {
    max-width: 280px;
  }

  .chat_banner .bg_1 {
    top: -15px;
  }

  .chat_banner .banner_image .bar_image {
    max-width: 100px;
  }

  .chat_banner .banner_image .bar_1 {
    top: 30px;
  }

  .chat_banner .banner_image .bar_2 {
    top: 90px;
  }

  .chat_banner .banner_image .bar_3 {
    top: 130px;
  }

  .chat_banner .banner_content .title_text {
    font-size: 22px;
  }

  .banner_section .banner_content .title_text {
    letter-spacing: 0px !important;
  }

  .banner_section .banner_content .btns_group > ul > li .btn_text {
    font-size: 14px;
  }

  .chat_banner .banner_content .title_text {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .chat_banner .popup_video {
    margin-top: 10px;
  }

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

  .digital_agency_banner .banner_image {
    max-width: 170px;
  }

  .digital_agency_banner .shape_1 {
    top: -50px;
    right: -70px;
    max-width: 250px;
  }

  .digital_agency_banner .shape_2 {
    top: -70px;
    max-width: 300px;
  }

  .digital_marketing_banner .banner_content {
    margin: 0px;
    max-width: 100%;
    margin-bottom: 0px;
  }

  .digital_agency_banner {
    padding-bottom: 50px;
  }

  .banner_section .banner_content .title_text {
    font-size: 26px;
  }

  .banner_section .banner_content .title_text {
    font-size: 22px;
  }

  .digital_agency_banner .banner_content .title_text {
    font-size: 28px;
  }

  .digital_marketing_banner .banner_content .title_text {
    font-size: 30px;
  }

  .payment_banner .banner_content .title_text {
    font-size: 30px;
  }

  .project_management_banner .banner_content .title_text {
    font-size: 24px;
  }

  .saas_banner .banner_content .title_text {
    font-size: 26px;
  }

  .section_title .title_text {
    font-size: 24px;
  }

  .software_banner .banner_content .title_text {
    font-size: 28px;
  }

  .chat_banner .banner_content {
    width: 250px;
  }

  .chat_banner .banner_content .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;
  }
}
@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;
  }

  .chat_banner .banner_content .title_text {
    font-size: 22px;
  }

  .app_landing_banner .banner_content {
    width: 195px;
  }

  .digital_marketing_banner .banner_content .title_text {
    font-size: 28px;
  }

  .payment_banner .banner_content .title_text {
    font-size: 30px;
  }

  .software_banner .banner_content .title_text {
    font-size: 28px;
  }

  .project_management_banner .banner_content {
    max-width: 100%;
    margin: 0px auto;
  }

  .project_management_banner .banner_content p {
    font-size: 14px;
  }

  .chat_banner .banner_content .title_text {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  /* header - start */
  .header_section .menu_btn {
    margin: 0px;
  }

  /* header - end */
  /* 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;
  }

  .newsletter_section .btn {
    font-size: 16px;
    line-height: 36px;
  }

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

  /* contact page - end */
  /* home agency - start */
  .agency_banner .cloud_3 {
    left: -20px;
  }

  .agency_banner .cloud_2 {
    left: 40px;
  }

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

  .partner_section .shape_1 {
    max-width: 130px;
  }

  /* home agency - end */
  /* home app landing - start */
  .showcase_section .mobile_frame {
    width: 335px;
  }

  .newsletter_section .newsletter_boxed.p-60 {
    padding: 60px 15px;
  }

  /* home app landing - end */
  /* home digital agency - start */
  .digital_agency_banner .shape_1 {
    top: -50px;
    right: -70px;
    max-width: 255px;
  }

  .digital_agency_banner .banner_image {
    max-width: 175px;
  }

  .digital_agency_banner .shape_2 {
    top: -70px;
    right: -105px;
    max-width: 300px;
  }

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

  .banner_section .banner_content .title_text {
    font-size: 20px;
  }

  .digital_agency_banner {
    padding-top: 140px;
    padding-bottom: 30px;
  }

  /* home digital agency - end */
  /* home digital marketing - start */
  .digital_marketing_banner .banner_content {
    max-width: 270px;
  }

  .digital_marketing_banner .banner_content .btn {
    height: 35px;
    font-size: 13px;
    line-height: 32px;
  }

  .digital_marketing_banner .banner_image {
    max-width: 220px;
  }

  .digital_marketing_banner .apps_wrap > ul > li {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }

  /* home digital marketing - end */
  /* home hr management - start */
  .hr_management_banner .banner_content .title_text span {
    font-size: 18px;
  }

  .hr_management_banner .shape_1 {
    max-width: 115px;
  }

  .hr_management_banner .shape_2 {
    max-width: 165px;
  }

  .hr_management_banner .shape_3 {
    max-width: 210px;
  }

  .hr_management_banner .banner_image {
    right: -525px;
    transform: scale(0.27);
  }

  .banner_content .btn {
    height: 35px;
    padding: 0px 18px;
    line-height: 33px;
  }

  .banner_section .banner_content .popup_video .icon {
    width: 35px;
    height: 35px;
    font-size: 26px;
    line-height: 35px;
  }

  .banner_section .banner_content .popup_video small {
    margin: 5px 0px;
  }

  .intregation_section .apps_wrap > ul > li {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }

  .intregation_section .intregation_image_1 {
    max-width: 220px;
  }

  .intregation_section .intregation_image_1 .phone_image {
    max-width: 50px;
  }

  .intregation_section .intregation_image_1 .watch_image {
    max-width: 45px;
  }

  /* home hr management - end */
  /* home payment - start */
  .payment_banner .banner_content {
    max-width: 340px;
  }

  .payment_banner .banner_content .btns_group > ul > li .btn_text {
    margin: 8px 0px;
  }

  /* home payment - end */
  /* home projact management - start */
  .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 saas - start */
  .h_map {
    height: 210px;
  }

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

  /* home software - end */
  /* shop - start */
  .table_wrap .table tr {
    padding: 0px 15px;
  }

  .cart_section .table_wrap .table td .product_item .item_image,
.cart_section .table_wrap .table th .product_item .item_image {
    width: 70px;
  }

  .cart_section .btns_group > ul {
    width: auto;
    display: block;
  }
  .cart_section .btns_group > ul > li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cart_section .btns_group > ul > li:last-child {
    margin-bottom: 0px !important;
  }
  .cart_section .btns_group > ul > li .btn {
    width: 100%;
    display: block;
    min-width: auto;
  }

  .cart_section .cart_info_sidebar {
    padding: 25px;
  }

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

  .agency_banner .banner_content {
    margin: 0px auto;
  }

  .app_landing_banner .banner_content .title_text {
    font-size: 18px;
  }

  .banner_section .banner_content .btns_group > ul > li .btn_text {
    font-size: 13px;
  }

  .digital_agency_banner .banner_image {
    max-width: 150px;
  }

  .digital_agency_banner .shape_1 {
    top: -40px;
    right: -52px;
    max-width: 210px;
  }

  .digital_agency_banner .shape_2 {
    top: -55px;
    right: -70px;
    max-width: 240px;
  }

  .digital_marketing_banner .banner_content {
    max-width: 100%;
  }

  .digital_marketing_banner .banner_content .title_text {
    font-size: 24px;
  }

  .digital_marketing_banner .banner_content p {
    font-size: 13px;
  }

  .payment_banner .banner_content {
    margin: 0px;
    max-width: 100%;
  }

  .payment_banner .banner_content .title_text {
    font-size: 24px;
  }

  .project_management_banner .banner_content .title_text {
    font-size: 28px;
  }

  .saas_banner .banner_content p {
    font-size: 14px !important;
  }

  .saas_banner .banner_content .title_text {
    font-size: 24px;
  }

  .saas_banner .banner_content .btns_group > ul > li {
    margin-right: 10px;
  }

  .software_banner .banner_content {
    margin: 0px auto;
  }

  .software_banner .banner_content .title_text {
    font-size: 24px;
  }

  .software_banner .banner_content .title_text {
    font-size: 24px;
  }

  .app_landing_banner {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .app_landing_banner .banner_content .title_text {
    font-size: 22px;
  }

  .digital_agency_banner .banner_content .title_text {
    font-size: 28px;
  }

  .hr_management_banner .banner_content .title_text span {
    font-size: 26px;
  }

  .banner_section .banner_content .popup_video .icon {
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 37px;
  }

  .banner_section .banner_content .popup_video small {
    margin: 6px 0px;
  }

  .hr_management_banner .banner_content .popup_video {
    margin: 0px;
  }

  .payment_banner .banner_content .title_text {
    font-size: 30px;
  }

  .project_management_banner .banner_content {
    max-width: 100%;
    margin: 0px auto;
  }

  .project_management_banner .banner_content p {
    font-size: 14px;
  }

  .digital_agency_banner .banner_content .popup_video {
    margin: 0px;
  }

  .chat_banner .banner_content {
    width: auto;
  }

  .banner_section .banner_content .popup_video {
    margin: 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: 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 {
    height: 40px;
    font-size: 13px;
    min-width: auto;
    line-height: 38px;
  }

  .btn.bg_gradient_blue {
    line-height: 42px;
  }

  .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 .widget_title {
    font-size: 22px;
  }

  /* sidebar section - end */
  /* error page - start */
  .error_section .error_content .btn {
    min-width: auto;
  }

  .error_section .error_content .page_title {
    font-size: 130px;
  }

  .error_section .error_content .title_text {
    font-size: 20px;
  }

  .error_section .error_content p {
    font-size: 12px;
    max-width: 290px;
    margin: 0px auto 25px;
  }

  /* error page - 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 */
  .register_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .register_section .check_box input {
    width: 13px;
    height: 13px;
    margin-right: 3px;
  }

  .register_section .check_box label {
    font-size: 12px;
  }

  .register_section .forget_btn {
    font-size: 12px;
  }

  .register_section {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* register page - end */
  /* pricing page - start */
  .pricing_tab {
    font-size: 14px;
  }

  .pricing_tab .tab_switcher {
    width: 50px;
    height: 20px;
    margin: 0px 6px;
  }

  .pricing_tab .tab_switcher::before {
    width: 25px;
    height: 25px;
  }

  .pricing_tab .tab_switcher.active::before {
    left: calc(100% - 24px);
  }

  /* pricing page - end */
  /* job apply page - start */
  .job_details_info {
    padding: 30px;
    margin-bottom: 40px;
  }

  .job_details_info > .icon {
    font-size: 36px;
    margin-bottom: 20px;
  }

  /* job apply page - end */
  /* job details page - start */
  .details_section .title_text {
    font-size: 22px;
  }

  /* job details page - end */
  /* contact page - start */
  .contact_section .contact_info .list_title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .contact_section .contact_info {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .contact_section .contact_form {
    margin-top: 30px;
  }

  /* contact page - end */
  /* casestudy page - start */
  .filter-btns-group > ul > li > button {
    padding: 0px 18px;
  }

  /* casestudy page - end */
  /* blog page - start */
  .blog_grid .item_image .popup_video {
    width: 60px;
    height: 60px;
    font-size: 42px;
    line-height: 66px;
  }

  .blog_grid .post_date {
    top: 15px;
    left: 15px;
    min-width: 60px;
    min-height: 50px;
    padding: 12px 8px;
  }

  .blog_grid .post_date strong {
    font-size: 20px;
  }

  .blog_grid .post_date span {
    font-size: 13px;
  }

  .blog_grid .item_title > a {
    font-size: 18px;
  }

  .blog_grid .item_image {
    margin-bottom: 20px;
  }

  .blog_grid p.mb-30 {
    margin-bottom: 15px;
  }

  .blog_quote {
    padding: 30px;
    background-size: 30%;
    background-position: right bottom -15px;
  }

  /* blog page - end */
  /* blog details page - start */
  .breadcrumb_section .breadcrumb_content .page_title {
    font-size: 32px;
  }

  .details_section .comment_area .comment_item {
    padding: 15px;
    margin-bottom: 15px;
  }

  .details_section .comment_area .comment_item .thumbnail_image {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .details_section .comment_area .comment_item .admin_name {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .details_section .comment_area .comment_item .post_time {
    font-size: 11px;
    margin-bottom: 6px;
  }

  .details_section .comment_area .comment_item .reply_btn {
    top: 5px;
    font-size: 10px;
  }

  .details_section .comment_area .comment_item .comment_item {
    margin-top: 15px;
    padding-top: 15px;
    margin-left: -40px;
  }

  .details_section .comment_area .comment_item p {
    font-size: 12px;
  }

  .details_section .comment_area .comment_item .comment_item .thumbnail_image {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }

  .details_section .comment_area .comment_item .comment_item .admin_name {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .details_section .comment_area .comment_item .comment_item .post_time {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .details_section .comment_area .comment_item .comment_item p {
    font-size: 12px;
  }

  .details_section .item_tag > ul li {
    margin-bottom: 6px;
  }

  /* blog details page - end */
  /* home agency - start */
  .agency_banner .bg_2 {
    max-width: 570px;
  }

  .agency_banner .bg_1 {
    max-width: 410px;
  }

  .banner_section .banner_content .btns_group > ul > li {
    margin-right: 15px;
  }

  .banner_section .banner_content .popup_video .icon {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .banner_section .banner_content .popup_video small {
    margin: 8px 0px;
  }

  /* home agency - end */
  /* home app landing - start */
  .app_landing_banner .btn {
    height: 35px;
    line-height: 33px;
    padding: 0px 20px;
  }

  .app_landing_banner .banner_content .title_text {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .banner_section .banner_content p {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .app_landing_banner .banner_content {
    width: 170px;
    margin-top: -40px;
  }

  .app_landing_banner .banner_image {
    margin-right: -30px;
  }

  .app_landing_banner .banner_image .phone_1 {
    max-width: 90px;
  }

  .app_landing_banner .banner_image .phone_2 {
    max-width: 76px;
    top: 20px;
    right: -10px;
  }

  .feature_section .feature_image_4 {
    max-width: 300px;
  }

  .feature_section .feature_image_4 .phone_image {
    max-width: 300px;
    margin-left: -55px;
  }

  .feature_section .feature_image_4 .chat_image {
    max-width: 200px;
    top: 60px;
    right: -20px;
  }

  .feature_section .feature_image_4 .shape_5 {
    max-width: 140px;
    left: -15px;
  }

  .promotion_section .shape_1 {
    max-width: 150px;
  }

  .promotion_section .shape_2 {
    left: 85px;
    max-width: 130px;
  }

  .promotion_section .item_image_1 {
    width: 270px;
    margin: 0px auto 90px;
  }

  /* home app landing - end */
  /* home chat - start */
  .chat_banner .banner_image .bar_1 {
    top: 50px;
    left: -5px;
  }

  .chat_banner .banner_image .bar_2 {
    top: 110px;
    right: -30px;
  }

  .chat_banner .banner_image .bar_3 {
    top: 155px;
    left: -5px;
  }

  .chat_banner .banner_image .bar_image {
    max-width: 90px;
  }

  .banner_content .btn {
    height: 35px;
    padding: 0px 18px;
    line-height: 33px;
  }

  .chat_banner .bg_1,
.chat_banner .bg_2 {
    max-width: 275px;
  }

  .chat_banner .bg_1 {
    top: 0px;
  }

  .chat_banner .bg_2 {
    top: 20px;
    right: -105px;
  }

  .service_section .shape_3 {
    bottom: -75px;
    max-width: 330px;
  }

  .introduction_section .video_wrap .leaf_image_1,
.introduction_section .video_wrap .leaf_image_2 {
    bottom: 12px;
    max-width: 50px;
  }

  .introduction_section .video_wrap .leaf_image_1 {
    left: -40px;
  }

  .introduction_section .video_wrap .leaf_image_2 {
    right: -30px;
  }

  .feature_section .feature_image_6 .phone_image {
    left: 5px;
    bottom: -10px;
    max-width: 80px;
  }

  .feature_section .feature_image_6 .dot_image_1 {
    top: 35px;
    right: 28px;
    max-width: 50px;
  }

  /* home chat - end */
  /* home digital marketing - start */
  .home_digital_marketing .section_title .icon_rounded {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }

  /* home digital marketing - end */
  /* home payment - start */
  .feature_section .feature_image_9 {
    max-width: 270px;
  }

  .feature_section .feature_image_9 .child_image {
    max-width: 130px;
    top: 95px;
    right: -35px;
  }

  .feature_section .feature_image_9 .dot_image {
    top: 70px;
  }

  .casestudy_fullimage .details_btn {
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    font-size: 13px;
    line-height: 27px;
  }

  /* home payment - end */
  /* shop - start */
  .checkout_section .report_info > ul > li {
    font-size: 14px;
  }

  /* shop - end */
  /* details - start */
  .review_section .review_form .form_item textarea {
    min-height: 130px;
  }

  .review_section .review_form .btn.float-right {
    width: 100%;
    display: block;
    min-width: auto;
    margin-top: 20px;
    float: none !important;
  }

  /* details - end */
  .banner_section .banner_content p {
    margin-bottom: 25px;
  }

  .digital_marketing_banner .banner_content {
    max-width: 100% !important;
  }

  .chat_banner .banner_content .title_text {
    font-size: 20px;
  }

  .app_landing_banner .banner_content {
    width: 220px;
    margin: 0px;
  }

  .app_landing_banner .banner_content .title_text {
    font-size: 24px;
  }

  .app_landing_banner {
    padding-bottom: 80px;
  }

  .project_management_banner .banner_content {
    margin: 0px;
    max-width: 100%;
  }

  .project_management_banner .banner_content p {
    font-size: 14px;
  }

  .details_section .comment_area .comment_item {
    padding: 20px;
  }

  .details_section .comment_area .comment_item .thumbnail_image {
    margin: 0px;
    display: table;
    position: static;
    margin-bottom: 10px;
  }

  .details_section .comment_area .comment_item .comment_item {
    margin: 0px;
    padding: 20px;
    margin-top: 20px;
  }
}
/* ====================================================================================================
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;
  }

  .app_landing_banner .banner_content .btns_group > ul > li {
    text-align: left;
  }

  .app_landing_banner .banner_content .btns_group > ul > li {
    margin-bottom: 10px;
  }

  .banner_section .banner_content .btns_group > ul > li .btn_text {
    font-size: 14px;
  }

  .chat_banner .banner_content .btns_group > ul > li {
    text-align: left;
  }

  .banner_section .banner_content p {
    font-size: 11px;
    margin-bottom: 15px;
  }

  .digital_agency_banner .banner_content {
    margin: 0px;
  }

  .banner_section .banner_content .btns_group > ul > li {
    text-align: left;
  }

  .banner_content .btn {
    height: 35px;
    line-height: 31px;
  }

  .header_section {
    min-height: 70px;
  }

  .header_section .brand_logo > .brand_link {
    max-width: 95px;
  }

  .header_section .menu_btn {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 37px;
  }

  .digital_marketing_banner .banner_content p {
    font-size: 13px;
  }

  .digital_marketing_banner .banner_content .btns_group > ul > li {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
  .digital_marketing_banner .banner_content .btns_group > ul > li:last-child {
    margin-bottom: 0px !important;
  }

  .payment_banner .banner_content .btns_group > ul > li {
    text-align: center;
  }

  .payment_banner .banner_content .btns_group > ul > li .btn_text {
    margin: 0px;
  }

  .payment_banner .banner_content .btns_group > ul > li {
    margin-bottom: 10px;
  }

  .payment_banner .banner_content p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .saas_banner .banner_content .btns_group > ul > li {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }

  .software_banner .banner_content .btns_group > ul > li {
    text-align: center;
  }

  .app_landing_banner .banner_content {
    width: 190px;
  }

  .app_landing_banner .banner_content .title_text {
    font-size: 22px;
  }

  .digital_agency_banner .banner_content .title_text {
    font-size: 24px;
  }

  .digital_marketing_banner .banner_content .title_text {
    font-size: 24px;
  }

  .payment_banner .banner_content {
    max-width: 100%;
  }

  .saas_banner .banner_content .title_text {
    font-size: 24px;
  }

  .software_banner .banner_content .title_text {
    font-size: 24px;
  }

  .project_management_banner .banner_content p {
    font-size: 14px;
  }

  .project_management_banner .banner_content {
    max-width: 100%;
  }

  .digital_agency_banner .banner_content .btns_group > ul > li {
    width: auto;
    text-align: left;
    margin-right: 15px;
    margin-bottom: 0px;
  }

  .digital_agency_banner .banner_content p {
    font-size: 14px;
  }

  .agency_banner .banner_content {
    max-width: 100%;
    margin: 0px auto;
  }

  .agency_banner .banner_content .title_text {
    font-size: 24px;
  }

  .agency_banner .banner_content p {
    font-size: 14px;
  }

  .agency_banner .banner_content .btns_group > ul > li {
    width: auto;
    text-align: left;
    margin-right: 15px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 350px) {
  /* home digital agency - start */
  .digital_agency_banner .banner_image {
    max-width: 130px;
  }

  .digital_agency_banner .shape_1 {
    top: -40px;
    right: -50px;
    max-width: 190px;
  }

  .digital_agency_banner .shape_2 {
    top: -60px;
    right: -80px;
    max-width: 230px;
  }

  /* home digital agency - end */
  /* home digital agency - start */
  .hr_management_banner .banner_image {
    right: -535px;
    transform: scale(0.23);
  }

  /* home digital agency - end */
  /* home management agency - start */
  .project_management_banner .banner_content {
    max-width: 100% !important;
  }

  .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 */
  /* shop - start */
  .cart_section .cart_info_sidebar {
    padding: 20px;
  }

  .checkout_section .checkout_sidebar .transiction_accordion .card .card-header > a {
    font-size: 16px;
  }

  .checkout_section .checkout_sidebar .transiction_accordion .card .card-body p {
    font-size: 13px;
  }

  /* shop - end */
  .project_management_banner .banner_content .title_text {
    font-size: 24px;
  }

  .project_management_banner .banner_content p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .digital_agency_banner .banner_content .title_text {
    font-size: 22px;
  }

  .digital_marketing_banner .banner_content .title_text {
    font-size: 24px;
  }

  .payment_banner .banner_content .title_text {
    font-size: 26px;
  }

  .saas_banner .banner_content .title_text {
    font-size: 26px;
  }

  .digital_agency_banner .banner_content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  /* header - start */
  .header_section .menu_btn {
    font-size: 23px;
  }

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

  .service_section .tab-content .service_image_2 .image_1 {
    max-width: 670px;
    margin: 0px auto -23px;
  }

  .feature_section .section_title .tabs_nav > ul > li > a {
    padding: 10px 15px;
  }

  /* service page - end */
  /* process page - start */
  .process_section .process_item .item_title {
    font-size: 22px;
  }

  /* process page - end */
  /* blog details page - start */
  .breadcrumb_section .breadcrumb_content .page_title {
    font-size: 26px;
  }

  /* blog details page - end */
  /* home app landing - start */
  .app_landing_banner .btn {
    height: 30px;
    line-height: 28px;
    padding: 0px 15px;
  }

  .app_landing_banner .btn_text {
    font-size: 12px;
  }

  .showcase_section .mobile_frame {
    width: 260px;
  }

  /* home app landing - end */
  /* home chat - start */
  .chat_banner .banner_content .title_text {
    font-size: 18px;
  }

  .chat_banner .bg_1,
.chat_banner .bg_2 {
    max-width: 255px;
  }

  .chat_banner .banner_image .bar_image {
    max-width: 70px;
  }

  .chat_banner .banner_image .bar_1 {
    top: 38px;
    left: 0px;
  }

  .chat_banner .banner_image .bar_2 {
    top: 90px;
    right: -18px;
  }

  .chat_banner .banner_image .bar_3 {
    left: 0px;
    top: 125px;
  }

  .service_section .spahe_2 {
    max-width: 100px;
  }

  .service_section .spahe_1 {
    right: 70px;
    max-width: 115px;
  }

  .feature_section .shape_7 {
    max-width: 75px;
  }

  .feature_section .shape_8 {
    left: 45px;
    max-width: 95px;
  }

  /* home chat - end */
  .app_landing_banner .banner_content {
    width: 165px;
  }
}



/* ====================================================================================================
10 - media screen and (max-width: 320px) - end
==================================================================================================== */
/*# sourceMappingURL=style.css.map */