/*------------------------------------------------------------------
[Master Stylesheet]

Project:	InfoFolio Resume Template
Version:	1.0.0
Author: 
Website: 
Purchase: 
-------------------------------------------------------------------
[Table of contents]
 


/*--------- Body Strat -------*/

body,
html {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 25px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

i:before {
  margin-left: 0 !important;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #e5ae49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  font-weight: 500;
  color: #222222;
  margin: 0;
  padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #222222;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

h1,
.h1 {
  font-size: 65px;
}

h2,
.h2 {
  font-size: 55px;
}

h3,
.h3 {
  font-size: 45px;
}

h4,
.h4 {
  font-size: 36px;
}

h5,
.h5 {
  font-size: 30px;
}

h6,
.h6 {
  font-size: 28px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

p {
  margin: 0;
}

input,
select,
button,
textarea {
  outline: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.custom-container {
  max-width: 1500px;
  z-index: 99;
  position: relative;
}

/* header css start */

/* # General
================================ */

header {
  position: absolute;
  width: 100%;
  top: 0;
}

.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #074222;
}

.head_container {
  padding: 20px;
  overflow: hidden;
  max-width: 1840px;
  margin: 0 auto;
}

.logo {
  float: left;
  margin-left: 20px;
  margin-top: 12px;
}

.menu {
  margin-top: 5px;
  float: right;
}

.menu ul {
  list-style-type: none;
  margin-right: -10px;
}

.menu li {
  display: inline;
  list-style-type: none;
}

.menu a {
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  padding: 0 15px 10px;
  font-size: 18px;
  line-height: 50px;
}

.menu a:hover {
  border-bottom: 1px solid #fff;
}

.icon {
  display: none;
  /* margin-top: 10px; */
}

menu.responsive {
  position: relative;
}

menu.responsive {
  float: none;
  display: block;
  text-align: left;
}

/* header */
.home-03-interior {
  position: relative;
  z-index: 999;
  padding: 0px 20px;
  background-color: #236491;
  
}

.home-03-interior .right-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #000000bd;
  z-index: 99999;
  box-shadow: 0 -12px 46px 12px #b60e0e0d;
  transform: translate3d(20px, 0, 0);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}

.home-03-interior .right-sidebar .sidebar-close {
  width: 100%;
  float: right;
  position: relative;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  width: 40px;
  height: 40px;
}

.home-03-interior .right-sidebar .sidebar-close:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
}

.home-03-interior .right-sidebar .sidebar-close:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffffff;
  transform: rotate(-45deg);
}

.home-03-interior .right-sidebar .toggle-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 94%;
}

.home-03-interior .right-sidebar .toggle-content .search-box {
  width: 100%;
  padding: 0px 50px;
  position: relative;
}

.home-03-interior .right-sidebar .toggle-content .search-box input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 15px;
}

.home-03-interior .right-sidebar .toggle-content .search-box span {
  position: absolute;
  right: 70px;
  top: 8px;
}

.home-03-interior .right-sidebar .toggle-content ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

.home-03-interior .right-sidebar .toggle-content :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

.home-03-interior .right-sidebar .toggle-content ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

