/*----------------------------------------------------
@File: Default Styles
@Author: EZZAIM Aymane
Author E-mail: aymazzaim@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: EZZAIM portfolio
@Author: EZZAIM Aymane
@Developed By: EZZAIM Aymane

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ banner
06/ breadcrumb
07/ about
08/ team
09/ project 
10/ price 
11/ team 
12/ blog 
13/ video  
14/ features  
15/ career  
16/ contact 
17/ footer
18/ blog-slider

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,700,900|Roboto:300,400,500,700");

/*---------------------------------------------------- */
/*----------------------------------------------------*/
html{
  scroll-behavior: smooth;
}
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

body {
  line-height: 26px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #777777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.p0 {
  padding-left: 0px;
  padding-right: 0px;
}

.p_120 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.p_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pad_top {
  padding-top: 120px;
}

.pad_bt {
  padding-bottom: 120px;
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1620px) {
  .box_1620 {
    max-width: 1620px;
    margin: auto;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Main Title Area css
============================================================================================ */
.main_title {
  text-align: center;
  max-width: 670px;
  margin: 0px auto 45px;
}

.main_title h2 {
  font-family: "Titillium Web", sans-serif;
  font-size: 36px;
  color: #222222;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main_title p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 26px;
  color: #777777;
  margin-bottom: 0px;
}

/* End Main Title Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
}

.header_area .navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

.header_area .navbar .nav .menu-item {
  margin-right: 45px;
}

.header_area .navbar .nav .menu-item a {
  font: 500 12px/120px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0px;
  display: inline-block;
}

.header_area .navbar .nav .menu-item a:after {
  display: none;
}

.header_area .navbar .nav .menu-item:hover a,
.header_area .navbar .nav .menu-item.active a {
  color: #fff;
}

.header_area .navbar .nav .menu-item.submenu {
  position: relative;
}

.header_area .navbar .nav .menu-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .header_area .navbar .nav .menu-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.header_area .navbar .nav .menu-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}

.header_area .navbar .nav .menu-item.submenu ul .menu-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}

.header_area .navbar .nav .menu-item.submenu ul .menu-item a {
  line-height: 45px;
  color: #222222;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}

.header_area .navbar .nav .menu-item.submenu ul .menu-item:last-child {
  border-bottom: none;
}

.header_area .navbar .nav .menu-item.submenu ul .menu-item:hover a {
  background: #766dff;
  color: #fff;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .menu-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.header_area .navbar .nav .menu-item.submenu:hover ul .menu-item {
  margin-top: 0px;
}

.header_area .navbar .nav .menu-item:last-child {
  margin-right: 0px;
}

.header_area .navbar .search {
  font-size: 12px;
  line-height: 60px;
  display: inline-block;
  color: #222222;
  margin-left: 80px;
}

.header_area .navbar .search i {
  font-weight: 600;
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #000;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .menu-item a {
  line-height: 70px;
}

.top_menu {
  background: #f9f9ff;
}

.top_menu .header_social li {
  display: inline-block;
  margin-right: 15px;
}

.top_menu .header_social li a {
  font-size: 14px;
  color: #777777;
  display: inline-block;
  line-height: 42px;
  transition: all 300ms linear 0s;
}

.top_menu .header_social li:last-child {
  margin-right: 0px;
}

.top_menu .header_social li:hover a {
  color: #766dff;
}

.top_menu .dn_btn {
  line-height: 42px;
  display: inline-block;
  font-size: 12px;
  margin-right: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #777777;
  transition: all 300ms linear 0s;
}

.top_menu .dn_btn:hover {
  color: #766dff;
}

.top_menu .dn_btn:last-child {
  margin-right: 0px;
}

.top_menu .lan_pack {
  height: 30px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  line-height: 28px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-left: 19px;
  padding-right: 36px;
  color: #777777;
  background: #f9f9ff;
  margin-right: 5px;
  margin-top: 8px;
}

.top_menu .lan_pack .current {
  color: #777777;
}

.top_menu .lan_pack:after {
  content: "\f0d7";
  border: none !important;
  font: normal normal normal 12px/1 FontAwesome;
  transform: rotate(0deg);
  height: auto;
  margin-top: -6px;
  right: 20px;
}
/* bottom menu */
.menu.hidemenu{
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu {
  position: fixed;
  background: #fff;
  /* width: 720px; OLD*/
  width: 350px;
  padding: 10px 0px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  top: 80%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 4;
  opacity: 100;
  transition: opacity 0.5s ease;
  box-shadow: 0px 0px 30px 4px #7373732b;
}
.menu .menu-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  /*padding: 20px; OLD*/
  padding: 9px;
  border-radius: 12px;
  transition: 0.3s ease;
}
.menu .menu-item:last-child {
  margin-right: 0px;
}
.menu .menu-item.inactive {
  background-color: transparent !important;
}
.menu .menu-item.inactive i {
  color: #000 !important;
}
.menu .menu-item.inactive .menu-item__text {
  min-width: 0px;
  opacity: 0;
  font-size: 0px;
}
.menu .menu-item.purple {
  background-color: #d5cbef;
  color: #5b37b7;
}
.menu .menu-item.pink {
  background-color: #f4d8ec;
  color: #c9379d;
}
.menu .menu-item.ocher {
  background-color: #faeed1;
  color: #e6a919;
}
.menu .menu-item.cyan {
  background-color: #93e6f4;
  color: #1194aa;
}
.menu .menu-item.ocean {
  background-color: #93a5f4;
  color: #143fff;
}
.menu .menu-item.hell {
  background-color: #faddd1;
  color: #e68619;
}
.menu .menu-item.paradise {
  background-color: #fad1fa;
  color: #e6196e;
}
.menu .menu-item.forest {
  background-color: #d1fad4;
  color: #19e64c;
}
.menu .menu-item__text {
  display: none;
  min-width: 95px;
  margin-left: 6px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.menu .menu-item__icon {
  display: inline-block;
  text-align: center;
  /* font-size: 25px; OLD*/
  font-size: 22px;
}
.menu .menu-item__icon i {
  height: 30px;
  width: 30px;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
.home_banner_area {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom right, #08eea8, #00b6ba, #007bb2, #004187, #060643);
  margin-bottom: 200px;
}

.home_banner_area::before {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: unset;
  z-index: 0;
  background-size: cover;
  display: block;
  top: 0;
  background-position: center;
  position: fixed;
  background-image: url(../img/banner/starsicon.svg);
}

.logo {
  width: 70px;
  height: 70px;
  padding-top: 10px;
}

.mail {
  color: #7510F7 !important;
}
.mail:hover{
  color: #007bff !important;
}

.home_banner_area .box_1620 {
  min-height: 700px;
  border-radius: 12px;
  position: relative;
  bottom: -200px;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 20px 80px 0px rgba(153, 153, 153, 0.3);
}

.home_banner_area .banner_inner {
  position: relative;
  width: 100%;
  min-height: 700px;
  display: flex;
}

.home_banner_area .banner_inner .banner_content {
  color: #222222;
  vertical-align: middle;
  align-self: center;
  text-align: left;
}

.home_banner_area .banner_inner .banner_content .media .d-flex {
  padding-right: 125px;
}

.home_banner_area .banner_inner .banner_content .media .media-body {
  vertical-align: middle;
  align-self: center;
}

.avatar {
  width: 458px;
  height: 600px;
  border-radius: 3%;
}

.blog_banner {
  min-height: 780px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0px;
}

.blog_banner .banner_inner {
  background: #04091e;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 780px;
  z-index: 1;
}

.blog_banner .banner_inner .overlay {
  background: url(../img/banner/banner-2.jpg) no-repeat scroll center center;
  opacity: .5;
  height: 125%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.blog_banner .banner_inner .blog_b_text {
  max-width: 700px;
  margin: auto;
  color: #fff;
}

.blog_banner .banner_inner .blog_b_text h2 {
  font-size: 60px;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  line-height: 66px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.blog_banner .banner_inner .blog_b_text p {
  font-size: 16px;
  margin-bottom: 35px;
}

.blog_banner .banner_inner .blog_b_text .white_bg_btn {
  line-height: 42px;
  padding: 0px 45px;
  border-radius: 5px;
}

.banner_box {
  max-width: 1620px;
  margin: auto;
}

.banner_area {
  position: relative;
  z-index: 1;
  min-height: 350px;
  background-image: -moz-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -webkit-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -ms-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  margin-bottom: 120px;
}

.banner_area .box_1620 {
  background: #fff;
  min-height: 360px;
  border-radius: 12px;
  position: relative;
  bottom: -120px;
  box-shadow: 0px 20px 80px 0px rgba(153, 153, 153, 0.3);
}

.banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 360px;
  z-index: 1;
}

.banner_area .banner_inner .banner_content h2 {
  color: #222222;
  font-size: 48px;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 0px;
  font-weight: bold;
}

.banner_area .banner_inner .banner_content .page_link a {
  font-size: 14px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  margin-right: 32px;
  position: relative;
}

.banner_area .banner_inner .banner_content .page_link a:before {
  content: "\e87a";
  font-family: 'Linearicons-Free';
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.banner_area .banner_inner .banner_content .page_link a:last-child {
  margin-right: 0px;
}

.banner_area .banner_inner .banner_content .page_link a:last-child:before {
  display: none;
}

.banner_area .banner_inner .banner_content .page_link a:hover {
  color: #766dff;
}

/* End Home Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/

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


/*============== Mycontact_area css ================*/
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contactForm:hover{
  cursor: pointer;
}
body.showForm{
  overflow: hidden;
}
body.showForm .Mycontact_form{
  opacity: 1;
  height: auto;
  pointer-events: all;
  overflow: auto;
}
.Mycontact_form {
  opacity: 0;
  overflow: hidden;
  height: 0;
  pointer-events: none;
  position: fixed;
  z-index: 999;
  background: linear-gradient(to right, #8490ff 0%, #62bdfc 70%);
  font-size: 12px;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: .6s all;
}

.Mycontact_form,.Mycontact_form button,.Mycontact_form input,.Mycontact_form textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
.Mycontact_form p{
  margin: 0 0 -5px;
}
.contact_background {
  display: flex;
  min-height: 100vh;
}

.contact_container {
  flex: 0 1 700px;
  margin: auto;
  padding: 10px;
}

.contact_screen {
  position: relative;
  background: #fff;
  border-radius: 15px;
  width: 800px;
}

.contact_screen:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
  z-index: -1;
}

.contact_screen-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #efefef;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.contact_screen-header-left {
  margin-right: auto;
}

.contact_screen-header-button {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 8px;
  background: white;
}

.contact_screen-header-button.contact_close {
  background: #ed1c6f;
}

.contact_screen-header-button.contact_maximize {
  background: #e8e925;
}

.contact_screen-header-button.contact_minimize {
  background: #74c54f;
}

.contact_screen-header-right {
  display: flex;
}

.contact_screen-header-ellipsis {
  width: 3px;
  height: 3px;
  margin-left: 2px;
  border-radius: 8px;
  background: #999;
}

.contact_screen-body {
  display: flex;
}

.contact_screen-body-item {
  flex: 1;
  padding: 50px;
}

.contact_screen-body-item.left {
  display: flex;
  flex-direction: column;
}
.Mycontact_form textarea {
   resize: none;
}
.contact_app-title {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #007bff;
  font-size: 26px;
}
.contact_app-subtitle{
  font-size: 18px;
}
.contact_app-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 25px;
  height: 4px;
  background: #007bff;
}

.contact_app-contact {
  margin-top: auto;
  font-size: 8px;
  color: #888;
}

/* .contact_app-form-group {
  margin-bottom: 15px;
}

.contact_app-form-group.message {
  margin-top: 40px;
} */

.contact_app-form-group.buttons {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: right;
}
.contact_button-color{
  color: #007bff;
  border-color: #007bff;
  padding: 5px 20px;
  font-weight: 400;
  border-width: 2px;
  background-color: transparent;
}
.contact_button-color:hover{
  background-color: #7510F7;
  border-color: #7510F7;
  color: #fff;
}

.contact_app-form-group button{
  outline: none !important;
}

/* .contact_app-form-control {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  transition: border-color .2s;
} */

/* 
.contact_app-form-control::placeholder {
  color: #666;
}

.contact_app-form-control:focus {
  border-bottom-color: #ddd;
} */

.contact_app-form-button {
  background: none;
  border: none;
  color: #007bff;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}

.contact_app-form-button:hover {
  color: #7510F7;
}
.contact_app-sectionImg{
  margin: auto;
}
.contact_app-visuel{
  margin-top: 30px;
  width: 230px;
  margin-bottom: 30px;
}

/* new input contact design */

input::-webkit-input-placeholder { color: #aaaaaa; }
input:-moz-placeholder { color: #aaaaaa; }
input::-moz-placeholder { color: #aaaaaa; }
input:-ms-input-placeholder { color: #aaaaaa; }

textarea::-webkit-input-placeholder { color: #aaaaaa; }
textarea:-moz-placeholder { color: #aaaaaa; }
textarea::-moz-placeholder { color: #aaaaaa; }
textarea:-ms-input-placeholder { color: #aaaaaa; }

input.input100 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 55px;
}

textarea.input100 {
  min-height: 150px;
  border-radius: 25px;
  padding: 14px 55px;
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  display: block;
  width: 100%;
  background: #efefef;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
  outline: none;
  border: none;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(132,106,221, 0.5);
}

.wpcf7-form-control-wrap:has(.input100:focus) + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  position: absolute;
  border-radius: 25px;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  pointer-events: none;
  color: #aaaaaa;
  font-size: 15px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wpcf7-form-control-wrap:has(.input100:focus) + .focus-input100 + .symbol-input100 {
  color: #846add;
  padding-left: 22px;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

/* end UI/UX input design */
@media screen and (max-width: 520px) {
  .contact_screen-body {
    flex-direction: column;
  }

  .contact_screen-body-item.left {
    margin-bottom: 30px;
  }

  .contact_app-title {
    flex-direction: row;
  }

  .contact_app-title span {
    margin-right: 12px;
  }

  .contact_app-title:after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .contact_screen-body {
    padding: 40px;
  }

  .contact_screen-body-item {
    padding: 0;
  }
}

/*============== End My contact css ================*/



/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Welcome Area css
============================================================================================ */
.welcome_area {
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
}

.welcome_inner .welcome_img {
  background: #eeeeee;
  margin-left: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.welcome_inner .welcome_img img {
  margin-top: -30px;
}

.welcome_text h4 {
  color: #222222;
  font-family: "Titillium Web", sans-serif;
  font-size: 36px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.welcome_text p {
  max-width: 495px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 40px;
}

.wel_item {
  border: 1px solid #eeeeee;
  padding: 20px 20px;
  border-radius: 5px;
  transition: 0.5s;
}

.wel_item:hover {
  transform: translateY(-10px);
  box-shadow: -1px 10px 33px -5px rgba(24, 30, 110, 0.31);
}

.wel_item i {
  font-size: 24px;
  background: linear-gradient(to right, #766dff 0%, #86e7ff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wel_item h4 {
  font-size: 24px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  color: #222222;
  margin-bottom: 5px;
  margin-top: 10px;
}

.wel_item p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  margin-bottom: 0px;
}

.tools_expert {
  padding: 20px 0px 0px 0px;
}

.tools_expert .skill_main .skill_item {
  margin-bottom: 18px;
}

.tools_expert .skill_main .skill_item:last-child {
  margin-bottom: 0px;
}

.tools_expert .skill_main .skill_item h4 {
  text-align: none;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #222222;
  margin-bottom: 15px;
}

.tools_expert .skill_main .skill_item .progress_br {
  border: 1px solid #eeeeee;
  padding: 5px;
  border-radius: 10px;
}

.tools_expert .skill_main .skill_item .progress {
  height: 10px;
  border-radius: 10px;
  background: #e8e8e8;
}

.tools_expert .skill_main .skill_item .progress .progress-bar {
  width: 0%;
  transition: width .6s ease;
  height: 10px;
  border-radius: 5px;
  vertical-align: middle;
  align-self: center;
  background-image: -moz-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -webkit-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -ms-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
}

.lng {
  width: 25px;
  height: 25px;
}

/* End Welcome Area css
============================================================================================ */
/* My Tabs Area css
============================================================================================ */
.mytabs_area {
  background: linear-gradient(to bottom right, #08eea8, #00b6ba, #007bb2, #004187, #060643);
  overflow-x: hidden;
  position: relative;
  z-index: 2;
}



.tabs_inner .nav.nav-tabs {
  display: block;
  text-align: center;
  border: none;
  z-index: 2;
  margin-bottom: 120px;
  position: relative;
}

.tabs_inner .nav.nav-tabs li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}

.tabs_inner .nav.nav-tabs li a {
  margin: 0px;
  line-height: 50px;
  border-radius: 5px;
  padding: 0px 40px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border: 1px solid #9ab5f5;
  background: rgba(255, 255, 255, 0.1);
}

.tabs_inner .nav.nav-tabs li a.active {
  background: #fff;
  color: #222222;
}

.tabs_inner .tab-content .tab-pane .list {
  max-width: 510px;
  margin: auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}

.tabs_inner .tab-content .tab-pane .list:before {
  content: "";
  height: 100%;
  width: 5px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
  top: -5px;
}

.tabs_inner .tab-content .tab-pane .list li {
  margin-bottom: 60px;
  position: relative;
}

.tabs_inner .tab-content .tab-pane .list li span {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 46%;
  top: 30px;
  transform: translateX(-50%);
}

.tabs_inner .tab-content .tab-pane .list li span:before {
  content: '';
  height: 7px;
  width: 7px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 52%;
  top: 4px;
  transform: translateX(-50%);
}

.tabs_inner .tab-content .tab-pane .list li:last-child {
  margin-bottom: 0px;
}

.tabs_inner .tab-content .tab-pane .list li .media .d-flex {
  padding-right: 100px;
}

.tabs_inner .tab-content .tab-pane .list li .media .d-flex p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0px;
  padding-top: 20px;
  width: 217px;
}

.tabs_inner .tab-content .tab-pane .list li .media .media-body h4 {
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tabs_inner .tab-content .tab-pane .list li .media .media-body p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0px;
  width: 300px;
}

.tabs_inner .tab-content .tab-pane .list li .media .media-body .desc {
  color: #fff;
  text-align: justify;
}

.tabs_inner ul li a i {
  padding-right: 10px;
}

/* End My Tabs Area css
============================================================================================ */
/* Feature Area css
============================================================================================ */
.feature_area {
  background: #f9f9ff;
  display: block;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}

.feature_area.feature_tow {
  background: #fff;
}

.feature_area.feature_tow .feature_item {
  background: #f9f9ff;
}

.feature_area.feature_tow .feature_item:hover {
  background: #fff;
}

.feature_area.white_feature {
  background: #fff;
}

.feature_area.white_feature .feature_item {
  background: #f9f9ff;
}

.feature_area.white_feature .feature_item:hover {
  background: #fff;
}

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

.feature_item {
  margin: 0 auto;
  padding: 50px 35px;
  border-radius: 10px;
  transition: all 300ms linear 0s;
  background: #fff;
  margin-bottom: 30px;
  width: 360px;
  max-height: 230px;
  transition: .4s all ease-in;
  overflow: hidden;
  position: relative;
}
.feature_item.in {
  max-height: 1070px;
}
.owl-prev i,.owl-next i{
  display: none;
}
.owl-prev ,.owl-next{
  position: relative;
}
.owl-prev::after {
  content: "";
  background-image: url(../img/next.svg);
  height: 70px;
  width: 60px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  top: -35px;
  left: -35px;
  filter: grayscale(10);
  opacity: 0.6;
  transition: .4s all ease-in;
}
.owl-next::after {
  content: "";
  background-image: url(../img/next.svg);
  height: 70px;
  width: 60px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: -24px;
  right: -35px;
  filter: grayscale(10);
  opacity: 0.6;
  transition: .4s all ease-in;
}
.owl-next:hover::after {
  filter: unset;
  opacity: 1;
}
.owl-prev:hover::after {
  filter: unset;
  opacity: 1;
}

.feature_item:after {
  position: absolute;
  bottom: 6px;
  right: 15px;
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
}
.feature_item.in::after {
  display: none;
}

.moin:after {
  content: '';
}

.feature_item i {
  margin-bottom: 35px;
  display: block;
}

.feature_item i:before {
  margin-left: 0px;
  font-size: 60px;
  color: #e1e1e1;
  line-height: 60px;
}

.feature_item h4 {
  color: #222222;
  font-size: 21px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.feature_item .title {
  height: 50px;
}

.feature_item p {
  margin-bottom: 0px;
}

.feature_item .main_btn {
  padding: 0px 30px;
  line-height: 38px;
}

.feature_item:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  border-color: #fff;
  background: #fff;
}

.feature_item:hover i:before,
.feature_item .active {
  background: linear-gradient(to right, #8490ff 0%, #62bdfc 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  margin-left: -40px;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -25px;
  display: block !important;
  border: 0px solid black;
}

.owl-prev i,
.owl-next i {
  transform: scale(1, 6);
  color: #ccc;
}



/* End Feature Area css
============================================================================================ */
/* Personal Profile Area css
============================================================================================ */
.profile_area .col-lg-7 {
  vertical-align: middle;
  align-self: center;
}

.profile_inner {
  border-bottom: 1px solid #eeeeee;
}

.profile_inner .personal_text {
  padding-left: 95px;
}

.personal_text h6 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  font-weight: normal;
  margin-bottom: 12px;
  color: #222222;
}

.personal_text h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #222222;
}

.personal_text h3 {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #222222;
}

.personal_text p {
  font-family: "Roboto", sans-serif;
  max-width: 540px;
  color: #777777;
  margin-bottom: 40px;
}

.personal_text .basic_info li {
  margin-bottom: 15px;
}

.personal_text .basic_info li a {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #777777;
}

.personal_text .basic_info li a i {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #766dff;
}

.personal_text .basic_info li:last-child {
  margin-bottom: 0px;
}

.personal_text .personal_social {
  margin-top: 45px;
}

.personal_text .personal_social li {
  display: inline-block;
  margin-right: 7px;
}

.personal_text .personal_social li:last-child {
  margin-right: 0px;
}

.personal_text .personal_social li a {
  line-height: 40px;
  width: 40px;
  background: #e8e8e8;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.personal_text .personal_social li:hover a {
  background-image: -moz-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -webkit-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -ms-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
}

/* End Personal Profile Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Gallery Area css
============================================================================================ */
.home_gallery_area{
  position:relative;
  z-index: 2;
  overflow: hidden;
  overflow-x: hidden;
}
.isotope_fillter {
  margin-bottom: 50px;
}

.isotope_fillter .gallery_filter {
  text-align: center;
}

.isotope_fillter .gallery_filter li {
  display: inline-block;
  margin-right: 45px;
}

.isotope_fillter .gallery_filter li:last-child {
  margin-right: 0px;
}

.isotope_fillter .gallery_filter li a {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #222222;
  transition: all 300ms linear 0s;
  text-transform: uppercase;
}

.isotope_fillter .gallery_filter li:hover a,
.isotope_fillter .gallery_filter li.active a {
  color: #766dff;
}

.gallery_f_inner {
  margin-bottom: -45px;
}

.h_gallery_item {
  display: inline-block;
  margin-bottom: 20px;
}

.h_gallery_item .g_img_item {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 12px;
}

.g_img_item .img-fluid {
  transition: .25s ease-in-out;
}

.g_img_item:hover .img-fluid {
  transform: scale(1.1);
}

.h_gallery_item .g_img_item .light {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0;
}

.h_gallery_item .g_item_text {
  text-align: center;
}

.h_gallery_item .g_item_text h4 {
  color: #222222;
  font-size: 21px;
  margin-top: 22px;
  transition: all 300ms linear 0s;
}

.h_gallery_item .g_item_text p {
  margin-bottom: 0px;
}

.h_gallery_item:hover .g_img_item:before {
  opacity: .85;
}

.h_gallery_item .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .45s ease-in-out;
  transition: .45s ease-in-out;
  background: linear-gradient(to bottom right, #007bb2, #004187, #060643);
}

.h_gallery_item:hover .background {
  opacity: 1;

}

.h_gallery_item:hover .g_img_item .light {
  opacity: 1;
}

.h_gallery_item:hover .g_item_text h4:hover {
  color: #766dff;
}

.more_btn {
  text-align: center;
  margin-top: 80px;
}

/* End Gallery Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/

/*----------------------------------------------------*/
/* Partner Area css
============================================================================================ */
.Partner_section {
  display: block;
  position: relative;
  z-index: 2;
}

.Partner_section .wrap {
  position: relative;
  width: 100%;
}

.Partner_section .clients {
  align-items: center;
  -webkit-box-align: center;
  display: flex;
  gap: 76.8px 76.8px;
  /* grid-template-columns: auto auto; */
  justify-items: center;
  margin: 76.8px auto;
  max-width: 1024px;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
}

.Partner_section .clients li {
  list-style: none;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.Partner_section .clients img {
  height: 51.2px;

}

.Partner_section .clients:hover li {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.Partner_section .clients:hover li:not(:hover) {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.Partner_section .clients li:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}

@media (min-width: 1024px) {
  .Partner_section .clients {
    grid-template-columns: auto auto auto auto;
  }

  .Partner_section .clients img {
    height: 48px;
  }
}

/* --- Images (gray logo) --- */
.Partner_section .clients img {
  -webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
  filter: grayscale(100%) brightness(10%) contrast(10%);
}

.Partner_section .clients img:hover {
  background: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* Partner Area css
============================================================================================ */

/* End Partner Area css
============================================================================================ */
/*---------------------------------------------------- */
/* contact Area css
============================================================================================ */
.contact_section {
  display: block;
  position: relative;
  z-index: 2;
}

.contact_section h3 {
  color: #000;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.is-primary.is-outlined.is-medium {
  padding: 10px 45px;
  font-weight: 400;
  border-width: 2px;
}

.btn.is-primary.is-outlined {
  background-color: transparent;
  border-color: #7510F7;
  color: #7510F7;
}

.btn.is-primary.is-outlined:hover {
  background-color: #7510F7;
  border-color: #7510F7;
  color: #fff;
}

.btn.is-rounded {
  border-radius: 290486px;
}

/* End contact Area css
============================================================================================ */
/*---------------------------------------------------- */
/* Start Project Area css
============================================================================================ */
.startProject {
  display: block;
  position: relative;
  z-index: 3;
  bottom: -93px;
}

.startProject .container.is-narrow {
  max-width: 1200px;
}

.startProject .box {
  padding: 56px 20px;
  background-color: #141c3a;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #141c3a;
  border-radius: 12px;
}

.startProject .box h1,
.startProject .box p,
.startProject .box a {
  color: #fff !important;
}

.startProject .box h1,
.startProject .box p,
.startProject .box a i {
  margin-left: 10px;
}

/* End Start Project Area css
============================================================================================ */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_area {
  background: #7510f7;
  display: block;
  position: relative;
  z-index: 2;
  padding: 185px 24px 64px;
}

/* .social_media {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */
.social_media {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  position: relative;
 }
/* Icons */

.social_media a {
  color: #fff;
  background: transparent;
  border-radius: 100%;
  text-align: center;
  font-size: 18.88px;
  text-decoration: none;
  font-family: fontawesome;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  display: inline-block;
  width: 47px;
  height: 47px;
  padding-top: 9px;
  margin: 3px 12.8px;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-font-smoothing: antialiased;
}

.social_media a:hover {
  background: white;
  color: #7510F7;
  border: 2px solid white;
}


/* font awesome icons */


/* copyright */
footer .copyright {
  color: #fff;
  opacity: 0.7;
  padding-top: 20px;
}

.f_title h1 {
  color: #fff;
  font-weight: 500;
  font-size: 25.6px;
  margin: 32px auto;
  opacity: 0.7;
  width: auto;
}

.f_title h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 0px;
}

/* 18/ blog-slider */
.blog_area{
  position: relative;
  z-index: 2;
}

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
  background-image: linear-gradient(147deg, #766dffd9 0%, #007bb2d6 74%);
  /* box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2); */
  box-shadow: 4px 13px 30px 1px #007bb23d;
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
  background-image: linear-gradient(147deg, #766dffd9 0%, #007bb2d6 74%);
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
.blog-slider__content {
  padding-right: 25px;
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  /* background-image: linear-gradient(147deg, #766dff 0%, #88f3ff 74%); */
  background-color: #adacac;
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  /* box-shadow: 0px 14px 80px #766dff69; */
  /* box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4); */
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
.blog-slider__button:hover {
  background-image: linear-gradient(147deg, #766dff 0%, #88f3ff 74%); 
  box-shadow: 0px 14px 80px #766dff69;
  color: #fff;
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007bb2;
  /* background: #fd3838; */
  height: 30px;
  box-shadow: 0px 0px 20px #007bb24f;
  /* box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3); */
}
/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */