@charset "UTF-8";
/*
 * Title:  Naive Digital Agency
 * Author: MIDEDGE
 */
/* --------------------------------------------------------
[Table of contents]
1. Global styles
2. Menu styles
3. Banner
4. About Us
5. Measure business
6. Service provide
7. Case studies
8. Pricing plan
9. Team section
10.Latest work
11.Interested projected
12.Testimonials
13.Get plans
14.Blog sec
15.Footer widget
16.Footer copyright
17.Responsive
18.Home 2
19.About page
20.Blog page
21.Single Blog details
22.Services page
23.Service single
24.Case studies page
25.Contact page
26.404

[End table of contents]
----------------------------------------------------------------------- */
/* ------------------------------
   Global styles
---------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #ffffff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.urunListeBaslik{
    font-size: 15px !important;
    text-align: center !important;;
    line-height: 16px !important;;
    height: 60px !important;;
}

body {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus {
  cursor: pointer !important;
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #1e2c34;
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

strong {
  font-weight: 700;
}

p {
  line-height: 1.7rem;
}

[class^=ag_] p,
[class*=ag_] p {
  line-height: 30px;
  font-size: 16px;
  margin: 0;
}

[class^=ag_] h1,
[class^=ag_] h2,
[class^=ag_] h3,
[class^=ag_] h4,
[class^=ag_] h5,
[class^=ag_] h6,
[class*=ag_] h1,
[class*=ag_] h2,
[class*=ag_] h3,
[class*=ag_] h4,
[class*=ag_] h5,
[class*=ag_] h6 {
  line-height: 1.2;
}
[class^=ag_] h1,
[class*=ag_] h1 {
  font-size: 42px;
}
[class^=ag_] h2,
[class*=ag_] h2 {
  font-size: 36px;
}
@media (max-width: 991px) {
  [class^=ag_] h2,
[class*=ag_] h2 {
    font-size: 30px;
  }
}
[class^=ag_] h3,
[class*=ag_] h3 {
  font-size: 32px;
}
[class^=ag_] h4,
[class*=ag_] h4 {
  font-size: 24px;
}
[class^=ag_] h5,
[class*=ag_] h5 {
  font-size: 20px;
}
[class^=ag_] .title,
[class*=ag_] .title {
  font-weight: 500;
  line-height: 1.35;
}
[class^=ag_] .title span,
[class*=ag_] .title span {
  font-weight: 700;
}
[class^=ag_] .title + .description,
[class*=ag_] .title + .description {
  margin-top: 24px;
}

.section_padding {
  padding: 75px 0px 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_padding {
    padding: 70px 0px;
  }
}
@media (max-width: 767.98px) {
  .section_padding {
    padding: 70px 0px;
  }
}

.padding_top {
  padding-top: 75px;
}
@media (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_top {
    padding-top: 75px;
  }
}

.padding_bottom {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_bottom {
    padding-bottom: 90px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 991px) {
  .container {
    max-width: 1200px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

.mb_55 {
  margin-bottom: 55px;
}

/* This only works with JavaScript, 
        if it's not present, don't show loader */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: url(../img/loader_ico.gif) center no-repeat #fff;
}

@media (min-width: 991px) {
  .pl-lg-80 {
    padding-left: 80px;
  }
}
.ag_section_title .title {
  line-height: 1.35;
}

.overflow-visiable {
  overflow: visible !important;
}

.btn_box_shadow_1 {
  box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
}

.btn_box_shadow_2 {
  box-shadow: 0px 15px 20px 0px rgba(56, 56, 102, 0.15);
}

.preloder_part {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFD300;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ag_btn {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 13px 34px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 50px;
  font-family: "Work Sans", sans-serif;
}
.ag_btn.btn_1 {
  background-color: #FFD300;
  color: #fff;
  border: 1px solid #FFD300;
  box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
}
.ag_btn.btn_1:hover {
  color: #fff;
  background-color: #383866;
  border-color: #383866;
  box-shadow: 0px 15px 20px 0px rgba(56, 56, 102, 0.15);
}
.ag_btn.btn_2 {
  background-color: #383866;
  color: #fff;
  border: 1px solid #383866;
  box-shadow: 0px 15px 20px 0px rgba(56, 56, 102, 0.15);
}
.ag_btn.btn_2:hover {
  color: #fff;
  background-color: #FFD300;
  border-color: #FFD300;
  box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
}

.video_popup_btn {
  color: #fff;
  font-weight: 500;
}
.video_popup_btn span {
  background-color: #FFD300;
  border: 1px solid #FFD300;
  height: 54px;
  width: 54px;
  line-height: 54px;
  border-radius: 50%;
  margin-right: 8px;
}
.video_popup_btn:hover {
  color: #fff;
}

/******** header css here *********/
.header_part .ag_btn.btn_1 {
  box-shadow: none;
}
.header_part .navbar-toggler {
  padding: 0px;
  border: 0px;
}
.header_part .navbar-brand {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .header_part .menu_list {
    position: static !important;
  }
}
.header_part .menu_list ul.dropdown-menu {
  width: 100%;
  position: absolute;
}
@media (max-width: 991px) {
  .header_part .menu_list ul.dropdown-menu {
    position: relative;
  }
}
.header_part .menu_list .menu_list_inner_content {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px 30px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .header_part .menu_list .menu_list_inner_content {
    padding: 15px 25px 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .header_part .menu_list .menu_list_inner_content {
    justify-content: start;
  }
}
.header_part .menu_list .dropdown-menu .dropdown-item {
  padding: 8px 0 !important;
}
.header_part .menu_list .dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
}
.header_part .navbar-toggler {
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part .navbar-toggler {
    margin-left: 35px;
  }
}
.header_part .navbar-toggler .icon-bar {
  background-color: #fff;
  transition: all 0.3s linear;
  display: block;
  width: 22px;
  height: 2px;
}
.header_part .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}
.header_part .navbar {
  padding: 0;
}
@media (max-width: 991px) {
  .header_part .navbar {
    padding: 14px 0;
  }
  .header_part .navbar .cu_btn {
    margin-right: 20px;
  }
}
.header_part .navbar-toggler .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
  position: relative;
}
.header_part .navbar-toggler .icon-bar:nth-child(2) {
  transform: rotate(-45deg);
}
.header_part .navbar-toggler .icon-bar:nth-child(3) {
  opacity: 0;
}
.header_part .navbar-toggler.collapsed .icon-bar:nth-child(1) {
  transform: rotate(0deg);
  top: 0;
}
.header_part .navbar-toggler.collapsed .icon-bar:nth-child(2) {
  transform: rotate(0deg);
}
.header_part .navbar-toggler.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}
@media (max-width: 991px) {
  .header_part .navbar-brand {
    max-width: 150px;
  }
  .header_part .navbar-brand img {
    width: 100%;
  }
  .header_part .navbar-collapse {
    position: absolute;
    left: 0;
    top: 72px;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 10px #14303a15;
  }

  #topBar{
    display:none;
  }
}
@media (max-width: 767.98px) {
  .header_part .navbar-collapse {
    overflow-x: hidden;
    max-height: 400px;
  }

  #topBar{
    display:none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header_part .navbar-collapse {
    overflow-x: hidden;
    max-height: 500px;
  }
}
.header_part .nav-item {
  text-transform: capitalize;
  color: #383866;
}
.header_part .header_right_btn {
  display: flex;
  align-items: center;
}
.header_part .header_right_btn .burger_icon {
  position: relative;
  width: 24px;
  height: 13px;
  color: #fff;
}
@media (max-width: 991px) {
  .header_part.classic_header {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part.classic_header {
    padding: 30px 0;
  }
}
.header_part.classic_header .navbar-nav {
  padding-right: 63px;
}
.header_part.classic_header .navbar {
  padding: 0;
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .navbar-brand img {
    max-width: 150px;
  }
}
.header_part.classic_header .navbar .nav-link {
  display: inline-block;
  padding: 38px 23px;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  letter-spacing: auto;
  font-weight: 500;
  position: relative;
  z-index: 1;
  line-height: 14px;
}
.header_part.classic_header .navbar .nav-link:hover {
  color: #FFD300;
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .nav-link {
    display: block;
    padding: 15px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part.classic_header .navbar .nav-link {
    padding: 35px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .header_part.classic_header .navbar .nav-link {
    padding: 38px 15px;
  }
}
.header_part.classic_header .navbar .dropdown-menu {
  margin: 0;
  padding: 16px 0;
  border: 0px solid transparent;
  box-shadow: 0px 5px 10px #14303a15;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
@media (min-width: 991px) {
  .header_part.classic_header .navbar .dropdown-menu {
    display: block;
    transform: scale(1);
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 20px;
  }
  .header_part.classic_header .navbar .dropdown-menu .dropdown-menu {
    left: 100%;
    top: -15px;
  }
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .dropdown-menu {
    padding: 0;
  }
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item {
  padding: 7px 25px;
  text-transform: capitalize;
  font-size: 16px;
  color: #777;
  letter-spacing: 1;
  font-weight: 500;
  display: inline-block;
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item.current {
  color: #FFD300;
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item:hover {
  color: #FFD300;
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item:focus, .header_part.classic_header .navbar .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.header_part.classic_header .navbar .dropdown:hover .nav-link {
  color: #FFD300;
}
.header_part.classic_header .navbar .dropdown:hover > .dropdown-item {
  color: #111;
}
@media (min-width: 991px) {
  .header_part.classic_header .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
  }
}
.header_part.classic_header .navbar .dropdown .dropdown-toggle::after {
  display: none;
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.header_part.classic_header .navbar .dropdown .dropdown .dropdown-toggle::after {
  display: inline-block;
  content: "";
  border-top: transparent;
  font-family: "themify";
  vertical-align: middle;
  float: right;
  font-size: 12px;
  color: #383866;
  border: 0 solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .dropdown .dropdown .dropdown-toggle::after {
    display: inline-block;
    transform: rotate(0);
  }
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .dropdown .dropdown-toggle.active_icon::after {
    transform: rotate(180deg) !important;
  }
}
.header_part .pu_logo_area {
  flex: 20% 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header_part .pu_logo_area {
    min-height: auto;
    flex: 40% 0 0;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part .pu_logo_area {
    min-height: auto;
  }
}
.header_part .main_nav_wrapper {
  flex: 80% 0 0;
}
@media (max-width: 991px) {
  .header_part .main_nav_wrapper {
    min-height: auto;
    flex: 40% 0 0;
    justify-content: flex-start;
  }
}
.header_part .sticky_logo {
  display: none;
}
.header_part.dark_color .navbar .nav-link {
  color: #383866;
}
.header_part.dark_color .pu_collaps_menu_icon .burger_icon_top:before, .header_part.dark_color .pu_collaps_menu_icon .burger_icon_top:after, .header_part.dark_color .pu_collaps_menu_icon .burger_icon_bottom:before, .header_part.dark_color .pu_collaps_menu_icon .burger_icon_bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.99;
}
.header_part.menu_fixed {
  background-color: #fff;
  box-shadow: 0 9px 35px rgba(0, 0, 0, 0.05);
  position: sticky;
  z-index: 99;
  width: 100%;
  left: 0;
  border-bottom: 0 solid transparent;
  top: 0;
}
.header_part.menu_fixed .header_right_option .burger_icon {
  color: #111;
}
.header_part.menu_fixed .navbar .nav-link {
  color: #383866;
}
.header_part.menu_fixed .header_right_btn .header_btn {
  color: #383866;
}
.header_part.menu_fixed.position_abs {
  margin-top: 0;
}
.header_part.menu_fixed .menu-trigger.style_2 .dot_icon .dot {
  background: #383866;
}
.header_part.menu_fixed .sticky_logo {
  display: block;
}
.header_part.menu_fixed .main_logo {
  display: none;
}
.header_part.menu_fixed .navbar .dropdown .dropdown-toggle::after {
  color: #383866;
}
.header_part.menu_fixed .navbar-toggler .icon-bar {
  background-color: #383866;
}
.header_part.menu_fixed .menu-trigger.style_1 .dot_icon .dot {
  background: #383866;
}
.header_part.menu_fixed .social_icon a {
  color: #383866;
}
.header_part.menu_fixed .white_color .burger_icon_top:before, .header_part.menu_fixed .white_color .burger_icon_top:after, .header_part.menu_fixed .white_color .burger_icon_bottom:before, .header_part.menu_fixed .white_color .burger_icon_bottom:after {
  background: #111 !important;
}
.header_part.menu_fixed .white_color .text-white {
  color: #111 !important;
}
.header_part.menu_fixed .pu_collaps_menu_icon .burger_icon_top:before, .header_part.menu_fixed .pu_collaps_menu_icon .burger_icon_top:after, .header_part.menu_fixed .pu_collaps_menu_icon .burger_icon_bottom:before, .header_part.menu_fixed .pu_collaps_menu_icon .burger_icon_bottom:after {
  background: #111 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #383866;
  text-decoration: none;
  background-color: transparent;
}

/******** header css end *********/
/******** off canvus menu css *********/
.close_icon {
  cursor: pointer;
  position: relative;
  opacity: 1;
  visibility: visible;
  top: 0;
  right: 0;
}

.off_canvus_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 360px;
  min-height: 100vh;
  z-index: 9;
}
.off_canvus_menu .off_canvus_menu_iner_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px 0 30px;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.off_canvus_menu .off_canvus_logo {
  max-width: 150px;
}
.off_canvus_menu .navbar {
  padding: 20px 30px 100px;
  align-items: start;
}
.off_canvus_menu .nav-link {
  color: #fff;
  padding: 15px 0;
  font-size: 16px;
  text-transform: capitalize;
}
.off_canvus_menu .navbar-nav {
  width: 100%;
}
.off_canvus_menu .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.off_canvus_menu .nav-item:last-child {
  border-bottom: 0px solid transparent;
}
.off_canvus_menu .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}
.off_canvus_menu .dropdown-menu .dropdown-item {
  padding: 10px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}
.off_canvus_menu .dropdown-menu .dropdown-item.disable {
  color: rgba(255, 255, 255, 0.1);
}
.off_canvus_menu .dropdown-toggle::after {
  display: inline-block;
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  color: #fff;
  border: 0 solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 7px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  top: 12px;
  position: absolute;
  right: 12px;
}
.off_canvus_menu .dropdown-item:focus,
.off_canvus_menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  background-color: transparent;
}
.off_canvus_menu .show > .dropdown-toggle::after {
  content: "";
}
.off_canvus_menu .active_icon::after {
  content: "";
}

/******** off canvus menu css end *********/
.offcanvas_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 102, 0.7);
  z-index: 9;
  opacity: 1;
  visibility: hidden;
  cursor: url("../img/light-close.png") 16 16, pointer;
}

.active_off_canvus {
  overflow: hidden;
}
.active_off_canvus .offcanvas_overlay {
  opacity: 1;
  visibility: visible;
}

.off_canvus_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 360px;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 576px) {
  .off_canvus_menu {
    width: 90%;
  }
}
.off_canvus_menu .off_canvus_menu_iner {
  transform: translateX(100%);
  position: relative;
  height: 100%;
  text-align: left;
  padding-top: 80px;
  cursor: default;
  background-color: #383866;
}
.off_canvus_menu .dropdown-menu {
  border: 1px solid transparent;
}

.off_canvus_menu_iner_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 0 15px 0 30px;
  height: 80px;
  align-items: center;
}

.off_canvus_menu_iner_content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  height: calc(100vh - 80px);
}

.active_off_canvus .off_canvus_menu {
  visibility: visible;
  opacity: 1;
}

.active_off_canvus .off_canvus_menu > .off_canvus_menu_iner {
  transform: translateX(0);
}

.active_off_canvus .pu_site_page {
  transform: translateX(-345px);
}

.white_color .burger_icon_top:before,
.white_color .burger_icon_top:after,
.white_color .burger_icon_bottom:before,
.white_color .burger_icon_bottom:after {
  background: #fff !important;
}
.white_color .text-white {
  color: #fff !important;
}

.pu_collaps_menu_icon {
  cursor: pointer;
}
.pu_collaps_menu_icon .burger_icon {
  position: relative;
  width: 29px;
  height: 10px;
  margin-right: 15px;
}

.pu_collaps_menu_icon .burger_icon_top,
.pu_collaps_menu_icon .burger_icon_bottom {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pu_collaps_menu_icon .burger_icon_top:before,
.pu_collaps_menu_icon .burger_icon_top:after,
.pu_collaps_menu_icon .burger_icon_bottom:before,
.pu_collaps_menu_icon .burger_icon_bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: 0.99;
}

.pu_collaps_menu_icon .burger_icon_top:before,
.pu_collaps_menu_icon .burger_icon_bottom:before {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.pu_collaps_menu_icon .burger_icon_top:after,
.pu_collaps_menu_icon .burger_icon_bottom:after {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pu_collaps_menu_icon .burger_icon_top {
  top: 0;
}

.pu_collaps_menu_icon .burger_icon_bottom {
  bottom: 0;
}

.pu_collaps_menu_icon .burger_icon_bottom:before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.pu_collaps_menu_icon .burger_icon_bottom:after {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.pu_collaps_menu_icon:hover .burger_icon_top:before,
.pu_collaps_menu_icon:hover .burger_icon_bottom:before {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pu_collaps_menu_icon:hover .burger_icon_top:after,
.pu_collaps_menu_icon:hover .burger_icon_bottom:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.position_abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.classic_header {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* -------------------------------- 

Start Banner style

-------------------------------- */
.hero_banner {
  width: 100%;
  position: relative;
  padding-top: 270px;
  padding-bottom: 262px;
  background-image: url(../img/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
  z-index: 1;
}

.hero_banner:after {
  content: "";
  width: 354px;
  height: 314px;
  position: absolute;
  left: 0;
  bottom: 100px;
  background-image: url(../img/banner-left1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  z-index: -1;
  opacity: 0.2;
}

.hero_banner:before {
  content: "";
  width: 354px;
  height: 314px;
  position: absolute;
  right: 0;
  top: 40px;
  background-image: url(../img/banner-top1.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  background-position: right;
  z-index: -1;
}

@media (min-width: 1600px) {
  .hero_banner:after {
    bottom: 175px;
  }
}
.hero_inside_text h4 {
  padding-bottom: 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #FFD300;
  line-height: 1.3em;
}

.hero_inside_text h1 {
  padding-bottom: 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #32325d;
  font-size: 50px;
  line-height: 1.2em;
}

.hero_inside_text h5 {
  padding-top: 24px;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 18px;
}

.hero_inside_text p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
  padding-top: 20px;
}

.hero-btn {
  padding-top: 40px;
}

.hero-btn .btn {
  padding: 14px 24px;
  background-color: #FFD300;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #FFD300;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
}

.hero-btn .btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 50px;
}

.hero-btn .btn:hover:after {
  width: 100%;
}

.hero-btn .btn:hover {
  color: #FFD300;
}

.hero-btn .video-btn {
  float: right;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.hero-btn .video-btn i.fa-play {
  color: #fff;
  background-color: #FFD300;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding-top: 18px;
  text-align: center;
}

.hero-btn .video-btn b {
  padding-left: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #1a263e;
  font-size: 18px;
}

.modal-backdrop {
  z-index: -8;
}

.modal-dialog {
  margin-top: 130px !important;
  z-index: 99;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

#myModal {
  background: rgba(0, 0, 0, 0.5);
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.banner_dashboard_right {
  position: relative;
}

.banner_dashboard_right img {
  position: absolute;
  right: -165px;
  top: -120px;
  min-width: 650px;
}


/* -------------------------------- 

Close Banner style

-------------------------------- */
/* -------------------------------- 

Start About Us style

-------------------------------- */
.about_us_sec {
  width: 100%;
  margin-top: 90px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 90px;
  padding-bottom: 20px;
}

.about_us_sec:after {
  content: "";
  width: 41.666667%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/about-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.about_us_sec:before {
  content: "";
  width: 41.666667%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f9fbff;
}

.about_content {
  width: 100%;
  padding: 70px 0;
  padding-left: 15px;
}

.about_content h3 {
  padding-bottom: 26px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 36px;
  line-height: 50px;
}

.about_content p {
  padding-bottom: 26px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.about_content .btn {
  padding: 14px 32px;
  background-color: #FFD300;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #FFD300;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
}

.about_content .btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 50px;
}

.about_content .btn:hover:after {
  width: 100%;
}

.about_content .btn:hover {
  color: #FFD300;
}

.right_bg_about {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: -1;
}

.right_bg_about .one {
  position: absolute;
  right: 0;
  z-index: -111;
  min-width: 217px;
}

.right_bg_about .two {
  position: absolute;
  right: 0;
  opacity: 0.2;
  z-index: -11;
  top: 10px;
  min-width: 360px;
}

/* -------------------------------- 

Close About Us style

-------------------------------- */
/* -------------------------------- 

Start Measure business style

-------------------------------- */
.measure_business_sec {
  width: 100%;
  padding: 90px 0;
  background-color: #f8fbfd;
  position: relative;
  z-index: 1;
}

.measure_business_sec:after {
  content: "";
  width: 354px;
  height: 314px;
  position: absolute;
  left: 0;
  top: 20%;
  background-image: url(../img/banner-left1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  z-index: -1;
  opacity: 0.2;
}

.measure_business_sec:before {
  content: "";
  width: 354px;
  height: 314px;
  position: absolute;
  right: 0;
  bottom: 40px;
  background-image: url(../img/banner-top1.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  background-position: right;
  z-index: -1;
}

/*title*/
.title h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 36px;
}

.title p {
  padding-top: 20px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

/*title*/
.business_single_in {
  margin-top: 40px;
  background-color: #fff;
  text-align: center;
  padding: 50px 24px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  border-radius: 10px;
}

.business_single_in:hover {
  -webkit-box-shadow: 0px 12px 47px -6px rgba(102, 102, 102, 0.2);
  -moz-box-shadow: 0px 12px 47px -6px rgba(102, 102, 102, 0.2);
  box-shadow: 0px 12px 47px -6px rgba(102, 102, 102, 0.2);
}

.business_single_in h4 {
  padding: 26px 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 24px;
}

.business_single_in:hover h4 {
  color: #FFD300;
}

.business_single_in p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.business_single_in img {
  max-height: 107px;
}

/* -------------------------------- 

Close Measure business style

-------------------------------- */
/* -------------------------------- 

Start Service provide style

-------------------------------- */
.service_provide_sec {
  width: 100%;
  padding-top: 210px;
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}

.service_provide_sec:after {
  content: "";
  width: 80%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/service_bg_shape.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  z-index: -1;
}

/*.service_provide_sec:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/service_bg_elements.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  z-index: -1;
}*/
.service_title .btn {
  padding: 12px 32px;
  background-color: #383866;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #383866;
  margin-top: 40px;
}

.service_title .btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 50px;
}

.service_title .btn:hover:after {
  width: 100%;
}

.service_title .btn:hover {
  color: #383866;
}

.mrtop-1 {
  margin-top: -145px;
}

.single_service_in {
  width: 100%;
  padding: 38px 18px;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
  -moz-box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
  margin-top: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}

.single_service_in:after {
  content: "";
  width: 210px;
  height: 210px;
  position: absolute;
  right: -100px;
  top: -40px;
  background-color: #ef3d81;
  z-index: -1;
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.single_service_in:hover:after {
  opacity: 0.62;
}

.single_service_in .icon {
  position: relative;
  padding-left: 18px;
}

.single_service_in .icon > img {
  max-width: 70px;
}

.single_service_in .icon .show,
.single_service_in .icon .hide {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: max-content;
}

.single_service_in .icon .hide {
  display: none;
}

.single_service_in:hover .icon .show {
  display: none;
}

.single_service_in:hover .icon .hide {
  display: inline;
}

.single_service_in h4 {
  padding: 24px 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 20px;
}

.single_service_in p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.single_service_in:hover h4,
.single_service_in:hover p {
  color: #fff;
}

.single_service_in.bg1:hover {
  background-color: #fd9170;
}

.single_service_in.bg2:hover {
  background-color: #18be68;
}

.single_service_in.bg3:hover {
  background-color: #FFD300;
}

.single_service_in.bg4:hover {
  background-color: #5a44f2;
}

.single_service_in.bg1:hover:after {
  background-color: #f08a6b;
}

.single_service_in.bg2:hover:after {
  background-color: #19b564;
}

.single_service_in.bg4:hover:after {
  background-color: #513be8;
}

/*animation*/
.shape-one {
  position: absolute;
  top: 8%;
  right: 12%;
  animation: animationFramesOne 15s infinite linear;
}

.shape-two {
  position: absolute;
  top: 8%;
  right: 20%;
  animation: jump 8s infinite linear;
}

.shape-three {
  position: absolute;
  top: 8%;
  right: 30%;
  animation: animationFramesTwo 30s infinite linear;
  width: 10px;
}

.shape-four {
  position: absolute;
  top: 80%;
  right: 8%;
  animation: jump 18s infinite linear;
}

.shape-five {
  position: absolute;
  top: 8%;
  right: 2%;
  width: 66px;
  animation: rotatedHalf 18s infinite linear;
}

.shape-six {
  position: absolute;
  top: 8%;
  right: 20%;
  animation: jump 48s infinite linear;
  z-index: -1;
}

/* -------------------------------- 

Close Service provide style

-------------------------------- */
/* -------------------------------- 

Start Case studies style

-------------------------------- */
.case_studies_sec {
  width: 100%;
  padding: 90px 0;
  position: relative;
  z-index: 1;
  background-color: #f8fbfd;
}

.case_studies_sec:after {
  content: "";
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-image: url(../img/case-shape-bg.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}

.case_studies_sec:before {
  content: "";
  width: 25%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(../img/about-vector.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.case_studies_sec #case-slider-owl .owl-item .imgase {
  -webkit-box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
  -moz-box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
  margin: 20px;
}

.case_studies_sec #case-slider-owl {
  position: relative;
  padding-left: 70px;
  margin-bottom: 65px;
}

.case_studies_sec #case-slider-owl:before {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 65px;
  background-color: #fedce9;
  z-index: -1;
}

.case_studies_sec .owl-dots {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  text-align: center;
}

.case_studies_sec .owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #c7c7c7;
  outline: 0;
  border: 0;
}

.case_studies_sec .owl-carousel button.owl-dot.active {
  background-color: #FFD300;
}

.case_title p {
  padding-top: 30px;
}

.case-feature-info h4 {
  padding-top: 30px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #383866;
  padding-bottom: 10px;
}

.case-feature-info ul li {
  width: 50%;
  float: left;
  margin-top: 14px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #383866;
  font-size: 16px;
}

.case-feature-info ul li i {
  padding-right: 8px;
}

.case-feature-info .btn {
  padding: 14px 36px;
  background-color: #383866;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #383866;
  margin-top: 36px;
}

.case-feature-info .btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 50px;
}

.case-feature-info .btn:hover:after {
  width: 100%;
}

.case-feature-info .btn:hover {
  color: #383866;
}

/* -------------------------------- 

Close Case studies style

-------------------------------- */
/* -------------------------------- 

start Pricing plan style

-------------------------------- */
.pricing_plan_sec {
  width: 100%;
  padding: 90px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 160px;
}

.pricing_plan_sec:after {
  content: "";
  width: 45%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/price-bg.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.pricing_title h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 24px;
}

.pricing_title h3 {
  line-height: 1.3em;
  padding-bottom: 6px;
}

.toggle-container {
  margin-top: 36px;
}

.toggle-container .switch-toggles {
  position: relative;
  width: 262px;
  height: 50px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #383866;
}

.toggle-container .switch-toggles .monthly,
.toggle-container .switch-toggles .yearly {
  position: relative;
  width: 130px;
  float: left;
  padding: 12px 10px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}

.toggle-container .switch-toggles .monthly.active,
.toggle-container .switch-toggles .yearly.active {
  color: #fff;
}

.toggle-container .switch-toggles:after {
  position: absolute;
  content: "";
  width: 130px;
  height: 50px;
  background: #FFD300;
  left: -1px;
  top: 0;
  border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  box-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
  -moz-box-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
  -webkitbox-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
  transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}

.toggle-container .switch-toggles.active:after {
  border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
}

.toggle-container .switch-toggles.active:after {
  left: 135px;
  top: 0;
}

#price_tables {
  position: relative;
}

.price-table {
  position: relative;
  left: 0;
}

.price-table .table-inner {
  background-color: #fff;
  padding: 24px 30px;
  text-align: center;
  border-radius: 10px;
}

.price-table .table-inner h5 {
  padding-bottom: 14px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.price-table .table-inner .price {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  color: #383866;
  font-size: 36px;
}

.price-table .table-inner .phrase {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.price-table .table-inner ul {
  padding-top: 25px;
}

.price-table .table-inner ul li {
  padding-bottom: 16px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.active .price-table .table-inner .price {
  color: #FFD300;
}

.active .price-table .table-inner .btn {
  background-color: #FFD300;
  border: 1px solid #FFD300;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
}

.active .price-table .table-inner .btn:hover {
  color: #FFD300;
}

.price-table .table-inner .btn {
  padding: 12px 28px;
  background-color: #383866;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #383866;
  margin-top: 10px;
}

.price-table .table-inner .btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 50px;
}

.price-table .table-inner .btn:hover:after {
  width: 100%;
}

.price-table .table-inner .btn:hover {
  color: #383866;
}

.price-table.highlighted {
  z-index: 2;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(102, 102, 102, 0.15);
  -moz-box-shadow: 0px 30px 50px 0px rgba(102, 102, 102, 0.15);
  box-shadow: 0px 30px 50px 0px rgba(102, 102, 102, 0.15);
  border-radius: 10px;
}

#price_tables .monthly {
  z-index: 2;
  right: -50px;
}

#price_tables .yearly.active,
#price_tables .monthly.active {
  z-index: 22;
  left: 0;
  right: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

#price_tables .yearly {
  right: -50px;
}

#price_tables .monthly,
#price_tables .yearly {
  position: absolute;
  max-width: 300px;
  opacity: 1;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: opacity 0.97s, transform 0.97s;
  transition: opacity 0.97s, transform 0.97s, -webkit-transform 0.97s;
  transition-timing-function: cubic-bezier(0.545, 0, 0.05, 1);
}

/*
#price_tables .monthly .price-table, 
#price_tables .yearly .price-table {
  display: none;
}*/
#price_tables .monthly.active,
#price_tables .yearly.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#price_tables .monthly.active .price-table,
#price_tables .yearly.active .price-table {
  display: block;
}

/* -------------------------------- 

Close Pricing plan style

-------------------------------- */
/* -------------------------------- 

Start Team section style

-------------------------------- */
.meet_our_team {
  width: 100%;
  margin-top: 90px;
  position: relative;
  z-index: 1;
  background-color: #f8fbfe;
  padding: 90px 0;
}

/*.meet_our_team:after{
  content: '';
  width: 100%;
  height: 890px;
  position: absolute;
  top: -90px;
  left: 0;
  background-image: url(../img/team_elements.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  z-index: -1;
}*/
.meet_our_team .title {
  padding-bottom: 15px;
}

.teams_single_in img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.teams_single_in {
  position: relative;
  margin-top: 30px;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 5px;
}

.teams_single_in:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #def1fd;
  opacity: 0.68;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 10px 10px 0 0;
}

.teams_single_in:hover:after {
  width: 100%;
}

.teams_single_in:hover .name {
  -webkit-box-shadow: 0px 15px 50px 0px rgba(102, 102, 102, 0.2);
  -moz-box-shadow: 0px 15px 50px 0px rgba(102, 102, 102, 0.2);
  box-shadow: 0px 15px 50px 0px rgba(102, 102, 102, 0.2);
}

.teams_single_in .name {
  width: 100%;
  text-align: center;
  margin-top: -13px;
  background-color: #f3f6f8;
  padding: 12px 0;
  position: relative;
  z-index: 22;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.teams_single_in .name h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 24px;
}

.teams_single_in .social {
  position: absolute;
  right: 12px;
  top: -10px;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 99;
}

.teams_single_in:hover .social {
  top: 6px;
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.teams_single_in .social li {
  padding-bottom: 6px;
}

.teams_single_in .social li a {
  display: inline-block;
  color: #383866;
  border: 1px solid #383866;
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding-top: 7px;
}

.teams_single_in .social li a:hover {
  color: #fff;
  background-color: #FFD300;
  border: 1px solid #FFD300;
}

.teams_single_in .name:after {
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #FFD300;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.teams_single_in .name:before {
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #FFD300;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.teams_single_in:hover .name:after,
.teams_single_in:hover .name:before {
  width: 50%;
}

.teams_single_in:hover .name h4 {
  color: #FFD300;
}

.meet_elem .shape-one {
  left: 5%;
  top: 2%;
  right: auto;
}

.meet_elem .shape-two {
  left: 5%;
  top: 82%;
  right: auto;
}

/* -------------------------------- 

Close Team section style

-------------------------------- */
/* -------------------------------- 

Start Latest work style

-------------------------------- */
.latest_work_sec {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 22;
}

.latest_work_sec .title {
  padding-bottom: 30px;
}

.item-inner:hover {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(102, 102, 102, 0.25);
  -moz-box-shadow: 0px 0px 50px 0px rgba(102, 102, 102, 0.25);
  box-shadow: 0px 0px 50px 0px rgba(102, 102, 102, 0.25);
}

.item-inner {
  margin-top: 20px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.item-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.item-inner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.item-inner img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.item-inner .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em;
  width: 100%;
  height: 100%;
}

.item-inner .overlay::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.item-inner .view-list, .item-inner a,
.item-inner p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

.item-inner .view-list, .item-inner a {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.item-inner:hover .overlay .view-list,
.item-inner:hover .overlay a,
.item-inner:hover .overlay p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.item-inner:hover .overlay::before {
  background: #fafafa;
  border: 5px solid #f2f2f2;
  top: 30px;
  bottom: 40px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0.87;
}

.item-inner .view-list {
  margin-top: -25px;
  position: relative;
  top: 50%;
  transform: translate3d(0, 50%, 0);
  transition-delay: 0.3s;
  width: 100%;
}

.item-inner .view-list a {
  display: inline-block;
  line-height: 40px;
  margin: 0 2px;
}

.item-inner .view-list h4 a,
.item-inner .view-list h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #FFD300;
  font-size: 24px;
}

.item-inner .view-list p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 18px;
}

.load-more-btn {
  width: 100%;
  text-align: center;
  padding-top: 45px;
}

.load-more-btn .btn {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #FFD300;
  font-size: 24px;
}

/* -------------------------------- 

Close Latest work style

-------------------------------- */
/* -------------------------------- 

Start Interested projected style

-------------------------------- */
.interested_pro {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #f8fbfd;
  padding: 90px 0;
}

.interested_pro:after {
  content: "";
  width: 354px;
  height: 314px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/banner-left1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  z-index: -1;
  opacity: 0.2;
}

/*.interested_pro:before{
  content: '';
  width: 100%;
  height: 890px;
  position: absolute;
  top: -480px;
  left: 0;
  background-image: url(../img/service_bg_elements.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}*/
.interested_pro .shape-five {
  top: -30%;
  animation: jump 8s infinite linear;
}

.interested_pro .shape-six {
  top: -15%;
}

.interested_pro .title p {
  padding-top: 32px;
}

.interested_pro .title .btn {
  padding: 14px 44px;
  background-color: #383866;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #383866;
  margin-top: 36px;
}

.interested_pro .title .btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 50px;
}

.interested_pro .title .btn:hover:after {
  width: 100%;
}

.interested_pro .title .btn:hover {
  color: #383866;
}

/* -------------------------------- 

Close Interested projected style

-------------------------------- */
/* -------------------------------- 

Start Testimonials style

-------------------------------- */
.testimonials_sec {
  width: 100%;
  padding: 90px 0;
  position: relative;
  z-index: 1;
}

.testimonials_image_btn {
  position: relative;
  background-image: url(../img/testi-map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 430px;
}

.testimonials_image_btn .nav-tabs {
  border: 0;
}

.testimonials_image_btn .nav-tabs .nav-link {
  padding: 0;
  border: 0;
}

.testimonials_image_btn .nav-tabs .nav-item {
  position: absolute;
}

.testimonials_image_btn .nav-tabs .nav-item.five {
  bottom: 30px;
  right: 30px;
}

.testimonials_image_btn .nav-tabs .nav-item.three {
  left: 40px;
  bottom: 60px;
}

.testimonials_image_btn .nav-tabs .nav-item.two {
  left: 43%;
  top: 40%;
}

.testimonials_image_btn .nav-tabs .nav-item.one {
  right: 4%;
  top: 0;
}

.testimonials_image_btn .nav-tabs .nav-item.one .nav-link img {
  width: 115px;
  height: 115px;
}

.testimonials_image_btn .nav-tabs .nav-item.two .nav-link img {
  width: 65px;
  height: 65px;
}

.testimonials_image_btn .nav-tabs .nav-item.five .nav-link img {
  width: 70px;
  height: 70px;
}

.testimonials_image_btn .nav-tabs .nav-item.three .nav-link {
  width: 100px;
  height: 100px;
}

.testimonials_image_btn .nav-tabs .nav-item.five .nav-link {
  width: 70px;
  height: 70px;
}

.testimonials_image_btn .nav-tabs .nav-item .nav-link img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid transparent;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.testimonials_image_btn .nav-tabs .nav-item .nav-link.active img {
  border-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=0, Color=#666666)";
  /*IE 8*/
  -moz-box-shadow: 0 7px 28px rgba(102, 102, 102, 0.4);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 7px 28px rgba(102, 102, 102, 0.4);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 7px 28px rgba(102, 102, 102, 0.4);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#666666);
  /*IE 5.5-7*/
}

.single_testi_inside {
  width: 100%;
  padding-left: 20px;
}

.single_testi_inside p {
  padding-top: 18px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.single_testi_inside h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #FFD300;
  font-size: 24px;
  padding-top: 18px;
}

.single_testi_inside h5 {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 14px;
  padding-top: 10px;
}

.testimonials_image_btn .people {
  animation: scale-up-one 11s infinite linear;
}

.testimonials_image_btn .four .people {
  animation: scale-up-one 9s infinite linear;
}

.testimonials_image_btn .one .people {
  animation: scale-up-one 6s infinite linear;
}

.testimonials_image_btn .two .people,
.testimonials_image_btn .five .people {
  animation: scale-up-one 3s infinite linear;
}

/* -------------------------------- 

Close Testimonials style

-------------------------------- */
/* -------------------------------- 

Start Get plans style

-------------------------------- */
.get_plan_sec {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #f8fbfd;
  padding-top: 68px;
}

.get_plan_sec:after {
  content: "";
  width: 354px;
  height: 314px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/banner-left1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  z-index: -1;
  opacity: 0.2;
}

.get_plan_sec .title h3 {
  line-height: 1.3em;
}

.plan_title ul {
  padding-top: 10px;
}

.plan_title ul li {
  padding-top: 16px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #383866;
  font-size: 18px;
}

.plan_title ul li i {
  padding-right: 5px;
}

/* -------------------------------- 

Close Get plans style

-------------------------------- */
/* -------------------------------- 

Start Blog sec style

-------------------------------- */
.blog_sec {
  width: 100%;
  position: relative;
  padding-top: 90px;
  z-index: 1;
  padding-bottom: 90px;
}

.blog_sec .title {
  padding-bottom: 50px;
}

.blog_sec .owl-dots {
  width: 100%;
  text-align: center;
  padding-top: 23px;
}

.blog_sec .owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #cacaff;
  outline: 0;
  border: 0;
}

.blog_sec .owl-carousel button.owl-dot.active {
  background-color: #FFD300;
}

.blog_sec .owl-carousel .owl-item img {
  width: auto;
}

.blog_sec .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.blog_sec .no-js .owl-carousel,
.blog_sec .owl-carousel.owl-loaded {
  overflow: hidden;
}

.single_blog_in:hover {
  -webkit-box-shadow: 0px 15px 50px 0px rgba(102, 102, 102, 0.15);
  -moz-box-shadow: 0px 15px 50px 0px rgba(102, 102, 102, 0.15);
  box-shadow: 0px 15px 50px 0px rgba(102, 102, 102, 0.15);
}

.single_blog_in {
  background-color: #f8fbfd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single_blog_in .card img {
  border-radius: 5px 5px 0 0;
}

.single_blog_in .card {
  border: 0;
  background: transparent;
}

.single_blog_in .card .images {
  position: relative;
}

.single_blog_in .card .images .dates {
  position: absolute;
  right: 0;
  bottom: 20px;
  opacity: 0;
  width: 70px;
  height: 62px;
  color: #fff;
  background-color: #FFD300;
  text-align: center;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  transition: 0.3s all ease;
}

.single_blog_in:hover .card .images .dates {
  opacity: 1;
  bottom: 0;
}

.single_blog_in .card .images .dates p {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.single_blog_in .card-body {
  padding: 20px 10px;
}

.single_blog_in .card-body h2 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 24px;
  padding-bottom: 20px;
}

.single_blog_in .card-body h2 a {
  color: #383866;
}

.single_blog_in .card-body p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.single_blog_in .card-body ul li {
  display: inline-block;
  padding-left: 10px;
  padding-top: 20px;
}

.single_blog_in .card-body ul li:first-child {
  padding-right: 20px;
  padding-left: 0;
}

.blog_sec .owl-carousel .owl-item .card-body ul li img {
  width: 30px;
  display: inline;
}

.single_blog_in .card-body ul li img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-top: 0;
  margin-right: 8px;
}

.single_blog_in .card-body ul li p,
.single_blog_in .card-body ul li a {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #383866;
}

.single_blog_in .card-body ul li a i {
  padding-right: 7px;
}

.single_blog_in:hover .card-body h2,
.single_blog_in .card-body a:hover {
  color: #FFD300;
}

/* -------------------------------- 

Close Blog sec style

-------------------------------- */
/* -------------------------------- 

Start Footer widget style

-------------------------------- */
.footer_x_widger {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #f8fbfd;
  background-image: url(../img/footer-maps.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 90px;
}

.footer_x_widger:after {
  content: "";
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/case-shape-bg.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -2;
}

.footer_x_widger:before {
  content: "";
  width: 354px;
  height: 314px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/banner-left1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  z-index: -2;
  opacity: 0.2;
}

.join_us_mid {
  width: 100%;
  position: relative;
  background-color: #FFD300;
  padding: 24px;
  text-align: center;
  z-index: 1;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(102, 102, 102, 0.21);
  -moz-box-shadow: 0px 15px 50px 0px rgba(102, 102, 102, 0.21);
  box-shadow: 0px 15px 50px 0px rgba(102, 102, 102, 0.21);
}

.join_us_mid:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/join-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: -1;
  opacity: 0.9;
}

.join_us_mid h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  line-height: 1.3em;
}

.join_us_mid .btn {
  border: 1px solid #fff;
  padding: 12px 26px;
  border-radius: 40px;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  outline: 0;
  background: transparent;
  font-size: 16px;
  margin-top: 24px;
}

.footer_x_widger .widget {
  margin-top: 40px;
}

.widget_info img {
  margin-bottom: 24px;
}

.widget_info p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.newsletter h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 16px;
}

.newsletter form {
  position: relative;
  width: 80%;
}

.newsletter input {
  width: 100%;
  padding: 16px 30px;
  border: 1px solid #FFD300;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  color: #383866;
  font-size: 14px;
  outline: 0;
  border-radius: 40px;
}

.newsletter .btn {
  position: absolute;
  right: 8px;
  top: 7px;
  color: #fff;
  background-color: #FFD300;
  /* padding: 12px 16px; */
  border-radius: 50px;
  width: 45px;
  height: 45px;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(255, 48, 127, 0.15);
}

.widget h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 24px;
  padding-bottom: 20px;
}

.widget_links li a:hover {
  color: #FFD300;
}

.widget_links li a {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #383866;
  font-size: 16px;
}

.widget_links li a i {
  padding-right: 8px;
}

.widget_links li {
  padding-bottom: 6px;
}

.widget_insta {
  padding-left: 30px;
}

.widget_insta a img {
  width: 100%;
  margin-bottom: 10px;
}

.widget_insta .row .col-md-6 {
  padding-left: 8px;
  padding-right: 8px;
}

.widget_address p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.con_info h4 {
  padding-top: 24px;
  padding-bottom: 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 18px;
}

/* -------------------------------- 

Close Footer widget style

-------------------------------- */
/* -------------------------------- 

Start Footer copyright style

-------------------------------- */
.footers {
  width: 100%;
  background-color: #ebf0f9;
  padding: 16px 0;
}

.copyright_text p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 14px;
  text-align: center;
}

.copyright_author p {
  font-family: "Hind", sans-serif;
  font-weight: 200;
  color: #383866;
  font-size: 12px;
  text-align: center;
}

.footer_social {
  text-align: right;
}

.footer_social ul li {
  display: inline-block;
  padding-left: 16px;
}

.footer_social ul li a:hover {
  color: #f9506f;
}

.footer_social ul li a {
  color: #383866;
  font-size: 18px;
}

/* -------------------------------- 

Close Footer copyright style

-------------------------------- */
/* -------------------------------- 

Start Responsive style

-------------------------------- */
@media only screen and (max-width: 767px) {

.urunListeBaslik {
        font-size: 15px !important;
        text-align: center !important;
        ;
        line-height: 16px !important;
        ;
        height: 70px !important;
        ;
    }
  .navbar .navbar-collapse {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
  }

  .navbar-toggler {
    color: #32325d;
    border: 1px solid #32325d;
  }

  .banner_dashboard_right img {
    min-width: 1px;
    position: relative;
    right: 0;
    top: 0;
  }

  .hero_banner {
    padding-top: 230px;
    padding-bottom: 140px;
  }

  .hero_inside_text h4 {
    font-size: 24px;
  }

  .hero_inside_text h1 {
    font-size: 44px;
  }

  .hero_inside_text h5 {
    font-size: 16px;
  }

  .hero_inside_text p,
.about_content p,
.title p,
.business_single_in p,
.single_service_in p,
.case-feature-info ul li,
.single_testi_inside p,
.single_blog_in .card-body p,
.widget_info p,
.widget_links li a {
    font-size: 14px;
  }

  .hero-btn .video-btn b {
    font-size: 16px;
  }

  .about_us_sec {
    padding-top: 300px;
  }

  .about_us_sec:before {
    width: 100%;
  }

  .about_us_sec:after {
    width: 100%;
    height: 250px;
  }

  .mrtop-1 {
    margin-top: 40px;
  }

  .service_provide_sec {
    padding-top: 90px;
  }

  .case_title {
    padding-top: 40px;
  }

  #price_tables {
    height: 400px;
    padding-top: 40px;
  }

  .pricing_plan_sec {
    padding-bottom: 90px;
  }

  .about_content h3,
