@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&amp;family=Poppins:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Poppins:wght@600;700&family=Roboto:wght@500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');


.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  line-height: 28px;
  font-size: 16px;
  height: 100%;
  font-family:'Rubik', sans-serif;
  font-weight: 400;
  color: #272727;
}

:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif;
  color: #0c0c0c;
}

i:before {
  margin-left: 0px !important;
}

button:focus {
  outline: none;
}

@media (min-width: 1200px) {
  .custom_container {
    max-width: 1280px;
  }
}

.body_wrapper {
  overflow: hidden;
}

.s_section_title {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}

.s_section_title_two {
  font-size: 80px;
}
.s_section_title_two span {
  color: #ff4a4a;
}

.sec_title {
  margin-bottom: 80px;
}
.sec_title .s_section_title {
  color: #000000;
  margin-bottom: 13px;
}
.sec_title p {
  font-size: 20px;
  color: #777777;
  margin-bottom: 0;
}

.sec_pad {
  padding: 70px 0px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============ header_area_one css ============*/
header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.2s linear;
}
header .navbar {
  padding: 0px;
}
header .navbar .navbar-brand {
  margin-right: 15px;
  padding: 0px;
}
header .navbar .navbar-brand .wt-logo{max-width: 250px;}
.header_area_one .menu_left {
  display: flex;
  align-items: center;
}
.header_area_one .menu_left .logo {
  display: inline-block;
  margin-right: 15px;
}
.header_area_one .menu_right {
  display: flex;
  justify-content: flex-end;
}

.burger_menu {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.burger_menu .text {
  text-transform: uppercase;
  position: relative;
  transition: all 0.6s linear, color 0.1s;
  height: 16px;
  overflow: hidden;
  display: inline-block;
  line-height: 16px;
  padding-right: 15px;
}
.burger_menu .text:before {
  content: attr(data-text);
  position: absolute;
  top: 1.5px;
  transform: translateY(-100%);
  left: 0;
  text-transform: uppercase;
  transition: all 0.4s linear;
}
.burger_menu .text:after {
  content: attr(data-text);
  position: relative;
  top: 1.5px;
  left: 0;
  text-transform: uppercase;
  transition: all 0.4s linear;
}
.burger_menu .dot_icon {
  display: flex;
  flex-wrap: wrap;
  width: 24px;
  height: 24px;
  margin: -2px;
}
.burger_menu .dot_icon .dot {
  width: 4px;
  height: 4px;
  background: #fff;
  margin: 2px;
  transition: all 0.4s linear;
}
.burger_menu.burger_menu_two .text {
  color: #101010;
}
.burger_menu.burger_menu_two .dot_icon .dot {
  background: #101010;
}
.burger_menu img {
  margin-left: 15px;
}
.burger_menu:hover .text:before {
  transform: translateY(0);
}
.burger_menu:hover .text:after {
  top: 20px;
}
.burger_menu:hover .dot_icon .dot:nth-child(odd) {
  transform: translate(8px, 8px);
}
.burger_menu:hover .dot_icon .dot:nth-child(5) {
  opacity: 0;
}

.h_contact_info a {
  font-size: 12px;
  line-height: 13px;
  display: inline-block;
  letter-spacing: 1.3px;
  font-weight: 500;
  color: #fff;
  position: relative;
  margin-left: 25px;
}
.h_contact_info a + a:before {
  content: "/";
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 25px;
}

.m_p {
  padding: 20px 25px;
}

.logo_two img + img {
  display: none;
}

/*============ header_area_one css ============*/
.navbar .side_menu {
  margin-left: 40px;
}
.navbar .side_menu img + img {
  display: none;
}

.menu > .nav-item > .nav-link {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
  line-height: 30px;
  position: relative;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item > .nav-link:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  transition: all 0.2s linear;
  transform: scale(0);
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  right: 0;
  left: auto;
  min-width: 150px;
  padding: 18px 0px;
  background: #fff;
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
  z-index: 3;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  margin-right: 0px;
  padding: 8px 30px;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font: 400 13px/20px "Poppins", sans-serif;
  color: #000;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:hover {
  color: #ff4a4a;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.active .nav-link {
  color: #ff4a4a;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: transform 0.3s ease-in;
  padding: 0px;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
  margin-left: 0;
}
.menu > .nav-item.active .nav-link:before {
  transform: scale(1);
}
.menu > .nav-item:hover .nav-link:before {
  transform: scale(1);
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
.menu > .nav-item + .nav-item {
  margin-left: 40px;
}

.content-black .logo_two img {
  display: none;
}
.content-black .logo_two img + img {
  display: block; max-width: 250px;
}
.content-black .h_contact_info a {
  color: #101010;
}
.content-black .h_contact_info a + a:before {
  color: #101010;
}
.content-black .menu > .nav-item > .nav-link {
  color: #101010;
}
.content-black .menu > .nav-item > .nav-link:before {
  background: #101010;
}
.content-black .menu_toggle .hamburger-cross span, .content-black .menu_toggle .hamburger span {
  background: #101010;
}

.menu_black .h_contact_info a {
  color: #0e0e0e;
}
.menu_black .h_contact_info a + a:before {
  color: #0e0e0e;
}
.menu_black .menu > .nav-item > .nav-link {
  color: #0e0e0e;
}
.menu_black .menu > .nav-item > .nav-link:before {
  background: #0e0e0e;
}

/*=========== hamburger_menu_wrepper css ===========*/
.hamburger_menu_wrepper {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
  overflow-x: hidden;
  transition: all 0.4s linear;
  opacity: 0;
  visibility: hidden;
  padding: 50px;
  display: flex;
  align-items: center;
}
.hamburger_menu_wrepper.mySideBar {
  opacity: 1;
  visibility: visible;
}
.hamburger_menu_wrepper.mySideBar .offcanfas_menu > li {
  opacity: 1;
  animation: fadeInUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
}
.hamburger_menu_wrepper.mySideBar .header_footer {
  opacity: 1;
  animation: fadeInUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
}
.hamburger_menu_wrepper .animation-box {
  width: 100%;
}
.hamburger_menu_wrepper .menu-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62%;
  margin: 0 auto;
  max-height: 310px;
}
.hamburger_menu_wrepper .top_menu {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0px;
  padding: 50px 27px 0px 45px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
  width: 100%;
}
.hamburger_menu_wrepper .top_menu i {
  font-size: 50px;
  line-height: 30px;
}
.hamburger_menu_wrepper .top_menu .text {
  padding-right: 0px;
}

.navbar .offcanfas_menu {
  margin: 0px;
  text-align: center;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.navbar .offcanfas_menu > .nav-item {
  padding: 0px;
  margin: 0px;
  opacity: 0;
  animation: fadeOut 0.4s both;
  display: inline-block;
}
.navbar .offcanfas_menu > .nav-item:not(:last-child) {
  margin-bottom: 20px;
}
.navbar .offcanfas_menu > .nav-item .nav-link {
  font-size: 3rem;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  text-transform: uppercase;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link {
  padding-right: 25px;
  margin-bottom: 10px;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link:before, .navbar .offcanfas_menu > .nav-item.submenu .nav-link:after {
  content: "";
  width: 16px;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  border: 0;
  position: absolute;
  transition: all 0.3s linear;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link:after {
  background: url("../img/pluse.png");
  height: 16px;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link:before {
  height: 2px;
  right: -6px;
  left: auto;
  transform: scale(1);
  border-radius: 0px;
  opacity: 0;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu {
  position: relative !important;
  display: none;
  opacity: 1;
  visibility: visible;
  transition: all 0s linear;
  z-index: 0;
  background: transparent;
  padding-left: 0px;
  padding-top: 18px;
  padding-bottom: 5px;
  text-align: center;
  left: 0;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item {
  background: transparent;
  padding: 0px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 1.6px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link:hover {
  color: #fff;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item.active > .nav-link {
  color: #fff;
}
.navbar .offcanfas_menu > .nav-item.submenu.show > .nav-link:before {
  opacity: 1;
}
.navbar .offcanfas_menu > .nav-item.submenu.show > .nav-link:after {
  opacity: 0;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .dropdown-menu {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.header_footer {
  display: table-footer-group;
  padding-bottom: 10px;
  opacity: 0;
  animation: fadeOut 0.4s both;
}
.header_footer h5 {
  font-size: 16px;
  color: #fff;
}
.header_footer ul {
  margin-bottom: 40px;
}
.header_footer ul li {
  display: inline-block;
  margin-right: 6px;
}
.header_footer ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #656c82;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  display: block;
  transition: all 0.3s linear;
}
.header_footer ul li a:hover {
  background: #fff;
  border-color: #fff;
  color: #5f28fb;
}
.header_footer p {
  font-size: 16px;
  color: #858faf;
  margin-bottom: 10px;
}

.logo_info {
  display: flex;
  align-items: center;
}

.header_area_four .logo img + img {
  display: none;
}
.header_area_four .burger_menu {
  color: #101010;
}
.header_area_four .burger_menu .dot_icon .dot {
  background: #101010;
}

/*=========== hamburger_menu_wrepper css ===========*/
/*========= hamburger menu css ========*/
.navbar-toggler {
  padding: 0px;
  margin-left: 20px;
}
.navbar-toggler:focus {
  outline: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #101010;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}
.menu_toggle.menu_toggle_white span span {
  background: #fff;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

/*=========== navbar_fixed css ============*/
.navbar_fixed.header_area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  transition: all 0.3s linear;
}
.navbar_fixed.header_area .logo_two img {
  display: none;
}
.navbar_fixed.header_area .logo_two img + img {
  display: block;
}
.navbar_fixed.header_area .h_contact_info a {
  color: #101010;
}
.navbar_fixed.header_area .h_contact_info a + a:before {
  color: #101010;
}
.navbar_fixed.header_area .menu > .nav-item {
  padding-bottom: 25px;
  padding-top: 25px;
}
.navbar_fixed.header_area .menu > .nav-item > .nav-link {
  color: #101010;
}
.navbar_fixed.header_area .menu > .nav-item > .nav-link:before {
  background: #101010;
}
.navbar_fixed.header_area .side_menu {
  color: #101010;
}
.navbar_fixed.header_area .side_menu .dot_icon .dot {
  background: #101010;
}

/*=========== portfolio_menu css =============*/
header .portfolio_menu {
  padding: 26px 0px;
  z-index: 100;
  background: #fff;
}
header .portfolio_menu .container-fluid {
  padding-left: 200px;
  padding-right: 200px;
}
header .portfolio_menu .burger_menu {
  color: #000;
}
header .portfolio_menu .burger_menu .dot_icon .dot {
  background: #000;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.p_btn {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: inline-block;
  background: #ff4a4a;
  border: 0px;
  color: #fff;
  padding: 11px 48px 10px;
  transition: all 0.3s linear;
}

.btn_hover_style {
  position: relative;
  z-index: 1;
}
.btn_hover_style:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.5s linear;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}
.btn_hover_style:hover {
  color: #fff;
}
.btn_hover_style:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
}

.g_hover {
  background-image: linear-gradient(to Left, #7a51ed, #4931e6, #4931e6, #7a51ed);
  transition: all 0.5s ease-in-out;
  background-size: 200% 100%;
  border: 1px solid #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 11px 53px 10px;
}
.g_hover:hover {
  background-position: 160% 50%;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.wave_one_section_one {
  position: relative;
}
.wave_one_section_one.active .w_content h2, .wave_one_section_one.active .w_content .p_btn {
  animation: fadeInUp 0.9s both 0.7s;
}
.wave_one_section_one.active .w_content .circle_line {
  animation: zoomIn 0.9s both 0.5s;
}
.wave_one_section_one.active .w_img_one img {
  animation: zoomIn 0.9s both 0.9s;
}

.w_content {
  position: relative;
  z-index: 1;
}
.w_content h2 {
  font-size: 120px;
  font-weight: 700;
  line-height: 1.05;
}
.w_content h2 span {
  color: #ff4a4a;
}
.w_content h3 {
  font-size: 80px;
  line-height: 1.1;
  font-weight: 700;
}
.w_content p {
  margin-bottom: 0;
  margin-top: 20px;
}
.w_content .circle_line {
  position: absolute;
  left: -135px;
  top: 50%;
  transform: translateY(-45%);
  z-index: -1;
}
.w_content .p_btn {
  margin-top: 50px;
}

.t_first {
  left: 80px;
  top: 275px;
}

.t_two {
  right: 220px;
  bottom: 185px;
}

.t_three {
  bottom: -150px;
  left: 90px;
}

.t_four {
  top: 110px;
  left: 50%;
  transform: translateX(60%);
}

.t_five {
  bottom: 210px;
  left: 42%;
  transform: translateX(50%);
}

.s_round {
  border-radius: 50%;
  background: #fff;
  opacity: 0.078;
}
.s_round.r_one {
  width: 369px;
  height: 369px;
  bottom: 120px;
  left: -100px;
}
.s_round.r_two {
  width: 120px;
  height: 120px;
  top: 120px;
  right: 320px;
}
.s_round.r_three {
  width: 60px;
  height: 60px;
  top: 70px;
  right: 270px;
}

.p_absoulte {
  position: absolute;
}

.wave_one_section_two {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #fe8392 0%, #fc4057 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #fe8392 0%, #fc4057 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #fe8392 0%, #fc4057 100%);
}
.wave_one_section_two .round {
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.1;
  top: -30px;
  left: 70px;
  animation: fade 0.9s both;
}
.wave_one_section_two .w_img_one img {
  animation: fadeOut 0.9s both;
}
.wave_one_section_two.active .s_round.r_one {
  animation: zoomIn 0.7s both 0.3s;
}
.wave_one_section_two.active .round {
  animation: zoomIn 0.9s both 0.5s;
}
.wave_one_section_two.active .w_img_one img {
  animation: fadeInRight 0.9s both 1s;
}
.wave_one_section_two.active .w_content_two h2 {
  animation: fadeInUp 0.9s both 1s;
}
.wave_one_section_two.active .w_content_two p {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_one_section_two.active .w_content_two .p_btn {
  animation: fadeInUp 0.9s both 1.4s;
}

.w_content_two {
  position: relative;
}
.w_content_two h2 {
  font-size: 80px;
  margin-bottom: 15px;
  color: #fff;
}
.w_content_two p {
  margin-bottom: 35px;
  color: #fff;
}

.wave_one_section_three {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  position: relative;
}
.wave_one_section_three .w_content_two {
  z-index: 1;
}
.wave_one_section_three .w_content_two:before {
  content: "";
  background: url("../img/home_one/dot.png") no-repeat scroll center left;
  position: absolute;
  top: -45px;
  left: -60px;
  width: 157px;
  height: 248px;
  z-index: -1;
}
.wave_one_section_three.active .w_phone_img .p_one {
  animation: fadeInLeft 0.9s both 0.5s;
}
.wave_one_section_three.active .w_phone_img .p_two {
  animation: slideInLeft 0.9s both 1s;
}

.w_phone_img {
  position: relative;
  text-align: center;
  z-index: 1;
}
.w_phone_img .dot {
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.w_phone_img .p_two {
  bottom: 5px;
  right: 0;
  z-index: -1;
  animation: fadeOut 0.9s both;
}

.wave_one_section_four {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #e6a24e 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #e6a24e 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #e6a24e 100%);
}
.wave_one_section_four.active .img_screen.one {
  animation: translateD1 0.9s both 0.5s;
}
.wave_one_section_four.active .img_screen.two {
  animation: translateD 0.9s both 1s;
}
.wave_one_section_four.active .img_screen.three {
  animation: translateDT 0.9s both 1.3s;
}
.wave_one_section_four.active .img_four {
  animation: fadeInUp 0.9s both 1.6s;
}
.wave_one_section_four .t_two {
  right: 198px;
  bottom: 281px;
}
.wave_one_section_four .w_content_two h2, .wave_one_section_four .w_content_two p, .wave_one_section_four .w_content_two .p_btn {
  animation: fadeOut 0.4s both;
}

.w_mockup_img {
  position: relative;
  text-align: center;
}
.w_mockup_img:before {
  content: "";
  background: url("../img/home_one/shap_circle.png") no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -70px;
  right: -170px;
}
.w_mockup_img .img_screen {
  display: inline-block;
  position: relative;
  transform: rotate(-18deg);
}
.w_mockup_img .img_screen img {
  box-shadow: 0px 10px 40px 0px rgba(12, 0, 46, 0.15);
}
.w_mockup_img .img_screen.three, .w_mockup_img .img_screen.two {
  position: absolute;
}
.w_mockup_img .img_screen.one {
  animation: fadeOut 0.9s both;
}
.w_mockup_img .img_screen.three {
  z-index: 1;
  left: 100px;
  top: 0;
  transform: rotate(-5deg);
  animation: fadeOut 0.9s both;
}
.w_mockup_img .img_screen.two {
  z-index: 0;
  left: 70px;
  top: -5px;
  transform: rotate(-12deg);
  animation: fadeOut 0.9s both;
}
.w_mockup_img .img_four {
  border-radius: 5px;
  max-width: 100%;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: -80px;
  top: 105px;
  z-index: 1;
  animation: fadeOut 0.9s both;
}

.w_footer_area {
  background: url("../img/home_one/footer_bg.jpg") no-repeat scroll center 0/cover;
  padding: 100px 0px 120px;
}

.footer_text {
  text-align: center;
  color: #fff;
}
.footer_text h3 {
  font-size: 36px;
  margin-bottom: 35px;
  color: #fff;
}
.footer_text .subscribe_info {
  max-width: 550px;
  margin: 0 auto 50px;
  position: relative;
}
.footer_text .subscribe_info .form-control {
  background: rgba(255, 255, 255, 0.25);
  height: 50px;
  font-size: 14px;
  color: #fff;
  border-radius: 0px;
  border: 0px;
  padding-left: 20px;
}
.footer_text .subscribe_info .form-control.placeholder {
  color: #fff;
}
.footer_text .subscribe_info .form-control:-moz-placeholder {
  color: #fff;
}
.footer_text .subscribe_info .form-control::-moz-placeholder {
  color: #fff;
}
.footer_text .subscribe_info .form-control::-webkit-input-placeholder {
  color: #fff;
}
.footer_text .subscribe_info .form-control:focus {
  box-shadow: none;
}
.footer_text .subscribe_info button {
  position: absolute;
  right: 20px;
  top: 54%;
  padding: 0px;
  border: 0px;
  transform: translateY(-52%);
  font-size: 22px;
  color: #fff;
}
.footer_text .social_link {
  margin-bottom: 32px;
}
.footer_text .social_link li + li {
  margin-left: 12px;
}
.footer_text p {
  margin-bottom: 0;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 28px;
}
.footer_text p a {
  color: #fff;
  text-decoration: underline;
}

.social_link {
  margin-bottom: 0px;
}
.social_link li {
  display: inline-block;
}
.social_link li a {
  display: inline-block;
  font-size: 20px;
  color: #929197;
  transition: all 0.5s;
  width: 25px;
  height: 22px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.social_link li a i {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.social_link li a i + i {
  top: 100%;
}
.social_link li a:hover i {
  top: -100%;
  color: #fff;
}
.social_link li a:hover i + i {
  top: 0;
}
.social_link li + li {
  margin-left: 10px;
}

.wave_one_section_two.active .w_content_two h2, .wave_one_section_three.active .w_content_two h2, .wave_one_section_four.active .w_content_two h2 {
  animation: fadeInUp 0.9s both 1s;
}
.wave_one_section_two.active .w_content_two p, .wave_one_section_three.active .w_content_two p, .wave_one_section_four.active .w_content_two p {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_one_section_two.active .w_content_two .p_btn, .wave_one_section_three.active .w_content_two .p_btn, .wave_one_section_four.active .w_content_two .p_btn {
  animation: fadeInUp 0.9s both 1.4s;
}

.home_one #fp-nav {
  right: 50px;
  transform: translateY(-50%);
  margin-top: 0 !important;
}
.home_one #fp-nav li {
  height: auto !important;
  margin: 0px !important;
  width: 1px !important;
}
.home_one #fp-nav li a {
  height: 85px !important;
  width: 1px !important;
  background: #fff;
  opacity: 0.2;
  padding: 0px;
  margin: 0px !important;
  transition: opacity 0.5s;
}
.home_one #fp-nav li a span, .home_one #fp-nav li a:before, .home_one #fp-nav li a:after {
  display: none;
}
.home_one #fp-nav li a.active {
  opacity: 1;
}

/*============= video_banner css  ============*/
.video_banner {
  position: relative;
  z-index: 1;
}
.video_banner .video-background {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  z-index: -99;
  overflow: hidden;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== wave_two_section_one css =============*/
.wave_two_section_one {
  position: relative;
}
.wave_two_section_one .t_first, .wave_two_section_one .t_two, .wave_two_section_one .t_three {
  opacity: 0.2;
}
.wave_two_section_one .t_two {
  bottom: 100px;
  right: 600px;
}
.wave_two_section_one .t_three {
  right: 150px;
  left: auto;
  top: 250px;
}
.wave_two_section_one .w_content h2 {
  color: #fff;
}
.wave_two_section_one .w_content p {
  margin-bottom: 0;
}
.wave_two_section_one .w_content .circle_line {
  left: -50px;
}
.wave_two_section_one.active .w_content h2 {
  animation: fadeInUp 0.9s both 0.7s;
}
.wave_two_section_one.active .w_content p, .wave_two_section_one.active .w_content .p_btn {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_one.active .w_content .circle_line {
  animation: zoomIn 0.9s both 0.5s;
}
.wave_two_section_one.active .w_img_table .table_img {
  animation: fadeInUp 0.9s both 0.7s;
}
.wave_two_section_one.active .w_img_table .first {
  animation: fadeInDown 0.9s both 1s;
}
.wave_two_section_one.active .w_img_table .two {
  animation: fadeInDown 0.9s both 1.2s;
}
.wave_two_section_one.active .w_img_table .laptop {
  animation: fadeIn 0.9s both 1.4s;
}
.wave_two_section_one.active .w_img_table .flower {
  animation: fadeInRight 0.9s both 1.2s;
}

.w_img_table {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1500px) {
  .w_img_table {
    margin-bottom: -120px;
  }
}
.w_img_table .table_img {
  position: relative;
  z-index: -1;
}
.w_img_table .first {
  left: 50%;
  top: -125px;
  margin-left: -106px;
}
.w_img_table .two {
  right: -30px;
  top: 0;
}
.w_img_table .laptop {
  left: 53%;
  margin-left: -72px;
  top: 88px;
  z-index: 0;
}
.w_img_table .flower {
  right: -50px;
  bottom: 40px;
}

#fp-nav {
  right: 50px;
}
#fp-nav.hide {
  display: none;
}
#fp-nav ul li {
  width: auto !important;
  height: auto !important;
  margin: 0px 0px 10px;
}
#fp-nav ul li a {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
#fp-nav ul li a:before {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#fp-nav ul li a:after {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  transform: scale(0.7);
  transition: all 0.5s;
  opacity: 0;
}
#fp-nav ul li a span {
  display: none;
}
#fp-nav ul li a.active:before {
  background: #fff;
}
#fp-nav ul li a.active:after {
  transform: scale(1);
  opacity: 1;
}
#fp-nav.white ul li a:before {
  background: rgba(16, 16, 16, 0.3);
}
#fp-nav.white ul li a:after {
  border-color: #101010;
}
#fp-nav.white ul li a.active:before {
  background: #101010;
}

.home_three #fp-nav ul li a:before {
  background: rgba(255, 255, 255, 0.3);
}
.home_three #fp-nav ul li a:after {
  border-color: #fff;
}
.home_three #fp-nav ul li a.active:before {
  background: white;
}