.home-03-interior .open {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 {
  position: relative;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header {
  width: 100%;
  display: flex;
  align-items: center;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .const-logo {
  width: 20%;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .const-logo .sticky-logo {
  display: none;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header {
  width: 64%;
  display: flex;
  justify-content: flex-end;
  padding: 24px 0px;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav {
  padding: 0;
  margin-right: 18px;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul {
  display: flex;
  gap: 20px;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li {
  position: relative;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li a {
  font-weight: 600;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li a span {
  font-size: 10px;
  margin-left: 3px;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li a:hover {
  color:  #1f3d51;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu {
  left: 0;
  top: 35px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 200px;
  display: block;
  border: none;
  border-radius: 4px;
  position: absolute;
  transform: scaleY(0);
  background-color: #ffffff;
  background-clip: inherit;
  transition: all 0.4s ease-in-out;
  transform-origin: center top 0;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu li {
  display: block;
  margin: 0 !important;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 10px 20px 10px;
  color: #111111;
  font-weight: 600;
  font-family: "Roboto";
  font-size: 15px;
  transition: 500ms all ease;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu li a:hover {
  margin-left: 8px;
  background-color: transparent;
  color:  #1f3d51;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu li .sub-dropdown {
  position: absolute;
  left: 200px;
  padding: 0px 0px;
  top: 0;
  width: 170px;
  border-radius: 8px;
  background-color: #ffffff;
  display: none;
  box-shadow: 2px 0 10px #0000001a;
  transition: 0.3s all ease-in-out;
  transition: all 0.5s;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu li:hover .sub-dropdown {
  display: block;
  transition: all 0.5s;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu li:last-child {
  border-bottom: 0;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu.short-code-menu {
  width: 690px;
  left: -237%;
  padding: 20px;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu.short-code-menu li {
  border-bottom: 0;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list {
  width: 100%;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list h5 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
  text-transform: uppercase;
  color:  #1f3d51;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a {
  color: #111111;
  display: block;
  font-weight: 600;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #111111;
  left: 0;
  top: 18px;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a:hover {
  margin-left: 8px;
  color:  #1f3d51;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a:hover:before {
  background-color:  #1f3d51;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a:last-child a {
  border-bottom: 0;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header nav ul li:hover .dropdown-menu {
  transform: scaleY(1);
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .login-construt-wrapper {
  width: 16%;
  overflow-x: hidden;
  padding: 18px 0px;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #222222;
  z-index: 10000;
  -o-box-shadow: 0px 0px 25px -10px;
  -ms-box-shadow: 0px 0px 25px -10px;
  box-shadow: 0px 0px 15px -15px;
  padding: 12px 0px;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3.menu-fixed .my-menu-header {
  padding: 0;
  background-color: transparent;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3.menu-fixed .my-menu-header nav ul li a {
  color: #fff;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3.menu-fixed .const-logo {
  padding-top: 5px;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3.menu-fixed .const-logo .sticky-logo {
  display: block;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3.menu-fixed .const-logo .dekstop-logo {
  display: none;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3.menu-fixed .login-construt-wrapper {
  padding: 0;
  background-color: transparent;
}

.home-03-interior .sb-main-header1 .menu-item-wrapper3.menu-fixed:after {
  display: none;
}

.home-03-interior .sb-main-header1 .mobile-menu-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
}

.home-03-interior .sb-main-header1 .mobile-menu-wrapper .mobile-logo a {
  display: inline-block;
}

.home-03-interior .sb-main-header1 .mobile-menu-wrapper .social-media-icons {
  padding-right: 20px;
}

.home-03-interior .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul {
  width: 100%;
}

.home-03-interior .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn {
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: sub;
}

.home-03-interior .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn i {
  margin-right: 5px;
  font-size: 20px;
}

.home-03-interior .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn a {
  color: #ffffff;
}

.home-03-interior .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn a span {
  padding-right: 4px;
  vertical-align: text-bottom;
}

.home-03-interior .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-right: 8px;
}

.home-03-interior .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li {
  display: inline-block;
}

.home-03-interior .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .sidebar-toggle {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
}

.home-03-interior .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .sidebar-toggle svg {
  width: 24px;
  height: 24px;
  fill: #51835e;
}

.home-03-interior .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li+li {
  margin-left: 10px;
}

.interior-btn {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 6px;
    color: #1f3d51;
    min-width: 155px;
    text-align: center;
    height: 45px;
    line-height: 40px;
    position: relative;
    margin-top: 6px;
    text-transform: uppercase;
    border: 1px solid #1f3d51;
    overflow: hidden;
}

.interior-btn:after {
  content: "";
  width: 25%;
  height: 100%;
  position: absolute;
  left: -16px;
  top: -22px;
  border-radius: 30px;
  transition-duration: 0.6s;
  transform-origin: top left;
  background:  #1a446a;
  transition: all 0.3s;
}

.interior-btn:hover span {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.interior-btn:hover:after {
  height: 100%;
  width: 135%;
  top: 0;
  transition: all 0.3s;
}

.mega-menu {
  width: 700px !important;
  padding: 20px 0;
  display: flex !important;
  left: -330px !important;
}

.mega-menu ul {
  display: block !important;
}

.mobile-menu-wrapper {
  background-color: #ffffff;
  padding: 15px 0px;
  display: block;
}

.mobile-menu-wrapper .toggle-main-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mobile-menu-wrapper .toggle-main-wrapper .line {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-wrapper .toggle-main-wrapper.main span:nth-child(1) {
  top: 36px;
  transform: rotate(135deg);
  position: absolute;
}

.mobile-menu-wrapper .toggle-main-wrapper.main span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.mobile-menu-wrapper .toggle-main-wrapper.main span:nth-child(3) {
  top: 36px;
  transform: rotate(-135deg);
  position: absolute;
}

#sidebar {
  position: fixed;
  display: block;
  height: 100vh;
  top: 0;
  left: -500px;
  width: 300px;
  background-color: #51835e;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 999;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#sidebar .sidebar_logo {
  float: left;
  width: 300px;
  padding: 15px 24px;
  background: #000;
}

#sidebar .sidebar_logo a img {
  width: 150px;
}

#sidebar.open {
  left: 0;
}

#sidebar #cssmenu {
  width: 300px;
}

#sidebar #cssmenu .center-btn {
  padding-top: 12px;
  padding-left: 20px;
  display: inline-block;
  text-align: left;
}

#sidebar #cssmenu .center-btn .redButton {
  padding: 8px 20px;
}

#sidebar #cssmenu ul {
  width: 100%;
  float: left;
}

#sidebar #cssmenu ul li {
  border-bottom: 1px solid #cccccc;
  position: relative;
  width: 100%;
  float: left;
}

#sidebar #cssmenu ul li a {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  text-transform: capitalize;
}

#sidebar #cssmenu ul li .social-icon {
  display: flex !important;
  justify-content: space-evenly;
  margin-top: 20px;
}

#sidebar #cssmenu ul li .social-icon li {
  border: none;
  width: 47px;
  height: 46px;
  background: #51835e;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
}

#sidebar #cssmenu ul li .social-icon li a {
  color: #111111;
  display: inline-block;
  padding: 10px 0px;
}

#sidebar #cssmenu ul .has-sub ul {
  display: none;
}

#sidebar #cssmenu ul .has-sub ul li {
  border-bottom: none;
  border-top: 1px solid #cccccc;
}

#sidebar #cssmenu ul .has-sub ul li a {
  padding: 10px 40px;
  font-size: 14px;
}

#sidebar #cssmenu ul .has-sub:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 25px;
  background-color: #cccccc;
  height: 2px;
  width: 10px;
  transition: all 0.5s;
}

#sidebar #cssmenu ul .has-sub:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 29px;
  background-color: #cccccc;
  height: 10px;
  width: 2px;
  transition: all 0.5s;
}

#sidebar #cssmenu ul .open:before {
  transform: rotate(45deg);
}

#sidebar #cssmenu ul .open:after {
  transform: rotate(45deg);
}

/* slider */

.portfolio-landing-slider-main-wrapper {
  width: 100%;
  padding: 0px 0px;
  background-color: #236491;
  position: relative;
}

.portfolio-landing-slider-main-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/header/bottom-img.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.portfolio-landing-slider-main-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../images/header/wave-bg.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
}

.portfolio-landing-slider-main-wrapper .design-img {
  text-align: center;
  padding-top: 6px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.review-main-wrapper {
	padding-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.review-main-wrapper .review-feedback ul {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.review-main-wrapper .review-feedback h4 {
  padding-top: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #ffff;
  font-family: "Roboto";
  text-transform: capitalize;
  letter-spacing: 1.1px;
}

.review-main-wrapper .envato-author {
  text-align: center;
}

.review-main-wrapper .envato-author h4 {
  padding-top: 12px;
  color: #ffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto";
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.portfolio-landing-slider-main-wrapper h1 {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  font-size: 44px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto";
}

.portfolio-landing-slider-main-wrapper h1 span {
  color: #e9c034;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-landing-slider-main-wrapper p {
  color: #ffff;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  padding-top: 14px;
  max-width: 1000px;
  margin: auto;
}

.jp_title_lable_wrapper {
  width: 150px;
  height: 30px;
  line-height: 30px;
  background: #f70000;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 16px;
  -moz-transform: rotate(29deg);
  -webkit-transform: rotate(29deg);
  -o-transform: rotate(29deg);
  -ms-transform: rotate(29deg);
  transform: rotate(-35deg);
  left: -34px;
}

.jp_title_lable_wrapper p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

/*====================*/

.portfolio-error-page-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.portfolio-error-page-main-wrapper h2 {
  font-size: 150px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color:  #1f3d51;
}

.portfolio-error-page-main-wrapper h4 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  color: #111111;
}

.error-content-wrapper {
  width: 100%;
  display: flex;
  margin-top: 60px;
  align-items: center;
  gap: 15px;
}

.error-content-wrapper .demo-text {
  width: 30%;
  padding-right: 65px;
  border-right: 1px solid #cccccc;
}

.error-content-wrapper .demo-icon {
  width: 70%;
  display: flex;
  gap: 30px;
}

.error-content-wrapper .demo-icon .component-box {
  width: 30%;
  text-align: center;
}

.error-content-wrapper .demo-text p {
  font-size: 18px;
  color: #111111;
  font-weight: 600;
}

.error-content-wrapper .demo-text h4 {
  text-align: left;
  padding-bottom: 12px;
}

.error-content-wrapper .demo-icon .component-box .component-icon {
  width: 80px;
  height: 80px;
  line-height: 78px;
  border-radius: 50%;
  background-color: #64b2e740;
  border: 1px solid  #1f3d51;
  text-align: center;
  margin: auto;
  transition: all 0.5s;
}

.error-content-wrapper .demo-icon .component-box .component-icon svg {
  fill:  #1f3d51;
}

.error-content-wrapper .demo-icon .component-box .component-icon:hover {
  background-color:  #1f3d51;
  box-shadow: 6px -2px 6px #ccc;
  transition: all 0.5s;
}

.error-content-wrapper .demo-icon .component-box .component-icon:hover svg {
  fill: #ffffff;
}

.error-content-wrapper .demo-icon .component-box .component-text p {
  font-size: 20px;
  font-weight: 500;
  padding-top: 18px;
  color: #000000;
  max-width: 240px;
  margin: auto;
}

.all-page-main-wrapper {
  width: 100%;
  background: #f9f9f9;
  padding: 60px 0px;
}

.all-page-main-wrapper .heading-title {
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}

.all-page-main-wrapper .heading-title h2 {
  color: #111111;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -60px;
}

.all-page-main-wrapper .heading-title p {
  font-size: 20px;
  color: #111111;
  padding-top: 10px;
  font-weight: 600;
}

.demo-item {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 1px 1px 9px rgb(0 0 0 / 12%);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  transform: translateZ(0);
  padding: 10px;
}

.demo-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 18px rgb(0 0 0 / 12%);
}

.demo-item:hover .footer-live .preview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.demo-item .image {
  display: block;
  position: relative;
  transition: all 0.3s ease 0s;
}

.demo-item .image img {
  width: 100%;
}

.demo-item .footer-live {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px 0px 10px;
}

.demo-item .footer-live .preview {
  font-size: 14px;
  color: #51835e;
  font-weight: 600;
  opacity: 0;
  transform: translateX(-15px);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  visibility: hidden;
}

.demo-item .footer-live .preview span {
  display: inline-block;
  padding-right: 10px;
}

.demo-item .footer-live .preview span svg {
  width: 36px;
  height: 36px;
}

.demo-item .title {
  background-color: #fff;
  font-size: 18px;
  margin-top: 0;
  font-weight: 500;
}

.demo-item .title a {
  color: #3f3f3f;
  display: block;
  padding: 5px;
  font-weight: 600;
  font-size: 18px;
}

/* newsletter */

.portfolio-newsletter-main-wrappper {
  width: 100%;
  padding: 60px 0px;
  background: #f9f9f9;
}

.portfolio-newsletter-main-wrappper .heading-title {
  width: 100%;
  text-align: center;
}

.portfolio-newsletter-main-wrappper .heading-title h2 {
  color: #111111;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -60px;
}

.portfolio-testimonial-main-wrapper {
  width: 100%;
  margin-top: 60px;
}

.portfolio-testimonial-main-wrapper .testi-item {
  width: 100%;
  display: flex;
  gap: 30px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin: 20px 0px;
}

.portfolio-testimonial-main-wrapper .testi-item .testi-icon {
  overflow: hidden;
  position: relative;
  width: 20%;
}

.portfolio-testimonial-main-wrapper .testi-item .testi-icon h4 {
  font-size: 18px;
  color: #111111;
  font-weight: 600;
  padding-bottom: 20px;
}

.portfolio-testimonial-main-wrapper .testi-item .testi-icon img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 4px -7px 0px  #1f3d51;
  margin-top: 9px;
  margin-right: 14px;
}

.portfolio-testimonial-main-wrapper .testi-item .testi-content {
  width: 80%;
}

.portfolio-testimonial-main-wrapper .testi-item .testi-content p {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-top: 15px;
}

.portfolio-testimonial-main-wrapper .testi-item .testi-content .name {
  display: flex;
  gap: 30px;
  padding-top: 16px;
}

.portfolio-testimonial-main-wrapper .testi-item .testi-content .name a {
  display: inline-block;
  color: #111111;
  font-size: 18px;
  font-weight: 600;
}

.portfolio-testimonial-main-wrapper .testi-item .testi-content .name ul {
  display: flex;
  gap: 8px;
}

.portfolio-testimonial-main-wrapper .testimonial-slider-landing .owl-item {
  opacity: 0.5;
}

.portfolio-testimonial-main-wrapper .testimonial-slider-landing .owl-item.center {
  opacity: 1;
}

.testimonial-slider-landing .owl-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.testimonial-slider-landing .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background-color:  #1f3d51;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  color: #ffffff;
}

.testimonial-slider-landing .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color:  #1f3d51;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  color: #ffffff;
}

/* feature */

.portfolio-feature-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.portfolio-feature-main-wrapper .heading-title {
  width: 100%;
  text-align: center;
}

.portfolio-feature-main-wrapper .heading-title h2 {
  color: #111111;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -60px;
}

.feature-main-inner-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}

.feature-main-inner-wrapper .feature-box-wrapper {
  text-align: center;
  padding: 40px;
  border-bottom: 1px solid#1f3d51;
}

.feature-box-wrapper:first-child {
  border-right: 1px solid#1f3d51;
}

.feature-box-wrapper:nth-child(2) {
  border-right: 1px solid#1f3d51;
}

.feature-box-wrapper:nth-child(4) {
  border-right: 1px solid#1f3d51;
}

.feature-box-wrapper:nth-child(5) {
  border-right: 1px solid#1f3d51;
}

.feature-box-wrapper:nth-child(7) {
  border-right: 1px solid#1f3d51;
}

.feature-box-wrapper:nth-child(8) {
  border-right: 1px solid#1f3d51;
}

.feature-box-wrapper:nth-child(10) {
  border-right: 1px solid#1f3d51;
  border-bottom: 0;
}

.feature-box-wrapper:nth-child(11) {
  border-right: 1px solid#1f3d51;
  border-bottom: 0;
}

.feature-box-wrapper:nth-child(12) {
  border-bottom: 0;
}

.feature-box-wrapper .feature-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 115px;
  border-radius: 50%;
  border: 1px solid  #1f3d51;
  background-color: #64b2e740;
  transition: all 0.5s;
}

.feature-box-wrapper:hover .feature-icon span {
  box-shadow: 6px -2px 6px #ccc;
  transition: all 0.5s;
  animation: pulse 3.5s linear 0s infinite;
}

.feature-box-wrapper:hover .feature-text h4 {
  color:  #1f3d51;
  transition: all 0.5s;
}

.feature-box-wrapper .feature-icon span svg {
  animation: heartBeat1 linear 0s infinite;
  animation-duration: 2.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}

.feature-box-wrapper .feature-text {
  padding-top: 20px;
}

.feature-box-wrapper .feature-text h4 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.feature-box-wrapper .feature-text p {
  color: #858585;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding-top: 10px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.swiper-wrapper a {
  border: 0 none;
  padding: 0px 30px;
  text-transform: capitalize;
  background: #ffffff;
  color: #666666;
  box-shadow: 0px 0px 37px #4545450f;
  height: 56px;
  line-height: 56px;
  border-radius: 500px;
  font-size: 18px;
  letter-spacing: -0.6px;
  transition: 0.4s;
  display: inline-block;
  min-width: 100px;
  transition: 0.4s;
  text-align: center;
  margin: 20px;
}

.swiper-wrapper a span {
  display: inline-block;
  padding-right: 10px;
}

.swiper-wrapper a svg {
  fill: #666666;
}

.swiper-wrapper a:hover {
  transform: scale(1.1);
  background:  #1f3d51;
  color: #ffffff;
}

.swiper-wrapper a:hover svg {
  fill: #ffffff;
}

.swiper-slide {
  text-align: center;
  font-size: 33px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 0px;
}

/* @-webkit-keyframes line-slide {
	0% {
	  background-position: -5% 0;
	}
	100% {
	  background-position: 100% 0;
	}
  }
  
  @keyframes line-slide {
	0% {
	  background-position: -5% 0;
	}
	100% {
	  background-position: 100% 0;
	}
  } */

/* footer */

.sitecore-starting-growing-wrapper {
  width: 100%;
  padding: 60px 0px;
  background: linear-gradient(90deg, #1fded3 0.07%, #685cfc 46.36%);
  text-align: center;
  position: relative;
}

.sitecore-starting-growing-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/footer/left-mask.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 560px;
}

.sitecore-starting-growing-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/footer/right-mask.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 560px;
}

.starting-growing-wrapper h2 {
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
}

.starting-growing-wrapper p {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-top: 12px;
}

.starting-growing-wrapper a {
  background-color: #ffffff;
  border-radius: 30px;
  color: #685cfc;
  display: inline-block;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  transition: all 0.5s;
}

.starting-growing-wrapper a:hover {
  background-color: #111111;
  color: #ffffff;
  transition: all 0.5s;
}

.portfolio-footer-wrapper {
  width: 100%;
  position: relative;
  background-image: url("../images/footer/footerbg.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

.footer-inner-main-wrapper {
  width: 100%;
  text-align: center;
}

.footer-inner-main-wrapper h2 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 100px;
  max-width: 765px;
  margin: 0 auto;
}

.footer-inner-main-wrapper h2 span {
  color: #236491;
}

.footer-inner-main-wrapper p {
  color: #ffffff;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 60px;
}

.footer-inner-main-wrapper a {
  border-radius: 50px;
  background: #236491;
  color: #ffffff;
  display: inline-block;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  transition: all 0.5s;
}

.footer-inner-main-wrapper a:hover {
  transition: all 0.5s;
}

.footer-inner-main-wrapper .copy-right-wrapper {
  width: 100%;
  padding: 60px 0px 40px;
}

.footer-inner-main-wrapper .copy-right-wrapper p {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}

/*-------------------------------------Responsive css start------------------------------*/
/*
@media (max-width: 1440px) {
	.portfolio-landing-slider-main-wrapper .design-img img {
    	width: 100%;
	}
	.portfolio-landing-slider-main-wrapper .design-img{
		top: 50%;
	}
	.home-03-interior{
		padding: 0;
	}
	.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .login-construt-wrapper {
	    padding: 10px 0px;
	}
	.home-03-interior .sb-main-header1 .menu-item-wrapper3 .construction-header .my-menu-header{
		padding: 0;
	}
	.portfolio-newsletter-main-wrappper .heading-title img {
	    width: 100%;
	}
	.portfolio-feature-main-wrapper .heading-title img {
	    width: 100%;
	}
}

@media (max-width: 991px) {
	.portfolio-landing-slider-main-wrapper:after{
		width: 337px;
    	height: 435px;
	}
	.portfolio-landing-slider-main-wrapper:before{
		width: 337px;
    	height: 435px;
	}
	.portfolio-landing-slider-main-wrapper{
		margin-top: 80px;
	}
	.home-03-interior .sb-main-header1 .mobile-menu-wrapper .mobile-logo a img {
	    width: 220px;
	}
	.portfolio-landing-slider-main-wrapper .design-img {
	    top: 60%;
	}
}*/