.title h3 {
    font-size: 26px;
  }

  .business_single_in h4 {
    font-size: 18px;
  }

  .service_provide_sec {
    padding-bottom: 90px;
  }

  .case-feature-info ul li {
    width: 100%;
  }

  .case_studies_sec #case-slider-owl {
    padding-left: 0;
  }

  .case_studies_sec .owl-dots {
    bottom: -110px;
  }

  .teams_single_in .name h4 {
    font-size: 20px;
  }

  .latest_work_sec .grid .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .single_testi_inside h4 {
    font-size: 20px;
  }

  .plan_title ul li {
    font-size: 16px;
  }

  .plan_title {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .blog_sec .owl-carousel .owl-item img {
    width: 100%;
  }

  .single_blog_in .card-body h2 {
    font-size: 20px;
  }

  .join_us_mid h3 {
    font-size: 26px;
  }

  .widget h3 {
    font-size: 20px;
  }

  .widget_insta .row .col-md-6 {
    max-width: 50%;
  }

  .copyright_text {
    text-align: center;
    padding-bottom: 20px;
  }

  .footer_social {
    text-align: center;
  }

  .single_testi_inside {
    padding-left: 0;
  }

  .measure_business_sec,
.toggle-container,
.interested_pro,
.footer_x_widger {
    overflow: hidden;
  }

  .testimonials_sec {
    padding-left: 0;
    padding-right: 0;
  }

  .join_us_mid:after {
    background-position: right bottom;
  }

  .navbar .btn_sign {
    padding-left: 0;
  }

  .navbar .nav-item.drop_menu:hover ul {
    left: 45%;
  }

  .service_provide_sec,
.testimonials_home2,
.meet_our_team,
.service_page_inner,
.case_single_details,
.teams_second_home2 {
    overflow: hidden;
  }

  .shape-one,
.shape-two,
.shape-three,
.shape-four,
.shape-five,
.shape-six {
    z-index: -1;
  }

  .customer_support_c {
    padding-left: 20px;
    padding-right: 20px;
  }

  .teams_second_home2 {
    padding-bottom: 90px;
    overflow: hidden;
  }

  .navbar-collapse .navbar-nav .nav-item:after {
    display: none;
  }

  .navbar .btn_sign .btn {
    max-width: 150px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 480px) {
  .latest_work_sec .grid .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .item-inner img {
    height: auto;
  }

  .testimonials_image_btn {
    height: auto;
    padding-bottom: 40px;
  }

  .testimonials_image_btn .nav-tabs .nav-item {
    position: unset;
    padding-bottom: 10px;
  }

  .hero-btn .video-btn {
    margin-top: 30px;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 993px) {
  .navbar .navbar-collapse {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
  }

  .navbar-toggler {
    color: #32325d;
    border: 1px solid #32325d;
  }

  .banner_dashboard_right img {
    min-width: 700px;
  }

  .hero_banner {
    padding-top: 230px;
    padding-bottom: 140px;
  }

  .hero_inside_text h4 {
    font-size: 24px;
  }

  .hero_inside_text h1 {
    font-size: 44px;
  }

  .hero_inside_text h5 {
    font-size: 16px;
  }

  .hero_inside_text p,
.about_content p,
.title p,
.business_single_in p,
.single_service_in p,
.case-feature-info ul li,
.single_testi_inside p,
.single_blog_in .card-body p,
.widget_info p,
.widget_links li a {
    font-size: 14px;
  }

  .hero-btn .video-btn b {
    font-size: 16px;
  }

  .about_content h3,
.title h3 {
    font-size: 26px;
  }

  .business_single_in h4 {
    font-size: 18px;
  }

  .service_provide_sec {
    padding-bottom: 90px;
  }

  .case-feature-info ul li {
    width: 100%;
  }

  .case_studies_sec #case-slider-owl {
    padding-left: 0;
  }

  .case_studies_sec .owl-dots {
    bottom: -110px;
  }

  .teams_single_in .name h4 {
    font-size: 20px;
  }

  .latest_work_sec .grid .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .single_testi_inside h4 {
    font-size: 20px;
  }

  .plan_title ul li {
    font-size: 16px;
  }

  .plan_img {
    position: absolute;
    bottom: 0;
  }

  .plan_title {
    padding-bottom: 70px;
  }

  .single_blog_in .card-body h2 {
    font-size: 20px;
  }

  .join_us_mid h3 {
    font-size: 26px;
  }

  .widget h3 {
    font-size: 20px;
  }

  .testimonials_sec {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar .btn_sign {
    padding-left: 0;
  }

  .navbar .nav-item.drop_menu:hover ul {
    left: 45%;
  }

  .service_provide_sec,
.testimonials_home2,
.meet_our_team,
.service_page_inner,
.case_single_details,
.teams_second_home2 {
    overflow: hidden;
  }

  .teams_second_home2.page {
    padding-bottom: 90px;
  }

  .navbar-collapse .navbar-nav .nav-item:after {
    display: none;
  }

  .navbar .btn_sign .btn {
    max-width: 150px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* -------------------------------- 

Close Responsive style

-------------------------------- */
/* -------------------------------- 

Start Home 2 style

-------------------------------- */
.navbar.home2 .nav-item a {
  color: #1d2a49;
}

.navbar.home2 .navbar-nav .active > .nav-link,
.navbar.home2 .navbar-nav .nav-link.active,
.navbar.home2 .navbar-nav .nav-link.show,
.navbar.home2 .navbar-nav .show > .nav-link {
  color: #3043ef;
  font-weight: 700;
}

.navbar.home2 .btn_sign .btn {
  background-color: #3043ef;
  color: #fff;
}

.home2.hero_banner {
  background: -moz-linear-gradient(11deg, #5330e9 0%, #975ffd 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5330e9), color-stop(100%, #975ffd));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(11deg, #5330e9 0%, #975ffd 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(11deg, #5330e9 0%, #975ffd 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(11deg, #5330e9 0%, #975ffd 100%);
  /* ie10+ */
  background: linear-gradient(79deg, #5330e9 0%, #975ffd 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5330e9", endColorstr="#975ffd",GradientType=1 );
  /* ie6-9 */
}

.home2.hero_banner:after {
  bottom: -80px;
  opacity: 0.09;
}

.home2.hero_banner:before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/home2/banner-shape.png);
  background-size: cover;
  background-position: left bottom;
  opacity: 1;
}

.home2 .hero_inside_text h4,
.home2 .hero_inside_text h1,
.home2 .hero_inside_text p {
  color: #fff;
}

.home2 .hero-btn .btn:hover {
  color: #2030bd;
}

.home2 .hero-btn .btn {
  background-color: #2030bd;
  border-color: #2030bd;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
}

.banner-social-circle {
  position: relative;
  z-index: 1;
  max-width: 240px;
  height: 200px;
  width: 100%;
  margin-left: auto;
}

.banner-social-circle a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  text-align: center;
}

.banner-social-circle a.one {
  width: 58px;
  height: 58px;
  color: #3b5998;
  font-size: 24px;
  bottom: 0;
  right: 20px;
  text-align: center;
  padding-top: 17px;
}

.banner-social-circle a.two {
  width: 46px;
  height: 46px;
  color: #1da1f2;
  font-size: 15px;
  bottom: 50px;
  left: 20px;
  text-align: center;
  padding-top: 12px;
}

.banner-social-circle a.three {
  width: 50px;
  height: 50px;
  color: #f56040;
  font-size: 24px;
  top: 0;
  right: 40px;
  text-align: center;
  padding-top: 14px;
}

.banner-social-circle a.four {
  width: 40px;
  height: 40px;
  left: 110px;
  top: 80px;
  padding-top: 10px;
  font-size: 18px;
  color: #00a0dc;
}

.home2.hero_banner {
  padding-bottom: 140px;
}

.measure_business_sec.home2 {
  background-color: #fff;
}

.home2.measure_business_sec:before,
.home2.measure_business_sec:after {
  display: none;
}

.home2 .business_single_in {
  background-color: #f8fff7;
}

.home2 .business_single_in.two {
  background-color: #f4fbfe;
}

.home2 .business_single_in.three {
  background-color: #fffcf3;
}

.home2.about_us_sec {
  margin-top: 0;
  background-color: #fbfcfd;
}

.home2.about_us_sec:before {
  display: none;
}

.home2 .about_content .btn {
  background-color: #3043ef;
  border-color: #3043ef;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
}

.home2 .about_content .btn:hover {
  color: #3043ef;
}

/*service*/
.service_provide_sec_home2 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.service_provide_sec_home2 .title {
  padding-bottom: 25px;
}

.active .single_two_in {
  -webkit-box-shadow: 0px 9px 40px 0px rgba(48, 67, 239, 0.13);
  -moz-box-shadow: 0px 9px 40px 0px rgba(48, 67, 239, 0.13);
  box-shadow: 0px 9px 40px 0px rgba(48, 67, 239, 0.13);
  border-color: transparent;
}

.single_two_in {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  padding: 18px 0;
  border: 1px solid #e8eefc;
  min-height: 176px;
  border-radius: 10px;
}

.single_two_in h4 {
  padding-top: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 18px;
}

.service_provide_sec_home2 .nav-tabs {
  margin-left: -15px;
  margin-right: -15px;
  border: 0;
}

.service_provide_sec_home2 .nav-tabs .nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.service_provide_sec_home2 .nav-link {
  padding: 0;
  border: 0;
  padding: 0;
}

.service_provide_sec_home2 .nav-tabs .nav-link.active {
  border: 0;
}

.service_provide_sec_home2 .nav-tabs .nav-link:focus,
.service_provide_sec_home2 .nav-tabs .nav-link:hover {
  border: 0;
}

.service_provide_sec_home2 .tab-content {
  width: 100%;
  border: 1px solid #e8eefc;
  margin-top: 44px;
  padding: 48px 26px;
}

.tabs-content-in h3 {
  padding-bottom: 22px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #3043ef;
  font-size: 24px;
}

.tabs-content-in p {
  padding-bottom: 28px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.tabs-content-in .btn {
  padding: 14px 32px;
  background-color: #2030bd;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #2030bd;
}

.tabs-content-in .btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 50px;
}

.tabs-content-in .btn:hover:after {
  width: 100%;
}

.tabs-content-in .btn:hover {
  color: #2030bd;
}

/*service*/
/*team member*/
.teams_second_home2 {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fbfcfd;
  padding-top: 40px;
  background-image: url(../img/home2/team-maps.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
}

.teams_second_home2.page .team_shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -50%;
  z-index: -1;
}

/*.teams_second_home2:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -200px;
  background-image: url(../img/service_bg_elements.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  z-index: -1;
}*/
.team-member-inside-two {
  width: 100%;
  position: relative;
  height: 700px;
}

.team-member-inside-two .team-single {
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-member-inside-two .team-single:hover .img-info:after {
  opacity: 0.7;
}

.team-member-inside-two .img-info:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #2030bd;
  opacity: 0.7;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  opacity: 0;
}

.team-member-inside-two .img-info {
  position: relative;
  z-index: 2;
}

.team-member-inside-two .social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  z-index: 111;
}

.team-member-inside-two .social li {
  display: inline-block;
  padding: 10px 4px;
}

.team-member-inside-two .social li a:hover {
  background-color: #fff;
  color: #0000ff;
}

.team-member-inside-two .social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  padding-top: 4px;
}

.team-member-inside-two .name {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.team-member-inside-two .name h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 18px;
}

.team-member-inside-two .name p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 14px;
}

.team-member-inside-two .team-single:hover .social {
  opacity: 1;
  bottom: 20px;
}

.team-member-inside-two .team-single:hover h4 {
  color: #2030bd;
}

.team-member-inside-two .team-single:hover img {
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 10px 30px 8px rgba(32, 48, 189, 0.2);
  -moz-box-shadow: 0px 10px 30px 8px rgba(32, 48, 189, 0.2);
  box-shadow: 0px 10px 30px 8px rgba(32, 48, 189, 0.2);
}

.team-member-inside-two .team-single img {
  border-radius: 50%;
  border: 4px solid transparent;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.team-member-inside-two .team-single.one {
  left: 0;
  top: 0;
  width: 154px;
  height: 154px;
}

.team-member-inside-two .team-single.one .img-info {
  width: 154px;
  height: 154px;
}

.team-member-inside-two .team-single.two .img-info {
  width: 140px;
  height: 140px;
}

.team-member-inside-two .team-single.two {
  left: 23%;
  top: 40px;
  width: 140px;
  height: 140px;
}

.team-member-inside-two .team-single.three {
  left: 45%;
  top: 80px;
  width: 228px;
  height: 228px;
}

.team-member-inside-two .team-single.three .img-info {
  width: 228px;
  height: 228px;
}

.team-member-inside-two .team-single.four {
  right: 40px;
  top: 0;
  width: 160px;
  height: 160px;
}

.team-member-inside-two .team-single.four .img-info {
  width: 160px;
  height: 160px;
}

.team-member-inside-two .team-single.five {
  left: 0;
  bottom: 120px;
  width: 200px;
  height: 200px;
}

.team-member-inside-two .team-single.five .img-info {
  width: 200px;
  height: 200px;
}

.team-member-inside-two .team-single.six {
  right: 185px;
  bottom: 140px;
  width: 140px;
  height: 140px;
}

.team-member-inside-two .team-single.six .img-info {
  width: 140px;
  height: 140px;
}

.team-member-inside-two .team-single.seven {
  left: 285px;
  bottom: 140px;
  width: 200px;
  height: 200px;
}

.team-member-inside-two .team-single.seven .img-info {
  width: 200px;
  height: 200px;
}

@media only screen and (min-width: 1680px) {
  .team-member-inside-two .team-single.one {
    left: -90px;
  }

  .team-member-inside-two .team-single.seven {
    right: -150px;
    left: auto;
    bottom: 250px;
  }
}
/*team member*/
/*case studies*/
.case_studies_home2 {
  width: 100%;
  padding-top: 90px;
}

.case_studies_home2 .title {
  padding-bottom: 20px;
}

.case_studies_home2 .card {
  border: 0;
  background: transparent;
}

.single_case_two:hover .card img {
  -webkit-box-shadow: 0px 12px 60px 1px rgba(102, 102, 102, 0.15);
  -moz-box-shadow: 0px 12px 60px 1px rgba(102, 102, 102, 0.15);
  box-shadow: 0px 12px 60px 1px rgba(102, 102, 102, 0.15);
}

.case_studies_home2 .card img {
  border-radius: 10px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.single_case_two {
  margin-top: 30px;
  text-align: center;
}

.single_case_two h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #2030bd;
  font-size: 24px;
  line-height: 1.3em;
}

.single_case_two h4 a {
  color: #2030bd;
}

.single_case_two p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

/*case studies*/
/*pricing plan*/
.home2.pricing_plan_sec {
  background-image: url(../img/home2/price-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 90px;
}

.home2.pricing_plan_sec:after {
  display: none;
}

.swiper-container {
  width: 100%;
  padding-bottom: 60px;
}

#price_tables .swiper-slide {
  width: 305px;
  height: auto;
  padding: 0;
}

.home2 .table-inner-slider ul {
  visibility: hidden;
}

.home2 .swiper-slide-active .table-inner-slider ul {
  visibility: visible;
}

.home2 .table-inner-slider .btn:hover {
  color: #2030bd;
}

.home2 .table-inner-slider .btn {
  background-color: #2030bd;
  border-color: #2030bd;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
}

.table-inner-slider {
  width: 100%;
  background-color: #fff;
  padding: 34px 10px;
  -webkit-box-shadow: 0px 12px 65px 0px rgba(102, 102, 102, 0.15);
  -moz-box-shadow: 0px 12px 65px 0px rgba(102, 102, 102, 0.15);
  box-shadow: 0px 12px 65px 0px rgba(102, 102, 102, 0.15);
}

.table-inner-slider h5 {
  padding-bottom: 14px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.table-inner-slider .price {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  color: #383866;
  font-size: 36px;
}

.table-inner-slider .phrase {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.table-inner-slider ul {
  padding-top: 25px;
}

.table-inner-slider ul li {
  padding-bottom: 16px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.home2 #price_tables {
  height: 400px;
}

.home2 #price_tables .hide.active {
  visibility: visible;
}

.home2 #price_tables .hide {
  visibility: hidden;
}

.home2 #price_tables .monthly,
.home2 #price_tables .yearly {
  top: 0;
  left: auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: #383866;
  border: 1px solid #383866;
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 12px;
}