.wave_two_section_two {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(11, 60, 175, 0.8) 0%, #0c44b3 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(11, 60, 175, 0.8) 0%, #0c44b3 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(11, 60, 175, 0.8) 0%, #0c44b3 100%);
  position: relative;
  z-index: 1;
}
.wave_two_section_two #particles-js {
  top: 0;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
}
.wave_two_section_two.active .w_portfolio_img .round {
  animation: zoomIn 0.9s both 1s;
}
.wave_two_section_two.active .w_portfolio_img img {
  animation: zoomIn 0.9s both 1.3s;
}
.wave_two_section_two.active .w_content_two h2 {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_two.active .w_content_two p {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_two.active .w_content_two .p_btn {
  animation: fadeInUp 0.9s both 1.4s;
}
.wave_two_section_two .w_content_two {
  padding-left: 60px;
  padding-right: 10px;
}
.wave_two_section_two .w_content_two h2 {
  font-size: 48px;
  margin-bottom: 25px;
}
.wave_two_section_two .t_two {
  right: 360px;
  bottom: auto;
  top: 240px;
}
.wave_two_section_two .text {
  font-size: 300px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 40%;
  left: 54%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.wave_two_section_two .s_round {
  width: 7px;
  height: 7px;
  opacity: 0.2;
}
.wave_two_section_two .s_round.r_one {
  left: 400px;
  top: 160px;
}
.wave_two_section_two .s_round.r_two {
  left: 40%;
  top: 160px;
}
.wave_two_section_two .s_round.r_three {
  left: 54%;
  top: 290px;
}
.wave_two_section_two .s_round.r_four {
  left: 60%;
  top: 190px;
}
.wave_two_section_two .s_round.r_five {
  left: 70%;
  top: 230px;
}
.wave_two_section_two .s_round.r_six {
  left: 70%;
  top: 440px;
}
.wave_two_section_two .s_round.r_seven {
  left: 56%;
  bottom: 200px;
}
.wave_two_section_two .s_round.r_eight {
  left: 65%;
  bottom: 200px;
}
.wave_two_section_two .s_round.r_nine {
  left: 75%;
  bottom: 280px;
}
.wave_two_section_two .s_round.r_ten {
  right: 18%;
  top: 230px;
}
.wave_two_section_two .s_round.r_eleven {
  left: 250px;
  top: 140px;
  width: 66px;
  height: 66px;
  background-image: -moz-linear-gradient(-42deg, #0030ff 0%, #558fff 100%);
  background-image: -webkit-linear-gradient(-42deg, #0030ff 0%, #558fff 100%);
  background-image: -ms-linear-gradient(-42deg, #0030ff 0%, #558fff 100%);
  box-shadow: 0px 60px 30px 0px rgba(0, 0, 0, 0.08);
}
.wave_two_section_two .dot_one {
  left: 0;
  top: 260px;
}
.wave_two_section_two .dot_two {
  right: 0;
  bottom: 260px;
}

.t_shap {
  right: 0;
  top: 0;
}

.b_shap {
  bottom: 0;
  left: 0;
}

.w_portfolio_img {
  position: relative;
  z-index: 1;
}
.w_portfolio_img .round {
  width: 100%;
  border-radius: 50%;
  left: -50px;
  background: #fff;
  opacity: 0.1;
  top: -25px;
  bottom: -25px;
  z-index: -1;
}
.w_portfolio_img img {
  border-radius: 100%;
}

.wave_two_section_three {
  position: relative;
  z-index: 1;
}
.wave_two_section_three .t_first {
  left: 10%;
  top: auto;
  bottom: 370px;
}
.wave_two_section_three .t_five {
  bottom: auto;
  top: 145px;
  left: auto;
  right: 23%;
}
.wave_two_section_three .s_section_title {
  color: #0e0e0e;
}
.wave_two_section_three.active .s_section_title {
  animation: fadeInLeft 0.9s both 0.6s;
}
.wave_two_section_three.active .col-lg-4 {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_three.active .col-lg-4:nth-child(2) {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_three.active .col-lg-4:nth-child(3) {
  animation: fadeInUp 0.9s both 1.2s;
}

.scroll_service_item {
  border: 1px solid #dedede;
  padding: 40px;
  color: #fff;
  position: relative;
  transition: all 0.3s linear;
  z-index: 1;
  cursor: pointer;
}
.scroll_service_item:before {
  content: "";
  right: 0;
  height: 3px;
  bottom: -1px;
  left: 0;
  background: #ff4a4a;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s linear;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform;
}
.scroll_service_item .number {
  font-size: 72px;
  font-weight: 700;
  color: #0e0e0e;
  opacity: 0.2;
  margin-bottom: 80px;
  font-family: 'Rubik', sans-serif;
}
.scroll_service_item .icon {
  right: 40px;
  top: 40px;
}
.scroll_service_item h3 {
  font-size: 29px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 23px;
}
.scroll_service_item p {
  margin-bottom: 32px;
  color: #666d74;
}
.scroll_service_item .p_btn {
  background: #fd2d4d;
  border-color: #f3c58e;
}
.scroll_service_item .p_btn:hover {
  box-shadow: 0px 10px 40px 0px rgba(12, 0, 46, 0.15);
}
.scroll_service_item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.scroll_service_item:hover:before {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
}

.wave_two_section_four {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(255, 137, 49, 0.7) 0%, #ff8431 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(255, 137, 49, 0.7) 0%, #ff8431 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(255, 137, 49, 0.7) 0%, #ff8431 100%);
}
.wave_two_section_four .bg-title {
  color: rgba(255, 255, 255, 0.05);
}

/*============== wave_two_section_five css ==========*/
.bg-title {
  font-size: 300px;
  font-weight: 700;
  line-height: 320px;
  color: rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.bg-title .layer {
  position: relative !important;
}

.wave_two_section_five {
  position: relative;
  z-index: 1;
}
.wave_two_section_five .t_first {
  top: 190px;
  left: 20px;
}
.wave_two_section_five .t_two {
  top: 220px;
  right: 17%;
}

.sc_video_inner {
  max-width: 900px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2);
}
.sc_video_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.sc_video_inner .dot_l {
  right: 48px;
  top: -55px;
  z-index: -2;
}
.sc_video_inner .dot_l img {
  z-index: -5;
  position: relative !important;
}
.sc_video_inner .dot_r {
  left: 48px;
  bottom: -55px;
  z-index: -2;
}
.sc_video_inner .video_bg {
  width: 100%;
  height: 100%;
  z-index: 0;
}

.v_icon {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 85px;
  font-size: 45px;
  color: #fff;
  display: block;
  position: relative;
  background: #ff4a4a;
  z-index: 1;
}
.v_icon:before, .v_icon:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  z-index: -1;
}
.v_icon:before {
  width: 140px;
  height: 140px;
}
.v_icon:after {
  width: 200px;
  height: 200px;
}
.v_icon .dot_animation {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  animation: pulse 3s infinite;
  transform: translate(-50%, -50%);
  animation-delay: 1.5s;
  will-change: transform;
  z-index: -1;
}
.v_icon:hover {
  color: #fff;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
  }
}
.sc_video_inner_two .dot_l {
  right: auto;
  left: -50px;
  top: 60px;
}
.sc_video_inner_two .dot_r {
  left: auto;
  right: -50px;
  bottom: 50px;
}

/*============= wave_two_section_six css ==========*/
.wave_two_section_six {
  background: #f8f9fc;
}
.wave_two_section_six .s_section_title {
  color: #101010;
}
.wave_two_section_six .t_first {
  left: 4%;
  bottom: 50px;
  top: auto;
}
.wave_two_section_six .t_first img {
  position: relative !important;
}
.wave_two_section_six .t_two {
  top: 200px;
  right: 8%;
}
.wave_two_section_six .t_two img {
  position: relative !important;
}
.wave_two_section_six.active .s_section_title {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_six.active .c_logo_item {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_six.active .c_logo_item:nth-child(2) {
  animation: fadeInUp 0.9s both 0.9s;
}
.wave_two_section_six.active .c_logo_item:nth-child(3) {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_six.active .c_logo_item:nth-child(4) {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_six.active .c_logo_item:nth-child(5) {
  animation: fadeInUp 0.9s both 1.3s;
}
.wave_two_section_six.active .c_logo_item:nth-child(6) {
  animation: fadeInUp 0.9s both 0.9s;
}
.wave_two_section_six.active .c_logo_item:nth-child(7) {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_six.active .c_logo_item:nth-child(8) {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_six.active .c_logo_item:nth-child(9) {
  animation: fadeInUp 0.9s both 1.3s;
}
.wave_two_section_six.active .c_logo_item:nth-child(10) {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_six.active .c_logo_item:nth-child(11) {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_six.active .c_logo_item:nth-child(12) {
  animation: fadeInUp 0.9s both 0.9s;
}
.wave_two_section_six.active .c_logo_item:nth-child(13) {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_six.active .c_logo_item:nth-child(14) {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_six.active .c_logo_item:nth-child(15) {
  animation: fadeInUp 0.9s both 1.3s;
}

.sc_clients_logo_info {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.sc_clients_logo_info .c_logo_item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 48px 40px;
  transition: all 0.3s linear;
}
.sc_clients_logo_info .c_logo_item img {
  max-width: 100%;
}
.sc_clients_logo_info .c_logo_item:hover {
  background-color: white;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.splitting .char {
  animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: translateY(-1em) rotate(-0.5turn) scale(0.5);
    opacity: 0;
  }
}
/*================ wave_two_section_seven ==============*/
.wave_two_section_seven .dot_one {
  left: 0;
  bottom: 150px;
}
.wave_two_section_seven .dot_two {
  right: 0;
  top: 180px;
}
.wave_two_section_seven .t_first {
  top: 220px;
  left: 15%;
}
.wave_two_section_seven .t_two {
  right: 25%;
  bottom: 200px;
}
.wave_two_section_seven .t_three {
  top: 180px;
  left: 50%;
}
.wave_two_section_seven .w_contact_text span {
  color: #ff4a4a;
}
.wave_two_section_seven.active .w_contact_text h2 {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_seven.active .w_contact_text p {
  animation: fadeInUp 0.9s both 0.9s;
}

.w_contact_text {
  padding-right: 150px;
}

.w_contact_info {
  display: flex;
  flex-wrap: wrap;
}
.w_contact_info li {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  width: 50%;
  position: relative;
  padding-left: 30px;
  color: #fff;
}
.w_contact_info li a {
  color: #fff;
}
.w_contact_info li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
}
.w_contact_info li + li {
  margin-left: 0px;
}

.contact_form_box {
  overflow: hidden;
}
.contact_form_box .text_box {
  width: 100%;
  margin-bottom: 28px;
}
.contact_form_box .text_box input, .contact_form_box .text_box textarea {
  width: 100%;
  height: 36px;
  font-size: 12px;
  padding-left: 0px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0px;
  color: #fff;
}
.contact_form_box .text_box input.placeholder, .contact_form_box .text_box textarea.placeholder {
  color: #fff;
}
.contact_form_box .text_box input:-moz-placeholder, .contact_form_box .text_box textarea:-moz-placeholder {
  color: #fff;
}
.contact_form_box .text_box input::-moz-placeholder, .contact_form_box .text_box textarea::-moz-placeholder {
  color: #fff;
}
.contact_form_box .text_box input::-webkit-input-placeholder, .contact_form_box .text_box textarea::-webkit-input-placeholder {
  color: #fff;
}
.contact_form_box .text_box:nth-child(3) {
  margin-top: 70px;
}
.contact_form_box .p_btn {
  float: right;
}

/*============ wave_two_section_eight css ===========*/
.wave_two_section_eight {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(47, 18, 137, 0.7) 0%, #4f1eab 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(47, 18, 137, 0.7) 0%, #4f1eab 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(47, 18, 137, 0.7) 0%, #4f1eab 100%);
}
.wave_two_section_eight .t_first {
  left: 22%;
  top: 190px;
}
.wave_two_section_eight .dot_one {
  left: 140px;
  bottom: 120px;
}
.wave_two_section_eight .dot_two {
  right: 0;
  top: 140px;
}
.wave_two_section_eight .t_two {
  opacity: 0.2;
}
.wave_two_section_eight .footer_text .subscribe_info .form-control {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= fullpage_main_area css ============*/
.multi_bg {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}

.left_bg1 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
}

.left_bg2 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
}

.left_bg3 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
}

.left_round {
  bottom: 130px;
  right: 70px;
}

.left_triangle {
  top: 200px;
  left: 120px;
  animation: rollIn 2s both 1s infinite alternate;
}

.big_rounds {
  width: 500px;
  height: 500px;
  border: 80px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: absolute;
  left: -150px;
  top: -150px;
  opacity: 0;
}

.multi_left_img {
  text-align: center;
  position: relative;
}
.multi_left_img .left_dot {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
}
.multi_left_img .w_phone_img {
  max-width: 450px;
  margin: 0 auto;
  text-align: left;
}
.multi_left_img .w_mockup_img {
  max-width: 630px;
  margin: 0 auto;
}
.multi_left_img .w_mockup_img:before {
  display: none;
}
.multi_left_img .w_mockup_img .img_four {
  right: -33px;
}

.split_content {
  max-width: 470px;
  margin-left: 205px;
  position: relative;
}
.split_content .sp_arrow {
  position: absolute;
  top: -140px;
  left: 0px;
  animation: slideInnew 0.9s both 0.6s infinite alternate;
}

.sp_leaf {
  position: absolute;
  right: 100px;
  bottom: 150px;
}

.dot_left {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.dot_left.small_round {
  width: 51px;
  height: 51px;
  top: 150px;
  right: 80px;
  animation: zoomIn 2s linear infinite alternate;
}
.dot_left.big_round {
  width: 105px;
  height: 105px;
  top: 180px;
  right: 130px;
  animation: zoomIn 2.6s linear infinite alternate;
}

.multi_content h6 {
  font-size: 20px;
  font-weight: 500;
  color: #777777;
}
.multi_content h2 {
  color: #101010;
}
.multi_content .line {
  background: url("../img/home-four/line.png") no-repeat scroll center 0;
  width: 95px;
  height: 15px;
  display: block;
  margin-bottom: 26px;
}
.multi_content p {
  color: #777;
}
.multi_content .p_btn {
  border-color: #000;
  border-width: 2px;
  color: #101010;
}
.multi_content .p_btn:hover {
  background: #101010;
  color: #fff;
}

.ms-section.active {
  overflow: hidden;
}
.ms-section.active .big_rounds {
  animation: rollIncustom8 0.9s both 0.6s;
  opacity: 1;
}
.ms-section.active .multi_content h6 {
  animation: fadeInUp 0.9s both 0.9s;
}
.ms-section.active .multi_content h2 {
  animation: fadeInUp 0.9s both 1.1s;
}
.ms-section.active .multi_content .line {
  animation: fadeInUp 0.9s both 1.26s;
}
.ms-section.active .multi_content p {
  animation: fadeInUp 0.9s both 1.4s;
}
.ms-section.active .multi_content .p_btn {
  animation: fadeInUp 0.9s both 1.6s;
}
.ms-section.active .laptop_m {
  animation: zoomIn 0.9s both 0.5s;
}
.ms-section.active .w_phone_img .p_one {
  animation: fadeInLeft 0.9s both 0.5s;
}
.ms-section.active .w_phone_img .p_two {
  animation: slideInLeft 0.9s both 1s;
}
.ms-section.active .img_screen.one {
  animation: translateD1 0.9s both 0.5s;
}
.ms-section.active .img_screen.two {
  animation: translateD 0.9s both 1s;
}
.ms-section.active .img_screen.three {
  animation: translateDT 0.9s both 1.3s;
}
.ms-section.active .img_four {
  animation: fadeInUp 0.9s both 1.6s;
}

#multiscroll-nav li {
  margin: 0px;
  width: 40px;
  height: 2px;
}
#multiscroll-nav li a {
  width: 50%;
  background: #cccccc;
  position: absolute;
  right: 0;
  transition: all 0.4s linear;
}
#multiscroll-nav li a span {
  display: none;
}
#multiscroll-nav li a.active {
  width: 100%;
  background: #000;
}
#multiscroll-nav li + li {
  margin-top: 20px;
}

/*============== fullpage_slider css ==============*/
.fullpage_slider_bg {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(119, 33, 234, 0.7) 0%, #4d15e3 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(119, 33, 234, 0.7) 0%, #4d15e3 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(119, 33, 234, 0.7) 0%, #4d15e3 100%);
  background-image: radial-gradient(50% 50%, circle closest-side, rgba(119, 33, 234, 0.7) 0%, #4d15e3 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.fullpage_slider_img {
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.fullpage_slider_img:before {
  content: "";
  width: 100%;
  position: absolute;
  background: url("../img/home_two/dot.png") no-repeat scroll top left;
  height: 100%;
  top: -35px;
  left: -35px;
  z-index: -1;
}
.fullpage_slider_img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #3a2ebf;
  right: 0;
  left: auto;
  transition: width 0.3s linear;
  z-index: 0;
}
.fullpage_slider_img .overlay_img {
  height: 100%;
  top: 0;
  background: #3a2ebf;
  right: 0;
  left: auto;
  transition: width 1s linear;
  z-index: 1;
}
.fullpage_slider_img img {
  max-width: 100%;
}

.fullpage_slider_content {
  position: relative;
  margin-right: -260px;
  z-index: 2;
}
.fullpage_slider_content .text_f, .fullpage_slider_content .text_s {
  font-size: 86px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  line-height: 110px;
  color: #fff;
  overflow: hidden;
  display: block;
}
.fullpage_slider_content .text_f span, .fullpage_slider_content .text_s span {
  display: block;
  overflow: hidden;
}
.fullpage_slider_content .text_f {
  line-height: 80px;
}
.fullpage_slider_content .text_s {
  margin-bottom: 35px;
}
.fullpage_slider_content .fullpage_slider_btn {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #ff4a4a;
  padding: 16px 41px;
  letter-spacing: 0.33px;
  position: relative;
  display: inline-block;
  transition: all 0.3s linear;
  z-index: 1;
}
.fullpage_slider_content .fullpage_slider_btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ff4a4a;
  opacity: 0.402;
  z-index: -1;
  transition: all 0.4s linear;
}
.fullpage_slider_content .fullpage_slider_btn:hover {
  box-shadow: 0px 40px 30px 0px rgba(0, 0, 0, 0.15);
}
.fullpage_slider_content .fullpage_slider_btn:hover:before {
  top: 5px;
  left: 5px;
}

.fullpage_slider_section.active .fullpage_slider_img {
  animation: fadeInRight 0.9s both 0.5s;
}
.fullpage_slider_section.active .fullpage_slider_img:before {
  animation: fadeInDown 1s both 1.4s;
}
.fullpage_slider_section.active .fullpage_slider_img:after {
  animation: fadeOut 1s both 1.4s;
}
.fullpage_slider_section.active .fullpage_slider_img .overlay_img {
  animation: overlay_right 1s both 1.3s;
}
.fullpage_slider_section.active .fullpage_slider_content .text_f span {
  animation: fadeInUp2 0.9s both 1.5s;
}
.fullpage_slider_section.active .fullpage_slider_content .text_s span {
  animation: fadeInUp2 0.9s both 1.7s;
}
.fullpage_slider_section.active .fullpage_slider_content .fullpage_slider_btn {
  animation: fadeInUp 0.9s both 1.9s;
}

@keyframes overlay_right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay_right {
  -webkit-animation-name: overlay_right;
  animation-name: overlay_right;
}

.memphis_rounds {
  width: 885px;
  height: 885px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 195px;
  margin-top: -442px;
}

.f_round {
  width: 885px;
  height: 885px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.fullpage_round {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(151, 154, 255, 0.2);
  border-radius: 50%;
  background-image: -moz-linear-gradient(-180deg, rgba(151, 154, 255, 0.1) 0%, rgba(151, 154, 255, 0.1) 100%);
  background-image: -webkit-linear-gradient(-180deg, rgba(151, 154, 255, 0.1) 0%, rgba(151, 154, 255, 0.1) 100%);
  background-image: -ms-linear-gradient(-180deg, rgba(151, 154, 255, 0.1) 0%, rgba(151, 154, 255, 0.1) 100%);
  background-image: linear-gradient(-180deg, rgba(151, 154, 255, 0.1) 0%, rgba(151, 154, 255, 0.1) 100%);
  box-shadow: 0px 0px 200px 0px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.fullpage_round.one {
  top: 0;
  right: 0px;
}
.fullpage_round.two {
  width: 614px;
  height: 614px;
  top: 132px;
  left: 132px;
  bottom: 132px;
  right: 132px;
  position: absolute;
  z-index: 1;
}
.fullpage_round.two:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background: url("../img/home_three/round_animation.png") no-repeat scroll center center;
  position: absolute;
  animation: rotate 10s both 5s infinite;
}

.memphis_one {
  top: 200px;
  right: 70px;
}

.memphis_two {
  bottom: 250px;
  right: 50px;
}

.memphis_three {
  top: 50px;
  left: 130px;
}

.memphis_four {
  bottom: 50px;
  left: 240px;
}

.memphis_five {
  top: 50%;
  right: 175px;
  z-index: 4;
}

.memphis_round {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #141070 0%, #483cce 100%);
  background-image: -webkit-linear-gradient(0deg, #141070 0%, #483cce 100%);
  background-image: -ms-linear-gradient(0deg, #141070 0%, #483cce 100%);
  box-shadow: 0px 60px 30px 0px rgba(0, 0, 0, 0.15);
}
.memphis_round.r_one {
  right: 105px;
  top: 90px;
}
.memphis_round.r_two {
  background-image: -moz-linear-gradient(0deg, #3a2ebf 0%, #3c7ace 100%);
  background-image: -webkit-linear-gradient(0deg, #3a2ebf 0%, #3c7ace 100%);
  background-image: -ms-linear-gradient(0deg, #3a2ebf 0%, #3c7ace 100%);
  width: 40px;
  height: 40px;
  left: 74px;
  bottom: 155px;
}

.memphis_top {
  top: 0px;
  right: 100px;
  z-index: -1;
}

.memphis_left {
  left: 0;
  bottom: 120px;
  z-index: -1;
}

.memphis_bottom {
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}

.home_three #fp-nav {
  right: auto;
  left: 50px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate {
  animation-name: rotate;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================ breadcrumb_area css =============*/
.breadcrumb_area {
  padding: 315px 0px 255px;
  position: relative;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.breadcrumb_content h1 {
  font-size: 72px;
  line-height: 88px;
  color: #fff;
}
.breadcrumb_content p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}

/*================ breadcrumb_area css =============*/
.breadcrumb_area_two {
  position: relative;
  z-index: 1;
  padding: 200px 0px 130px;
  background-size: cover !important;
}
.breadcrumb_area_two .overlay {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 74, 74, 0.8);
  position: absolute;
  z-index: -1;
}
.breadcrumb_area_two ol li {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
.breadcrumb_area_two ol li a {
  color: #fff;
  position: relative;
}
.breadcrumb_area_two ol li a:after {
  content: "/";
  display: inline-block;
  top: 0;
  right: 0;
  margin: 0px 5px;
}

/*============= breadcrumb_area_three css ===========*/
.breadcrumb_area_three {
  position: relative;
  z-index: 1;
}
.breadcrumb_area_three .overlay {
  background: rgba(0, 0, 0, 0.6);
}

/*============= breadcrumb_area_four css ===========*/
.breadcrumb_area_four {
  padding: 302px 0px;
  position: relative;
  z-index: 1;
}
.breadcrumb_area_four .overlay {
  background: rgba(0, 0, 0, 0.6);
}

.breadcrumb_area_five {
  padding: 215px 0px 360px;
  position: relative;
  z-index: 1;
}
.breadcrumb_area_five .overlay {
  background: rgba(0, 0, 0, 0.6);
}

.breadcrumb_area_six {
  padding: 270px 0px 272px;
}

.blog_details_br_content h2 {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.blog_details_br_content .post_details {
  align-items: center;
}
.blog_details_br_content .post_details .p_date {
  color: #fff;
  margin-left: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/*============== video_area css =============*/
.video_area .sc_video_inner {
  box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.2);
}

/*============== video_area css =============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============ process_area css ============*/
.process_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.process_area .dot_one {
  left: 0;
  top: 0px;
  z-index: -1;
}
.process_area .dot_two {
  right: 0;
  bottom: 0px;
  z-index: -1;
}

.process_item {
  color: #fff;
}
.process_item img {
  margin-bottom: 30px;
}
.process_item h4 {
  font-size: 24px;
  position: relative;
  padding-top: 25px;
  margin-bottom: 25px;
  color: #fff;
}
.process_item h4:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 60px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.1);
}
.process_item p {
  margin-bottom: 0;
}

/*============ process_area css ============*/
/*============ testimonial area css ============*/
.testimonial_area {
  padding: 100px 0px;
}

.testimonial_slider {
  padding-left: 30px;
}
.testimonial_slider .slick-list {
  padding: 0px !important;
}
.testimonial_slider .slick-list .item {
  transform: scale(0.77);
  transition: all 0.5s linear;
  padding-bottom: 10px;
}
.testimonial_slider .slick-list .item .media {
  background: #fff;
  align-items: center;
  padding: 25px 30px 22px;
  border-radius: 5px;
  opacity: 0.5;
  transition: all 0.3s linear;
}
.testimonial_slider .slick-list .item .media .media-body {
  position: relative;
}
.testimonial_slider .slick-list .item .media .img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin-right: 30px;
}
.testimonial_slider .slick-list .item .media h5 {
  font-size: 20px;
  color: #101010;
  margin-bottom: 10px;
}
.testimonial_slider .slick-list .item .media p {
  margin-bottom: 0;
  color: #777777;
}
.testimonial_slider .slick-list .item .media .quote_img {
  right: 10px;
  top: -6px;
}
.testimonial_slider .slick-list .item.slick-center {
  transform: scale(1);
}
.testimonial_slider .slick-list .item.slick-center .media {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.clients_inner {
  position: relative;
  padding-right: 65px;
  padding-top: 75px;
}
.clients_inner .quote_img {
  position: absolute;
  top: 0;
}
.clients_inner .s_section_title {
  margin-bottom: 25px;
}
.clients_inner p {
  color: #fff;
  margin-bottom: 38px;
}
.clients_inner .ab_clients_logo {
  display: flex;
  align-items: center;
}
.clients_inner .ab_clients_logo .ab_clients_logo_item {
  width: calc(100% / 3);
  margin-bottom: 42px;
}

.p_btn_w {
  background: #fff;
  color: #101010;
  font-size: 13px;
}
.p_btn_w:before {
  background: black;
}

/*============ testimonial area css ============*/
/*============ clients_logo_area css ============*/
.clients_logo_area .sc_clients_logo_info:before, .clients_logo_area .sc_clients_logo_info:after {
  display: none;
}

/*============ clients_logo_area css ============*/
/*============ team_area css ============*/
.team_area .row {
  margin-bottom: -55px;
}

.team_item {
  margin-bottom: 55px;
  display: inline-block;
}
.team_item .team-img {
  position: relative;
  z-index: 1;
}
.team_item .team-img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(255, 74, 74, 0.8);
  opacity: 0;
  transition: all 0.9s;
  z-index: 0;
}
.team_item .social_link {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.team_item .social_link li {
  transform: translateY(100%);
  transition: all 0.4s;
}
.team_item .social_link li a {
  color: #fff;
}
.team_item h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 20px;
}
.team_item h4 span {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
}
.team_item:hover .team-img:before {
  opacity: 1;
}
.team_item:hover .social_link li {
  transform: translateY(0);
}

/*============ team_area css ============*/
/*============ services area css here ============*/
.services_area {
  background-color: #f8f9fc;
}
.services_area .scroll_service_item {
  border: 0px solid transparent;
  background-color: #fff;
  color: #777777;
  margin-bottom: 30px;
  z-index: 1;
}
.services_area .scroll_service_item .number {
  color: rgba(16, 16, 16, 0.2);
  transition: all 300ms linear 0s;
  margin-bottom: 75px;
}
@media (max-width: 1400px) {
  .services_area .scroll_service_item .scroll_service_item .icon {
    top: 40px;
    max-width: 52px;
  }
}
.services_area .scroll_service_item h3 {
  color: #101010;
  transition: all 300ms linear 0s;
}
.services_area .scroll_service_item p {
  transition: all 300ms linear 0s;
}
.services_area .scroll_service_item h2 {
  line-height: 45px;
}
.services_area .scroll_service_item .p_btn {
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #7e7e7e;
  background-color: transparent;
  color: #101010;
  padding: 12px 49px;
}
.services_area .scroll_service_item .p_btn:hover {
  border: 1px solid transparent;
}
.services_area .scroll_service_item:before {
  height: 100%;
  z-index: -1;
  transition: all 300ms linear 0s;
  background-image: -moz-linear-gradient(-42deg, #4d33e6 0%, #774fed 100%);
  background-image: -webkit-linear-gradient(-42deg, #4d33e6 0%, #774fed 100%);
  background-image: -ms-linear-gradient(-42deg, #4d33e6 0%, #774fed 100%);
}
.services_area .scroll_service_item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.services_area .scroll_service_item:hover h3, .services_area .scroll_service_item:hover p {
  color: #fff;
}
.services_area .scroll_service_item:hover h2 {
  color: rgba(255, 255, 255, 0.2);
}
.services_area .scroll_service_item:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.services_area .scroll_service_item:hover .p_btn {
  background-color: #fff;
  border: 1px solid #fff;
}
.services_area .scroll_service_item:hover:before {
  opacity: 1;
  height: 100%;
}

/*============ servicesarea css end ============*/
/*============ services area css here ============*/
.services_details_area .services_details_sidebar {
  background-color: #f8f9fc;
}
@media (max-width: 991px) {
  .services_details_area .services_details_sidebar {
    margin-bottom: 50px;
  }
  .services_details_area .services_details_sidebar br {
    display: none;
  }
}
.services_details_area .services_details_sidebar .nav-link {
  display: flex;
  align-items: center;
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 0;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .services_details_area .services_details_sidebar .nav-link {
    padding: 0 20px;
  }
}
.services_details_area .services_details_sidebar .nav-link .single_nav_menu {
  position: relative;
  padding-left: 40px !important;
}
.services_details_area .services_details_sidebar .nav-link img {
  max-width: 24px;
  margin-right: 12px;
  transition: all 100ms linear 0s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.services_details_area .services_details_sidebar .nav-link .single_nav_menu {
  padding: 21px 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #dfe0e2;
}
.services_details_area .services_details_sidebar .nav-link:last-child .single_nav_menu {
  border-bottom: 0;
}
.services_details_area .services_details_sidebar .nav-link.active, .services_details_area .services_details_sidebar .nav-link:hover {
  color: #fff;
  background-color: transparent;
  background-image: -moz-linear-gradient(-42deg, #774fed 0%, #4d33e6 100%);
  background-image: -webkit-linear-gradient(-42deg, #774fed 0%, #4d33e6 100%);
  background-image: -ms-linear-gradient(-42deg, #774fed 0%, #4d33e6 100%);
}
.services_details_area .services_details_sidebar .nav-link.active .single_nav_menu, .services_details_area .services_details_sidebar .nav-link:hover .single_nav_menu {
  border-bottom: 1px solid transparent;
}
.services_details_area .services_details_sidebar .nav-link.active img, .services_details_area .services_details_sidebar .nav-link:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (min-width: 1200px) {
  .services_details_area .service_details_content {
    padding-left: 18px;
  }
}
.services_details_area .service_details_content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .services_details_area .service_details_content h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .services_details_area .service_details_content h2 {
    margin-bottom: 20px;
  }
}
.services_details_area .service_details_content p {
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .services_details_area .service_details_content p {
    margin-bottom: 15px;
  }
}
.services_details_area .service_details_content img {
  margin: 8px 0 35px;
}
@media (max-width: 991px) {
  .services_details_area .service_details_content img {
    margin: 5px 0 25px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .services_details_area .service_details_content img {
    margin: 5px 0 25px;
  }
}
.services_details_area .service_details_content ul {
  margin: 0;
  padding: 17px 0 0 0;
}
@media (max-width: 991px) {
  .services_details_area .service_details_content ul {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .services_details_area .service_details_content ul {
    padding: 10px 0 0 0;
  }
}
.services_details_area .service_details_content ul li {
  list-style: none;
  position: relative;
  padding-left: 17px;
  margin: 13px 0;
  line-height: 28px;
}
.services_details_area .service_details_content ul li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  top: 10px;
}
.services_details_area .service_details_content ul li:last-child {
  margin: 13px 0 0;
}

/*============ servicesarea css end ============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== portfolio_area css ============*/
.portfolio_area .row {
  margin-bottom: -15px;
}

.gallery_filter li {
  font-size: 16px;
  color: #777777;
  transition: color 0.3s linear;
  cursor: pointer;
  margin-bottom: 22px;
}
.gallery_filter li.active {
  font-weight: 600;
  color: #ff4a4a;
}
.gallery_filter li:hover {
  color: #ff4a4a;
}

.gallery_item {
  margin-bottom: 30px;
}

.gallery_post {
  cursor: pointer;
}
.gallery_post .img {
  overflow: hidden;
}
.gallery_post img {
  width: 100%;
  transition: all 0.9s linear;
}
.gallery_post .gallery_text_info {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -38px;
  position: relative;
  z-index: 0;
}
.gallery_post .gallery_text_info .gallery_content {
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.gallery_post .gallery_text_info .gallery_content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff4a4a;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.gallery_post:hover img {
  transform: scale(1.1);
}
.gallery_post:hover .gallery_content:before {
  opacity: 1;
}
.gallery_post:hover .gallery_content h3, .gallery_post:hover .gallery_content .g_tag {
  color: #fff;
}

.gallery_content {
  padding: 18px 30px;
  position: relative;
  z-index: 1;
}
.gallery_content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  transition: color 0.3s linear;
}
.gallery_content .g_tag {
  color: #777;
  font-size: 14px;
  transition: color 0.3s linear;
}

/*============== portfolio_area css ============*/
/*============== portfolio_info_area css ============*/
.portfolio_info_area {
  padding-bottom: 50px;
}

.slider_nav i {
  width: 54px;
  height: 54px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  transition: all 0.3s linear;
  cursor: pointer;
}
.slider_nav i + i {
  margin-left: 12px;
}
.slider_nav i:hover {
  background: #fff;
  color: #101010;
}

.portfolio_info_slider {
  margin-top: -256px;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.portfolio_info_slider .portfolio_img {
  padding-bottom: 55px;
}
.portfolio_info_slider .portfolio_img img {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.portfolio_info_slider .por_details_info h4 {
  font-size: 24px;
  margin-bottom: 0px;
}
.portfolio_info_slider .por_details_info .d-flex {
  flex-wrap: wrap;
}

.portfolio_text p {
  padding-bottom: 10px;
}
.portfolio_text .p_btn {
  margin-top: 10px;
}

.por_details_item {
  width: 50%;
  padding: 23px 0px;
}
.por_details_item p {
  margin-bottom: 0;
}
.por_details_item a {
  color: #777;
}

.social_link.social_link_two {
  padding-top: 5px;
}
.social_link.social_link_two li a {
  font-size: 18px;
  color: #ff33d1;
}
.social_link.social_link_two li a .social_dribbble {
  color: #ff33d1;
}
.social_link.social_link_two li a .social_googleplus {
  color: #f34a38;
}
.social_link.social_link_two li a .social_facebook {
  color: #475993;
}
.social_link.social_link_two li a .social_twitter {
  color: #5f9dec;
}
.pr_title {
  font-size: 20px;
  font-weight: 600;
}

.details_item {
  padding: 50px 0px;
  align-items: center;
}
.details_item img {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.details_item .details_content {
  padding-right: 95px;
}
.details_item h3 {
  font-size: 36px;
  margin-bottom: 25px;
}
.details_item ul li {
  position: relative;
  padding-left: 18px;
}
.details_item ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 10px;
}
.details_item .details_content_two {
  padding-left: 38px;
}

.pr_details_inner_two {
  position: relative;
}
.pr_details_inner_two .d-flex {
  flex-wrap: wrap;
}
.pr_details_inner_two .pr_details_content {
  max-width: 540px;
  right: 0;
  top: 0px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 55px 40px;
}
.pr_details_inner_two .pr_details_content .por_details_item {
  width: calc(100% / 3);
  padding: 18px 0px;
}
.pr_details_inner_two .pr_details_content .por_details_item .pr_title {
  margin-bottom: 10px;
}
.pr_details_inner_two .pr_details_content .p_details_btn {
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
.pr_details_inner_two .pr_details_content .pr_title {
  margin-bottom: 20px;
}

.pr_details_nav span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s linear;
}
.pr_details_nav span.next {
  margin-left: 50px;
  position: relative;
}
.pr_details_nav span.next:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #777;
  display: inline-block;
  left: -25px;
  position: absolute;
}
.pr_details_nav span:hover {
  color: #101010;
}

/*============== portfolio_info_area css ============*/
/*============ portfolio_detailes_two css ============*/
.portfolio_detailes_two h3 {
  font-size: 36px;
  margin-bottom: 30px;
}

.pr_details_slider_two {
  padding-right: 315px;
}

/*============ portfolio_detailes_two css ============*/
/*============ portfolio_detailes_three css ============*/
.portfolio_detailes_three .portfolio_text h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
.portfolio_detailes_three .por_details_info .d-flex {
  flex-wrap: wrap;
}

.pr_details_inner_three {
  position: relative;
  margin-bottom: 55px;
}
.pr_details_inner_three .pr_details_slider_two {
  padding-right: 0;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.pr_details_inner_three .pr_details_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 6px 15px;
}

/*============ portfolio_detailes_three css ============*/
/*============ portfolio_fluid_area css ============*/
.portfolio_fluid_area {
  padding-top: 100px;
}

.gallery_filter_two {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.gallery_filter_two li {
  display: inline-block;
}
.gallery_filter_two li + li {
  margin-left: 40px;
}

.gallery_inner_two {
  margin: 0px;
}
.gallery_inner_two .gallery_item {
  padding: 0px;
  margin-bottom: 0;
}

.gallery_post_two {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.gallery_post_two .img {
  position: relative;
  z-index: 0;
}
.gallery_post_two .img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 74, 74, 0.9);
  position: absolute;
  opacity: 0;
  transition: all 0.5s linear;
  z-index: 1;
}
.gallery_post_two .img img {
  transition: all 0.8s linear;
}
.gallery_post_two .hover_text {
  position: absolute;
  bottom: 0;
  padding: 40px;
}
.gallery_post_two .hover_text a {
  display: block;
  overflow: hidden;
}
.gallery_post_two .hover_text h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 2px;
  transform: translateY(100%);
  transition: all 0.7s linear;
}
.gallery_post_two .hover_text .g_tag {
  font-size: 14px;
  color: #fff;
  transform: translateY(100%);
  transition: all 0.9s linear;
}
.gallery_post_two:hover .img:before {
  opacity: 1;
}
.gallery_post_two:hover .img img {
  transform: scale(1.2);
}
.gallery_post_two:hover .hover_text h3, .gallery_post_two:hover .hover_text .g_tag {
  transform: translateY(0);
}

.gallery_inner_three {
  margin: -8px;
}
.gallery_inner_three .gallery_item {
  padding: 8px;
  margin-bottom: 0;
}

.gallery_inner_four .gallery_item .gallery_post .img {
  border-radius: 10px;
}
.gallery_inner_four .gallery_item .gallery_post .gallery_content {
  padding: 26px 0px 0px;
}
.gallery_inner_four .gallery_item .gallery_post .gallery_content h3 {
  color: #101010;
}
.gallery_inner_four .gallery_item .gallery_post .gallery_content h3:hover {
  color: #ff4a4a;
}
.gallery_inner_four .gallery_item .gallery_post .gallery_content .g_tag {
  color: #777;
}
.gallery_inner_four .gallery_item .gallery_post .gallery_content .g_tag:hover {
  color: #ff4a4a;
}

/*============ portfolio_fluid_area css ============*/
/*============ masonry_portfolio_area css ============*/
.portfolio_filter.gallery_filter {
  margin-bottom: 0;
}
.portfolio_filter.gallery_filter li {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #727272;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-right: 35px;
}
.portfolio_filter.gallery_filter li:last-child {
  margin-right: 0;
}
.portfolio_filter.gallery_filter li.active, .portfolio_filter.gallery_filter li:hover {
  font-weight: 500;
  color: #ff4a4a;
}

.masonry_portfolio_area {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
}
.masonry_portfolio_area .gallery_inner_three {
  margin: 0px;
}
.masonry_portfolio_area .gallery_item {
  padding: 0px;
}

/*============ masonry_portfolio_area css ============*/
.portfolio_slider_style.style_3 .single_portfolio_content {
  margin-top: 50px;
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  bottom: -87px;
  top: auto;
  transform: translateY(0);
  padding: 50px 50px 0 50px;
  text-align: center;
}
.portfolio_slider_style.style_3 .single_portfolio_content span {
  font-size: 12px;
  height: 22px;
  padding: 0 13px;
  background-color: #fff;
  line-height: 22px;
  border-radius: 3px;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-bottom: 17px;
  display: inline-block;
}
.portfolio_slider_style.style_3 .single_portfolio_content .portfolio_content_iner {
  opacity: 0;
  visibility: hidden;
}
.portfolio_slider_style.style_3 .single_portfolio_content h4 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 22px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
}
.portfolio_slider_style.style_3 .single_portfolio_content h4 a {
  color: #fff;
}
.portfolio_slider_style.style_3 .single_portfolio_content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.portfolio_slider_style.style_3 .single_portfolio_content .read_more_btn {
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  line-height: 1;
  transition: all 0.3s linear;
}
.portfolio_slider_style.style_3 .single_portfolio_content .read_more_btn i {
  font-weight: 600;
  margin-left: 10px;
  font-size: 28px;
  position: relative;
  transition: transform 0.2s linear;
}
.portfolio_slider_style.style_3 .single_portfolio_content .read_more_btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 17px;
  margin-left: 15px;
}
.portfolio_slider_style.style_3 .single_portfolio_content .read_more_btn:hover i {
  transform: translateX(5px);
}
.portfolio_slider_style.style_3 .single_portfolio_item {
  position: relative;
  z-index: 1;
}
.portfolio_slider_style.style_3 .single_portfolio_item:hover .single_portfolio_content {
  top: auto;
  bottom: 53px;
}
.portfolio_slider_style.style_3 .single_portfolio_item {
  transition: all 0.5s linear;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 100vh;
}
.portfolio_slider_style.style_3 .single_portfolio_item .single_portfolio_iner {
  display: block;
  width: 100%;
  height: 100%;
}
.portfolio_slider_style.style_3 .single_portfolio_item .portfolio_item_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh !important;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio_slider_style.style_3 .single_portfolio_item .bg_1 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
}
.portfolio_slider_style.style_3 .single_portfolio_item .bg_2 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
  background-image: radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
}
.portfolio_slider_style.style_3 .single_portfolio_item .bg_3 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  height: 100%;
}
.portfolio_slider_style.style_3 .single_portfolio_item .portfolio_item_bg {
  transition: all 0.5s linear;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img {
  top: -100px;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img:before {
  display: none;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img .img_screen.one {
  left: -20px;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img .img_screen.two {
  left: 0px;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img .img_screen.three {
  left: 25px;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img .img_screen, .portfolio_slider_style.style_3 .single_portfolio_item .w_mockup_img .img_four {
  animation: fadeIn 0.2s both;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_phone_img {
  padding-right: 120px;
}
.portfolio_slider_style.style_3 .single_portfolio_item .w_phone_img .p_two {
  animation: fadeIn 0.9s both;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active img {
  animation: fadeInRight 0.9s both 0.4s;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active .w_mockup_img .img_screen.one {
  animation: translateD1 0.9s both 0.5s;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active .w_mockup_img .img_screen.two {
  animation: translateD 0.9s both 0.7s;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active .w_mockup_img .img_screen.three {
  animation: translateDT 0.9s both 0.9s;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active .w_mockup_img .img_four {
  animation: fadeInUp 0.9s both 1s;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active .w_phone_img .p_one {
  animation: fadeInLeft 0.9s both 0.4s;
}
.portfolio_slider_style.style_3 .single_portfolio_item.swiper-slide-active .w_phone_img .p_two {
  animation: slideInLeft 0.9s both 1s;
}
.portfolio_slider_style.style_3 .single_portfolio_item:hover {
  background-size: auto 105%;
}
.portfolio_slider_style.style_3 .single_portfolio_item:hover .single_portfolio_content {
  margin-top: 0;
  visibility: visible;
  bottom: 53px;
}
.portfolio_slider_style.style_3 .single_portfolio_item:hover .portfolio_content_iner {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================= blog_area css =============*/
.blog_inner {
  padding-right: 20px;
}

.video_img {
  position: relative;
}
.video_img .v_icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.video_img .v_icon:hover {
  color: #fff;
}

.b_inner {
  padding: 0px 30px;
  margin-top: -70px;
  position: relative;
}

.blog_list_content {
  background: #fff;
  padding: 30px 50px;
  margin-bottom: 30px;
}
.blog_list_content .b_post_info {
  display: flex;
}
.blog_list_content .b_post_info .p_date {
  margin-left: 30px;
}
.blog_list_content h2 {
  font-size: 30px;
  line-height: 40px;
  color: #101010;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  transition: color 0.3s linear;
}
.blog_list_content h2:hover {
  color: #ff4a4a;
}

.blog_audio_item .mejs__container {
  padding: 95px;
  background: #ff4a4a;
  width: 100% !important;
  max-width: 710px;
}
.blog_audio_item .mejs__container:before {
  content: "";
  background: url(../img/blog/mick.png) no-repeat right top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 16px;
  right: 40px;
}
.blog_audio_item .mejs__container .mejs__controls {
  bottom: auto;
  top: 20px;
  padding: 0px 40px;
  background: transparent;
}
.blog_audio_item .mejs__container .mejs__controls .mejs__time-total {
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin-top: 9px;
}
.blog_audio_item .mejs__container .mejs__controls .mejs__time-handle-content {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 17%;
  height: 3px;
  left: -7px;
  top: -4px;
  width: 10px;
}
.blog_audio_item .mejs__container .mejs__controls .mejs__time-total, .blog_audio_item .mejs__container .mejs__controls .mejs__time-buffering, .blog_audio_item .mejs__container .mejs__controls .mejs__time-loaded, .blog_audio_item .mejs__container .mejs__controls .mejs__time-hovered, .blog_audio_item .mejs__container .mejs__controls .mejs__time-float-corner, .blog_audio_item .mejs__container .mejs__controls .mejs__time-marker, .blog_audio_item .mejs__container .mejs__controls .mejs__time-current {
  height: 3px;
}
.blog_audio_item .mejs__container .mejs__controls .mejs__horizontal-volume-total {
  top: 19px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.blog_audio_item .b_inner {
  margin-top: -100px;
}

.read_btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  color: #777777;
  transition: all 0.2s linear;
}
.read_btn i {
  vertical-align: middle;
}
.read_btn:hover {
  color: #ff4a4a;
}

.comment_btn {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 18px;
}
.comment_btn img {
  margin-right: 6px;
}
.comment_btn:hover {
  color: #ff4a4a;
}

.p_tag a {
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  background: #7a51ed;
  padding: 0px 10px;
}
.p_tag a.green {
  background: #5ecc45;
}
.p_tag a.yellow {
  background: #fbbb0a;
}
.p_tag a + a {
  background: #f91b6f;
  margin-left: 5px;
}

.p_date {
  font-size: 14px;
  color: #9d9d9d;
}
.p_date img {
  padding-right: 5px;
}

blockquote {
  background-color: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 21, 46, 0.08);
  padding: 40px;
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}
blockquote:before {
  content: "";
  background: url("../img/blog/quote.jpg") no-repeat scroll right bottom;
  position: absolute;
  right: 40px;
  bottom: 0;
  height: 110px;
  width: 100%;
  z-index: -1;
}
blockquote p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  font-style: italic;
  color: #777777;
  margin-bottom: 22px;
}
blockquote .author {
  font-weight: 600;
  color: #101010;
  font-size: 18px;
}

.blockquote_two {
  padding: 38px 120px 20px 50px;
}
.blockquote_two:before {
  background: url(../img/blog/chain.png) no-repeat scroll center right;
  right: 0;
  height: 100%;
  top: 0px;
}
.blockquote_two p {
  color: #101010;
}

.pagination .page-numbers {
  font-size: 18px;
  font-weight: 500;
  color: #777777;
  position: relative;
  transition: color 0.3s linear;
}
.pagination .page-numbers:before {
  content: "";
  height: 2px;
  background: #ff4a4a;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 0.3s linear;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: #ff4a4a;
}
.pagination .page-numbers:hover:before, .pagination .page-numbers.current:before {
  width: 100%;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 34px;
}

.blog_details img {
  box-shadow: 0px 15px 20px 0px rgba(0, 21, 46, 0.05);
  margin-bottom: 38px;
  max-width: 100%;
}
.blog_details p {
  line-height: 30px;
  margin-bottom: 30px;
}
.blog_details .p_date img {
  margin-bottom: 0;
}
.blog_details blockquote {
  background: #ff4a4a;
  margin-bottom: 36px;
}
.blog_details blockquote:before {
  background: url("../img/blog/qoute2.png") no-repeat scroll right bottom;
  height: 40px;
  bottom: 45px;
}
.blog_details blockquote:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 15px;
  height: 86px;
  width: 100%;
  z-index: -1;
  background: url("../img/blog/qoute.png") no-repeat scroll left top;
}
.blog_details blockquote p, .blog_details blockquote .author {
  color: #fff;
}

.post_social_info {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.post_social_info .tags .post-nam {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #101010;
}
.post_social_info .tags .tag {
  padding: 0px 12px;
  margin-left: 5px;
}

.author_post {
  background-color: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 21, 46, 0.05);
  padding: 40px;
  margin-top: 55px;
  position: relative;
  z-index: 1;
}
.author_post:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 20px;
  background: url("../img/blog/leaf.png") no-repeat scroll center right;
  position: absolute;
  z-index: -1;
}

.comment_post .author_img {
  margin-right: 30px;
}
.comment_post .media-body h4 {
  font-size: 20px;
  color: #101010;
  margin-bottom: 17px;
  font-weight: 700;
}
.comment_post .media-body p {
  margin-bottom: 0;
}

/*=============comment_inner css ===========*/
.c_title {
  font-size: 30px;
  margin-bottom: 35px;
  font-weight: 700;
}

.comment_list_info {
  padding-top: 100px;
}

.p_comment_list {
  margin-bottom: -40px;
}
.p_comment_list .post_comment {
  border-bottom: 1px solid #ebecf7;
}
.p_comment_list .post_comment .comment_post {
  position: relative;
  padding-bottom: 40px;
}
.p_comment_list .post_comment .comment_post .media-body .reply {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 14px;
  font-style: italic;
  color: #777777;
}
.p_comment_list .post_comment .comment_post .media-body .reply i {
  margin-right: 5px;
}
.p_comment_list .post_comment .comment_post .media-body .reply:hover {
  color: #ff4a4a;
}
.p_comment_list .post_comment .reply-comment {
  padding-left: 80px;
}
.p_comment_list .post_comment + .post_comment {
  padding-top: 40px;
}

.comment_box {
  padding-top: 95px;
}
.comment_box .c_title {
  margin-bottom: 25px;
}
.comment_box .contact_form_box .text_box input, .comment_box .contact_form_box .text_box textarea {
  color: #777777;
  font-size: 16px;
}
.comment_box .contact_form_box .text_box input.placeholder, .comment_box .contact_form_box .text_box textarea.placeholder {
  color: #777777;
}
.comment_box .contact_form_box .text_box input:-moz-placeholder, .comment_box .contact_form_box .text_box textarea:-moz-placeholder {
  color: #777777;
}
.comment_box .contact_form_box .text_box input::-moz-placeholder, .comment_box .contact_form_box .text_box textarea::-moz-placeholder {
  color: #777777;
}
.comment_box .contact_form_box .text_box input::-webkit-input-placeholder, .comment_box .contact_form_box .text_box textarea::-webkit-input-placeholder {
  color: #777777;
}
.comment_box .contact_form_box .text_box textarea {
  height: 100px;
}
.comment_box .contact_form_box .p_btn {
  float: none;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s linear;
}
.comment_box .contact_form_box .p_btn:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 21, 46, 0.1);
  transform: translateY(-5px);
}

/*============= blog_details_area_two css =============*/
.blog_details_area_two {
  padding-bottom: 100px;
}
.blog_details_area_two .blog_details_img {
  margin-top: -256px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.blog_details_area_two .blog_details_img img {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}
.blog_details_area_two .blog_details .b_post_info {
  margin-bottom: 25px;
}
.blog_details_area_two .blog_details .post_details .p_date {
  margin-left: 30px;
}

/*============= blog_details_area_two css =============*/
/*=============blog_sidebar css ===========*/
.blog_sidebar {
  padding-left: 20px;
}

.sidebar_title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 30px;
}

.widget + .widget {
  margin-top: 56px;
}

.widget_search .search-form input {
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  height: 60px;
  padding-left: 25px;
  font-size: 14px;
  color: #777777;
}
@includ placeholder {
  .widget_search .search-form input {
    color: #777777;
  }
}
.widget_search .search-form input:focus {
  border-color: #ff4a4a;
  box-shadow: none;
}
.widget_search .search-form button {
  background: #ff4a4a;
  border: 0px;
  padding: 13px 20px 7px;
  color: #fff;
  font-size: 20px;
}

.widget_categorie ul {
  margin-bottom: -10px;
}
.widget_categorie ul li a {
  font-size: 16px;
  color: #101010;
}
.widget_categorie ul li a i {
  color: #777777;
  font-size: 15px;
  padding-right: 6px;
}
.widget_categorie ul li a:hover {
  color: #ff4a4a;
}
.widget_categorie ul li + li {
  margin-top: 12px;
}
.widget_categorie ul li.active .dropdown-menu {
  display: block;
}
.widget_categorie ul li .dropdown-menu {
  border: 0px;
  margin-top: 0;
  padding-left: 50px;
}
.widget_categorie ul li .dropdown-menu li a {
  font-size: 15px;
  color: #777777;
}
.widget_categorie ul li .dropdown-menu li a:hover {
  color: #ff4a4a;
}

.widget_post .post_item img {
  margin-right: 20px;
}
.widget_post .post_item .media-body h5 {
  font-size: 16px;
  line-height: 22px;
  color: #101010;
  font-weight: 600;
  margin-bottom: 0;
  transition: color 0.2s linear;
}
.widget_post .post_item .media-body h5:hover {
  color: #ff4a4a;
}
.widget_post .post_item .media-body .p_date img {
  margin-right: 0;
}
.widget_post .post_item + .post_item {
  margin-top: 30px;
}

.widget_comments .comments_item img {
  margin-right: 20px;
}
.widget_comments .comments_item .media-body a {
  color: #101010;
  font-weight: 600;
  display: inline-block;
}
.widget_comments .comments_item .media-body p {
  color: #777777;
  font-size: 16px;
  margin-bottom: 0;
}
.widget_comments .comments_item + .comments_item {
  margin-top: 20px;
}

.widget_tag ul {
  margin: -5px -3px;
}
.widget_tag ul li {
  display: inline-block;
  margin: 5px 3px;
}

.tag {
  border: 1px solid #e0e0e0;
  color: #777;
  font-size: 14px;
  padding: 5px 13px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
.tag:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #ff4a4a;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.tag:hover {
  border-color: #ff4a4a;
  color: #fff;
}
.tag:hover:before {
  opacity: 1;
}

.widget_instragram ul {
  margin: -2px;
  display: flex;
  flex-wrap: wrap;
}
.widget_instragram ul li {
  display: block;
  width: calc(100% / 3);
  padding: 2px;
}
.widget_instragram ul li a {
  display: block;
  position: relative;
}
.widget_instragram ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 74, 74, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.widget_instragram ul li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/blog/instragram.png") no-repeat scroll center center;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}
.widget_instragram ul li a img {
  max-width: 100%;
}
.widget_instragram ul li a:hover:before {
  opacity: 1;
}
.widget_instragram ul li a:hover:after {
  transform: scale(1);
}

/*================= blog_area css =============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============ shop area css ===========*/
.shop_tab {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.shop_menu_left p {
  margin-bottom: 0;
}

.shop_menu_right .view-style {
  display: flex;
  padding-top: 5px;
}
.shop_menu_right .view-style .list-style a {
  font-size: 18px;
}
.shop_menu_right .view-style a {
  font-size: 22px;
  color: #777;
  margin-right: 20px;
  display: inline-block;
  line-height: 22px;
}
.shop_menu_right .view-style .active a {
  color: #ff4a4a;
}
.shop_menu_right .default_select {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #ececec;
  padding: 0px 20px;
  margin-left: 10px;
}
.shop_menu_right .default_select h5 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.shop_menu_right .default_select .selectpickers {
  border: 0px;
  padding-left: 8px;
  height: 38px;
  line-height: 38px;
}
.shop_menu_right .default_select .selectpickers:after {
  content: "C";
  font-family: eleganticons;
  width: 8px;
  height: 8px;
  top: 48%;
  right: 4px;
  font-size: 18px;
  transform: rotate(0deg);
  transform-origin: center;
  border: 0px;
  line-height: 10px;
}
.shop_menu_right .default_select .selectpickers ul {
  right: 0;
  left: auto;
}

.single_product_item {
  text-align: center;
  margin-bottom: 60px;
}
.single_product_item .product_img {
  position: relative;
}
.single_product_item .product_img img {
  transition: opacity 0.2s linear;
  max-width: 100%;
}
.single_product_item .product_img .hover_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single_product_item .product_img .hover_content a {
  width: 60px;
  height: 60px;
  font-size: 20px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 29, 0.1);
  line-height: 62px;
  color: #ff4a4a;
  display: inline-block;
  transition: all 0.2s linear;
}
.single_product_item .product_img .hover_content a:hover {
  background: #ff4a4a;
  color: #fff;
}
.single_product_item h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 28px;
  transition: color 0.2s linear;
}
.single_product_item h4:hover {
  color: #ff4a4a;
}
.single_product_item .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  font-size: 16px;
}
.single_product_item .price del {
  color: #777777;
  font-weight: 400;
  margin-left: 10px;
}
.single_product_item .price ins {
  text-decoration: none;
  font-weight: 600;
  color: #101010;
}
.single_product_item:hover img {
  opacity: 0.5;
}
.single_product_item:hover .hover_content {
  opacity: 1;
  visibility: visible;
}
.single_product_item:hover .hover_content a:nth-child(1) {
  animation: fadeInUp 300ms ease-in-out;
}
.single_product_item:hover .hover_content a:nth-child(2) {
  animation: fadeInUp 500ms ease-in-out;
}

/*============== shop_list_area css ==============*/
.shop_list_area .shop_page_number {
  margin-top: 80px;
}

.pr_list_item .pr_list_content h3 {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  transition: color 0.2s linear;
}
.pr_list_item .pr_list_content .price {
  float: right;
}
.pr_list_item .pr_list_content .price del {
  color: #777;
  font-size: 16px;
  margin-right: 10px;
}
.pr_list_item .pr_list_content .price ins {
  font-size: 24px;
  font-weight: 600;
  color: #101010;
  text-decoration: none;
}
.pr_list_item .pr_list_content p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 28px;
}
.pr_list_item .pr_list_content:hover h3 {
  color: #ff4a4a;
}
.pr_list_item + .pr_list_item {
  margin-top: 30px;
}

.pr_button {
  display: flex;
  padding-top: 15px;
}
.pr_button .cart_btn {
  font-size: 13px;
  font-weight: 600;
  color: #101010;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #d7d7d7;
  min-width: 200px;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.2s linear;
}
.pr_button .cart_btn:hover {
  border-color: #ff4a4a;
  background: #ff4a4a;
  color: #fff;
}
.pr_button a {
  display: block;
  width: 55px;
  height: 50px;
  font-size: 20px;
  color: #101010;
  border: 1px solid #d7d7d7;
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  transition: all 0.2s linear;
}
.pr_button a:hover {
  border-color: #ff4a4a;
  background: #ff4a4a;
  color: #fff;
}

.shop_page_number {
  text-align: center;
  margin-bottom: 0px;
}
.shop_page_number li {
  display: inline-block;
  margin: 0px 3px;
}
.shop_page_number li .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e7e7f6;
  font-size: 16px;
  line-height: 39px;
  font-weight: 300;
  color: #7b8a9e;
  text-align: center;
  display: block;
  transition: all 0.2s linear;
}
.shop_page_number li .page-numbers:hover {
  border-color: #ff4a4a;
  color: #ff4a4a;
}
.shop_page_number li .page-numbers.current {
  background: #ff4a4a;
  border-color: #ff4a4a;
  color: #fff;
}

/*========= pr_sidebar css ============*/
.pr_sidebar .widget_search .search-form {
  background: #f3f4f9;
}
.pr_sidebar .widget_search .search-form input {
  background: transparent;
  border: 0px;
}
.pr_sidebar .widget_search .search-form button {
  background: transparent;
  color: #777;
  font-size: 16px;
}

.filter_slider_area {
  padding-top: 10px;
}
.filter_slider_area .ui-slider {
  height: 6px;
  background: #dbe2e9;
  border: 0px;
  border-radius: 0px;
}
.filter_slider_area .ui-slider .ui-slider-range {
  background: rgba(255, 74, 74, 0.5);
  border-radius: 0px;
}
.filter_slider_area .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff4a4a;
  border: 0px;
  margin-left: 0;
  top: -7px;
}
.filter_slider_area .ui-slider .ui-slider-handle:focus {
  outline: none;
}
.filter_slider_area .filter_content {
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  color: #101010;
  display: flex;
  margin-top: 30px;
  font-weight: 600;
}
.filter_slider_area .filter_content #amount {
  border: 0px;
  font-size: 16px;
  display: inline-block;
  outline: none;
  color: #7d7d7d;
  box-shadow: none;
  padding-left: 5px;
}

.widget_product ul li .media {
  align-items: center;
}
.widget_product ul li .media img {
  margin-right: 25px;
}
.widget_product ul li .media .media-body h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 3px;
}
.widget_product ul li .media .media-body h3:hover {
  color: #ff4a4a;
}
.widget_product ul li .media .media-body .rate {
  font-size: 16px;
  color: #ff4a4a;
  font-weight: 500;
}
.widget_product ul li + li {
  margin-top: 20px;
}

.widget_categorie_two ul {
  margin-bottom: 0;
}
.widget_categorie_two ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #777777;
  display: inline-block;
  position: relative;
}
.widget_categorie_two ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #ff4a4a;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.2s linear;
}
.widget_categorie_two ul li a:hover {
  color: #ff4a4a;
}
.widget_categorie_two ul li a:hover:before {
  width: 100%;
}
.widget_categorie_two ul li + li {
  margin-top: 15px;
}

/*============ product_details_area css =============*/
.pr_details ul li {
  display: inline-block;
  font-size: 16px;
  color: #101010;
}
.pr_details ul li + li:before {
  content: "";
  width: 5px;
  height: 2px;
  display: inline-block;
  background: #101010;
  vertical-align: middle;
  margin: 0px 5px 0px 3px;
}
.pr_details h2 {
  font-weight: 700;
  font-size: 36px;
}
.pr_details .ratting {
  font-size: 16px;
}
.pr_details .ratting .star-rating {
  display: inline-block;
  color: #ffbc08;
  margin-right: 5px;
}
.pr_details .ratting .star-rating:before {
  content: "";
  font-family: "themify";
}
.pr_details .ratting a {
  color: #777;
}
.pr_details .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 15px;
}
.pr_details .price ins {
  font-size: 36px;
  font-weight: 600;
  color: #ff4a4a;
  text-decoration: none;
}
.pr_details .price del {
  font-size: 20px;
  color: #777;
  margin-left: 12px;
}
.pr_details p {
  line-height: 30px;
  padding-top: 52px;
  margin-bottom: 60px;
}
.pr_details .pr_button {
  padding-top: 0;
  margin-left: 10px;
}
.pr_details .pr_button a {
  margin-left: 10px;
}
.pr_details .product_meta {
  padding-top: 52px;
}
.pr_details .product_meta li {
  font-size: 18px;
  color: #7d7d7d;
  display: block;
}
.pr_details .product_meta li a {
  color: #7d7d7d;
}
.pr_details .product_meta li:before {
  display: none;
}
.pr_details .product_meta li span {
  color: #101010;
  padding-right: 4px;
}
.pr_details .product_meta li + li {
  margin-top: 12px;
}

.product-qty {
  display: inline-block;
  position: relative;
}
.product-qty .ar_top, .product-qty .ar_down {
  position: absolute;
  right: 8px;
  background: transparent;
  border: 0px;
  color: #bebebe;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  line-height: 20px;
}
.product-qty .ar_top {
  top: 8px;
}
.product-qty .ar_down {
  bottom: 5px;
}
.product-qty .manual-adjust {
  border: 1px solid #d7d7d7;
  background: transparent;
  width: 65px;
  height: 50px;
  color: #777;
  font-size: 20px;
  padding-left: 15px;
}
.product-qty .manual-adjust.placeholder {
  color: #777;
}
.product-qty .manual-adjust:-moz-placeholder {
  color: #777;
}
.product-qty .manual-adjust::-moz-placeholder {
  color: #777;
}
.product-qty .manual-adjust::-webkit-input-placeholder {
  color: #777;
}

.pr_slider_thumb {
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px;
}
.pr_slider_thumb img {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
  cursor: pointer;
}

/*=========== product_description_area css ===========*/
.product_description_area {
  background: #f7f7f7;
  padding-bottom: 110px;
}
.product_description_area .tab-content {
  padding-top: 80px;
}
.product_description_area .tab-content p {
  line-height: 30px;
  margin-bottom: 0;
}
.product_description_area .tab-content p + p {
  margin-top: 30px;
}

.pr_tab {
  justify-content: center;
}
.pr_tab .nav-item {
  margin-right: 40px;
}
.pr_tab .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #181b31;
  border-radius: 0px;
  padding: 26px 0px;
  border: 0px;
  background: transparent;
  position: relative;
  transition: all 0.2s linear;
}
.pr_tab .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff4a4a;
  height: 2px;
  width: 0;
  transition: width 0.2s linear;
}
.pr_tab .nav-item .nav-link.active, .pr_tab .nav-item .nav-link:hover {
  color: #ff4a4a;
}
.pr_tab .nav-item .nav-link.active:before, .pr_tab .nav-item .nav-link:hover:before {
  width: 100%;
}
.pr_tab .nav-item:last-child {
  margin-right: 0;
}

.aditional_info {
  max-width: 730px;
  margin: 0 auto;
}
.aditional_info .shop_attributes {
  width: 100%;
}
.aditional_info .shop_attributes tr {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.aditional_info .shop_attributes tr th, .aditional_info .shop_attributes tr td {
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 400;
}
.aditional_info .shop_attributes tr th {
  color: #181b31;
}
.aditional_info .shop_attributes tr td {
  text-align: right;
  color: #777;
}
.aditional_info .shop_attributes tr:nth-child(2n+1) {
  background: #fff;
}

.review_comment_info {
  max-width: 730px;
  margin: 0 auto;
}
.review_comment_info .c_title {
  font-weight: 600;
}
.review_comment_info .p_comment_list .comment_post {
  padding-bottom: 20px;
}
.review_comment_info .p_comment_list .comment_post .author_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.review_comment_info .p_comment_list .comment_post .media-body {
  padding-right: 65px;
}
.review_comment_info .p_comment_list .comment_post .media-body h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
.review_comment_info .p_comment_list .comment_post .media-body .date {
  font-size: 14px;
  color: #7d7d7d;
  margin-bottom: 5px;
}
.review_comment_info .p_comment_list .post_comment + .post_comment {
  padding-top: 30px;
}
.review_comment_info .comment_box .contact_form_box .text_box {
  margin-bottom: 25px;
}
.review_comment_info .comment_box .contact_form_box .text_box input {
  height: 55px;
  background: #fff;
  padding-left: 25px;
  border: 0px;
}
.review_comment_info .comment_box .contact_form_box .text_box textarea {
  height: 140px;
  background: #fff;
  border: 0px;
  padding-left: 25px;
  padding-top: 15px;
}
.review_comment_info .comment_box .comment-form-rating p {
  font-size: 16px;
  color: #181b31;
}
.review_comment_info .comment_box .comment-form-rating p .rating {
  color: #dedede;
  letter-spacing: 2.5px;
  margin-left: 20px;
}
.review_comment_info .comment_box .comment-form-rating p .rating:before {
  content: "";
  font-family: eleganticons;
}
.review_comment_info .comment_box .p_btn {
  padding: 11px 40px 10px;
  margin-top: 32px;
}

/*=============== related_pr_slider  css ==============*/
.related_pr_slider .slick-prev, .related_pr_slider .slick-next {
  width: 64px;
  height: 64px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.2s linear;
}
.related_pr_slider .slick-prev:before, .related_pr_slider .slick-next:before {
  font-family: inherit;
  color: #181b31;
  opacity: 1;
  line-height: 0.2;
}
.related_pr_slider .slick-prev:hover, .related_pr_slider .slick-next:hover {
  background: #ff4a4a;
}
.related_pr_slider .slick-prev:hover:before, .related_pr_slider .slick-next:hover:before {
  color: #fff;
}
.related_pr_slider .slick-prev {
  left: -100px;
}
.related_pr_slider .slick-next {
  right: -100px;
}
.related_pr_slider .single_product_item {
  margin-bottom: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*========== checkout_area css =============*/
.checkout_area {
  padding: 100px 0px 70px;
}
.checkout_area .c_title {
  font-weight: 600;
}

.checkout_content input, .checkout_content .selectpicker, .checkout_content textarea {
  border: 1px solid #d7d7d7;
  padding-left: 20px;
  font-size: 16px;
  height: 55px;
  width: 100%;
  margin-bottom: 30px;
}
.checkout_content input.placeholder, .checkout_content .selectpicker.placeholder, .checkout_content textarea.placeholder {
  color: #777777;
}
.checkout_content input:-moz-placeholder, .checkout_content .selectpicker:-moz-placeholder, .checkout_content textarea:-moz-placeholder {
  color: #777777;
}
.checkout_content input::-moz-placeholder, .checkout_content .selectpicker::-moz-placeholder, .checkout_content textarea::-moz-placeholder {
  color: #777777;
}
.checkout_content input::-webkit-input-placeholder, .checkout_content .selectpicker::-webkit-input-placeholder, .checkout_content textarea::-webkit-input-placeholder {
  color: #777777;
}
.checkout_content .woocommerce-additional-fields {
  margin-top: 45px;
}
.checkout_content textarea {
  height: 165px;
  padding-top: 20px;
}
.checkout_content .selectpicker {
  color: #777777;
  line-height: 55px;
}
.checkout_content .selectpicker:after {
  border: 0px;
  content: "C";
  color: #bebebe;
  font-family: eleganticons;
  transform: rotate(0);
  width: auto;
  height: auto;
  line-height: 10px;
  font-size: 18px;
  transition: all 0.2s linear;
  transform-origin: inherit;
}
.checkout_content .selectpicker.open:after {
  transform: rotate(180deg);
  margin-top: -6px;
}

.shiping_checkbox {
  margin-bottom: 60px;
}
.shiping_checkbox input {
  width: auto;
  margin-bottom: 0;
  display: none;
}
.shiping_checkbox input:checked + label:before {
  border-color: #ff4a4a;
}
.shiping_checkbox input:checked + label:after {
  opacity: 1;
}
.shiping_checkbox .l_text {
  font-size: 16px;
  color: #777;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.shiping_checkbox .l_text:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  border-radius: 2px;
  margin-right: 10px;
  transition: all 0.2s linear;
}
.shiping_checkbox .l_text:after {
  content: "N";
  font-family: eleganticons;
  position: absolute;
  left: 1px;
  color: #ff4a4a;
  top: -1px;
  font-size: 11px;
  opacity: 0;
  transition: all 0.2s linear;
}

.cart_total_box {
  padding-left: 50px;
}

.shop_table {
  width: 100%;
}
.shop_table li:last-child .cart-subtotal {
  border-bottom: 0px;
}
.shop_table li.br {
  border-bottom: 1px solid #e6e8eb;
  padding-bottom: 10px;
}
.shop_table .cr_item {
  padding-bottom: 20px;
  font-size: 16px;
  color: #031440;
}
.shop_table .cr_item .media {
  align-items: center;
}
.shop_table .cr_item .media img {
  margin-right: 20px;
}
.shop_table .cr_item .media .media-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop_table .cr_item .product-quantity {
  text-align: right;
}
.shop_table .cr_item:last-child {
  padding-bottom: 30px;
}
.shop_table .cart-subtotal {
  font-size: 16px;
  color: #05143f;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e6e8eb;
  padding: 35px 0px;
}
.shop_table .cart-subtotal .a_name {
  font-weight: 400;
}
.shop_table .cart-subtotal .red {
  color: #ff0000;
}
.shop_table .cart-subtotal .green {
  color: #2ba81e;
}
.shop_table .cart-subtotal .amount {
  text-align: right;
}
.shop_table .cart-subtotal .amount a {
  display: block;
  color: #05143f;
  line-height: 20px;
  margin-bottom: 20px;
}
.shop_table .cart-subtotal .amount a span {
  position: relative;
}
.shop_table .cart-subtotal .amount a span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #05143f;
  left: 0;
  position: absolute;
  bottom: 0;
  display: block;
}
.shop_table .cart-subtotal .amount #coupon_two {
  width: 250px;
}
.shop_table .cart-subtotal .amount #coupon_two input, .shop_table .cart-subtotal .amount #coupon_two .selectpicker {
  width: 100%;
  border: 1px solid #d7d7d7;
  height: 35px;
  margin-bottom: 15px;
  padding-left: 15px;
  border-radius: 0px;
}
.shop_table .cart-subtotal .amount #coupon_two input.placeholder, .shop_table .cart-subtotal .amount #coupon_two .selectpicker.placeholder {
  color: #7d7d7d;
}
.shop_table .cart-subtotal .amount #coupon_two input:-moz-placeholder, .shop_table .cart-subtotal .amount #coupon_two .selectpicker:-moz-placeholder {
  color: #7d7d7d;
}
.shop_table .cart-subtotal .amount #coupon_two input::-moz-placeholder, .shop_table .cart-subtotal .amount #coupon_two .selectpicker::-moz-placeholder {
  color: #7d7d7d;
}
.shop_table .cart-subtotal .amount #coupon_two input::-webkit-input-placeholder, .shop_table .cart-subtotal .amount #coupon_two .selectpicker::-webkit-input-placeholder {
  color: #7d7d7d;
}
.shop_table .cart-subtotal .amount #coupon_two .selectpicker {
  color: #7d7d7d;
  line-height: 35px;
}
.shop_table .cart-subtotal .amount #coupon_two .selectpicker:after {
  border: 0px;
  content: "C";
  color: #bebebe;
  font-family: eleganticons;
  transform: rotate(0);
  width: auto;
  height: auto;
  line-height: 10px;
  font-size: 18px;
  transition: all 0.2s linear;
  transform-origin: inherit;
}
.shop_table .cart-subtotal .amount #coupon_two .selectpicker.open:after {
  transform: rotate(180deg);
  margin-top: -6px;
}
.shop_table .cart-subtotal .amount #coupon_two .g_hover {
  padding: 0px 22px;
  border: 0px;
  width: auto;
}
.shop_table .cart-subtotal.calculation {
  padding-bottom: 20px;
}

.woocommerce-checkout-payment h5 {
  color: #2ba81e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.woocommerce-checkout-payment h5 i {
  margin-right: 10px;
}
.woocommerce-checkout-payment .condition {
  margin-bottom: 18px;
}
.woocommerce-checkout-payment .condition .l_text {
  color: #6a7c92;
  font-size: 14px;
}
.woocommerce-checkout-payment .condition .l_text a {
  color: #ff4a4a;
}
.woocommerce-checkout-payment .p_btn {
  width: 100%;
}

/*============ cart_table css ============*/
.shopping_cart_area .shop_table li:first-child .cart-subtotal {
  padding-top: 0;
}
.shopping_cart_area .shop_table .cart-subtotal {
  padding-right: 30px;
}

.cart_table {
  margin-bottom: 40px;
}
.cart_table thead {
  background: #f7f7f7;
}
.cart_table thead th {
  font-size: 16px;
  color: #05143f;
  font-weight: 600;
  padding: 15px;
  border: 0px;
}
.cart_table thead th.product-thumbnail {
  padding-left: 65px;
}
.cart_table thead th.product-subtotal {
  padding-right: 30px;
  text-align: right;
}
.cart_table tbody td {
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 0px;
  border-bottom: 1px solid #e6e8eb;
}
.cart_table tbody td .media {
  align-items: center;
}
.cart_table tbody td .media .media-left {
  margin-right: 20px;
}
.cart_table tbody td .media .remove {
  color: #8b8b8b;
  padding-left: 20px;
  padding-right: 15px;
  font-size: 16px;
}
.cart_table tbody td .media .remove:hover {
  color: #ff4a4a;
}
.cart_table tbody td .media .media-body h5 {
  font-size: 16px;
  font-weight: 500;
  color: #031440;
}
.cart_table tbody td .product-qty .manual-adjust {
  height: 40px;
}
.cart_table tbody td .product-qty .ar_top, .cart_table tbody td .product-qty .ar_down {
  line-height: 5px;
}
.cart_table tbody td .product-qty .ar_top {
  top: 5px;
}
.cart_table tbody td .product-qty .ar_down {
  bottom: 4px;
}
.cart_table tbody td.price {
  font-size: 16px;
  color: #7d7d7d;
}
.cart_table tbody td.price ins {
  text-decoration: none;
}
.cart_table tbody td .total {
  font-size: 16px;
  color: #7d7d7d;
}
.cart_table tbody td:last-child {
  text-align: right;
  padding-right: 30px;
}

.coupn_code {
  padding-left: 30px;
  padding-top: 15px;
}
.coupn_code h5 {
  font-size: 16px;
  color: #031440;
  font-weight: 500;
  margin-bottom: 20px;
}
.coupn_code h5 a {
  color: #ff4a4a;
  position: relative;
  line-height: 20px;
  display: inline-block;
}
.coupn_code h5 a:before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #ff4a4a;
  position: absolute;
}
.coupn_code .coupon {
  width: 365px;
  display: flex;
}
.coupn_code .coupon .input_text {
  border: 1px solid #d7d7d7;
  padding-left: 25px;
  width: 275px;
  font-size: 14px;
}
.coupn_code .coupon .input_text.placeholder {
  color: #7d7d7d;
}
.coupn_code .coupon .input_text:-moz-placeholder {
  color: #7d7d7d;
}
.coupn_code .coupon .input_text::-moz-placeholder {
  color: #7d7d7d;
}
.coupn_code .coupon .input_text::-webkit-input-placeholder {
  color: #7d7d7d;
}
.coupn_code .coupon .p_btn {
  padding: 11px 22px 10px;
  border: 0px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=============== contact_area css ================*/
.contact_area {
  padding-bottom: 100px;
}

.mapBox1 {
  min-height: 500px;
  margin-top: -256px;
  z-index: 1;
  position: relative;
}

.contact_info {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}

.contact_info_item img {
  line-height: 42px;
  margin-bottom: 25px;
}
.contact_info_item .pr_title {
  margin-bottom: 14px;
}
.contact_info_item a {
  display: block;
  color: #777;
}
.contact_info_item a:hover {
  color: #7a51ed;
}

.contact_inner {
  padding-top: 80px;
}
.contact_inner .w_content_two h2 {
  color: #101010;
  animation: fadeIn 0.5s both;
}
.contact_inner .w_content_two p {
  color: #777;
  animation: fadeIn 0.5s both;
}
.contact_inner .w_content_two ul li {
  color: #101010;
}
.contact_inner .contact_form_box .text_box input, .contact_inner .contact_form_box .text_box textarea {
  font-weight: 500;
  color: #101010;
}
.contact_inner .contact_form_box .text_box input.placeholder, .contact_inner .contact_form_box .text_box textarea.placeholder {
  color: #777;
}
.contact_inner .contact_form_box .text_box input:-moz-placeholder, .contact_inner .contact_form_box .text_box textarea:-moz-placeholder {
  color: #777;
}
.contact_inner .contact_form_box .text_box input::-moz-placeholder, .contact_inner .contact_form_box .text_box textarea::-moz-placeholder {
  color: #777;
}
.contact_inner .contact_form_box .text_box input::-webkit-input-placeholder, .contact_inner .contact_form_box .text_box textarea::-webkit-input-placeholder {
  color: #777;
}
.contact_inner .g_hover {
  float: right;
}

#success, #error {
  position: relative;
  top: 10px;
  right: 0;
  left: 0;
  display: none;
  font-weight: 600;
}

#success {
  color: lawngreen;
}

#error {
  color: orangered;
}

/*=============== contact_area css ================*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.fullscreen_area {
  background-color: #db1154;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.fullscreen_area .single_portfolio_slider {
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fullscreen_area .single_portfolio_slider h2 {
  font-size: 120px;
  font-weight: 600;
  position: absolute;
  opacity: 0;
}
.fullscreen_area .single_portfolio_slider h2 a {
  color: #fff;
}
.fullscreen_area .swiper_slide_inner {
  position: relative;
  z-index: -2;
  display: block;
}
.fullscreen_area .swiper_slide_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #db1154;
  position: absolute;
  z-index: 0;
  transition: opacity 0.4s ease;
}
.fullscreen_area .swiper_slide_inner img {
  clip-path: inset(40px 40px 40px 40px);
  position: relative;
  z-index: -1;
  transition: all 1.2s linear;
}
.fullscreen_area .single_portfolio_slider.swiper-slide {
  transform: scale(0.6);
  transition: transform 0.8s ease;
}
.fullscreen_area .single_portfolio_slider.swiper-slide-prev {
  display: flex;
  justify-content: flex-end;
  left: -70px;
}
.fullscreen_area .single_portfolio_slider.swiper-slide-active {
  transform: scale(1);
}
.fullscreen_area .single_portfolio_slider.swiper-slide-active .swiper_slide_inner:before {
  opacity: 0;
}
.fullscreen_area .single_portfolio_slider.swiper-slide-active .swiper_slide_inner img {
  clip-path: inset(0px 0px 0px 0px);
  box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.13);
}
.fullscreen_area .single_portfolio_slider.swiper-slide-active .splitting {
  opacity: 1;
}
.fullscreen_area .single_portfolio_slider.swiper-slide-active .splitting .char {
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(0.1s * var(--char-index));
}
.fullscreen_area .single_portfolio_slider.swiper-slide-next {
  display: flex;
  justify-content: flex-start;
  right: -70px;
}
.fullscreen_area .single_portfolio_slider.swiper-slide-prev .swiper_slide_inner:before, .fullscreen_area .single_portfolio_slider.swiper-slide-next .swiper_slide_inner:before {
  opacity: 0.7;
}

.full_height_dark_slider {
  background-color: #0c0c16;
  height: 100vh;
  align-items: center;
  display: flex;
  overflow: hidden;
}
.full_height_dark_slider .vartical_slider_banner_iner {
  height: 100vh;
  align-items: center;
  display: flex;
}
.full_height_dark_slider .banner_content {
  transition: all 0.3s linear;
  position: relative;
}
.full_height_dark_slider .banner_content_iner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.full_height_dark_slider .banner_content_iner h2 {
  font-size: 100px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -2.5px;
  line-height: 1.1;
  margin-bottom: 0;
  transition: all 0.3s linear;
}
.full_height_dark_slider .banner_content_iner h2 span {
  line-height: 1;
  transition: all 0.3s linear;
}
.full_height_dark_slider .banner_content_iner a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.full_height_dark_slider .banner_img_content {
  margin-left: 65px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.full_height_dark_slider .banner_img_content img {
  transition: all 0.3s linear;
}
.full_height_dark_slider .banner_img_content .overlay_img {
  transition: all 6s;
}
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_content_iner h2 {
  overflow: hidden;
}
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_content_iner h2 span {
  overflow: hidden;
  display: block;
  animation: fadeInUp2 0.8s both 1s;
}
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_content_iner .btn_border_effect {
  overflow: hidden;
  animation: fadeInUp2 0.8s both 1.3s;
}
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_img_content {
  animation: fadeInRight 0.9s both 0.5s;
  display: inline-block;
}
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_img_content .overlay_img {
  animation: overlay_right 1s both 1.3s;
}
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_img_content:after {
  animation: fadeOut 1s both 1.4s;
}
.full_height_dark_slider.zoom_effect .banner_content:hover .banner_img_content img, .full_height_dark_slider.zoom_effect .banner_content:hover .banner_img_content:after, .full_height_dark_slider.zoom_effect .banner_content:hover .banner_img_content .overlay_img {
  transform: scale(1.01);
}

.btn_border_effect {
  background-color: transparent;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  transition: all 0.3s linear;
  cursor: pointer;
  border: 0;
  display: inline-block;
  height: 55px;
  line-height: 55px;
}
.btn_border_effect:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #a854ff;
  transition: all 0.5s linear;
  left: 0;
  top: 0;
}
.btn_border_effect:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background-color: #a854ff;
  left: 0;
  bottom: 17px;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn_border_effect a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.btn_border_effect a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #a854ff;
  transition: all 0.3s ease;
  right: 0;
  top: 0;
}
.btn_border_effect a:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #a854ff;
  transition: all 0.3s ease;
  left: 0;
  bottom: 0;
}
.btn_border_effect:hover {
  min-width: 150px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.btn_border_effect:hover:before {
  width: 100%;
  transition: all 0.3s ease;
  background-color: #a854ff;
}
.btn_border_effect:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #a854ff;
  right: 0;
  bottom: 0;
}
.btn_border_effect:hover a {
  z-index: 1;
  color: #a854ff !important;
}
.btn_border_effect:hover a:before, .btn_border_effect:hover a:after {
  height: 100%;
  background-color: #a854ff;
}
.btn_border_effect:hover a:after {
  transition: all 0.1s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.section_line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: space-around;
}
.section_line span {
  background: #fff;
  height: 100%;
  width: 1px;
  opacity: 0.07;
}

.custom_pagination.swiper-pagination {
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  width: 32px;
  height: 27px;
  float: right;
  text-align: right;
  left: auto;
  right: 40px;
}
.custom_pagination span.swiper-pagination-current {
  position: absolute;
  left: 9px;
  top: -10px;
  font-size: 18px;
  transform: rotate(-30deg);
  color: #fff;
}
.custom_pagination span.swiper-pagination-total {
  position: absolute;
  bottom: -3px;
  font-size: 18px;
  transform: rotate(-30deg);
  right: -19px;
  color: rgba(255, 255, 255, 0.5);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== footer_area css ===========*/
.footer_area {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.footer_area:before {
  content: "";
  background: url("../img/about/footer_png.png") no-repeat scroll center 0/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer_area .footer_top {
  padding: 80px 0px 70px;
}
.footer_area .footer_top .f_logo {
  margin-bottom: 55px;
  display: inline-block;
}
.footer_area .footer_top h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 55px;
  color: #fff;
}
.footer_area .footer_top h3 a {
  font-weight: 700;
  font-style: italic;
  color: #fff;
  position: relative;
}
.footer_area .footer_top h3 a:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.footer_area .footer_top .social_link li a i {
  color: #fff;
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0px;
}
.footer_bottom p {
  margin-bottom: 0;
}
.footer_bottom p a {
  color: #fff;
  position: relative;
}
.footer_bottom p a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}

/*============== footer_area css ===========*/
/*============== footer_area css ===========*/
.full_footer {
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0px 25px 50px;
  z-index: 1;
}
.full_footer.hide {
  display: none;
}

.h_slider_nav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.h_slider_nav span {
  color: #fff;
  opacity: 0.8;
  font-size: 12px;
  font-weight: 500;
}
.h_slider_nav span.next:before {
  background: #fff;
}
.h_slider_nav span:hover {
  color: #fff;
  opacity: 1;
}

.h_slider_nav_two span {
  color: #101010;
}
.h_slider_nav_two span.next:before {
  background: #101010;
}
.h_slider_nav_two span:hover {
  color: #101010;
}

.social_icon {
  margin-bottom: 0;
}
.social_icon li {
  line-height: 15px;
}
.social_icon li a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
}
.social_icon li + li {
  margin-top: 20px;
}
.social_icon.social_icon_two li {
  display: inline-block;
}
.social_icon.social_icon_two li + li {
  margin-top: 0;
  margin-left: 15px;
}

.content-black .social_icon li a, .content-black .h_slider_nav span, .f_footer_one .social_icon li a, .f_footer_one .h_slider_nav span {
  color: #101010;
  transition: all 0.1s linear;
}
.content-black .h_slider_nav span.next:before, .f_footer_one .h_slider_nav span.next:before {
  background: #101010;
}

.new_color p {
  margin-bottom: 0;
  font-size: 14px;
  display: inline-block;
  transition: opacity 0.2s linear;
}
.new_color .social_icon li a, .new_color p {
  color: #fff;
  opacity: 0.5;
}
.new_color .social_icon li a:hover, .new_color p:hover {
  opacity: 1;
}

/*============== footer_area css ===========*/
/*============== footer_area css ===========*/
.fixed_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 110px 0px 100px;
}

/*============== footer_area css ===========*/
/*---------------------------------------------------- */

.slide1 h2{ font-size:47px; margin-top:450px;line-height:65px; text-shadow: 2px 2px 4px #fff; font-family:'Rubik', sans-serif; color: #000 !important;}
.slide2 p{font-size: 32px; font-weight: 600; line-height: 50px; margin-top: 70px;}
.slide2{ background:url(../images/abt-img.jpg) no-repeat right top}
.slide4{ background:url(../images/demo-img.jpg) no-repeat left top}

.mobview{ display:none}
.slide3 { padding-top:100px}
.slide3 .icon-section img {
    margin: 0 auto;
    max-height: 120px;
}
.slide3 h3 { font-size: 37px; line-height: 55px; font-weight: 700;padding: 0 15px;}

.slide3 .circle_line {left: 0 !important; }
.slide3 .post{font-size: 20px; line-height: 35px;
    color: #000000;
    letter-spacing: 1px;}
.wave_one_section_one.active .service-box-1 {
    animation: fadeInUp 0.3s both 0.7s;
}
.wave_one_section_one.active .service-box-2 {
    animation: fadeInDown 0.6s both 0.7s;
}
.wave_one_section_one.active .service-box-3 {
    animation: fadeInUp 0.9s both 0.7s;
}
.service-box-1, .service-box-2, .service-box-3{text-align: center;}
.service-box-1 { padding: 20px;}
.service-box-3 { padding: 20px 50px;}
.service-box-2 {
    padding:20px 40px 20px 40px;
    border-left: dashed 2px #becbf7;
    border-right: dashed 2px #becbf7;
    text-align: center;
}

.slide5{ padding-top:30px}
.pad0{ padding:0}

.subscribe-content-box.style2 {
    /*position: relative;
    margin-top: 40px;
    border-radius: 15px;
    z-index: 100;*/
}
.subscribe-content-box.style2 .subscribe-form button {
    background-color: #748ad0;
}
.subscribe-content-box.style2 .subscribe-form button {
    color: #fff;
}
.subscribe-content-box {
    position: relative;
    padding:0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    background:$748ad0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; border-radius: 0 !important;
}
.subscribe-title{
    position: relative;
    display: block;
}
.subscribe-title h2{
    color: #000;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700; 
    margin:0px 0 15px 0;
}
.subscribe-title p{
    color: #000;
    font-size: 13px !important;
    line-height: 26px;
    font-weight: 400;
    margin:0 !important; padding-left: 0 !important;    text-align: left !important;
}

.subscribe-box {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}
.subscribe-form {
    position: relative;
    display: block;
    width: 100%;
    margin: 5px 0;
}
.subscribe-form input[type="email"]{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 25px;
    padding-right: 70px;
    background:#fff;
    border: 0px solid rgba(255, 255, 255, 0.20);
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    border-radius: 10px;
    transition: all 500ms ease;
    font-family: 'Roboto', sans-serif;
}
.subscribe-form input::-webkit-input-placeholder {
    color: #777777;
}
.subscribe-form input:-moz-placeholder {
    color: #777777;
}
.subscribe-form input::-moz-placeholder {
    color: #777777;
}
.subscribe-form input:-ms-input-placeholder {
    color: #777777;
}
.subscribe-form button {
    position: absolute;
    background-color: #0098ff;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 60px;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    font-weight: 400;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 300ms ease 100ms; border: 0;
}
.subscribe-form input[type="email"]:focus {
    color: #0098ff; outline: 0px;
}
.subscribe-form input[type="email"]:focus + button, 
.subscribe-form button:hover {
    background: #f1f1f3;
}

.testimonial-section{
  position: relative;
  padding:70px 0px 10px 0px;
  width: 100%;
  height:auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.testimonial-section:before{
  position: absolute;
  content: '';
  background:transparent;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
}

.testimonial-section .client-thumb-outer{
  position:relative;
  max-width:510px;
  margin:0 auto;
  overflow:hidden;
  padding-top:20px;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel{
  position: relative;
  max-width: 100px;
  margin: 0 auto;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
  overflow:visible;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item{
  position:relative;
  width:50px;
  border-radius:50%;
  margin: 0 auto;
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box{
  width:50px;
  height:50px;
  background: #fff;
  opacity: 0.4;
  cursor:pointer;
  overflow: hidden;
  border-radius:50%;
  margin-bottom: 18px;
}

.testimonial-section .client-thumb-outer .owl-item.active .thumb-item{
  width: 80px;
  top: -20px;
}

.testimonial-section .owl-item.active .thumb-item .thumb-box{
  width: 80px;
  height: 80px;
  opacity: 1;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img{
  overflow:hidden;
  width:100%;
  height:100%;
  display:block;
  border-radius:50%;
}

.testimonial-section .owl-item .thumb-item .info-box{
  position: relative;
  min-width: 200px;
  text-align: center;
  left: -60px;
  display: none;
}

.testimonial-section .owl-item .thumb-item .info-box h5{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  color: #204669;
  margin-bottom: 0px;
}

.testimonial-section .owl-item.active .thumb-item .info-box{
  display: block;
}

.testimonial-section .owl-item .thumb-item .info-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots{
  display: none !important;
}

.testimonial-section .client-thumb-outer .owl-theme .owl-dots{
  min-width: 150px;
  margin-left: -25px;
  margin-top: 23px;
  height: 30px;
  overflow: hidden;
}

.testimonial-section .client-thumb-outer .owl-theme .owl-dots .owl-dot{
  position: relative;
  display: inline-block;
}

.testimonial-section .client-thumb-outer .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #dddddd;
  border-radius: 0px;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .client-thumb-outer .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .client-thumb-outer .owl-theme .owl-dots .owl-dot span:hover{
  
}

.testimonial-section .testimonial-block{
  position: relative;
  display: block;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 16px; padding-top: 0px;
}

.testimonial-section .testimonial-block p{
      font-size: 18px;
    line-height: 30px;
  color: #222;
}

.testimonial-section .testimonial-block p span{font-size: 60px;
    line-height: 10px;
    padding-top: 20px;
    position: relative;
    top: 18px;
    font-family: 'TiemposFine';color: #ccc;}

.testimonial-section .title-box{
  margin-bottom: 70px;
}

.testimonial-section.alternet-2 .testimonial-block .text i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    font-size: 100px;
    line-height: 100px;
    color: #e2f0ff;
    z-index: -1;

}

.gray-bg p{ font-size:17px; color:#404040; line-height:25px}
.adapted{ width:90%; margin:0 auto;margin-left: 11%;}
.adapted-section h2{font-size: 24px;
    color: #404040;
    margin-top: 29px;
    font-weight: 600;
}
.footer h2{ font-size:16px; font-weight:600; text-transform:uppercase;margin-bottom: 15px;}
.footer p, .footer-list li a { font-size:16px;
    color:#000 !important; line-height:30px;
}
.footer-list li a{ line-height:30px;}
.footer-one .primary-footer .widget img{ margin-bottom: 15px;
    height: 45px;}

.footer-list li{/* background:url(../images/arrow.png) no-repeat left 8px; padding-left:20px;*/}
.brand-bg.darken-2 {
    background-color: #000000!important;
}

.secondary-footer {
    padding: 7px 0;
}
.social-link li {
    display: inline-block;
}
.abt-txt {
    padding-right: 33px;
}
.social-link li a i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 19px;
    /*color: #748ad0 !important;*/
    margin-right: 10px;
}
.social-link li a i:hover { color:#fff; text-decoration:none}
.social-link li a { text-decoration:none}
.social-link {
    margin-bottom: 0;
    height: 30px;
    float: right;
}
.primary-footer .form-group button{width: 25%; font-size: 17px;}
.footer-one .primary-footer {
       padding:20px 0 20px 0;
}
.footer-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pad-left45{ padding-left: 45px;}
.footer-one{}
	.brand-bg{background: #e2e2e2;
}
.copy-text a {
    color: #fff;
}
.copy-text, .copy-text a:hover, .footer-list li a:hover, .twitter-widget-wrapper a {
    color: #fff;line-height: 30px;
}

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #fff;
  left:0px;
  top:0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header.style-one{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
}

.main-header .logo img{max-width:230px; margin: 20px 0 10px 0;}
.sticky-header .logo img{max-width:230px; margin: 10px 0;}

.header-top .logo img{ max-width:230px;}

.menu-container {
  position: absolute;
  width: 100%;
  heigh: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
  font-family: "Varela Round", sans-serif;
}
.menu-container p {
  font-size: 20px;
}
.menu-container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #1abc9c;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.menu-container a:after {
  content: "";
  position: absolute;
  background: #1abc9c;
  height: 2px;
  width: 0%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  transition: 0.35s ease;
}
.menu-container a:hover:after, .menu-container a:focus:after, .menu-container a:active:after {
  width: 100%;
}


.button_container {
  position: relative;
    top: 13px;
    right: -110px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #0000003e;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.menu-overlay {
  position: fixed;
  background: #748ad0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.menu-overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.menu-overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.menu-overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.menu-overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.menu-overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.menu-overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size:20px;
  font-family:'Rubik', sans-serif;
  font-weight: 400;
  text-align: right;width: 1280px;
}
.menu-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.menu-overlay ul li {
  display: block;
  height:50px;
  position: relative;
  opacity: 0;
}
.menu-overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.menu-overlay ul li a:hover:after, .menu-overlay ul li a:focus:after, .menu-overlay ul li a:active:after {
  width: 100%;
}
.menu-overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: 0.35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.login-btn{border: solid 2px #fff;
    padding: 10px 20px;
    text-align: center;}
	

.menu-overlay ul li a.login-btn:after {
  position: static;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition:none;
}

.header-btn .login-top {
    float: right;
    right: 20px;
    position: relative;
    border: solid 2px #fff;
    text-decoration: none;
    background: transparent;
    color: #fff;
    padding: 10px 20px;
}
.content-black .header-btn1 .login-top1 {
    float: right;
    right: 20px;
    position: relative;
    border: solid 2px #000;
    text-decoration: none;
    background: transparent;
    color: #000;
    padding: 10px 20px;
    display: block;
}
.content-black .header-btn .login-top {
    display: none;
}
.header-btn1 .login-top1 {
    display: none;
}

.btn-section{width:100px;
    float: right;
    position: absolute;
    right: 90px;}
	
.breadcrumb_area {
  padding:150px 0px 100px;
  position: relative;
  z-index: 0;    background-size: cover !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.breadcrumb_content h1 {
  font-size: 72px;
  line-height: 88px;
  color: #fff;
}
.breadcrumb_content p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}

.navbar_fixed.header_area {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 6%);
    transition: all 0.3s linear;
}

.navbar_fixed.header_area .logo_two img {
  display: none;
}
.navbar_fixed.header_area .logo_two img + img {
  display: block; padding: 5px 0;
}
.logo_info img {
    max-width: 250px;
}
.navbar_fixed.header_area .logo_two img {
    display: none;
}
.img-responsive{display:block;max-width:100%;height:auto}
.about-style1-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 0px 0 100px;
}
.about-style1-area.pdtop100{
    padding-top: 100px;
}


.about-style1-text-box {
    position: relative;
    display: block;
}
.about-style1-text-box .sec-title{
    padding-bottom: 20px;letter-spacing: 2px;
}
.about-style1-text-box .inner-contant{
    position: relative;
    display: block;
}
.about-style1-text-box .inner-contant .text {
    position: relative;
    display: block;
}
.about-style1-text-box .inner-contant .text p{
    margin: 0;
}
.about-style1-text-box .inner-contant ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 24px 0 32px;
}
.about-style1-text-box .inner-contant ul li{
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 18px;
    line-height: 48px;
    font-weight: 400;
}
.about-style1-text-box .inner-contant ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f192";
    color: #758ad1;
    font-size: 18px;
}


.about-style1-text-box .inner-contant .bottom-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.about-style1-text-box .inner-contant .bottom-box .left{
    position: relative;
    display: block;
}
.about-style1-text-box .inner-contant .bottom-box .left .button{}
.about-style1-text-box .inner-contant .bottom-box .right {
    position: relative;
    padding-left: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.about-style1-text-box .inner-contant .bottom-box .right .icon{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px dashed #ababab;
    border-radius: 50%;
    font-size: 30px;
    line-height: 58px;
    text-align: center;
}
.about-style1-text-box .inner-contant .bottom-box .right .phone{
    position: relative;
    display: block;
    padding-left: 20px;
}
.about-style1-text-box .inner-contant .bottom-box .right .phone a{
    color: #031f4b;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Archivo', sans-serif;
}



.about-style1-image-box {
    position: relative;
    display: block;
    max-width: 540px;
    width: 100%;
    float: right;
}
.about-style1-image-box .image-box {
    position: relative;
    display: block;
}
.about-style1-image-box .image-box img{
    width: 100%;
    border-radius: 20px;
    transform: scale(1.0);
    transition: all 700ms ease;    
}
.about-style1-image-box .image-box .main-image {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    float: left;
}
.about-style1-image-box .image-box .inner{
    position: relative;
    display: block;
    margin-top: -100px;
    max-width: 370px;
    width: 100%;
    float: right;
}

.about-style1-image-box .image-box .inner .icon {
    position: absolute;
    top: 50px;
    left: -60px;
    width: 120px;
    height: 120px;
    border: 2px dashed #031f4b;
    border-radius: 50%;
    padding: 13px;
}
.about-style1-image-box .image-box .inner .icon span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #0098ff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    line-height: 90px;
}

.sec-title h2 span {
    color: #000;
    font-weight: 700; line-height: 60px;
}
.sec-title h3 {
    color: #7389cf;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.btn-one {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    background-color: #758ad1;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    font-weight:400;
    text-transform: capitalize;
    border-radius:0px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.btn-one:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #7087cd;
    content: "";
    border-radius: 8px;
    transform: scaleX(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
.btn-one:hover:after{
    transform: scaleX(1.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
.btn-one .txt {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.btn-one:hover,
.btn-one:focus{
    color: #f7f7f7;
}


.btn-one.style2{
    background: #031f4b;
}
.btn-one i{
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

/***

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:95px 0px 40px;
}

.contact-page-section .title-column{
	position:relative;
}

.contact-page-section .title-column .inner-column{
	position:relative;
}

.contact-page-section .form-column{
	position:relative;
	margin-bottom:40px;
}

.contact-page-section .form-column .inner-column{
	position:relative;
}

.contact-form{
	position:relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	color:#222222;
	height:54px;
	font-size:15px;
	background:#ffffff;
	border:1px solid #dddddd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus{outline:0;

}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:15px 20px;
	color:#222222;
	height:190px;
	background:#ffffff;
	resize:none;
	font-size:15px;
	border:1px solid #dddddd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group .btn-detail{
	position:relative;
	text-align:center;
	margin-left:30px;
	color:#ffffff;
	font-weight:600;
	display:inline-block;
}

.contact-form button{
	margin-top:15px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;
}

.sec-title h2 {
    position: relative;
    color: #222222;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
}

.contact-info-section{
	position:relative;
	padding:95px 0px 40px;
}

.contact-info-section .title-column{
	position:relative;
}

.contact-info-section .title-column .inner-column{
	position:relative;
}

.contact-info-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.contact-info-section .info-column .inner-column{
	position:relative;
}

.contact-info-section .info-column .contact-column{
	position:relative;
	margin-bottom:30px;
}

.contact-info-section .info-column .contact-column .inner{
	position:relative; margin-top: 30px;
}

.contact-info-section .info-column .contact-column .inner .icon{
	position:absolute;
	left:0px;
	top:10px;
	color:#e6e6e6;
	font-size:50px;
	line-height:1em;
}

.contact-info-section .info-column .contact-column .inner ul{
	position:relative;
}

.contact-info-section .info-column .contact-column .inner ul li{
	position:relative;
	color:#555555;
	font-size:18px;
	line-height:1.6em; list-style:none;
}

.contact-info-section .info-column .contact-column .inner ul li strong{
	position:relative;
	color:#758ad1;
	font-size:18px;
	font-weight:600;
}

.margin0{ margin:0}

/** pricing-section **/

.pricing-section{
  position: relative;
  width: 100%;
  padding: 93px 0px 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.pricing-section:before{
  position: absolute;
  content: '';
  background: #f5faff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.pricing-section .upper-box{
  position: relative;
}

.pricing-section .upper-box .title-inner{
  position: relative;
  display: block;
  max-width: 820px;
  width: 100%;
}

.pricing-section .upper-box .title-inner .sec-title{
  width: 45%;
}

.pricing-section .upper-box .title-inner .text{
  position: relative;
  padding-left: 20px;
  margin-top: 4px;
  width: 55%;
}

.pricing-section .upper-box .title-inner .text:before{
  position: absolute;
  content: '';
  background: #8db6d6;
  width: 1px;
  height: 75px;
  left: -50px;
  top: 3px;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover,
.pricing-block-one.active-block .pricing-table{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.pricing-block-one .pricing-table .table-header{
  position: relative;
  display: block;
  padding: 33px 0px 22px 0px;
}

.pricing-block-one .pricing-table .table-header h3{
  margin-bottom: 21px;
}

.pricing-block-one .pricing-table .table-header .price-box{
  position: relative;
  display: block;
  padding: 28px 0px 30px 0px;
  margin-bottom: 26px;
}

.pricing-block-one .pricing-table .table-header .price-box span{
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 14px;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 25px;
  opacity: 0;
  transition: all 500ms ease;
}

.pricing-block-one.active-block .pricing-table .table-header .price-box span,
.pricing-block-one .pricing-table:hover .table-header .price-box span{
  opacity: 1;
  top: -10px;
}

.pricing-block-one .pricing-table .table-header .price-box h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .table-header .price-box p{
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin: 0px;
}

.pricing-block-one .pricing-table .table-header .text{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0px;
}

.pricing-block-one .pricing-table .table-content{
  position: relative;
  display: block;
  padding: 28px 15px 29px 15px;
}

.pricing-block-one .pricing-table .table-content ul li{
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  margin-bottom: 12px;
}

.pricing-block-one .pricing-table .table-content ul li:last-child{
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .table-content ul li del{
  opacity: 0.5;
}

.pricing-block-one .pricing-table .table-footer{
  position: relative;
  padding-bottom: 31px;
}

.pricing-block-one .pricing-table .table-footer a{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 57px;
  border-radius: 30px;
  z-index: 1;
}

.pricing-block-one .pricing-table .table-footer a:hover,
.pricing-block-one.active-block .pricing-table .table-footer a{
  color: #fff;
}

.pricing-block-one .pricing-table .table-footer a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.pricing-block-one .pricing-table .table-footer a:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.pricing-block-one .pricing-table .table-footer a:hover:before,
.pricing-block-one .pricing-table .table-footer a:hover:after,
.pricing-block-one.active-block .pricing-table .table-footer a:before,
.pricing-block-one.active-block .pricing-table .table-footer a:after{
  width: 100%;
}

.pricing-section .tab-btn-box{
  position: absolute;
  top: 25px;
  right: 0px;
}

.pricing-section .tab-btn-box .tab-btns{
  position: relative;
  display: inline-block;
  background: #deebf7;
  overflow: hidden;
  border-radius: 30px; padding-left: 0;
}

.pricing-section .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  border-radius: 30px;
  padding: 14px 30px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}


.pricing-section .tab-btn-box .tab-btns li.active-btn,
.pricing-section .tab-btn-box .tab-btns li:hover{
  color: #fff;
}

.pricing-section .upper-box{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.pricing-section.pricing-page:before{
  display: none;
}

.pricing-section.pricing-page .tab-btn-box{
  position: relative;
  top: 0px;
  text-align: center;
}

.pricing-section.pricing-page .title-box .sec-title{
  text-align: left;
}

.pricing-section.pricing-page .title-box .sec-title.left h5{
  padding-right: 35px;
}

.pricing-section.pricing-page .title-box .sec-title.left h5:before{
  width: 25px;
}

.pricing-section.pricing-page .tab-btn-box .tab-btns li.active-btn, 
.pricing-section.pricing-page .tab-btn-box .tab-btns li:hover{

}

.pricing-section.pricing-page .pricing-table{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.pricing-section.pricing-page .pricing-table .table-footer a{

}

.pricing-section.pricing-page .pricing-table .table-footer a:before{
 
}

.pricing-section.pricing-page .pricing-table .table-footer a:after{
  
}

.pricing-section.pricing-page .title-box{
  margin-bottom: 59px;
}

.pricing-section.pricing-page .tabs-box .tab-btn-box{
  margin-bottom: 50px;
}

.pricing-section.pricing-page .tab-btn-box .tab-btns li.active-btn{
  background: #758ad1;
}

.pricing-section.pricing-page .pricing-table .table-footer a{
	border-color: #758ad1; text-decoration:none;
}

.pricing-section.pricing-page .pricing-table .table-footer a:before{
	background: #758ad1;
}

.pricing-section.pricing-page .pricing-table .table-footer a:after{
	background: #758ad1;
}
  
.pricing-section.pricing-page .pricing-table .table-header .price-box {
    background:-webkit-linear-gradient(90deg, #7389cf, #194779 100%);
}
.pricing-block-one .pricing-table .table-header{
	border-bottom: 1px solid #8db6d6;
}

.pricing-block-one .pricing-table .table-header .price-box{
	background: -webkit-linear-gradient(0deg, #1c6ead, #382a82 100%);
}

.pricing-block-one .pricing-table .table-header .price-box span{
	background: #758ad1;
}

.pricing-block-one .pricing-table .table-footer a{
	border: 2px solid #1c6ead;
}

.pricing-block-one .pricing-table .table-footer a:before{
	background: #1c6ead;
}

.pricing-block-one .pricing-table .table-footer a:after{
	background: #1c6ead;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn,
.pricing-section .tab-btn-box .tab-btns li:hover{
  background: #1c6ead;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

/*** 
=============================================
    Faq Content Area Css
=============================================
***/
.faq-content-area{
    position: relative;
    display: block;
    padding: 70px 0 50px;
}
.faq-content-area .layer-outer{
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: .60;
}



.faq-content-box-style2 .accordion-box .accordion .accord-btn {
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 21px;
    padding-bottom: 21px;
}
.faq-content-box-style2 .accordion-box .accordion .accord-btn h4 {
    font-size: 18px;
    line-height: 26px;
}
.faq-content-box-style2 .accordion-box .accordion .accord-content p {
    font-size: 16px;
    line-height: 30px;
}
.faq-content-box-style2 .accordion-box .accordion .accord-content {
    padding-left: 30px;
    padding-right: 60px;
    padding-bottom: 24px;
}


.question-form{
    position: relative;
    display: block;
    padding-top: 80px;
}
.question-form form input[type="text"],
.question-form form input[type="email"],
.question-form form textarea{
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 25px;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    border-radius: 7px;
    transition: all 500ms ease;
}
.question-form form textarea{
    height: 150px;
    padding: 15px 25px;
}
.question-form form button {
    width: 200px;
    margin: 0 auto;
    display: block;
}

.accordion-box {
    position: relative;
    display: block;
}
.accordion-box .accordion {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin-bottom: 20px;
}
.accordion-box .accordion.marginbottom0{
    margin-bottom: 0;
}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #031f4b;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
    font-family: "Flaticon";
    position: absolute;
    content: "\f104";
    top: 50%;
    right: 25px;
    color: #0098ff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active{
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; 
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #7389cf;
}
.accordion-box .accordion .accord-btn.active:after{
    color: #031f4b;
    content: "\f105";
}

.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    padding-left: 25px;
    padding-right: 60px;    
    padding-bottom: 19px;
    display: none;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    color: #777777;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}



@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255,231,1,.1),
        0 0 0 20px rgba(255, 231,1, 0.3000);
    }
}

/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/
.blog-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 50px;
}

.single-blog-style1{
    position: relative;
    display: block;
    margin-bottom: 100px;
}
.single-blog-style1 .img-holder{
    position: relative;
    display: block;
}
.single-blog-style1 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
}
.single-blog-style1 .img-holder .inner:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}
.single-blog-style1:hover .img-holder .inner:before{
    height: 100%;    
}
.single-blog-style1 .img-holder .inner img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.single-blog-style1:hover .img-holder .inner img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);    
}

.single-blog-style1 .img-holder .date-box{
    position: absolute;
    right: 30px;
    bottom: -50px;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 12px 0;
    z-index: 1;
    background: #ffffff;
    padding: 5px 0;
    border-bottom: 4px solid #ff6600;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 2;
    margin-bottom: 25px;
}
.single-blog-style1 .img-holder .date-box h3{
    font-size: 24px;
    line-height: 20px; margin:0;
    font-weight: 600;
    text-transform: uppercase;
}
.single-blog-style1 .img-holder .date-box h3 span{
    font-size: 14px;
}

.single-blog-style1 .text-holder{
    position: relative;
    display: block;
    padding: 25px 0 30px;
    border-bottom: 2px solid #dddddd;
}
.single-blog-style1 .text-holder:before{
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    height: 2px;
    background-color: #7187ce; 
    content: "";
    transform: scaleX(0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.single-blog-style1:hover .text-holder:before{
    transform: scaleX(1.0);    
}
.single-blog-style1 .text-holder .meta-info{
    position: relative;
    display: block;   
    overflow: hidden;padding-left: 0;
}
.thm-clr {
    color: #758ad1;
}
.single-blog-style1 .text-holder .meta-info li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 24px;
    padding-right: 15px;
    margin-right: 15px;
}
.single-blog-style1 .text-holder .meta-info li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.single-blog-style1 .text-holder .meta-info li:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 12px;
    background: #777777;
    content: "";
    margin: 5px 0;
}
.single-blog-style1 .text-holder .meta-info li:last-child:before{
    display: none;
}
.single-blog-style1 .text-holder .meta-info li span:before {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding-right: 7px;
}
.single-blog-style1 .text-holder .meta-info li a{
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style1 .text-holder .meta-info li a:hover{
    color: #7187ce;        
}
.single-blog-style1 .text-holder h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin:0px;
}
.single-blog-style1 .text-holder h3 a{
    color: #031f4b;
    transition: all 200ms linear;
    transition-delay: 0.1s; text-decoration: none;
}
.single-blog-style1 .text-holder h3 a:hover{
    color: #0098ff;        
}

.services__area {
  overflow: hidden; margin-top: 50px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services__area {
      padding-top: 100px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .services__area {
      padding-top: 80px;
      padding-bottom: 50px; } }
.services__left {
  position: relative;
  z-index: 1; }
  .services__left::before {
    position: absolute;
    width: 530px;
    height: 530px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fafbfc;
    content: "";
    z-index: -1;
    top: 55%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.services__box {
  padding: 40px 20px;
  padding-left: 25px;
  border: 1px solid #dcdee2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
  background: #ffffff;
  position: relative;
  overflow: hidden; }
  .services__box::before, .services__box::after {
    position: absolute;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    right: -90px;
    bottom: -90px;
    content: "";
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .services__box::after {
    width: 115px;
    height: 115px;
    background: rgba(255, 255, 255, 0.2);
    right: 55px;
    bottom: -50px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .services__box h4 {
    font-size: 18px;
    margin-bottom: 12px; }
  .services__box p {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 0; }
  .services__box:hover {
    background: #748ad0;
    border-color: #748ad0; }
    .services__box:hover .s__icon {
      background-color: rgba(255, 255, 255, 0.3); }
      .services__box:hover .s__icon img:nth-child(1) {
        display: none; }
      .services__box:hover .s__icon img:nth-child(2) {
        display: inline-block; }
    .services__box:hover h4, .services__box:hover p {
      color: #ffffff; }
    .services__box:hover::before {
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s;
      transition-delay: 0.1s;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .services__box:hover::after {
      -webkit-transition: all 0.6s ease-out 0s;
      -moz-transition: all 0.6s ease-out 0s;
      -ms-transition: all 0.6s ease-out 0s;
      -o-transition: all 0.6s ease-out 0s;
      transition: all 0.6s ease-out 0s;
      transition-delay: 0.2s;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .services__box .s__icon {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(68, 194, 253, 0.3);
    line-height: 80px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center; }
	.services__box .s__icon img{ max-height:50px}
    .services__box .s__icon img:nth-child(2) {
      display: none; }
  .services__box-2 .s__icon {
    background-color: rgba(255, 75, 76, 0.3); }
  .services__box-3 .s__icon {
    background-color: rgba(255, 240, 61, 0.3); }
.services__right {
  padding-left: 90px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services__right {
      padding-left: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services__right {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .services__right {
      padding-left: 0; } }

 .sec__title-2 span {
      font-size: 18px;
      color: #748ad0;
      display: inline-block;
      font-family: "Poppins", sans-serif;
      margin-bottom: 5px;
      position: relative; }
      .sec__title-2 span::before {
        position: absolute;
        right: -117px;
        top: 10px;
        width: 100px;
        height: 4px;
        background: linear-gradient(90deg, #44C2FD 0%, rgba(68, 194, 253, 0) 100%);
        content: ""; }
    .sec__title-2 h2 {
      margin-bottom: 18px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec__title {
      max-width: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec__title {
      max-width: 600px; } }
	  
	  .mb-30 {
    margin-bottom: 30px;
}

.aabout-img-space {
  margin-right: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aabout-img-space {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aabout-img-space {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aabout-img-space {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .aabout-img-space {
    margin-right: 0px;
  }
}

.aabout-img {
  overflow: hidden;
}
.aabout-img img {
  width: 100%;
}

.aabout-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.img-lg img {
  min-height: 590px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .img-lg img {
    min-height: 560px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .img-lg img {
    min-height: 545px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-lg img {
    min-height: 490px;
  }
}
@media (max-width: 767px) {
  .img-lg img {
    min-height: inherit;
  }
}

.aabout-img_text {
  padding: 28px 70px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aabout-img_text {
    padding: 28px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aabout-img_text {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .aabout-img_text {
    padding: 28px 55px;
  }
}

.aabout-img_text-title {
  font-size: 72px;
  line-height: 0.9;
  color: #ffffff;
  margin-bottom: 0px;
}
.aabout-img_text-title span {
  font-size: 60px;
  line-height: 1.09;
}

.aabout-qoute {
  padding: 40px 60px;
  background: #f3f5f9;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .aabout-qoute {
    padding: 25px 30px;
  }
}
.aabout-qoute i {
  font-size: 80px;
  color: #ffffff;
  position: absolute;
  top: 35px;
  right: 60px;
  animation: float-bob-x infinite 8s linear;
}
@media (max-width: 767px) {
  .aabout-qoute i {
    right: 20px;
  }
}
.aabout-qoute h4 {
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .aabout-qoute h4 br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aabout-qoute h4 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aabout-qoute h4 {
    padding-right: 120px;
  }
}

.aabout--profile {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .aabout--profile {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aabout--profile {
    margin-left: 20px;
    margin-top: 0px;
  }
}
.aabout--profile__img {
  
  float: left;
}
.aabout--profile__img img {
  max-height: 50px;
}
.aabout--profile__text {
  margin-left: 70px;
}
.aabout--profile__text h4 {
  font-size: 27px;
  margin-bottom: 3px;
}
.grey-bg {
    background: #f3f6f9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aabout--profile__text h4 {
    font-size: 21px;
  }
}

.aabout--profile__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .aabout--profile__wrapper {
    display: inherit;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aabout--profile__wrapper {
    display: flex;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aabout-text {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aabout-text {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aabout-text {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .aabout-text {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.aabout--profile2 {
      margin: 20px 0 40px 0;
}
@media (max-width: 767px) {
  .aabout--profile2 {
    overflow: hidden;
  }
}
.aabout--profile2 h4 {
  margin-bottom: 0px;padding-top: 10px;
}
.aabout--profile2 h4 br {
  display: inline-block;
}
.aabout--profile2:hover img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.aabout--profile__number {
  padding: 35px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aabout--profile__number {
    padding: 30px;
  }
}
.aabout--profile__number h4 {
  margin-bottom: 0px;
}
.aabout--profile__number span {
  display: block;
  margin-bottom: 10px;
}

.aabout--profile__para p {
  margin-bottom: 0px;
}

.aabout__since {
  text-align: center;
  height: 200px;
  width: 200px;
  background: #7087cc;
  border: 9px solid #ffffff;
  position: absolute;
  top:90%;
  transform: translateY(-50%);
  left: -100px;
  z-index: 2;
  border-radius: 50%;
  animation: pulse-grey 8s infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aabout__since {
    left: 45%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aabout__since {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aabout__since {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .aabout__since {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.aabout__since span {
  font-size: 24px;
  display: block;
  margin-bottom: 0px;
  color: #ffffff;
}
.aabout__since h3 {
  font-size: 40px;
  margin-bottom: 0px;
  color: #ffffff;
}

.about-back-bg {
  position: relative;margin: 50px 0 50px 0;
}
.about-back-bg:before {
  position: absolute;
  content: "";/*
  height: 100%;
  width: 30%;
  background: #f3f6f9;*/
  top: 0px;
  left: 0px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-back-bg:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-back-bg:before {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aabout-img-space2 {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aabout-img-space2 {
    margin-right: 0px;
  }
  .aabout-img-space2 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .aabout-img-space2 {
    margin-right: 0px;
  }
  .aabout-img-space2 img {
    width: 100%;
  }
}

.aabout__fact--single__title {
  font-size: 50px;
  line-height: 0.6;
  margin-bottom: 25px;
}

.aabout__fact--single__subtitle {
  font-size: 27px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aabout-text-3 {
    padding-bottom: 85px;
  }
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.z-index {
    z-index: 2;
    position: relative;
}
.section-title span {
    color: #758ad0;
}

.blog__date {
  background: #ffffff;
  padding: 5px 20px;
  border-bottom: 4px solid #df0528;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -60px;
  z-index: 2;
  margin-bottom: 25px;
  left: 29px;
}
.blog__date h3 {
  font-size: 34px;
  margin-bottom: 0px;
}
.blog__date i {
  font-size: 48px;
}
.blog__date.blog__date--service__icon {
  padding: 12px 15px 7px 15px;
}

.ablog__text {
  padding: 42px 30px 0px 30px;
  border: 1px solid #dce1e4;
  position: relative;
}

.ablog__meta {
  margin-bottom: 15px;
}
.ablog__meta ul li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}
.ablog__meta ul li:last-child {
  margin-right: 0px;
}
.ablog__meta ul li a:hover {
  color: #ff6600;
}
.ablog__meta ul li a i {
  font-size: 13px;
  margin-right: 2px;
}

.ablog__text--title {
  font-size: 27px;
  margin-bottom: 5px;
}
.ablog__text--title a{ color:#000}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ablog__text--title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ablog__text--title {
    font-size: 24px;
  }
}
.ablog__text--title:hover {
  color: #ff6600;
}

.ablog__btn a {
  border-radius: 0px;
  transform: translateY(25px);
  height: 50px;
  line-height: 50px;
}

.ablog__img {
  overflow: hidden;
}
.ablog__img img {
  width: 100%;
}

.ablog:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.ablog:hover .ablog__user img {
  transform: none;
}
.ablog:hover .blog__date i {
  animation-name: animation-pulse-shrink;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  display: inline-block;
}

.ablog__user {
  display: flex;
  align-items: center;
}
.ablog__user--img {
  margin-right: 15px;
}
.ablog__user--title h5 {
  font-size: 20px;
  margin-bottom: 0px;
}

.ablog-2 p {
  margin-bottom: 25px;
}

.ablog__text--title2 {
  margin-bottom: 10px;
}

.ablog__text2 {
  padding: 42px 30px 30px 30px;
}

.ablog__user--title h5:hover {
  color: #ff6600;
}

.blog__date2 {
  background: #ff6600;
}

.ablog__img3 {
  position: relative;
}

.ablog__text3 {
  position: inherit;
  padding: 0px 20px 30px 20px;
  border: none;
}

.blog__date3 {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0px;
}

.ablog__meta3 {
  box-shadow: 0px 5px 20px 0px rgba(0, 6, 91, 0.05);
  background: #ffffff;
  border-radius: 3px;
  padding: 24px 43px;
  margin-top: -36px;
  position: relative;
  margin-bottom: 35px;
}

.ablog__text3--btn a.grey-btn {
  background: none;
  height: 52px;
  line-height: 50px;
  padding: 0px 35px;
}
.ablog__text3--btn a.grey-btn:hover {
  background: #ff6600;
}

.ablog__text--title3 {
  margin-bottom: 15px;
}

.about--ablog__text3--btn a.theme-btn:hover {
  background: #2371ff;
  border-color: #2371ff;
}

.basic-pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.basic-pagination ul li a, .basic-pagination ul li span {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  color: #151735;
  font-size: 20px;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.basic-pagination ul li a:hover, .basic-pagination ul li span.current {
  background: #ff6600;
  color: #ffffff;
}

.ablog-4 {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  -moz-box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
}

.ablog__text4 {
  padding: 32px 40px 40px 40px;
  border-top: 0px;
}

.ablog__meta4 {
  margin-bottom: 20px;
}
.ablog__meta4 ul li a {
  font-size: 18px;
}
.ablog__meta4 ul li a i {
  font-size: 16px;
  color: #ff6600;
}

.ablog__text--title4 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .ablog__text--title4 {
    font-size: 32px;
  }
}
.ablog__text--title4:hover {
  color: #ff6600;
}

.ablog__img4 {
  position: relative;
}
.ablog__img4 .avideo-btn-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ablog__img--active .slide-prev, .ablog__img--active .slide-next {
  position: absolute;
  color: #ff6600;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  border-radius: 50%;
}
.ablog__img--active .slide-prev:hover, .ablog__img--active .slide-next:hover {
  background: #ff6600;
  color: #ffffff;
}
.ablog__img--active .slide-prev {
  left: 40px;
}
@media (max-width: 767px) {
  .ablog__img--active .slide-prev {
    left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ablog__img--active .slide-prev {
    left: 40px;
  }
}
.ablog__img--active .slide-next {
  right: 40px;
}
@media (max-width: 767px) {
  .ablog__img--active .slide-next {
    right: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ablog__img--active .slide-next {
    right: 40px;
  }
}

.ablog-4:hover img {
  transform: scale(1);
}

.sidebar--widget__search form {
  position: relative;
}
.sidebar--widget__search form input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 0 20px;
  background: #f7f7f7;
  color: #83868c;
}
.sidebar--widget__search form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  line-height: 60px;
  color: #ff6600;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.sidebar--widget__post {
  display: flex;
}
.sidebar--widget__post .post__img {
  height: 90px;
  width: 80px;
  border-radius: 10px;
  background-size: cover;
  background-position: left;
  margin-right: 15px;
}
.sidebar--widget__post .sidebar__post--text {
  overflow: hidden;
}

.sidebar__post--title {
  font-size: 20px;
  margin-bottom: 5px;
}
.sidebar__post--title:hover {
  color: #ff6600;
}

.sidebar__widget--title {
  font-size: 26px;
  position: relative;
  padding-bottom: 12px;
}
.sidebar__widget--title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #ff6600;
}

.sidebar--widget__cat ul li {
  margin-bottom: 15px;
  list-style: none;
}
.sidebar--widget__cat ul li:last-child {
  margin-bottom: 0px;
}
.sidebar--widget__cat ul li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.sidebar--widget__cat ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #ff6600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar--widget__cat ul li a:hover {
  color: #ff6600;
}
.sidebar--widget__cat ul li a:hover:before {
  left: 7px;
}

.sidebar--widget__tag a {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  text-align: center;
  padding: 0 19px;
  font-size: 14px;
  border: 2px solid #dce1e4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.sidebar--widget__tag a:hover {
  background: #ff6600;
  color: #ffffff;
  border-color: #ff6600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ablog__sidebar--wrapper {
    margin-right: 0px;
  }
}

.ablog__text4 blockquote {
  padding: 40px;
  color: #666;
  position: relative;
  background: #F8F8F8;
  font-style: normal;
  text-align: left;
  clear: both;
  font-weight: 400;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  border: 1px solid #f6f6f8;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .ablog__text4 blockquote {
    padding: 25px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ablog__text4 blockquote {
    padding: 40px;
    padding-bottom: 25px;
  }
}
.ablog__text4 blockquote:before {
  content: "";
  position: static;
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  color: #ff6600;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}
.ablog__text4 blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #151735;
  font-style: inherit;
}
.ablog__text4 blockquote cite:before {
  content: "";
  display: inline-block;
  background: #ff6600;
  height: 2px;
  width: 40px;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.blog__deatails--tag span {
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #151735;
}
.blog__deatails--tag a {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  text-align: center;
  padding: 0 19px;
  font-size: 14px;
  border: 2px solid #dce1e4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .blog__deatails--tag a {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__deatails--tag a {
    margin-bottom: 0px;
  }
}
.blog__deatails--tag a:hover {
  border-color: #ff6600;
  color: #ffffff;
  background: #ff6600;
}

.blog__details--subtitle {
  font-size: 27px;
  margin-bottom: 15px;
}

.blog__author {
  padding: 30px 40px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
  -moz-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
  box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .blog__author {
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__author {
    padding-bottom: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .blog__author-img {
    margin-bottom: 10px;
  }
}

.blog__author-content h5 {
  font-size: 18px;
  margin-bottom: 0px;
}
.blog__author-content span {
  display: inline-block;
  margin-bottom: 5px;
}
.blog__author-content p {
  margin-bottom: 0px;
}

.post-comment-title h3 {
  font-size: 24px;
}

.latest-comments ul {
  list-style: none;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.comments-avatar {
  float: left;
  margin-right: 20px;
}

.comments-text {
  overflow: hidden;
  border-bottom: 1px solid #f1f0f7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.comments-text p {
  margin-bottom: 20px;
}

.avatar-name {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 0px;
}
.avatar-name span {
  font-size: 14px;
  font-weight: 500;
}

.comment-reply {
  font-weight: 600;
  font-size: 14px;
  color: #151735;
}
.comment-reply i {
  margin-right: 3px;
}
.comment-reply:hover {
  color: #ff6600;
}

.latest-comments li.children {
  margin-left: 105px;
}
@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 70px;
  }
}

.post-comment-form h4 {
  font-size: 24px;
  margin-bottom: 7px;
}

.post-comment-form > span {
  display: inline-block;
  margin-bottom: 45px;
}

.post-input input,
.post-input textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
  margin-bottom: 20px;
  color: #83868c;
}
.post-input input::-moz-placeholder,
.post-input textarea::-moz-placeholder {
  font-size: 16px;
  color: #83868c;
  opacity: 1;
}
.post-input input::placeholder,
.post-input textarea::placeholder {
  font-size: 16px;
  color: #83868c;
  opacity: 1;
}

.post-input textarea {
  height: 180px;
  line-height: 26px;
  resize: none;
  padding: 30px;
  padding-top: 20px;
}

.post-check input {
  margin-right: 5px;
}

.post-check span {
  color: #83868c;
}

@media (max-width: 767px) {
  .ablog-4 .ablog__text4 {
    padding: 17px 25px 25px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ablog-4 .ablog__text4 {
    padding: 32px 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .ablog-4 img {
    min-height: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .blog__details--wrapper {
    margin-right: 0px;
  }
}

.theme-btn {
    font-size: 16px;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0px 45px;
    border-radius: 50px;
    display: inline-block;
    background: #748acf;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.theme-btn:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(
35deg
);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}
.theme-btn:hover {
    background: #748acf;
    color: #ffffff;
}
.theme-btn:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}
.img, img {
    max-width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.blog-area{ margin:50px 0 30px 0}
.blog-area .ablog { margin-bottom:80px;}

.pricing-section .tab-btn-box .tab-btns li:hover{color: #222;background: #deebf7;}

.single-sidebar .recent-posts{
    position: relative;
    display: block;    padding-left: 0;
}
.single-sidebar .recent-posts li{
    position: relative;
    display: block;
    min-height: 90px;
    padding-left: 90px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.single-sidebar .recent-posts li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.single-sidebar .recent-posts li .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 10px;
}
.single-sidebar .recent-posts li .img-box img{
    width: 100%;
}
.single-sidebar .recent-posts li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 10px;
    opacity: 0;
    transform: perspective(400px) rotate(90deg);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.single-sidebar .recent-posts li:hover .img-box .overlay-content{
	opacity: 1;
    transform: perspective(400px) rotate(0deg); 
    transition: all 0.3s ease-in-out 0.3s;    
}
.single-sidebar .recent-posts li .img-box .overlay-content a{
    color: #ffffff;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar .recent-posts li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 90px;
}
.single-sidebar .recent-posts li .title-box h4{
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 9px;
}
.single-sidebar .recent-posts li .title-box h4 a{
    color: #031f4b;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar .recent-posts li .title-box h4 a:hover{
    color: #0098ff;
}
.single-sidebar .recent-posts li .title-box .date{
    color: #777777;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.sidebar-wrapper .single-sidebar .title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize; margin-bottom:35px
}

.login-form-box{
    position: relative;
    display: block;
    padding-bottom: 15px;
    background: #fff;
    max-width: 600px;
    width: 100%;margin: 0 auto;
    border-radius:25px; box-shadow: 5px 5px 10px 10px rgb(0 0 0 / 8%);
}
.login-form-box .title {
	position: relative;
	display: flex;
	background: #838487;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}


.login-form-box .title h3{
    color: #125ea5;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.login-form-box .title h2{
    color: #777777;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin: 0;
}
.login-form-box .title h2 span{
    color: #fff;
    font-weight: 700;
}


.login-form-box form{
    position: relative;
    display: block;
	margin: 25px;
}
.login-form-box form .input-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.login-form-box form .input-box .icon{
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    color: #bbbbbb;
    font-size: 14px;
}


.login-form-box form input[type="text"],
.login-form-box form input[type="email"],
.login-form-box form input[type="password"],
.login-form-box form textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    border: 1px solid #cccccc;
    width: 100%;
    height: 60px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    padding-left: 25px;
    padding-right: 50px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Roboto', sans-serif;
}
.login-form-box form textarea{
    height: 170px;
    padding-top: 15px;
    padding-left: 25px;
    padding-bottom: 10px;
    padding-right: 50px;
}

.login-form-box form input[type="text"]:focus{
    color: #222222;
    border-color: 982826 ; 
}
.login-form-box form input[type="email"]:focus{
    color: #222222;
    border-color: 982826 ;
}
.login-form-box form input[type="password"]:focus{
  color: #222222;
  border-color: 982826 ;
}
.login-form-box form input[type="text"]::-webkit-input-placeholder {
    color: #777777;
}
.login-form-box form input[type="text"]:-moz-placeholder {
    color: #777777;
}
.login-form-box form input[type="text"]::-moz-placeholder {
    color: #777777;
}
.login-form-box form input[type="text"]:-ms-input-placeholder {
    color: #777777;
}
.login-form-box form input[type="email"]::-webkit-input-placeholder {
    color: #777777;
}
.login-form-box form input[type="email"]:-moz-placeholder {
    color: #777777;
}
.login-form-box form input[type="email"]::-moz-placeholder {
    color: #777777;
}
.login-form-box form input[type="email"]:-ms-input-placeholder {
    color: #777777;
}
.login-form-box form input[type="password"]:-ms-input-placeholder {
    color: #777777;
}


.login-form-box .bootstrap-select {
    position: relative;
    display: block;
    width: 100% !important;
    height: 60px;
}
.login-form-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 7px;
    border: 1px solid #cccccc;
    background-color: #ffffff !important;
    max-width: 100%;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    padding-left: 25px;
    padding-right: 50px;
    color: #777777 !important;
    font-size: 14px;
    line-height: 58px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: 'Roboto', sans-serif;
}
.login-form-box .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.login-form-box .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}
.login-form-box .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 23px;
    width: auto;
    height: auto;
    font-family: 'FontAwesome';
    content: '\f107';
    color: #83888d;
    font-size: 18px;
    transform: translateY(-50%);
    margin: 0;
    border: none;
}
.login-form-box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    color: #000000;
}
.login-form-box .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.login-form-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Archivo', sans-serif;
}
.login-form-box .dropdown-item.active,
.login-form-box .dropdown-item:active {
    color: #0098ff;
}
.login-form-box .dropdown-item:hover {
    color: #0098ff;
}

.login-form-box form .button-box button {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  background-color: #982826;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  font-weight:400;
  text-transform: capitalize;
  border-radius: 3px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;    
}
.login-form-box form .button-box button:after{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #808080;
  content: "";
  border-radius: 3px;
  transform: scaleX(0.0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;    
}
.login-form-box form .button-box button:hover:after{
  transform: scaleX(1.0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;    
}
.login-form-box form .button-box button .txt {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.login-form-box form .button-box button:hover,
.login-form-box form .button-box button:focus{
  background-color: #808080;

}

.btn-one {border: 0;}
.login-page {
    position: relative;
    padding: 30px 0px 20px 0px;
}
/*.login-page:before{    content: '';
    background: #5a5a5a;
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;}*/

.section-pricing{ margin:70px 0 50px 0}
.featurePrice {
  margin-bottom: 20px;
  position: relative
}

.featurePrice ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.featurePrice ul li {
  width: 20%;
  float: left;
  padding: 20px 0;
  height: 230px;
  text-align: center;
  color: #fff;
  font-size: 14px;min-height: 260px;
}

.featurePrice ul li:nth-child(1) {
  background-color: #758ad0
}

.featurePrice ul li:nth-child(2) {
  background-color: #f7f7f7
}

.featurePrice ul li:nth-child(3) {
  background-color: #758ad0
}

.featurePrice ul li:nth-child(4) {
  background-color: #f7f7f7
}

.featurePrice ul li:nth-child(5) {
  background-color: #758ad0
}

.featurePrice ul li:nth-child(2) p, .featurePrice ul li:nth-child(4) p{    color: #000;}

.featurePrice ul li p {
  margin: 0;
  padding: 0;
  margin: 0;
  position: relative
}

.featurePrice ul li p:first-child {
  padding-top: 10px;font-weight: 600; font-size: 28px;
    padding-bottom: 10px
}

.featurePrice ul li p span {
  font-size: 26px;
  margin: 22px 0;
  display: block; text-decoration: line-through;
}

.featurePrice ul li p span font {
  font-size: 11px;
  display: block
}

.featurePrice ul li p .strikoff-bg {
  position: absolute;
  top: 12px;
  z-index: 1;
  width: 115px;
  left: 50%;
  margin-left: -55px; display:none;
}

.featurePrice ul li p.mainPrice {
  font-size: 25px;
}

.control-group {
  width: 100%;
  padding: 30px 0;
}

.control {
  display: block;
  width: 20%;
  text-align: center;
  float: left;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  height: 31px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  background: #fff;
  /*-webkit-box-shadow: 6px 4px 12px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 6px 4px 12px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 6px 4px 12px -5px rgba(0, 0, 0, 0.5);*/
  border: 2px solid #748ad0
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
  background: #748ad0;
}

.control input:checked~.control__indicator {
  background: #748ad0;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
  background: #748ad0;
}

.control input:disabled~.control__indicator {
  background: #748ad0;
  opacity: 0.6;
  pointer-events: none;
}
.featurePrice .button{ text-align:center}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.subheading{ margin-bottom:40px;}
.control input:checked~.control__indicator:after {
  display: block;
}

.buyOnline input[type=submit] {
  background-color: #e23325;
  height: 50px;
  font-size: 16px;
  color: #fff;
  border: 0;
  width: 500px;
  margin: 0px auto;
  border-radius: 6px;
  margin: 25px 0 35px;
}

.packageItems {
  border-bottom: 0
}

.packageItems h2 {
  font-size: 22px; margin: 60px 0 20px 0;
}

.packageItems ul {
  margin: 0px;
  padding: 0;
}

.packageItems ul li {
  text-align: left;
  list-style: none;
  padding: 15px 0 5px 20px; width: 30.33%;
    float: left; border:solid 1px #f5f5f5; margin:10px;
}
.packageItems ul li img{max-height: 50px;
    float: left;
    margin-bottom: 50px;
    margin-right: 20px;}
.packageItems ul li img.mb-img{margin-bottom: 70px;}

.abt-list{ margin:25px 0 0 0; padding:0}
.abt-list li{ list-style:none; background:url(../images/arrow_img.png) no-repeat left 7px; padding-left:30px; margin-bottom:20px;}
.abt-list li:last-child{ margin-bottom:0px;}

.footer-one {
    clear: both;
}
.mt0{ margin-top:0}


.pattern {
position: relative;
background-color: #3bb78f;
background-image: linear-gradient(315deg,
#3bb78f 0%, #0bab64 74%);
}

.pattern:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 250px;
background: url(../images/wave-img.png);
background-size: cover;
background-repeat: no-repeat;
}

.mb0{ margin-bottom:0}

.text-pad{ padding-top:80px; font-size:22px;line-height: 40px;}
.text-pad h5{ font-size:40px;}
.text-pad .button{ margin-top:30px;}

.text-pad1{ padding-top:50px; font-size:18px;}
.text-pad1 strong{ font-size:22px;}
.text-pad1 .button{ margin:30px 0;}

.slide2 h2{ font-size:52px; margin-top:450px;line-height: 72px; text-shadow: 2px 2px 4px #fff; font-family:'Open Sans', sans-serif; color: #000 !important;}


.slide-title h2{ font-size:45px; margin-top:450px;line-height:70px; text-shadow: 2px 2px 4px #fff; font-family:'Rubik', sans-serif; font-weight: 400;}

.login-logo{ text-align:center}
.login-logo img{ margin:30px auto 0 auto; max-width:190px}
.wht-text{ color:#fff; font-size:16px;}
.wht-text a{ color:#fff; font-size:18px; font-weight:500}
.full-width{line-height: 50px; width:100%; margin-bottom:10px;}
.forgot-password{ text-align:center; padding:10px 0}