.swiper-pagination-bullet-active {
  background: #2030bd;
  border: medium none;
  height: 12px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 12px;
}

.table-inner-slider .btn {
  padding: 12px 28px;
  background-color: #383866;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #383866;
  margin-top: 10px;
}

.table-inner-slider .btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 50px;
}

.table-inner-slider .btn:hover:after {
  width: 100%;
}

.table-inner-slider .btn:hover {
  color: #383866;
}

.home2 #price_tables .monthly {
  z-index: 2;
  right: auto;
}

.home2 #price_tables .yearly.active,
.home2 #price_tables .monthly.active {
  z-index: 22;
  left: 0;
  right: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home2 #price_tables .yearly {
  right: auto;
}

.home2 #price_tables .monthly,
.home2 #price_tables .yearly {
  position: absolute;
  max-width: 100%;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: opacity 0.97s, transform 0.97s;
  transition: opacity 0.97s, transform 0.97s, -webkit-transform 0.97s;
  transition-timing-function: cubic-bezier(0.545, 0, 0.05, 1);
}

/*
#price_tables .monthly .price-table, 
#price_tables .yearly .price-table {
  display: none;
}*/
.home2 #price_tables .monthly.active,
.home2 #price_tables .yearly.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home2 .toggle-container .switch-toggles .active {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  border-radius: 50%;
}

.home2 .toggle-container .switch-toggles {
  background-color: #383866;
}

.home2 .toggle-container .switch-toggles:after {
  background-color: #2030bd;
}

/*pricing plan*/
/*testimonial home2 */
.testimonials_home2 {
  width: 100%;
  padding: 90px 0;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

/*.testimonials_home2:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/service_bg_elements.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    z-index: -1;
  }*/
.testimonials_home2 .title {
  padding-bottom: 45px;
}

.testimonials_home2 .owl-carousel .owl-item img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #2030bd;
  margin-top: -100px;
}

.testimonials_home2 .owl-carousel .owl-item {
  padding: 30px;
}

.single_testi_in2 {
  width: 100%;
  text-align: center;
  border: 1px solid #dde0ff;
  border-radius: 10px;
  padding: 44px 36px;
  padding-bottom: 80px;
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 20px 40px 10px rgba(102, 102, 102, 0.07);
  -moz-box-shadow: 0px 20px 40px 10px rgba(102, 102, 102, 0.07);
  box-shadow: 0px 20px 40px 10px rgba(102, 102, 102, 0.07);
}

.single_testi_in2 h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
  color: #2030bd;
  font-size: 24px;
  padding-top: 24px;
}

.single_testi_in2 h5 {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 14px;
}

.single_testi_in2 h2 {
  padding-top: 16px;
  color: #eeeeee;
  font-size: 30px;
}

.single_testi_in2 p {
  color: #666666;
  padding-top: 26px;
  font-size: 16px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
}

.testimonials_home2 .owl-nav {
  position: absolute;
  top: 53%;
  width: 100%;
}

.testimonials_home2 .owl-carousel .owl-nav button.owl-next {
  right: -40px;
}

.testimonials_home2 .owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}

.testimonials_home2 .owl-carousel .owl-nav button.owl-next,
.testimonials_home2 .owl-carousel .owl-nav button.owl-prev {
  border: 0;
  outline: 0;
  color: #4b56c6;
  font-size: 44px;
  position: absolute;
}

.testimonials_home2 .owl-dots {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: -135px;
}

.testimonials_home2 .owl-carousel button.owl-dot {
  background: #eeeeee;
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  outline: 0;
}

.testimonials_home2 .owl-carousel button.owl-dot.active {
  background: #4b56c7;
}

/*testimonial home2 */
/*interested project*/
.interested_pro.home2 {
  margin-top: 90px;
  background: -moz-linear-gradient(11deg, #5330e9 0%, #9755ff 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5330e9), color-stop(100%, #9755ff));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(11deg, #5330e9 0%, #9755ff 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(11deg, #5330e9 0%, #9755ff 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(11deg, #5330e9 0%, #9755ff 100%);
  /* ie10+ */
  background: linear-gradient(79deg, #5330e9 0%, #9755ff 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5330e9", endColorstr="#9755ff",GradientType=1 );
  /* ie6-9 */
}

.interested_pro.home2:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/home2/project-shape.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.interested_pro.home2:before {
  display: none;
}

.interested_pro.home2 .title h3,
.interested_pro.home2 .title p {
  color: #fff;
}

.interested_pro.home2 .title .btn:hover {
  color: #2030bd;
}

.interested_pro.home2 .title .btn {
  background-color: #2030bd;
  border-color: #2030bd;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
}

/*interested project*/
/*blog home 2*/
.blog_nesletter_two {
  width: 100%;
  height: 91%;
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: 0px 12px 65px 0px rgba(102, 102, 102, 0.21);
  -moz-box-shadow: 0px 12px 65px 0px rgba(102, 102, 102, 0.21);
  box-shadow: 0px 12px 65px 0px rgba(102, 102, 102, 0.21);
}

.blog_nesletter_two h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3em;
  color: #383866;
  font-size: 30px;
  padding-bottom: 20px;
}

.blog_nesletter_two p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
  padding-bottom: 36px;
}

.blog_nesletter_two input {
  width: 100%;
  text-align: center;
  padding: 16px;
  outline: 0;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #3d1ebb;
}

.blog_nesletter_two .btn {
  padding: 12px 32px;
  background-color: #3d1ebb;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #3d1ebb;
  margin-top: 36px;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
}

.blog_nesletter_two .btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 50px;
}

.blog_nesletter_two .btn:hover:after {
  width: 100%;
}

.blog_nesletter_two .btn:hover {
  color: #3d1ebb;
}

.home2 .single_blog_in .card-body a:hover {
  color: #2030bd;
}

.home2 .single_blog_in .card .images .dates {
  background-color: #2030bd;
}

.home2.blog_sec .owl-carousel button.owl-dot {
  background-color: #2030bd;
}

.home2.blog_sec .owl-carousel button.owl-dot.active {
  background-color: #FFD300;
}

/*blog home 2*/
/*footer 2*/
.home2 .join_us_mid {
  background: -moz-linear-gradient(11deg, #5330e9 0%, #975ffd 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5330e9), color-stop(100%, #975ffd));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(11deg, #5330e9 0%, #975ffd 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(11deg, #5330e9 0%, #975ffd 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(11deg, #5330e9 0%, #975ffd 100%);
  /* ie10+ */
  background: linear-gradient(79deg, #5330e9 0%, #975ffd 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5330e9", endColorstr="#975ffd",GradientType=1 );
  /* ie6-9 */
}

.home2 .join_us_mid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.home2 .join_us_mid:after {
  background-image: url(../img/home2/join-bg.png);
  opacity: 0.2;
}

.home2 .newsletter input {
  border-color: #000;
}

.home2 .newsletter .btn {
  background-color: #3d1ebb;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
}

.home2 .widget_links li a:hover {
  color: #2030bd;
}

.home2 .footer_social ul li a:hover {
  color: #2030bd;
}

/*footer 2*/
@media only screen and (max-width: 767px) {
  .team-member-inside-two .team-single,
.team-member-inside-two .team-single.two,
.team-member-inside-two .team-single.three,
.team-member-inside-two .team-single.four,
.team-member-inside-two .team-single.five,
.team-member-inside-two .team-single.six,
.team-member-inside-two .team-single.seven,
.team-member-inside-two .team-single.one {
    position: unset;
    width: 50%;
    height: auto;
    float: left;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 40px;
  }

  .team-member-inside-two .team-single.one .img-info,
.team-member-inside-two .team-single.two .img-info,
.team-member-inside-two .team-single.three .img-info,
.team-member-inside-two .team-single.four .img-info,
.team-member-inside-two .team-single.five .img-info,
.team-member-inside-two .team-single.six .img-info,
.team-member-inside-two .team-single.seven .img-info,
.team-member-inside-two .team-single.four .img-info {
    width: 170px;
    height: 170px;
    margin: 0 auto;
  }

  .team-member-inside-two {
    height: 100%;
  }

  .teams_second_home2 .title {
    padding-bottom: 20px;
    padding-top: 40px;
  }

  .teams_second_home2 {
    background-position: center bottom;
  }

  .blog_sec .owl-carousel .owl-item img {
    width: 100%;
  }

  .home2 .banner_dashboard_right {
    padding-top: 40px;
  }

  .banner-social-circle {
    display: none;
  }

  .service_provide_sec_home2 .nav-tabs .nav-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .home2 .pricing_title {
    padding-bottom: 60px;
  }

  .blog_nesletter_two {
    height: 100%;
  }

  .widget_insta {
    padding-left: 0;
  }

  .testimonials_home2 .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .testimonials_home2 .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}
@media only screen and (max-width: 380px) {
  .team-member-inside-two .team-single,
.team-member-inside-two .team-single.two,
.team-member-inside-two .team-single.three,
.team-member-inside-two .team-single.four,
.team-member-inside-two .team-single.five,
.team-member-inside-two .team-single.six,
.team-member-inside-two .team-single.seven,
.team-member-inside-two .team-single.one {
    width: 100%;
  }

  .home2.hero_banner {
    padding-bottom: 60px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 993px) {
  .team-member-inside-two .team-single,
.team-member-inside-two .team-single.two,
.team-member-inside-two .team-single.three,
.team-member-inside-two .team-single.four,
.team-member-inside-two .team-single.five,
.team-member-inside-two .team-single.six,
.team-member-inside-two .team-single.seven,
.team-member-inside-two .team-single.one {
    position: unset;
    width: 33.33%;
    height: auto;
    float: left;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 40px;
  }

  .team-member-inside-two .team-single.one .img-info,
.team-member-inside-two .team-single.two .img-info,
.team-member-inside-two .team-single.three .img-info,
.team-member-inside-two .team-single.four .img-info,
.team-member-inside-two .team-single.five .img-info,
.team-member-inside-two .team-single.six .img-info,
.team-member-inside-two .team-single.seven .img-info,
.team-member-inside-two .team-single.four .img-info {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }

  .team-member-inside-two {
    height: 100%;
  }

  .teams_second_home2 .title {
    padding-bottom: 20px;
    padding-top: 40px;
  }

  .teams_second_home2 {
    background-position: center bottom;
  }

  .blog_sec .owl-carousel .owl-item img {
    width: 100%;
  }

  .home2 .banner_dashboard_right img {
    right: -400px;
  }
}
/* -------------------------------- 

Close Home 2 style

-------------------------------- */
/* -------------------------------- 

Start About page style

-------------------------------- */
.inner_broadcramp:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(11deg, #5330e9 0%, #975ffd 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5330e9), color-stop(100%, #975ffd));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(11deg, #5330e9 0%, #975ffd 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(11deg, #5330e9 0%, #975ffd 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(11deg, #5330e9 0%, #975ffd 100%);
  /* ie10+ */
  background: linear-gradient(79deg, #5330e9 0%, #975ffd 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5330e9", endColorstr="#975ffd",GradientType=1 );
  /* ie6-9 */
  z-index: -1;
  opacity: 0.8;
}

.inner_broadcramp {
  position: relative;
  z-index: 1;
  width: 100%;
  background-image: url(../img/service/banner.jpg);
  padding-top: 70px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.broadcramp_inside_hdr {
  text-align: center;
}

.broadcramp_inside_hdr h4 {
  color: #fff;
  padding-bottom: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
}

.broadcramp_inside_hdr ul li {
  display: inline-block;
  color: #fff;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.broadcramp_inside_hdr ul li a {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.about_p.about_us_sec:before {
  display: none;
}

.about_p .about_content {
  padding: 0;
  padding-left: 15px;
}

.about_p.about_us_sec:after {
  background-position: center;
}

.about_p h5 {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #383866;
  font-size: 18px;
}

.about_content_iner {
  padding-bottom: 90px;
}

.content_text_about h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 30px;
  line-height: 1.3em;
}

.content_text_about p {
  padding-top: 20px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
  line-height: 1.7rem;
}

.content_text_about {
  padding-top: 40px;
}

.about_us_sec.about_p {
  margin-bottom: 0;
}

.testimonials_home2.inner_p {
  padding-bottom: 140px;
}

/* -------------------------------- 

Close About page style

-------------------------------- */
/* -------------------------------- 

Start Blog page style

-------------------------------- */
.blog_page_main {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.blog_page_main .single_blog_in:hover .card .images .dates {
  bottom: 0;
  background-color: #3043ef;
  z-index: 9;
}

.blog_page_main .single_blog_in .card-body {
  padding-left: 22px;
  padding-right: 22px;
  background-color: #fff;
}

.blog_page_single_post ul {
  padding-bottom: 25px;
}

.blog_page_single_post ul li {
  width: 33%;
}

.blog_page_single_post .single_blog_in:hover .card-body h2,
.blog_page_single_post .single_blog_in .card-body a:hover {
  color: #3043ef;
}

.blog_page_single_post .single_blog_in .btn {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #3043ef;
  font-size: 14px;
  padding-top: 14px;
  padding-left: 0;
}

.blog_page_single_post .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.blog_page_single_post .owl-carousel .owl-nav .owl-prev {
  left: 0;
  border-radius: 0 20px 20px 0;
}

.blog_page_single_post .owl-carousel .owl-nav .owl-next {
  right: 0;
  border-radius: 20px 0 0 20px;
  left: auto;
}

.blog_page_single_post .owl-carousel .owl-nav .owl-next:hover,
.blog_page_single_post .owl-carousel .owl-nav .owl-prev:hover {
  background-color: #3043ef;
}

.blog_page_single_post .owl-carousel .owl-nav .owl-next,
.blog_page_single_post .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 30px;
  height: 40px;
  color: #fff;
  background-color: #969696;
  font-size: 30px;
  text-align: center;
  outline: 0;
  border: 0;
}

.blog_page_single_post .single_blog_in {
  -webkit-box-shadow: 0px 0px 20px 1px rgba(102, 102, 102, 0.1);
  -moz-box-shadow: 0px 0px 20px 1px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 20px 1px rgba(102, 102, 102, 0.1);
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}

.pagination-post .page-item .page-link {
  margin-left: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #3b3a3a;
}

.pagination-post .page-item:first-child .page-link {
  background-color: #3043ef;
  color: #ffffff;
}

.pagination-post .page-item:last-child .page-link {
  background-color: #3043ef;
  color: #ffffff;
}

.vjs-poster {
  background-position: center;
  background-size: cover;
}

.video-js {
  width: 100% !important;
  height: 300px !important;
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}

.vjs-default-skin .vjs-big-play-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  border-color: #fff;
}

.vjs-default-skin .vjs-big-play-button:before {
  color: #735db6;
}

.vjs-default-skin .vjs-big-play-button {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.vjs-default-skin .vjs-big-play-button {
  left: 42%;
  top: 40%;
}

/*sidebar widget*/
.sidebar_search {
  width: 100%;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  -moz-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  padding: 10px 24px;
  margin-bottom: 36px;
}

.sidebar_search form {
  position: relative;
}

.sidebar_search form input {
  width: 100%;
  background-color: #fbfafa;
  outline: 0;
  border: 0;
  padding: 12px 20px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 18px;
}

.sidebar_search form .btn {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #3043ef;
  font-size: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}

.recent_post_wid,
.category_sidebar_wid,
.tags_sidebar {
  width: 100%;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  -moz-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  padding: 24px 40px;
}

.recent_post_wid h3,
.category_sidebar_wid h3,
.popular_post_sidebar h3,
.tags_sidebar h3,
.advertising_sidebar h3 {
  padding-bottom: 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 24px;
  position: relative;
}

.recent_post_wid .line,
.category_sidebar_wid .line,
.popular_post_sidebar .line,
.tags_sidebar .line,
.advertising_sidebar .line {
  width: 44px;
  height: 3px;
  background-color: #3043ef;
  margin-left: 22px;
  border-radius: 4px;
  position: relative;
}

.recent_post_wid .line:after,
.category_sidebar_wid .line:after,
.popular_post_sidebar .line:after,
.tags_sidebar .line:after,
.advertising_sidebar .line:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: -12px;
  border-radius: 50%;
  background-color: #cccccc;
}

.recent_post_wid .line:before,
.category_sidebar_wid .line:before,
.popular_post_sidebar .line:before,
.tags_sidebar .line:before,
.advertising_sidebar .line:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: -22px;
  border-radius: 50%;
  background-color: #cccccc;
}

.recent_post_wid li {
  margin-top: 24px;
}

.recent_post_wid .media img {
  max-width: 99px;
  border-radius: 4px;
}

.recent_post_wid .media p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 12px;
}

.recent_post_wid .media a {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #383866;
  font-size: 16px;
  line-height: 1.3em;
}

.recent_post_wid .media:hover a {
  color: #3043ef;
}

.category_sidebar_wid {
  margin-top: 36px;
}

.category_sidebar_wid ul {
  padding-top: 16px;
}

.category_sidebar_wid ul li {
  margin-top: 10px;
}

.category_sidebar_wid ul li a {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.category_sidebar_wid ul li a:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
  background-color: #cccccc;
}

.category_sidebar_wid ul li a:hover {
  color: #3043ef;
  margin-left: 16px;
}

.category_sidebar_wid ul li a:hover:after {
  background-color: #3043ef;
}

.popular_post_sidebar {
  margin-top: 36px;
}

.popular_post_sidebar .single > li {
  padding-top: 26px;
}

.popular_post_sidebar .single .card img {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  -moz-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.popular_post_sidebar .single .card-body {
  padding-left: 0;
  padding-right: 0;
}

.popular_post_sidebar .single .card {
  border: 0;
}

.popular_post_sidebar .single .card-body ul li:last-child {
  float: right;
}

.popular_post_sidebar .single .card-body ul li {
  display: inline-block;
  padding-bottom: 10px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 12px;
}

.popular_post_sidebar .single .card-body ul li a {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 12px;
}

.popular_post_sidebar .single .card-body h4 a:hover {
  color: #3043ef;
}

.popular_post_sidebar .single .card-body h4 a,
.popular_post_sidebar .single .card-body h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #383866;
  font-size: 18px;
}

.tags_sidebar {
  margin-top: 36px;
}

.tags_sidebar ul {
  padding-top: 18px;
}

.tags_sidebar ul li {
  display: inline-block;
  padding-top: 12px;
  padding-right: 10px;
}

.tags_sidebar ul li a {
  padding: 10px 14px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #666666;
  border: 1px solid #cccccc;
  display: inline-block;
  border-radius: 4px;
}

.tags_sidebar ul li a:hover {
  color: #fff;
  background-color: #3043ef;
  border: 1px solid #3043ef;
}

.advertising_sidebar {
  margin-top: 36px;
}

.advertising_sidebar .single_ad {
  padding-top: 26px;
}

/*sidebar widget*/
@media only screen and (max-width: 480px) {
  .controls .play,
.controls .pause {
    width: 40px;
    height: 40px;
    background-size: cover;
  }

  .controls .rew,
.controls .fwd,
.controls .stop {
    width: 25px;
    height: 25px;
    background-size: cover;
  }

  .controls {
    top: 105px;
    left: 112px;
  }

  .progressbar {
    top: 190px;
    width: 70%;
    margin: 0 15%;
  }

  .time-current {
    top: -26px;
  }

  .time-duration {
    top: -26px;
  }

  .volume {
    top: 162px;
    left: 130px;
  }

  .blog_page_main .artist {
    top: 70px;
  }

  .single_blog_in .card-body ul li {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .popular_post_sidebar .single .card-body ul li:last-child {
    width: 100%;
    clear: both;
  }

  .recent_post_wid .media img {
    max-width: 60px;
  }

  .blog_page_main .title {
    font-size: 14px;
    line-height: 1.2em;
  }

  .blog_page_single_post ul li {
    width: auto;
  }

  .blog_sidebar_page {
    padding-top: 60px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 993px) {
  .popular_post_sidebar .single .card-body ul li:last-child {
    width: 100%;
    clear: both;
  }

  .recent_post_wid .media img {
    max-width: 60px;
  }

  .blog_page_main .title {
    font-size: 14px;
  }

  .blog_page_single_post ul li {
    width: auto;
  }
}
/* -------------------------------- 

Close Blog page style

-------------------------------- */
/* -------------------------------- 

Start Single Blog details style

-------------------------------- */
.blog_details_main {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.blog_details_single_p .single_blog_in:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog_details_single_p .single_blog_in:hover .card .images .dates {
  bottom: 10px;
  background-color: #3043ef;
  z-index: 9;
}

.blog_details_single_p .single_blog_in .card-body {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.blog_details_single_p ul.info {
  padding-bottom: 25px;
}

.blog_details_single_p ul.info li {
  width: 33%;
}

.blog_details_single_p .single_blog_in:hover .card-body h2,
.blog_details_single_p .single_blog_in .card-body a:hover {
  color: #3043ef;
}

.blog_details_single_p .single_blog_in .card-body > p {
  padding-bottom: 26px;
}

.blog_details_single_p .single_blog_in .card-body h4 {
  padding-bottom: 30px;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 24px;
}

.blog_details_single_p .single_blog_in .card-body blockquote {
  width: 100%;
  background-color: #3043ef;
  padding: 42px 75px;
  color: #fff;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  margin-bottom: 36px;
}

.blog_details_single_p .single_blog_in .card-body blockquote p {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-left: 60px;
}

.blog_details_single_p .single_blog_in .card-body blockquote i {
  position: absolute;
  left: 65px;
  top: 30%;
  font-size: 48px;
}

.blog_details_single_p .single_blog_in .card-body h5 {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #383866;
  font-size: 16px;
  margin-bottom: 36px;
}

.blog_details_single_p .card-body .related_article li a {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #383866;
  font-size: 16px;
}

.blog_details_single_p .card-body .related_article li {
  width: 100%;
  display: list-item;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.post_share_btn {
  width: 100%;
  text-align: right;
}

.post_share_btn li {
  display: inline-block;
  padding-left: 16px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #666666;
  font-size: 18px;
}

.post_share_btn li a {
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  color: #ffffff;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #3b5998;
}

.post_share_btn li .fb {
  background-color: #3b5998;
}

.post_share_btn li .tw {
  background-color: #1da1f2;
}

.post_share_btn li .in {
  background-color: #405de6;
}

.post_share_btn li .li {
  background-color: #0077b5;
}

.comment_list_show {
  width: 100%;
  padding-top: 70px;
}

.comment_list_show h3,
.comment_form_p h3 {
  padding-bottom: 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 24px;
  position: relative;
}

.comment_list_show .line,
.comment_form_p .line {
  width: 44px;
  height: 3px;
  background-color: #3043ef;
  margin-left: 22px;
  border-radius: 4px;
  position: relative;
}

.comment_list_show .line:after,
.comment_form_p .line:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: -12px;
  border-radius: 50%;
  background-color: #cccccc;
}

.comment_list_show .line:before,
.comment_form_p .line:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: -22px;
  border-radius: 50%;
  background-color: #cccccc;
}

.comment_list_show .media {
  margin-top: 33px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 24px;
}

.comment_list_show .media img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}

.comment_list_show .media ul.list li a {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 16px;
}

.comment_list_show .media ul.list li {
  display: inline-block;
  padding-right: 10%;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 16px;
}

.comment_list_show .media p {
  padding-top: 14px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 14px;
}

.comment_list_show .child {
  padding-left: 50px;
}

.comment_form_p {
  padding-top: 50px;
}

.comment_form_p p {
  padding-top: 26px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 14px;
}

.comment_form_p form textarea,
.comment_form_p form input {
  width: 100%;
  padding: 14px 22px;
  outline: 0;
  border: 1px solid #cccccc;
  margin-top: 24px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
}

.comment_form_p .btn {
  padding: 12px 32px;
  background-color: #3043ef;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #3043ef;
  margin-top: 24px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
}

.comment_form_p .btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 50px;
}

.comment_form_p .btn:hover:after {
  width: 100%;
}

.comment_form_p .btn:hover {
  color: #3043ef;
}

@media only screen and (max-width: 767px) {
  .blog_details_single_p ul.info li {
    width: auto;
  }

  .blog_details_single_p .single_blog_in .card-body blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog_details_single_p .single_blog_in .card-body blockquote i {
    left: 20px;
    font-size: 32px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 993px) {
  .blog_details_single_p ul.info li {
    width: auto;
  }
}
/* -------------------------------- 

Close Single Blog details style

-------------------------------- */
/* -------------------------------- 

Start Services page style

-------------------------------- */
.service_page_inner {
  width: 100%;
  padding-top: 90px;
  position: relative;
  z-index: 1;
}

/*.service_page_inner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/service_bg_elements.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}*/
.service_page_inner .title {
  padding-bottom: 20px;
}

.single_service_page {
  position: relative;
  z-index: 1;
  padding: 45px 20px;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 11px 60px 0px rgba(102, 102, 102, 0.1);
  -moz-box-shadow: 0px 11px 60px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 11px 60px 0px rgba(102, 102, 102, 0.1);
  margin-top: 30px;
  overflow: hidden;
  border-radius: 10px;
}

.single_service_page:hover {
  background-color: #5a44f2;
}

.single_service_page:hover h4 a,
.single_service_page:hover p {
  color: #ffffff;
}

.single_service_page:after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  right: -100px;
  top: -30px;
  background-color: #4d35f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.62;
  display: none;
}

.single_service_page:hover:after {
  display: block;
}

.single_service_page .icon {
  position: relative;
  width: 112px;
  margin: 0 auto;
}

.single_service_page .icon .show,
.single_service_page .icon .hide {
  position: absolute;
  left: 5px;
  width: 110px;
}

.single_service_page .icon .hide {
  display: none;
}

.single_service_page:hover .icon .show {
  display: none;
}

.single_service_page:hover .icon .hide {
  display: inline;
}

.single_service_page h4 {
  padding: 20px 0;
}

.single_service_page h4 a {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 20px;
}

.single_service_page p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.testimonials_home2.no_bg:after {
  display: none;
}

.single_service_page img:first-child {
  max-height: 69px;
}

/* -------------------------------- 

Close Services page style

-------------------------------- */
/* -------------------------------- 

Start Service single page style

-------------------------------- */
.service_details_page {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.service_r_post {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(102, 102, 102, 0.1);
  -moz-box-shadow: 0px 0px 20px 2px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 20px 2px rgba(102, 102, 102, 0.1);
}

.service_r_post h3 {
  padding-bottom: 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 24px;
  position: relative;
}

.service_r_post .line {
  width: 44px;
  height: 3px;
  background-color: #3043ef;
  margin-left: 22px;
  border-radius: 4px;
  position: relative;
}

.service_r_post .line:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: -12px;
  border-radius: 50%;
  background-color: #cccccc;
}

.service_r_post .line:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: -22px;
  border-radius: 50%;
  background-color: #cccccc;
}

.service_r_post ul {
  padding-top: 10px;
}

.service_r_post ul li {
  margin-top: 14px;
}

.service_r_post ul li a {
  width: 100%;
  display: inline-block;
  background-color: #fbfbfc;
  color: #ffffff;
  padding: 15px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #1d2a49;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.service_r_post ul li a:hover {
  color: #ffffff;
  background-color: #3043ef;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 20px 50px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 20px 50px 0px rgba(48, 67, 239, 0.15);
  position: relative;
  z-index: 1111;
}

.customer_support_c {
  width: 100%;
  margin-top: 48px;
  text-align: center;
  background-color: #818eff;
  padding: 34px;
  color: #ffffff;
  margin-bottom: 48px;
}

.customer_support_c i {
  color: #ffffff;
  padding-bottom: 20px;
  font-size: 55px;
}

.customer_support_c h4 {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5em;
}

.customer_support_c h4 strong {
  font-weight: 600;
}

.customer_support_c h2 {
  padding-top: 24px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.4em;
}

.customer_support_c p {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.single_details_service_p img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(48, 67, 239, 0.15);
}

.single_details_service_p h3 {
  padding: 40px 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #3043ef;
  font-size: 30px;
}

.single_details_service_p p {
  padding-bottom: 34px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.service_inside_firewall h4 {
  padding-bottom: 32px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #2b318c;
  font-size: 24px;
}

.service_inside_firewall p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.service_inside_firewall ul {
  padding-top: 20px;
}

.service_inside_firewall ul li {
  width: 50%;
  display: inline-block;
  float: left;
  padding-top: 10px;
}

.service_inside_firewall ul li a {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #383866;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .customer_support_c h2 {
    font-size: 26px;
  }

  .customer_support_c h4 {
    font-size: 22px;
  }

  .single_details_service_p {
    margin-top: 50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 993px) {
  .customer_support_c h2 {
    font-size: 26px;
  }

  .customer_support_c h4 {
    font-size: 22px;
  }
}
/*team page*/
.meet_our_team.team_page {
  margin-top: 0;
}

.meet_our_team.team_page {
  position: relative;
  z-index: 11;
  background-color: transparent;
}

/* -------------------------------- 

Close Service single page style

-------------------------------- */
/* -------------------------------- 

Start Case studies page style

-------------------------------- */
.case_studies_page {
  padding-top: 60px;
  padding-bottom: 30px;
}

.single_case_page {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 10px;
}

.single_case_page:hover {
  -webkit-box-shadow: 0px 17px 61px 0px rgba(102, 102, 102, 0.15);
  -moz-box-shadow: 0px 17px 61px 0px rgba(102, 102, 102, 0.15);
  box-shadow: 0px 17px 61px 0px rgba(102, 102, 102, 0.15);
}

.single_case_page .card-body {
  padding-bottom: 35px;
}

.single_case_page .card img {
  border-radius: 10px 10px 0 0;
}

.single_case_page .card {
  border: 0;
}

.single_case_page h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 24px;
  padding-bottom: 18px;
}

.single_case_page h4 a {
  color: #383866;
}

.single_case_page p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.single_case_page:hover h4 a {
  color: #3043ef;
}

.single_case_page .btn {
  position: relative;
  z-index: 1;
  background-color: #eeeeee;
  padding: 8px 22px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #383866;
  margin-top: 26px;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.single_case_page .btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3043ef;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 5px;
}

.single_case_page .btn:hover:after {
  width: 100%;
}

.single_case_page .btn:hover {
  color: #fff;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
}

/*details page*/
.case_single_details {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}

/*.case_single_details:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/case/single/case-elements.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    z-index: -1;
}*/
.project_details h4 {
  padding-bottom: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #383866;
  font-size: 24px;
  border-bottom: 1px solid #eeeeee;
}

.project_details ul li {
  padding-top: 26px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #383866;
  font-size: 18px;
}

.project_details ul li span {
  padding-left: 10px;
}

.main_content_tx {
  width: 100%;
  padding-top: 50px;
}

.main_content_tx h2 {
  padding-bottom: 20px;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #3043ef;
  font-size: 24px;
}

.main_content_tx h2:after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #3043ef;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main_content_tx p b {
  font-weight: 500;
}

.main_content_tx p {
  padding-top: 32px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.case_single_details img.hero:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(102, 102, 102, 0.2);
  -moz-box-shadow: 0px 10px 30px 0px rgba(102, 102, 102, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(102, 102, 102, 0.2);
}

.case_single_details img.inner {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(102, 102, 102, 0.2);
  -moz-box-shadow: 0px 0px 9px 0px rgba(102, 102, 102, 0.2);
  box-shadow: 0px 0px 9px 0px rgba(102, 102, 102, 0.2);
}

.case_single_details .smaple_text h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #383866;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
}

.case_single_details .smaple_text h3:after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #6e41ff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.case_single_details .smaple_text h5 {
  padding-top: 28px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #383866;
  font-size: 18px;
  padding-bottom: 20px;
}

.case_single_details .smaple_text ul li {
  padding-top: 10px;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
}

.midle_shape_1 {
  margin: -10px 0;
}

/*details page*/
/* -------------------------------- 

Close Case studies page style

-------------------------------- */
/* -------------------------------- 

Start Contact page style

-------------------------------- */
.contact_us_page {
  width: 100%;
  padding-top: 30px;
}

.contact-address-map {
  padding-bottom: 90px;
}

.contact-address-map iframe {
  width: 100%;
  height: 400px;
}

.single_contact_info {
  margin-top: 30px;
  text-align: center;
  background-color: #f9f9f9;
  padding: 24px 20px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 10px;
}

.single_contact_info:hover {
  background-color: #3043ef;
  -webkit-box-shadow: 0px 17px 40px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 17px 40px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 17px 40px 0px rgba(48, 67, 239, 0.15);
}

.single_contact_info:hover h4,
.single_contact_info:hover p {
  color: #ffffff;
}

.single_contact_info:hover .icon {
  background-color: #ffffff;
  color: #3043ef;
}

.single_contact_info .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-color: #eeeeee;
  text-align: center;
  color: #666666;
  font-size: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding-top: 32px;
}

.single_contact_info h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 24px;
  padding-top: 24px;
}

.single_contact_info p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  padding-top: 8px;
  color: #383866;
  font-size: 16px;
}

.contact_us_page .title {
  padding-bottom: 20px;
}

.contact_form_page {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.contact_form_page .title {
  padding-bottom: 20px;
}

.contact_form_page form input,
.contact_form_page form textarea {
  width: 100%;
  padding: 14px 22px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  outline: 0;
  margin-top: 30px;
  border: 1px solid #eeeeee;
}

.contact_form_page form .btn {
  padding: 12px 32px;
  background-color: #3043ef;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #3043ef;
  margin-top: 24px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
}

.contact_form_page form .btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 50px;
}

.contact_form_page form .btn:hover:after {
  width: 100%;
}

.contact_form_page form .btn:hover {
  color: #3043ef;
}

/* -------------------------------- 

Close Contact page style

-------------------------------- */
/* -------------------------------- 

Start 404 page style

-------------------------------- */
.error_page_main_con {
  width: 100%;
  padding: 90px 0;
  text-align: center;
}

.error_page_main_con h4 {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  color: #383866;
  font-size: 24px;
}

.error_page_main_con .btn {
  padding: 12px 32px;
  background-color: #6c62ff;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #6c62ff;
  margin-top: 24px;
  text-transform: uppercase;
}

.error_page_main_con .btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 50px;
}

.error_page_main_con .btn:hover:after {
  width: 100%;
}

.error_page_main_con .btn:hover {
  color: #6c62ff;
}

/* -------------------------------- 

Close 404 page style

-------------------------------- */
.grid-item .item-inner {
  width: 100%;
  display: block;
}
.grid-item .item-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ag_banner_part {
  height: 1066px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ag_banner_part.banner_bg_img {
  background-image: url("../img/banner_img/banner_bg_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}
.ag_banner_part.banner_bg_img_shape {
  background-image: url("../img/banner_shape_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}
@media (max-width: 767.98px) {
  .ag_banner_part {
    min-height: 700px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ag_banner_part {
    min-height: 800px;
    height: auto;
  }
}
.ag_banner_part [class^=banner_parallax_img_], .ag_banner_part [class*=banner_parallax_img_] {
  position: absolute;
  z-index: -1;
}
.ag_banner_part [class^=banner_parallax_img_] .layer, .ag_banner_part [class*=banner_parallax_img_] .layer {
  position: relative !important;
}
.ag_banner_part .banner_parallax_img_1 {
  top: 20%;
  right: 10%;
}
.ag_banner_part .banner_parallax_img_2 {
  top: 15%;
  right: 40%;
}
.ag_banner_part .banner_parallax_img_4 {
  bottom: 15%;
  right: 20%;
}
.ag_banner_part .banner_parallax_img_5 {
  top: 30%;
  right: 0;
}
.ag_banner_part .banner_parallax_img_6 {
  bottom: 30%;
  left: 0;
}
.ag_banner_part [class^=home_four_banner_shape_], .ag_banner_part [class*=home_four_banner_shape_] {
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
}
.ag_banner_part .home_four_banner_shape_01 {
  bottom: 15%;
  right: 10%;
}
.ag_banner_part .home_four_banner_shape_02 {
  top: 10%;
  right: 10%;
}
.ag_banner_part .home_four_banner_shape_03 {
  top: 40%;
  left: 4%;
  width: auto;
}
.ag_banner_part .home_four_banner_shape_04 {
  top: 10%;
  left: 8%;
}
.ag_banner_part .home_four_banner_shape_05 {
  top: 14%;
  right: 35%;
}
.ag_banner_part .home_four_banner_shape_06 {
  bottom: 55%;
  right: 10%;
}

.mouse_move_animation {
  overflow: hidden;
}

.ag_banner_content_inner {
  text-align: center;
}
.ag_banner_content_inner .sub_title {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .ag_banner_content_inner .sub_title {
    font-size: 20px;
  }
}
.ag_banner_content_inner .banner_title {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 41px;
}
@media (max-width: 767.98px) {
  .ag_banner_content_inner .banner_title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ag_banner_content_inner .banner_title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.ag_banner_content_inner .description {
  color: #fff;
  margin-bottom: 53px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .ag_banner_content_inner .description {
    margin-bottom: 20px;
  }
}
.ag_banner_content_inner .btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ag_banner_content_inner .btn_list .ag_btn {
  margin-right: 17px;
}
@media (max-width: 576px) {
  .ag_banner_content_inner .btn_list {
    display: inline-block;
  }
  .ag_banner_content_inner .btn_list .ag_btn {
    margin: 10px 0;
    width: 100%;
  }
}
.ag_banner_content_inner.banner_style_02 {
  text-align: left;
}
@media (max-width: 991px) {
  .ag_banner_content_inner.banner_style_02 {
    margin: 150px 0;
    text-align: center;
  }
}
.ag_banner_content_inner.banner_style_02 .sub_title {
  color: #383866;
}
.ag_banner_content_inner.banner_style_02 .banner_title {
  font-size: 50px;
  color: #383866;
}
@media (max-width: 767.98px) {
  .ag_banner_content_inner.banner_style_02 .banner_title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ag_banner_content_inner.banner_style_02 .banner_title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.ag_banner_content_inner.banner_style_02 .description {
  color: #383866;
  font-size: 18px;
}
.ag_banner_content_inner.banner_style_02 .btn_list {
  text-align: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .ag_banner_content_inner.banner_style_02 .btn_list {
    justify-content: center;
  }
}
.ag_banner_content_inner.banner_style_02 .video_popup_btn {
  color: #383866;
  font-weight: 500;
}
.ag_banner_content_inner.banner_style_02 .video_popup_btn span {
  color: #fff;
}

@media (max-width: 991px) {
  .services_section {
    padding: 70px 0;
  }
}

.ag_services_section_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
@media (max-width: 576px) {
  .ag_services_section_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .ag_services_section_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ag_services_section_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ag_services_section_wrapper .ag_icon_box_inner:nth-child(1) {
  margin-top: 130px;
}
@media (max-width: 991px) {
  .ag_services_section_wrapper .ag_icon_box_inner:nth-child(1) {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .ag_services_section_wrapper .ag_icon_box_inner:nth-child(1) {
    margin-top: 60px;
  }
}
.ag_services_section_wrapper .ag_icon_box_inner:nth-child(2) {
  margin-top: 0;
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  .ag_services_section_wrapper .ag_icon_box_inner:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .ag_services_section_wrapper .ag_icon_box_inner:nth-child(2) {
    margin-bottom: 60px;
  }
}
.ag_services_section_wrapper .ag_icon_box_inner:nth-child(3) {
  margin-top: -130px;
  margin-bottom: 260px;
}
@media (max-width: 991px) {
  .ag_services_section_wrapper .ag_icon_box_inner:nth-child(3) {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .ag_services_section_wrapper .ag_icon_box_inner:nth-child(3) {
    margin-top: -60px;
    margin-bottom: 120px;
  }
}

.ag_icon_box_inner .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 31px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ag_icon_box_inner .description {
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ag_icon_box_inner.icon_box_style_01 {
  padding: 50px 35px 55px;
  text-align: center;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 20px 40px 0px rgba(102, 102, 102, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .ag_icon_box_inner.icon_box_style_01 {
    margin-bottom: 30px;
  }
}
.ag_icon_box_inner.icon_box_style_01:hover {
  box-shadow: 0px 20px 40px 0px rgba(102, 102, 102, 0.16);
}
.ag_icon_box_inner.icon_box_style_01 .services_icon {
  margin-bottom: 25px;
}
.ag_icon_box_inner.icon_box_style_02 {
  padding: 50px 35px 55px;
  text-align: center;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 20px 40px 0px rgba(102, 102, 102, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ag_icon_box_inner.icon_box_style_02 .services_icon {
  margin-bottom: 53px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-align: center;
}
.ag_icon_box_inner.icon_box_style_02 .services_icon .services_icon_inner {
  height: 90px;
  width: 90px;
  background-color: #feeee9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.ag_icon_box_inner.icon_box_style_02 .services_icon .services_icon_inner img {
  max-width: 50px;
}
.ag_icon_box_inner.icon_box_style_02 .services_icon .services_icon_inner i {
  font-size: 50px;
}
.ag_icon_box_inner.icon_box_style_02 .services_icon.digital_icon .services_icon_inner {
  background-color: #f9dbe7;
}
.ag_icon_box_inner.icon_box_style_02 .services_icon.ui_icon .services_icon_inner {
  background-color: #e8eefc;
}
.ag_icon_box_inner.icon_box_style_02 .services_icon .services_icon_shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.ag_icon_box_inner.icon_box_style_02:hover {
  box-shadow: none;
  background-color: #FFD300;
}
.ag_icon_box_inner.icon_box_style_02:hover .services_icon .services_icon_inner {
  background-color: #fff;
}
.ag_icon_box_inner.icon_box_style_02:hover .services_icon .services_icon_shape {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.ag_icon_box_inner.icon_box_style_02:hover .title, .ag_icon_box_inner.icon_box_style_02:hover .description {
  color: #fff;
}
@media (max-width: 991px) {
  .ag_icon_box_inner.icon_box_style_02 {
    margin-bottom: 30px;
  }
}

.services_section.services_bg {
  background-color: #f8fbfd;
}
.services_section.services_bg [class^=services_parallax_img_], .services_section.services_bg [class*=services_parallax_img_] {
  position: absolute;
  z-index: -1;
}
.services_section.services_bg [class^=services_parallax_img_] .layer, .services_section.services_bg [class*=services_parallax_img_] .layer {
  position: relative !important;
}
.services_section.services_bg .services_parallax_img_1 {
  top: 50%;
  left: 0%;
}
.services_section.services_bg .services_parallax_img_2 {
  top: 10%;
  right: 20%;
}
.services_section.services_bg .services_parallax_img_3 {
  bottom: 15%;
  right: 20%;
}
.services_section.services_bg .services_parallax_img_4 {
  bottom: 15%;
  right: 20%;
}
.services_section.services_bg .services_parallax_img_5 {
  top: 30%;
  right: 2%;
}
.services_section.services_bg .services_parallax_img_6 {
  bottom: 25%;
  left: 0;
}
.services_section.services_bg .services_parallax_img_7 {
  bottom: 0%;
  right: 0;
}
.services_section.services_bg .services_parallax_img_8 {
  top: 20%;
  right: 10%;
}
.services_section.services_bg .services_parallax_img_9 {
  bottom: 10%;
  right: 10%;
}

.ag_tab_section_wrapper .nav_tab_wrapper {
  position: relative;
}
.ag_tab_section_wrapper .nav_tab_wrapper .services_icon_shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.ag_tab_section_wrapper .nav_title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 28px;
}
.ag_tab_section_wrapper .nav_tab_icon_wrapper {
  height: 70px;
  width: 70px;
  background-color: #feeee9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.ag_tab_section_wrapper .nav_tab_icon_wrapper img {
  max-width: 40px;
}
.ag_tab_section_wrapper .nav-tabs {
  border: 0 solid transparent;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
}
@media (max-width: 576px) {
  .ag_tab_section_wrapper .nav-tabs {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .ag_tab_section_wrapper .nav-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ag_tab_section_wrapper .nav-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ag_tab_section_wrapper .nav-tabs .nav-link {
  padding: 30px;
  border: 1px solid #e8eefc;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .ag_tab_section_wrapper .nav-tabs .nav-link {
    margin-bottom: 30px;
  }
}
.ag_tab_section_wrapper .nav-tabs .nav-link.ux_ui_tab .nav_tab_icon_wrapper {
  background-color: #e8eefc;
}
.ag_tab_section_wrapper .nav-tabs .nav-link.e_commerce .nav_tab_icon_wrapper {
  background-color: #e6f8ee;
}
.ag_tab_section_wrapper .nav-tabs .nav-link.active {
  background-color: #FFD300;
  border: 1px solid #FFD300;
  box-shadow: 0px 20px 40px 0px rgba(48, 67, 239, 0.13);
}
.ag_tab_section_wrapper .nav-tabs .nav-link.active .nav_title {
  color: #fff;
}
.ag_tab_section_wrapper .nav-tabs .nav-link.active .services_icon_shape {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.ag_tab_section_wrapper .nav-tabs .nav-link.active .nav_tab_icon_wrapper {
  background-color: #fff;
}
.ag_tab_section_wrapper .tab-content {
  margin-top: 90px;
  border: 1px solid #e8eefc;
}
@media (max-width: 991px) {
  .ag_tab_section_wrapper .tab-content {
    margin-top: 30px;
  }
}
.ag_tab_section_wrapper .tab-content .tab-pane {
  padding: 70px 30px;
}
.ag_tab_section_wrapper .tab-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.ag_tab_section_wrapper .tab-content .desc {
  margin-bottom: 25px;
}

.ag_about_text_box .ag_btn {
  margin-top: 30px;
}
.ag_about_text_box .sub_title {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 18px;
}
.ag_about_text_box .sub_title span {
  font-weight: 600;
}

.about_section.about_bg {
  background-image: url("../img/about_bg_shape.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_section.about_bg_02 {
  background-image: url("../img/shape/img21.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
}

.ag_img_box.image_animation_style_01 {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-right: 65px;
}
@media (max-width: 991px) {
  .ag_img_box.image_animation_style_01 {
    padding-right: 0;
  }
}
.ag_img_box.image_animation_style_01 .profile_thumb_shape {
  position: absolute;
  left: 0;
  top: -26px;
  z-index: -1;
  transform: rotate(20deg);
}
@media (max-width: 991px) {
  .ag_img_box.image_animation_style_01 .profile_thumb_shape {
    right: 0;
    margin: 0 auto;
  }
}

.about_shape_img {
  position: relative;
}
.about_shape_img [class^=about_section_shape_], .about_shape_img [class*=about_section_shape_] {
  position: absolute;
}
.about_shape_img .about_section_shape_01 {
  left: 0;
  top: 5%;
}
.about_shape_img .about_section_shape_02 {
  left: 30%;
  top: -6%;
}
.about_shape_img .about_section_shape_03 {
  right: 3%;
  top: 4%;
}

.testimonial_bg_img {
  background-image: url("../img/testimonial_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.testimonial_bg_img .testimonial_shape {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial_bg_img_02 {
  position: relative;
}
.testimonial_bg_img_02 .testimonial_shape {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}

.grdient_overlay {
  position: relative;
  z-index: 1;
}
.grdient_overlay:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(55deg, #4a4ff7 0%, #9a00ff 100%);
  background-image: -webkit-linear-gradient(55deg, #4a4ff7 0%, #9a00ff 100%);
  background-image: -ms-linear-gradient(55deg, #4a4ff7 0%, #9a00ff 100%);
  opacity: 0.902;
  z-index: -1;
}

.client_slider_thumbs {
  position: relative;
  height: 370px;
}
.client_slider_thumbs .swiper-slide {
  position: absolute;
  max-width: 120px;
  border-radius: 50%;
  max-height: 120px;
}
.client_slider_thumbs .swiper-slide img {
  border-radius: 50%;
  max-height: 120px;
  border: 6px solid transparent;
}
.client_slider_thumbs .swiper-slide.swiper-slide-thumb-active img {
  border: 6px solid #fff;
}
.client_slider_thumbs .swiper-slide:nth-child(1) {
  right: 40px;
  top: 0;
  animation: scale-up-one 5s infinite linear;
}
.client_slider_thumbs .swiper-slide:nth-child(2) {
  left: 40%;
  top: 31%;
  animation: scale-up-one 8s infinite linear;
}
.client_slider_thumbs .swiper-slide:nth-child(3) {
  left: 15%;
  bottom: 4%;
  animation: scale-up-one 6s infinite linear;
}
.client_slider_thumbs .swiper-slide:nth-child(4) {
  left: 18px;
  top: 23px;
  animation: scale-up-one 7s infinite linear;
}
.client_slider_thumbs .swiper-slide:nth-child(5) {
  right: 30px;
  bottom: 0;
  animation: scale-up-one 6s infinite linear;
}

.client_slider_content_wrapper .testimonial_quote_img {
  margin-bottom: 19px;
}
.client_slider_content_wrapper .client_speech {
  color: #fff;
  margin-bottom: 24px;
}
.client_slider_content_wrapper .client_name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #FFD300;
}
.client_slider_content_wrapper .client_position {
  color: #fff;
}
.client_slider_content_wrapper.testimonial_slide_style_02 .client_speech {
  color: #383866;
}
.client_slider_content_wrapper.testimonial_slide_style_02 .client_position {
  color: #383866;
}

.pricing_plan.sec_padding {
  padding: 100px 0 150px;
}
.pricing_plan.pricing_plan_bg_img {
  background-image: url(../img/price-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
}

.ag_pricing_plan_wrapper {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 30px 50px 0px rgba(102, 102, 102, 0.15);
  padding: 30px 30px 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .ag_pricing_plan_wrapper {
    margin-bottom: 30px;
  }
}
.ag_pricing_plan_wrapper .plan_category {
  font-size: 16px;
  color: #383866;
  font-family: "Hind", sans-serif;
  margin-bottom: 12px;
}
.ag_pricing_plan_wrapper .price {
  font-size: 36px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ag_pricing_plan_wrapper .feature_list {
  font-size: 16px;
  color: #383866;
  font-family: "Hind", sans-serif;
  margin-top: 25px;
}
.ag_pricing_plan_wrapper .feature_list li {
  margin-bottom: 10px;
}
.ag_pricing_plan_wrapper .ag_btn {
  margin-top: 10px;
}
.ag_pricing_plan_wrapper:hover .price {
  color: #FFD300;
}
.ag_pricing_plan_wrapper:hover .ag_btn {
  background-color: #FFD300;
  border: 1px solid #FFD300;
  color: #fff;
}

.cf.active .ag_pricing_plan_wrapper .price {
  color: #FFD300;
}
.cf.active .ag_pricing_plan_wrapper .ag_btn {
  background-color: #FFD300;
  border-color: #FFD300;
  color: #fff;
}
.cf.active .ag_pricing_plan_wrapper .ag_btn:hover {
  color: #fff;
  background-color: #383866;
  border-color: #383866;
}

.pricing_plan_shape {
  position: relative;
}
.pricing_plan_shape [class^=shape_img_], .pricing_plan_shape [class*=shape_img_] {
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
  left: 0;
}
.pricing_plan_shape .shape_img_01 {
  left: 10%;
  top: 5%;
}
.pricing_plan_shape .shape_img_02 {
  top: 5%;
  left: 45%;
}
.pricing_plan_shape .shape_img_03 {
  top: 40%;
  left: 10%;
}
.pricing_plan_shape .shape_img_04 {
  top: 40%;
  left: 45%;
}
.pricing_plan_shape .shape_img_06 {
  bottom: 15%;
  left: 0%;
}
.pricing_plan_shape .shape_img_05 {
  bottom: 20%;
  left: 45%;
}

.pricing_plan_shape_style_02 {
  position: relative;
  z-index: 1;
}
.pricing_plan_shape_style_02 [class^=shape_img_], .pricing_plan_shape_style_02 [class*=shape_img_] {
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  z-index: -1;
}
.pricing_plan_shape_style_02 .shape_img_01 {
  left: 4%;
  top: 5%;
}
.pricing_plan_shape_style_02 .shape_img_02 {
  left: 10%;
  top: 5%;
}
.pricing_plan_shape_style_02 .shape_img_03 {
  left: 70%;
  top: 1%;
}
.pricing_plan_shape_style_02 .shape_img_04 {
  right: 5%;
  top: 5%;
}
.pricing_plan_shape_style_02 .shape_img_05 {
  left: 5%;
  bottom: 15%;
}
.pricing_plan_shape_style_02 .shape_img_06 {
  left: 50%;
  bottom: 10%;
}
.pricing_plan_shape_style_02 .shape_img_06 {
  right: 5%;
  bottom: 10%;
}
.pricing_plan_shape_style_02 .shape_img_07 {
  right: 5%;
  bottom: 50%;
}

.case_studies_section.case_studies_bg {
  background-image: url("../img/project_bg_img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper_case_filter {
  text-align: right;
  margin-bottom: 29px;
}
.swiper_case_filter a {
  font-size: 16px;
  color: #383866;
  margin-left: 55px;
  display: inline-block;
}
@media (max-width: 991px) {
  .swiper_case_filter a {
    margin-left: 30px;
    margin-bottom: 10px;
  }
}
.swiper_case_filter .swiper-active {
  font-weight: 600;
  color: #383866;
}
.swiper_case_filter .view_all_btn {
  color: #FFD300;
}
.swiper_case_filter .view_all_btn i {
  margin-left: 5px;
}

.case_studies_section_wrapper {
  margin-right: -35%;
}
@media (max-width: 576px) {
  .case_studies_section_wrapper {
    margin-right: 0;
  }
}

.case_studies_wrapper {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .case_studies_wrapper {
    margin-bottom: 30px;
  }
}
.case_studies_wrapper:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(55deg, #4a4ff7 0%, #9a00ff 100%);
  background-image: -webkit-linear-gradient(55deg, #4a4ff7 0%, #9a00ff 100%);
  background-image: -ms-linear-gradient(55deg, #4a4ff7 0%, #9a00ff 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case_studies_wrapper img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case_studies_wrapper .case_studies_content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case_studies_wrapper .case_studies_content .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.case_studies_wrapper .case_studies_content .portfolio_meta_list {
  color: #fff;
  font-size: 16px;
}
.case_studies_wrapper:hover .case_studies_content {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.case_studies_wrapper:hover:after {
  opacity: 0.6;
}

.swiper-slide-active .case_studies_wrapper .case_studies_content {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.swiper-slide-active .case_studies_wrapper:after {
  opacity: 0.6;
}

.ag_cta_section_wrapper .ag_btn {
  margin-top: 51px;
  background-color: #FFD300;
  border-color: #FFD300;
}
.ag_cta_section_wrapper .ag_btn:hover {
  background-color: #383866;
  border-color: #383866;
}

.cta_section.cta_bg {
  background-image: url("../img/cta_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta_section.grdient_overlay:after {
  opacity: 0.8;
}

.cta_section_style_02.cta_bg {
  background-image: url("../img/cta_bg_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ag_faq_section_content_wrapper .title {
  margin-bottom: 50px;
}

.dl_accordion_item .dl_accordion_icon {
  position: absolute;
  left: -42px;
  top: -4px;
}
.dl_accordion_item.is-active {
  background-color: #fff;
}
.dl_accordion_item .dl_accordion_item_title {
  position: relative;
}
.dl_accordion_item .dl_accordion_thumb {
  max-width: 100%;
}
@media (max-width: 991px) {
  .dl_accordion_item .dl_accordion_thumb {
    margin-top: 30px;
  }
}
@media (min-width: 991px) {
  .dl_accordion_item .dl_accordion_thumb {
    position: absolute;
    right: -100%;
    top: 0;
  }
}
.dl_accordion_item .dl_accordion_title {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 22px 55px 22px 30px;
}
.dl_accordion_item .dl_accordion_title::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  vertical-align: middle;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  transition: transform 0.2s ease-out;
  right: 30px;
  top: 48%;
  position: absolute;
}
.dl_accordion_item .dl_accordion_panel {
  display: none;
  padding: 23px 30px;
  border-top: 1px solid #e2e2e2;
}
.dl_accordion_item.is-active .dl_accordion_title::before {
  transform: rotate(-140deg);
}
@media (min-width: 768px) {
  .dl_accordion_item .dl_accordion_inner {
    display: flex;
    align-items: center;
  }
  .dl_accordion_item .dl_accordion_inner .dl_accordion_thumb {
    flex: 31% 0 0;
    display: flex;
  }
}
.dl_accordion_item .dl_accordion_inner .dl_accordion_thumb {
  position: relative;
  right: auto;
  top: auto;
}
@media (max-width: 767.98px) {
  .dl_accordion_item .dl_accordion_inner .dl_accordion_thumb {
    margin-bottom: 10px;
  }
}
.dl_accordion_item .dl_accordion_inner .dl_accordion_thumb + .dl_accordion_inner_content {
  padding-left: 30px;
}
.dl_accordion_item .dl_accordion_inner .dl_accordion_inner_content + .dl_accordion_thumb {
  padding-left: 30px;
}
.dl_accordion_item.dl_accordion_style_01 {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
}
.dl_accordion_item.dl_accordion_style_01 .dl_accordion_panel {
  padding-top: 20px;
}
.dl_accordion_item.dl_accordion_style_01 .dl_accordion_icon {
  max-width: 16px;
  position: absolute;
  left: -30px;
  top: 0px;
}

.faq_section_img {
  margin-left: -110px;
}
@media (max-width: 991px) {
  .faq_section_img {
    margin-left: 0;
  }
}

.single_blog_in.blog_style_01 {
  border-radius: 10px;
}
.single_blog_in.blog_style_01 .card-body h2 a:hover {
  color: #FFD300;
}
.single_blog_in.blog_style_01 .card .images .dates {
  background-color: #FFD300;
}
.single_blog_in.blog_style_01 .card-body a:hover {
  color: #FFD300;
}

.blog_slider_2 .owl-stage-outer, .blog_slider_3 .owl-stage-outer {
  padding-bottom: 42px;
}

.blog_slider_2 .owl-dots, .blog_slider_3 .owl-dots {
  width: 100%;
  text-align: center;
}

.blog_slider_2 button.owl-dot, .blog_slider_3 button.owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #383866;
  outline: 0;
  border: 0;
}

.blog_slider_2 button.owl-dot.active, .blog_slider_3 button.owl-dot.active {
  background-color: #FFD300;
}

.ag_blog_newsletter {
  padding: 50px 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 15px 50px 0px rgba(102, 102, 102, 0.21);
  height: 87%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ag_blog_newsletter h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3em;
  color: #383866;
  font-size: 30px;
  padding-bottom: 20px;
}
.ag_blog_newsletter p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
  padding-bottom: 36px;
}
.ag_blog_newsletter input {
  width: 100%;
  text-align: center;
  padding: 16px;
  outline: 0;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #383866;
  font-size: 16px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #FFD300;
}
.ag_blog_newsletter .ag_btn {
  margin-top: 36px;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(48, 67, 239, 0.15);
  cursor: pointer;
  box-shadow: 0px 15px 20px 0px rgba(255, 64, 137, 0.15);
}

.footer_section {
  background-image: url("../img/footer_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer_section.footer_style_02 {
  background-image: url("../img/footer_bg_style_02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_content {
  padding: 120px 0 100px;
}

.footer_style_01 .copyright_text {
  padding: 15px 0;
  border-top: 1px solid #f6f6ff;
}
.footer_style_01 .copyright_text p {
  color: #fff;
}

.copyright_style_02 .copyright_text {
  padding: 15px 0;
  border-top: 0px solid transparent;
}
.copyright_style_02 .copyright_text p {
  color: #383866;
}

.copyright_style_02.copyright_content {
  background-color: #ebf0f9;
}
.copyright_style_02 p {
  color: #383866;
  text-transform: uppercase;
}
.copyright_style_02 .copyright_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .copyright_style_02 .copyright_text {
    display: block;
    justify-content: center;
  }
}
.copyright_style_02 .social_icon a {
  color: #383866;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  margin-right: 35px;
}
.copyright_style_02 .social_icon a:hover {
  color: #FFD300;
}
.copyright_style_02 .social_icon a:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .ag_footer_widget_wrapper {
    margin-bottom: 40px;
  }
}
.ag_footer_widget_wrapper .footer_logo {
  margin-bottom: 25px;
}
.ag_footer_widget_wrapper .footer_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.ag_footer_widget_wrapper h4 {
  color: #fff;
  margin-top: 6px;
}
.ag_footer_widget_wrapper p {
  color: #fff;
}
.ag_footer_widget_wrapper ul a {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 3px;
}
.ag_footer_widget_wrapper ul a:hover {
  color: #FFD300;
}
.ag_footer_widget_wrapper .newsletter input {
  color: #ffffff;
  background-color: transparent;
}
.ag_footer_widget_wrapper.footer_weiget_style_02 .footer_title {
  color: #383866;
}
.ag_footer_widget_wrapper.footer_weiget_style_02 h4 {
  color: #383866;
}
.ag_footer_widget_wrapper.footer_weiget_style_02 p {
  color: #383866;
}
.ag_footer_widget_wrapper.footer_weiget_style_02 ul a {
  color: #383866;
}
.ag_footer_widget_wrapper.footer_weiget_style_02 ul a:hover {
  color: #FFD300;
}
.ag_footer_widget_wrapper.footer_weiget_style_02 .newsletter input {
  color: #383866;
}

.ag_footer_widget_twitter_feed {
  display: grid;
  column-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.ag_footer_widget_twitter_feed a {
  display: inline-block;
  width: 100%;
}
.ag_footer_widget_twitter_feed a img {
  width: 100%;
}


#urunDrop .dropdown-menu {
    display: flex;             /* Menüyü yatayda hizalar */
    flex-direction: row;       /* Yan yana gösterir */
    width: 100%;               /* Menüyü tam ekran genişliğine ayarlar */
    justify-content: center;   /* Menü öğelerini ortalar */
    position: static;          /* Menü pozisyonunu statik yapar */
}

#urunDrop .dropdown-item {
    white-space: nowrap;       /* Menü öğelerinin satır atlamasını önler */
    padding: 10px 15px;        /* Menü öğesi boşlukları */
}
/*# sourceMappingURL=style.css.map */



/* Ana dropdown görünümü */
#urunDrop .dropdown-submenu>.dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 70%;
    /* sağda açılması */
    margin-top: 0;
}

/* Alt menüler gizli olsun başlangıçta */
.dropdown-submenu>ul.dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    /* Yan tarafta açılması için */
    top: 0;
    margin-top: 0;
    border-radius: 0 0.25rem 0.25rem 0;
}

/* Alt menü gösterilince */
.dropdown-submenu.show>ul.dropdown-menu {
    display: block;
}




@media (max-width: 767px) {
    .dropdown-submenu>ul.dropdown-menu {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }
}










.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 110%;
    /* %100'den biraz daha sağa kaydırdık */
    margin-left: 0.5rem;
    margin-right: 0.1rem;
    display: none;
    /* JS ile gösterilecek */
    position: absolute;
    min-width: 200px;
    /* isteğe bağlı genişlik */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px; */
    /* background-color: #fff; */
    z-index: 1000;
}

.dropdown-submenu>.dropdown-menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}