/*----------------------------------------------------------------------------------- 
Template Name: Growsass - Software Landing Page WordPress Theme 
Description: Software Landing Page WordPress Theme 
Author: BasicTheme 
Version: 1.5 
----------------------------------------------------------------------------------- 
CSS INDEX =================== 
1. Theme default CSS 
2. header 
3. slider 
4. features 
5. cta 
6. pricing 
7. awards 
8. blog 
9. brand 
10. breadcrumb 
11. pagination 
12. footer 
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/* 01. Theme default CSS 
/*----------------------------------------*/
/* 1. Theme default css */
@font-face {
     font-family: "neutrif_prolight";
     src: url("../fonts/degarism_studio_-_neutrifpro-light-webfont.woff2") format("woff2"), url("../fonts/degarism_studio_-_neutrifpro-light-webfont.woff") format("woff");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: "neutrif_proregular";
     src: url("../fonts/degarism_studio_-_neutrifpro-regular-webfont.woff2") format("woff2"), url("../fonts/degarism_studio_-_neutrifpro-regular-webfont.woff") format("woff");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: "neutrif_promedium";
     src: url("../fonts/degarism_studio_-_neutrifpro-medium-webfont.woff2") format("woff2"), url("../fonts/degarism_studio_-_neutrifpro-medium-webfont.woff") format("woff");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: "neutrif_prosemi_bold";
     src: url("../fonts/degarism_studio_-_neutrifpro-semibold-webfont.woff2") format("woff2"), url("../fonts/degarism_studio_-_neutrifpro-semibold-webfont.woff") format("woff");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: "neutrif_probold";
     src: url("../fonts/degarism_studio_-_neutrifpro-bold-webfont.woff2") format("woff2"), url("../fonts/degarism_studio_-_neutrifpro-bold-webfont.woff") format("woff");
     font-weight: normal;
     font-style: normal;
}
 body {
     font-family: "Rubik", sans-serif;
     font-weight: normal;
     font-style: normal;
     color: #62618d;
}
 .img, img {
     -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;
}
 .f-left {
     float: left;
}
 .f-right {
     float: right;
}
 .fix {
     overflow: hidden;
}
 a, .button {
     -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;
}
 a:focus, .button:focus {
     text-decoration: none;
     outline: none;
}
 a:focus, a:hover {
     color: inherit;
     text-decoration: none;
}
 a, button {
     color: inherit;
     outline: medium none;
}
 button:focus, input:focus, input:focus, textarea, textarea:focus {
     outline: 0;
}
 .uppercase {
     text-transform: uppercase;
}
 .capitalize {
     text-transform: capitalize;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: "neutrif_prosemi_bold";
     font-weight: normal;
     color: #0a0a19;
     margin-top: 0px;
     font-style: normal;
     text-transform: normal;
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: inherit;
}
 h1 {
     font-size: 40px;
     font-weight: 500;
}
 h2 {
     font-size: 35px;
}
 h3 {
     font-size: 28px;
}
 h4 {
     font-size: 22px;
}
 h5 {
     font-size: 18px;
}
 h6 {
     font-size: 16px;
}
 ul {
     margin: 0px;
     padding: 0px;
}
 p {
     font-size: 16px;
     font-weight: normal;
     line-height: 26px;
     color: #62618d;
     margin-bottom: 15px;
}
 hr {
     border-bottom: 1px solid #efefff;
     border-top: 0 none;
     margin: 30px 0;
     padding: 0;
}
 label {
     color: #7e7e7e;
     cursor: pointer;
     font-size: 14px;
     font-weight: 400;
}
 *::-moz-selection {
     background: #000;
     color: #ffffff;
     text-shadow: none;
}
 ::-moz-selection {
     background: #000;
     color: #ffffff;
     text-shadow: none;
}
 ::selection {
     background: #000;
     color: #ffffff;
     text-shadow: none;
}
/*-- - Input Placeholder -----------------------------------------*/
 *::-moz-placeholder {
     color: #000;
     font-size: 14px;
     opacity: 1;
}
 *::placeholder {
     color: #000;
     font-size: 14px;
     opacity: 1;
}
/*-- - btn -----------------------------------------*/
 .btn {
     font-size: 14px;
     color: #ffffff;
     padding: 17px 48px;
     background: #7673ff;
     border-radius: 50px;
     -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;
     display: inline-block;
     border: 2px solid #7673ff;
     font-family: "neutrif_prosemi_bold";
     text-align: center;
}
 .btn:hover {
     background: transparent;
     color: #ffffff;
}
/*-- - Common Classes -----------------------------------------*/
 .fix {
     overflow: hidden;
}
 .clear {
     clear: both;
}
/*-- - Background color -----------------------------------------*/
 .grey-bg {
     background: #f5f6ff;
}
 .white-bg {
     background: #ffffff;
}
 .black-bg {
     background: #0B0A1A;
}
.theme-bg {
     background: #ff8941;
}
.primary-bg {
     background: linear-gradient(0deg, #403cff 0%, #7471fe 100%);
     background: -webkit-linear-gradient(0deg, #403cff 0%, #7471fe 100%);
     background: #5B55FF;
}
/*-- - color -----------------------------------------*/
 .white-color {
     color: #ffffff;
}
 .black-color {
     color: #000;
}
 .theme-color {
     color: #ff8941;
}
/*-- - Margin & Padding -----------------------------------------*/
/*-- Margin Top --*/
 .mt-5 {
     margin-top: 5px;
}
 .mt-10 {
     margin-top: 10px;
}
 .mt-15 {
     margin-top: 15px;
}
 .mt-20 {
     margin-top: 20px;
}
 .mt-25 {
     margin-top: 25px;
}
 .mt-30 {
     margin-top: 30px;
}
 .mt-35 {
     margin-top: 35px;
}
 .mt-40 {
     margin-top: 40px;
}
 .mt-45 {
     margin-top: 45px;
}
 .mt-50 {
     margin-top: 50px;
}
 .mt-55 {
     margin-top: 55px;
}
 .mt-60 {
     margin-top: 60px;
}
 .mt-65 {
     margin-top: 65px;
}
 .mt-70 {
     margin-top: 70px;
}
 .mt-75 {
     margin-top: 75px;
}
 .mt-80 {
     margin-top: 80px;
}
 .mt-85 {
     margin-top: 85px;
}
 .mt-90 {
     margin-top: 90px;
}
 .mt-95 {
     margin-top: 95px;
}
 .mt-100 {
     margin-top: 100px;
}
 .mt-105 {
     margin-top: 105px;
}
 .mt-110 {
     margin-top: 110px;
}
 .mt-115 {
     margin-top: 115px;
}
 .mt-120 {
     margin-top: 120px;
}
 .mt-125 {
     margin-top: 125px;
}
 .mt-130 {
     margin-top: 130px;
}
 .mt-135 {
     margin-top: 135px;
}
 .mt-140 {
     margin-top: 140px;
}
 .mt-145 {
     margin-top: 145px;
}
 .mt-150 {
     margin-top: 150px;
}
 .mt-155 {
     margin-top: 155px;
}
 .mt-160 {
     margin-top: 160px;
}
 .mt-165 {
     margin-top: 165px;
}
 .mt-170 {
     margin-top: 170px;
}
 .mt-175 {
     margin-top: 175px;
}
 .mt-180 {
     margin-top: 180px;
}
 .mt-185 {
     margin-top: 185px;
}
 .mt-190 {
     margin-top: 190px;
}
 .mt-195 {
     margin-top: 195px;
}
 .mt-200 {
     margin-top: 200px;
}
/*-- Margin Bottom --*/
 .mb-5 {
     margin-bottom: 5px;
}
 .mb-10 {
     margin-bottom: 10px;
}
 .mb-15 {
     margin-bottom: 15px;
}
 .mb-20 {
     margin-bottom: 20px;
}
 .mb-25 {
     margin-bottom: 25px;
}
 .mb-30 {
     margin-bottom: 30px;
}
 .mb-35 {
     margin-bottom: 35px;
}
 .mb-40 {
     margin-bottom: 40px;
}
 .mb-45 {
     margin-bottom: 45px;
}
 .mb-50 {
     margin-bottom: 50px;
}
 .mb-55 {
     margin-bottom: 55px;
}
 .mb-60 {
     margin-bottom: 60px;
}
 .mb-65 {
     margin-bottom: 65px;
}
 .mb-70 {
     margin-bottom: 70px;
}
 .mb-75 {
     margin-bottom: 75px;
}
 .mb-80 {
     margin-bottom: 80px;
}
 .mb-85 {
     margin-bottom: 85px;
}
 .mb-90 {
     margin-bottom: 90px;
}
 .mb-95 {
     margin-bottom: 95px;
}
 .mb-100 {
     margin-bottom: 100px;
}
 .mb-105 {
     margin-bottom: 105px;
}
 .mb-110 {
     margin-bottom: 110px;
}
 .mb-115 {
     margin-bottom: 115px;
}
 .mb-120 {
     margin-bottom: 120px;
}
 .mb-125 {
     margin-bottom: 125px;
}
 .mb-130 {
     margin-bottom: 130px;
}
 .mb-135 {
     margin-bottom: 135px;
}
 .mb-140 {
     margin-bottom: 140px;
}
 .mb-145 {
     margin-bottom: 145px;
}
 .mb-150 {
     margin-bottom: 150px;
}
 .mb-155 {
     margin-bottom: 155px;
}
 .mb-160 {
     margin-bottom: 160px;
}
 .mb-165 {
     margin-bottom: 165px;
}
 .mb-170 {
     margin-bottom: 170px;
}
 .mb-175 {
     margin-bottom: 175px;
}
 .mb-180 {
     margin-bottom: 180px;
}
 .mb-185 {
     margin-bottom: 185px;
}
 .mb-190 {
     margin-bottom: 190px;
}
 .mb-195 {
     margin-bottom: 195px;
}
 .mb-200 {
     margin-bottom: 200px;
}
/*-- Margin Left --*/
 .ml-5 {
     margin-left: 5px;
}
 .ml-10 {
     margin-left: 10px;
}
 .ml-15 {
     margin-left: 15px;
}
 .ml-20 {
     margin-left: 20px;
}
 .ml-25 {
     margin-left: 25px;
}
 .ml-30 {
     margin-left: 30px;
}
 .ml-35 {
     margin-left: 35px;
}
 .ml-40 {
     margin-left: 40px;
}
 .ml-45 {
     margin-left: 45px;
}
 .ml-50 {
     margin-left: 50px;
}
 .ml-55 {
     margin-left: 55px;
}
 .ml-60 {
     margin-left: 60px;
}
 .ml-65 {
     margin-left: 65px;
}
 .ml-70 {
     margin-left: 70px;
}
 .ml-75 {
     margin-left: 75px;
}
 .ml-80 {
     margin-left: 80px;
}
 .ml-85 {
     margin-left: 85px;
}
 .ml-90 {
     margin-left: 90px;
}
 .ml-95 {
     margin-left: 95px;
}
 .ml-100 {
     margin-left: 100px;
}
 .ml-105 {
     margin-left: 105px;
}
 .ml-110 {
     margin-left: 110px;
}
 .ml-115 {
     margin-left: 115px;
}
 .ml-120 {
     margin-left: 120px;
}
 .ml-125 {
     margin-left: 125px;
}
 .ml-130 {
     margin-left: 130px;
}
 .ml-135 {
     margin-left: 135px;
}
 .ml-140 {
     margin-left: 140px;
}
 .ml-145 {
     margin-left: 145px;
}
 .ml-150 {
     margin-left: 150px;
}
 .ml-155 {
     margin-left: 155px;
}
 .ml-160 {
     margin-left: 160px;
}
 .ml-165 {
     margin-left: 165px;
}
 .ml-170 {
     margin-left: 170px;
}
 .ml-175 {
     margin-left: 175px;
}
 .ml-180 {
     margin-left: 180px;
}
 .ml-185 {
     margin-left: 185px;
}
 .ml-190 {
     margin-left: 190px;
}
 .ml-195 {
     margin-left: 195px;
}
 .ml-200 {
     margin-left: 200px;
}
/*-- Margin Right --*/
 .mr-5 {
     margin-right: 5px;
}
 .mr-10 {
     margin-right: 10px;
}
 .mr-15 {
     margin-right: 15px;
}
 .mr-20 {
     margin-right: 20px;
}
 .mr-25 {
     margin-right: 25px;
}
 .mr-30 {
     margin-right: 30px;
}
 .mr-35 {
     margin-right: 35px;
}
 .mr-40 {
     margin-right: 40px;
}
 .mr-45 {
     margin-right: 45px;
}
 .mr-50 {
     margin-right: 50px;
}
 .mr-55 {
     margin-right: 55px;
}
 .mr-60 {
     margin-right: 60px;
}
 .mr-65 {
     margin-right: 65px;
}
 .mr-70 {
     margin-right: 70px;
}
 .mr-75 {
     margin-right: 75px;
}
 .mr-80 {
     margin-right: 80px;
}
 .mr-85 {
     margin-right: 85px;
}
 .mr-90 {
     margin-right: 90px;
}
 .mr-95 {
     margin-right: 95px;
}
 .mr-100 {
     margin-right: 100px;
}
 .mr-105 {
     margin-right: 105px;
}
 .mr-110 {
     margin-right: 110px;
}
 .mr-115 {
     margin-right: 115px;
}
 .mr-120 {
     margin-right: 120px;
}
 .mr-125 {
     margin-right: 125px;
}
 .mr-130 {
     margin-right: 130px;
}
 .mr-135 {
     margin-right: 135px;
}
 .mr-140 {
     margin-right: 140px;
}
 .mr-145 {
     margin-right: 145px;
}
 .mr-150 {
     margin-right: 150px;
}
 .mr-155 {
     margin-right: 155px;
}
 .mr-160 {
     margin-right: 160px;
}
 .mr-165 {
     margin-right: 165px;
}
 .mr-170 {
     margin-right: 170px;
}
 .mr-175 {
     margin-right: 175px;
}
 .mr-180 {
     margin-right: 180px;
}
 .mr-185 {
     margin-right: 185px;
}
 .mr-190 {
     margin-right: 190px;
}
 .mr-195 {
     margin-right: 195px;
}
 .mr-200 {
     margin-right: 200px;
}
/*-- Padding Top --*/
 .pt-5 {
     padding-top: 5px;
}
 .pt-10 {
     padding-top: 10px;
}
 .pt-15 {
     padding-top: 15px;
}
 .pt-20 {
     padding-top: 20px;
}
 .pt-25 {
     padding-top: 25px;
}
 .pt-30 {
     padding-top: 30px;
}
 .pt-35 {
     padding-top: 35px;
}
 .pt-40 {
     padding-top: 40px;
}
 .pt-45 {
     padding-top: 45px;
}
 .pt-50 {
     padding-top: 50px;
}
 .pt-55 {
     padding-top: 55px;
}
 .pt-60 {
     padding-top: 60px;
}
 .pt-65 {
     padding-top: 65px;
}
 .pt-70 {
     padding-top: 70px;
}
 .pt-75 {
     padding-top: 75px;
}
 .pt-80 {
     padding-top: 80px;
}
 .pt-85 {
     padding-top: 85px;
}
 .pt-90 {
     padding-top: 90px;
}
 .pt-95 {
     padding-top: 95px;
}
 .pt-100 {
     padding-top: 100px;
}
 .pt-105 {
     padding-top: 105px;
}
 .pt-110 {
     padding-top: 110px;
}
 .pt-115 {
     padding-top: 115px;
}
 .pt-120 {
     padding-top: 120px;
}
 .pt-125 {
     padding-top: 125px;
}
 .pt-130 {
     padding-top: 130px;
}
 .pt-135 {
     padding-top: 135px;
}
 .pt-140 {
     padding-top: 140px;
}
 .pt-145 {
     padding-top: 145px;
}
 .pt-150 {
     padding-top: 150px;
}
 .pt-155 {
     padding-top: 155px;
}
 .pt-160 {
     padding-top: 160px;
}
 .pt-165 {
     padding-top: 165px;
}
 .pt-170 {
     padding-top: 170px;
}
 .pt-175 {
     padding-top: 175px;
}
 .pt-180 {
     padding-top: 180px;
}
 .pt-185 {
     padding-top: 185px;
}
 .pt-190 {
     padding-top: 190px;
}
 .pt-195 {
     padding-top: 195px;
}
 .pt-200 {
     padding-top: 200px;
}
/*-- Padding Bottom --*/
 .pb-5 {
     padding-bottom: 5px;
}
 .pb-10 {
     padding-bottom: 10px;
}
 .pb-15 {
     padding-bottom: 15px;
}
 .pb-20 {
     padding-bottom: 20px;
}
 .pb-25 {
     padding-bottom: 25px;
}
 .pb-30 {
     padding-bottom: 30px;
}
 .pb-35 {
     padding-bottom: 35px;
}
 .pb-40 {
     padding-bottom: 40px;
}
 .pb-45 {
     padding-bottom: 45px;
}
 .pb-50 {
     padding-bottom: 50px;
}
 .pb-55 {
     padding-bottom: 55px;
}
 .pb-60 {
     padding-bottom: 60px;
}
 .pb-65 {
     padding-bottom: 65px;
}
 .pb-70 {
     padding-bottom: 70px;
}
 .pb-75 {
     padding-bottom: 75px;
}
 .pb-80 {
     padding-bottom: 80px;
}
 .pb-85 {
     padding-bottom: 85px;
}
 .pb-90 {
     padding-bottom: 90px;
}
 .pb-95 {
     padding-bottom: 95px;
}
 .pb-100 {
     padding-bottom: 100px;
}
 .pb-105 {
     padding-bottom: 105px;
}
 .pb-110 {
     padding-bottom: 110px;
}
 .pb-115 {
     padding-bottom: 115px;
}
 .pb-120 {
     padding-bottom: 120px;
}
 .pb-125 {
     padding-bottom: 125px;
}
 .pb-130 {
     padding-bottom: 130px;
}
 .pb-135 {
     padding-bottom: 135px;
}
 .pb-140 {
     padding-bottom: 140px;
}
 .pb-145 {
     padding-bottom: 145px;
}
 .pb-150 {
     padding-bottom: 150px;
}
 .pb-155 {
     padding-bottom: 155px;
}
 .pb-160 {
     padding-bottom: 160px;
}
 .pb-165 {
     padding-bottom: 165px;
}
 .pb-170 {
     padding-bottom: 170px;
}
 .pb-175 {
     padding-bottom: 175px;
}
 .pb-180 {
     padding-bottom: 180px;
}
 .pb-185 {
     padding-bottom: 185px;
}
 .pb-190 {
     padding-bottom: 190px;
}
 .pb-195 {
     padding-bottom: 195px;
}
 .pb-200 {
     padding-bottom: 200px;
}
/*-- Padding Left --*/
 .pl-5 {
     padding-left: 5px;
}
 .pl-10 {
     padding-left: 10px;
}
 .pl-15 {
     padding-left: 15px;
}
 .pl-20 {
     padding-left: 20px;
}
 .pl-25 {
     padding-left: 25px;
}
 .pl-30 {
     padding-left: 30px;
}
 .pl-35 {
     padding-left: 35px;
}
 .pl-40 {
     padding-left: 40px;
}
 .pl-45 {
     padding-left: 45px;
}
 .pl-50 {
     padding-left: 50px;
}
 .pl-55 {
     padding-left: 55px;
}
 .pl-60 {
     padding-left: 60px;
}
 .pl-65 {
     padding-left: 65px;
}
 .pl-70 {
     padding-left: 70px;
}
 .pl-75 {
     padding-left: 75px;
}
 .pl-80 {
     padding-left: 80px;
}
 .pl-85 {
     padding-left: 85px;
}
 .pl-90 {
     padding-left: 90px;
}
 .pl-95 {
     padding-left: 95px;
}
 .pl-100 {
     padding-left: 100px;
}
 .pl-105 {
     padding-left: 105px;
}
 .pl-110 {
     padding-left: 110px;
}
 .pl-115 {
     padding-left: 115px;
}
 .pl-120 {
     padding-left: 120px;
}
 .pl-125 {
     padding-left: 125px;
}
 .pl-130 {
     padding-left: 130px;
}
 .pl-135 {
     padding-left: 135px;
}
 .pl-140 {
     padding-left: 140px;
}
 .pl-145 {
     padding-left: 145px;
}
 .pl-150 {
     padding-left: 150px;
}
 .pl-155 {
     padding-left: 155px;
}
 .pl-160 {
     padding-left: 160px;
}
 .pl-165 {
     padding-left: 165px;
}
 .pl-170 {
     padding-left: 170px;
}
 .pl-175 {
     padding-left: 175px;
}
 .pl-180 {
     padding-left: 180px;
}
 .pl-185 {
     padding-left: 185px;
}
 .pl-190 {
     padding-left: 190px;
}
 .pl-195 {
     padding-left: 195px;
}
 .pl-200 {
     padding-left: 200px;
}
/*-- Padding Right --*/
 .pr-5 {
     padding-right: 5px;
}
 .pr-10 {
     padding-right: 10px;
}
 .pr-15 {
     padding-right: 15px;
}
 .pr-20 {
     padding-right: 20px;
}
 .pr-25 {
     padding-right: 25px;
}
 .pr-30 {
     padding-right: 30px;
}
 .pr-35 {
     padding-right: 35px;
}
 .pr-40 {
     padding-right: 40px;
}
 .pr-45 {
     padding-right: 45px;
}
 .pr-50 {
     padding-right: 50px;
}
 .pr-55 {
     padding-right: 55px;
}
 .pr-60 {
     padding-right: 60px;
}
 .pr-65 {
     padding-right: 65px;
}
 .pr-70 {
     padding-right: 70px;
}
 .pr-75 {
     padding-right: 75px;
}
 .pr-80 {
     padding-right: 80px;
}
 .pr-85 {
     padding-right: 85px;
}
 .pr-90 {
     padding-right: 90px;
}
 .pr-95 {
     padding-right: 95px;
}
 .pr-100 {
     padding-right: 100px;
}
 .pr-105 {
     padding-right: 105px;
}
 .pr-110 {
     padding-right: 110px;
}
 .pr-115 {
     padding-right: 115px;
}
 .pr-120 {
     padding-right: 120px;
}
 .pr-125 {
     padding-right: 125px;
}
 .pr-130 {
     padding-right: 130px;
}
 .pr-135 {
     padding-right: 135px;
}
 .pr-140 {
     padding-right: 140px;
}
 .pr-145 {
     padding-right: 145px;
}
 .pr-150 {
     padding-right: 150px;
}
 .pr-155 {
     padding-right: 155px;
}
 .pr-160 {
     padding-right: 160px;
}
 .pr-165 {
     padding-right: 165px;
}
 .pr-170 {
     padding-right: 170px;
}
 .pr-175 {
     padding-right: 175px;
}
 .pr-180 {
     padding-right: 180px;
}
 .pr-185 {
     padding-right: 185px;
}
 .pr-190 {
     padding-right: 190px;
}
 .pr-195 {
     padding-right: 195px;
}
 .pr-200 {
     padding-right: 200px;
}
/*-- - Overlay ------------------------------------------*/
 [data-overlay] {
     position: relative;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
}
 [data-overlay]::before {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     content: "";
}
/*-- Overlay Color --*/
 [data-overlay="light"]::before {
     background-color: #ffffff;
}
 [data-overlay="dark"]::before {
     background-color: #000;
}
/*-- Overlay Opacity --*/
 [data-opacity="1"]::before {
     opacity: 0.1;
}
 [data-opacity="2"]::before {
     opacity: 0.2;
}
 [data-opacity="3"]::before {
     opacity: 0.3;
}
 [data-opacity="4"]::before {
     opacity: 0.4;
}
 [data-opacity="5"]::before {
     opacity: 0.5;
}
 [data-opacity="6"]::before {
     opacity: 0.6;
}
 [data-opacity="7"]::before {
     opacity: 0.7;
}
 [data-opacity="8"]::before {
     opacity: 0.8;
}
 [data-opacity="9"]::before {
     opacity: 0.9;
}
/*-- 2. header --*/
 .transparent-header {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     z-index: 9;
}
 .transparent-header.sticky {
     width: 100%;
     position: fixed;
     z-index: 9999;
     background: linear-gradient(0deg, #403cff 0%, #7471fe 100%);
     background: -webkit-linear-gradient(0deg, #403cff 0%, #7471fe 100%);
     padding-top: 15px;
     padding-bottom: 15px;
     box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
     -webkit-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
     -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
     animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .transparent-header.sticky {
         padding-top: 30px;
         padding-bottom: 30px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .transparent-header.sticky {
         padding-top: 30px;
         padding-bottom: 30px;
    }
}
 @media (max-width: 767px) {
     .transparent-header.sticky {
         padding-top: 15px;
         padding-bottom: 15px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .transparent-header.sticky {
         padding-top: 20px;
         padding-bottom: 20px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .navbar-toggler {
         padding: 8px;
         border-radius: 2px;
         border: 2px solid #ffffff;
         width: 45px;
         height: inherit;
         position: absolute;
         padding-bottom: 10px;
         right: 0;
         top: -35px;
    }
     .navbar-icon {
         background: #ffffff;
         height: 3px;
         width: 20px;
         margin: auto;
         margin: 0 4px;
         display: block;
         margin: auto;
         margin-top: 3px;
    }
}
 @media (max-width: 767px) {
     .navbar-toggler {
         padding: 8px;
         border-radius: 2px;
         border: 2px solid #ffffff;
         width: 45px;
         height: inherit;
         position: absolute;
         padding-bottom: 10px;
         right: 0;
         top: -35px;
    }
     .navbar-icon {
         background: #ffffff;
         height: 3px;
         width: 20px;
         margin: auto;
         margin: 0 4px;
         display: block;
         margin: auto;
         margin-top: 3px;
    }
     ul.navbar-nav {
         background: linear-gradient(0deg, #403cff 0%, #7471fe 100%);
         background: -webkit-linear-gradient(0deg, #403cff 0%, #7471fe 100%);
         margin-top: 20px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .header {
         padding-left: 40px;
         padding-right: 40px;
         padding-top: 50px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .header {
         padding-left: 40px;
         padding-right: 40px;
         padding-top: 50px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .header {
         padding-left: 75px;
         padding-right: 75px;
         padding-top: 50px;
    }
}
 @media (max-width: 767px) {
     .header {
         padding-left: 0px;
         padding-right: 0px;
         padding-top: 50px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .header__menu {
         text-align: left !important;
    }
}
 @media (max-width: 767px) {
     .header__menu {
         text-align: left !important;
    }
}
 .header__menu .navbar {
     padding: 0;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .header__menu ul {
         padding: 20px;
    }
}

 @media (max-width: 767px) {
     .header__menu ul {
         padding: 20px;
    }
}
.header__menu ul li.nav-item {
     display: inline-block;
     margin: 0 22px;
     position: relative;
}
.header__menu ul > li.nav-item:last-child{
     margin-right: 0
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .header__menu ul li.nav-item {
         margin-left: 0px;
    }
}
 @media (max-width: 767px) {
     .header__menu ul li.nav-item {
         margin-left: 0px;
    }
}
 .header__menu ul li.nav-item.active a.nav-link {
     color: #ffffff;
}
.header__menu ul li.nav-item a.nav-link {
     color: #d3d2ff;
     font-size: 14px;
     font-family: "neutrif_promedium";
     padding: 20px 0;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .header__menu ul li.nav-item a.nav-link {
         padding: 10px;
         font-size: 16px;
    }
}
 @media (max-width: 767px) {
     .header__menu ul li.nav-item a.nav-link {
         padding: 10px;
         font-size: 16px;
    }
}
 .header__menu ul li.nav-item:hover > a.nav-link {
     color: #ffffff;
}
 .header__btn .btn {
     background: #4541d6;
     border-color: #4541d6;
     box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
}
 .header__btn .btn:hover {
     background: transparent;
     border-color: #ffffff;
}
 .header__btn.second-b .btn {
     background: #ff8941;
     border-color: #ff8941;
}
 .header__btn.second-b .btn:hover {
     background: transparent;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .header {
         padding-left: 40px;
         padding-right: 40px;
         padding-top: 40px;
    }
}
.navbar-nav {
     display: block;
}
.header__menu nav ul > li .submenu {
     background: #ffffff none repeat scroll 0 0;
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
     left: 0;
     opacity: 0;
     position: absolute;
     top: 120%;
     transition: all 0.3s ease 0s;
     visibility: hidden;
     width: 250px;
     z-index: 9;
     padding: 20px 0;
     border-bottom: 5px solid #ff8941;
     text-align: left;
}
.main-menu ul {
     margin: 0;
}
.header__menu nav ul > li:hover > .submenu {
     opacity: 1;
     visibility: visible;
     top: 100%;
}
.header__menu nav ul > li .submenu li {
     margin: 0;
     display: block;
}
.header__menu nav ul > li .submenu li a {
     color: #6f7172;
     background: none;
     font-size: 14px;
     padding: 7px 30px;
}
.header__menu nav ul > li .submenu li:hover > a {
     color: #ff8941;
}
.header__menu nav ul > li .submenu li >  .submenu{
     left: 100%;
     top: 0;
}
.header__menu nav ul > li.menu-last .submenu {
     left: auto;
     right: 0;
}
.header__menu nav ul > li.menu-last .submenu li >  .submenu {
     left: auto;
     right: 100%;
}
.logged-in .transparent-header {
     padding-top: 66px;
}
.logged-in .transparent-header.sticky {
     padding-top: 45px;
}
/*-- 3. slider --*/
 .slider-bg {
     min-height: 1000px;
     background-size: cover;
     background-position: center;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .slider-bg {
         min-height: 775px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .slider-bg {
         min-height: 800px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .slider-bg {
         min-height: 700px;
    }
}
 @media (max-width: 767px) {
     .slider-bg {
         min-height: 775px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .slider-bg {
         min-height: 690px;
    }
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .slider-bg.second-slider {
         min-height: 911px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .slider-bg.second-slider {
         min-height: 842px;
    }
}
 @media (max-width: 767px) {
     .slider-bg.second-slider {
         min-height: 650px;
    }
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .slider__img {
         padding-top: 60px;
    }
}
 .slider__content {
     padding-top: 370px;
     margin-left: -90px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .slider__content {
         padding-top: 270px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .slider__content {
         margin-left: 0;
         padding-left: 20px;
         padding-bottom: 60px;
         padding-top: 250px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .slider__content {
         margin-left: 0;
         padding-top: 235px;
         padding-bottom: 60px;
    }
}
 @media (max-width: 767px) {
     .slider__content {
         margin-left: 0;
         padding-top: 200px;
         padding-bottom: 60px;
    }
}
 .slider__content h2 {
     font-size: 92px;
     line-height: 1.1;
     color: #ffffff;
     letter-spacing: -2px;
     margin-bottom: 25px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .slider__content h2 {
         font-size: 84px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .slider__content h2 {
         font-size: 76px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .slider__content h2 {
         font-size: 66px;
    }
}
 @media (max-width: 767px) {
     .slider__content h2 {
         font-size: 56px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .slider__content h2 {
         font-size: 56px;
    }
}
 .slider__content p {
     color: #d9d8ff;
     font-size: 18px;
     margin-bottom: 45px;
     padding-right: 80px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .slider__content p {
         padding-right: 0;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .slider__content p {
         padding-right: 0;
    }
}
 @media (max-width: 767px) {
     .slider__content p {
         padding-right: 0;
    }
}
 .slider__content-btn .btn {
     background: #ff8941;
     border-color: #ff8941;
     box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
     margin-right: 25px;
     padding: 22px 64px;
}
 @media (max-width: 767px) {
     .slider__content-btn .btn {
         padding: 22px 50px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .slider__content-btn .btn {
         padding: 22px 64px;
    }
}
 .slider__content-btn .btn:hover {
     background: transparent;
}
 .slider__content-btn .v-play {
     height: 68px;
     width: 68px;
     display: inline-block;
     border-radius: 50%;
     background: #7673ff;
     text-align: center;
     box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
     border: 2px solid #7673ff;
}
 .slider__content-btn .v-play:hover {
     background: transparent;
}
 .slider__content-btn .v-play i {
     color: #ffffff;
     line-height: 65px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .slider__content {
         margin-left: 0px;
         padding-left: 40px;
    }
}
 .slider__content.second-c {
     padding-top: 230px;
     margin-left: 0;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .slider__content.second-c {
         padding-left: 0;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .slider__content.second-c {
         padding-left: 0;
         padding-bottom: 0;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .slider__content.second-c {
         padding-top: 280px;
         padding-left: 0;
         padding-bottom: 0;
    }
}
 @media (max-width: 767px) {
     .slider__content.second-c {
         padding-top: 185px;
         padding-left: 0;
         padding-bottom: 0;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .slider__content.second-c {
         padding-top: 230px;
         padding-left: 0;
         padding-bottom: 0;
    }
}
 .slider__content.second-c h2 {
     font-size: 82px;
}
 @media (max-width: 767px) {
     .slider__content.second-c h2 {
         font-size: 56px;
    }
}
 .slider__content.second-c p {
     padding-right: 0;
     padding: 0 50px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .slider__content.second-c p {
         padding: 0;
    }
}
 @media (max-width: 767px) {
     .slider__content.second-c p {
         padding: 0;
    }
}
 .slider__img {
     margin-left: -222px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .slider__img {
         margin-left: -100px;
    }
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .slider__img.second-i img {
         width: 100%;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .slider__img.second-i img {
         width: 100%;
    }
}
 .slider__img.third-i {
     width: 100vw;
     margin-top: 240px;
     margin-left: -115px;
     position: relative;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .slider__img.third-i {
         margin-top: 220px;
    }
}
 .slider__img.third-i img {
     max-width: 100%;
}
 .slider__img.third-i .slider-v {
     position: absolute;
     left: 22%;
     top: 50%;
     transform: translateY(-50%);
     z-index: 9;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .slider__img.third-i .slider-v {
         left: 31%;
    }
}
 .slider__img.third-i .slider-v a.video-play {
     height: 120px;
     width: 120px;
     text-align: center;
     line-height: 120px;
     background: #4541d6;
     color: #ffffff;
     border-radius: 50%;
     box-shadow: 0px 16px 32px 0px rgba(69, 65, 214, 0.4);
     display: inline-block;
     position: relative;
}
 .slider__img.third-i .slider-v a.video-play::before {
     content: "";
     position: absolute;
     left: 50%;
     top: 50%;
     width: 130px;
     height: 130px;
     background: #4541d6;
     transform: translate(-50%, -50%);
     border-radius: 50%;
     -webkit-transform: translateX(-50%) translateY(-50%);
     -ms-transform: translateX(-50%) translateY(-50%);
     -o-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
     animation: pulse-border 1500ms ease-out infinite;
}
 @keyframes pulse-border {
     0% {
         transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
         opacity: 1;
    }
     100% {
         transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
         opacity: 0;
    }
}
 .slider__img.third-i .slider-v a.video-play i {
     transition: .3s;
     z-index: 99;
     position: relative;
}
/*-- 4. features --*/
 .features-area {
     position: relative;
}
 .features-shape {
     position: absolute;
     left: 110px;
     bottom: 125px;
     height: 489px;
     width: 489px;
     background-repeat: no-repeat;
}
 @media (max-width: 767px) {
     .features-shape {
         left: 0;
         right: 0;
         margin: auto;
    }
}
 .section__title span {
     font-size: 14px;
     color: #a0a0b9;
     font-family: "neutrif_prosemi_bold";
     letter-spacing: 2px;
     text-transform: uppercase;
     margin-bottom: 10px;
     display: inline-block;
}
 .section__title h2 {
     font-size: 60px;
     color: #0a0a19;
     font-family: "neutrif_prosemi_bold";
     margin-bottom: 7px;
     letter-spacing: -2px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .section__title h2 {
         font-size: 50px;
    }
}
 @media (max-width: 767px) {
     .section__title h2 {
         font-size: 40px;
    }
}
 .section__title p {
     margin-bottom: 0;
     padding: 0 50px;
}
 @media (max-width: 767px) {
     .section__title p {
         padding: 0;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .section__title.access-title {
         margin-bottom: 60px;
    }
}
 @media (max-width: 767px) {
     .section__title.access-title {
         margin-bottom: 70px;
    }
}
 .section__title.access-title h2 {
     font-size: 70px;
     line-height: 1.1;
     margin-bottom: 30px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .section__title.access-title h2 {
         font-size: 50px;
    }
}
 @media (max-width: 767px) {
     .section__title.access-title h2 {
         font-size: 40px;
    }
}
 .section__title.access-title p {
     font-size: 14px;
     padding-left: 0;
     padding-right: 45px;
     margin-bottom: 35px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .section__title.access-title p {
         padding-right: 0;
    }
}
 @media (max-width: 767px) {
     .section__title.access-title p {
         padding-right: 0;
    }
}
 .section__title.access-title .access-btn .btn {
     background: #ff8941;
     border-color: #ff8941;
}
 .section__title.access-title .access-btn .btn:hover {
     background: transparent;
     color: #ff8941;
}
 .feature__nav-tab {
     display: block;
     text-align: center;
     border-bottom: 2px solid #efefff;
     padding-bottom: 25px;
     margin-bottom: 80px;
}
 .feature__nav-tab .nav-item {
     display: inline-block;
     margin: 0 65px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .feature__nav-tab .nav-item {
         margin: 0 50px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .feature__nav-tab .nav-item {
         margin: 0 10px !important;
    }
}
 @media (max-width: 767px) {
     .feature__nav-tab .nav-item {
         margin: 0 5px;
         margin-bottom: 20px;
    }
     .feature__nav-tab .nav-item:last-child {
         margin-bottom: 0;
    }
}
 .feature__nav-tab .nav-item .nav-link {
     border: none;
     padding: 0;
     font-size: 14px;
     font-family: "neutrif_prosemi_bold";
     color: #9999c0;
     border-radius: 0;
     position: relative;
}
 .feature__nav-tab .nav-item .nav-link.active::before {
     position: absolute;
     content: "";
     bottom: -28px;
     width: 300px;
     height: 2px;
     background: #ff8941;
     left: 50%;
     transform: translateX(-50%);
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .feature__nav-tab .nav-item .nav-link.active::before {
         width: 130px;
    }
}
 @media (max-width: 767px) {
     .feature__nav-tab .nav-item .nav-link.active::before {
         content: none;
    }
}
 .feature__nav-tab .nav-item .nav-link i {
     color: #ff8941;
     margin-right: 15px;
}
 @media (max-width: 767px) {
     .feature__nav-tab .nav-item .nav-link i {
         margin-right: 9px;
    }
}
 .single__features-img {
     margin-left: -85px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .single__features-img {
         margin-left: 0;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .single__features-img {
         margin-left: 0;
         text-align: center;
         margin-bottom: 15px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .single__features-img {
         margin-left: 0;
         text-align: center;
         margin-bottom: 15px;
    }
}
 @media (max-width: 767px) {
     .single__features-img {
         margin-left: 0;
         margin-bottom: 15px;
    }
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .single__features-img img {
         width: 100%;
    }
}
 @media (max-width: 767px) {
     .single__features-img img {
         width: 100%;
    }
}
 .single__features-content {
     padding-left: 55px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .single__features-content {
         padding-left: 0;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .single__features-content {
         padding-left: 0;
    }
}
 @media (max-width: 767px) {
     .single__features-content {
         padding-left: 0;
    }
}
 .single__features-content .f-title {
     margin-bottom: 35px;
}
 .single__features-content .f-title h2 {
     font-size: 40px;
     font-family: "neutrif_prosemi_bold";
     letter-spacing: -2px;
     margin-bottom: 32px;
}
 .single__features-content .f-title p {
     font-size: 14px;
     margin-bottom: 0;
}
 .inner__features {
     margin-bottom: 35px;
}
 .inner__features:last-child {
     margin-bottom: 0;
}
 .inner__features .icon {
     float: left;
     width: 70px;
     height: 70px;
     text-align: center;
     line-height: 70px;
     background: #fff9f6;
     border-radius: 50%;
     margin-right: 30px;
}
 .inner__features-content {
     overflow: hidden;
}
 .inner__features-content h5 {
     font-size: 20px;
     color: #ff8941;
     margin-bottom: 10px;
     font-family: "neutrif_prosemi_bold";
}
 .inner__features-content p {
     margin-bottom: 0;
     font-size: 14px;
}
/*-- work-process --*/
 .work-process {
     z-index: 2;
     position: relative;
}
 .single__process-icon {
     height: 170px;
     width: 170px;
     text-align: center;
     line-height: 170px;
     background: #ffffff;
     box-shadow: 0px 16px 32px 0px rgba(135, 135, 135, 0.1);
     border-radius: 50%;
     position: relative;
     display: inline-block;
}
 .single__process-icon i {
     position: absolute;
     height: 25px;
     width: 25px;
     display: inline-block;
     background: #ff8941;
     color: #ffffff;
     line-height: 25px;
     border-radius: 50%;
     top: 14px;
     right: 13px;
     font-size: 10px;
}
 .single__process-content {
     position: relative;
}
 .single__process-content .number {
     font-size: 200px;
     font-family: "neutrif_prosemi_bold";
     color: #eaecff;
     line-height: 0;
     position: absolute;
     left: 0;
     top: 45px;
     right: 0;
     z-index: -1;
}
 .single__process-content h4 {
     font-size: 26px;
     font-family: "neutrif_prosemi_bold";
     margin-bottom: 22px;
}
 .single__process-content p {
     margin-bottom: 0;
     font-size: 14px;
     padding: 0 10px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .single__process-content p {
         padding: 0px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .single__process-content p {
         padding: 0 85px;
    }
}
/*-- access-info --*/
 .access__info-wrap .info-icon {
     height: 80px;
     width: 80px;
     text-align: center;
     line-height: 80px;
     background: #ff8941;
     border-radius: 50%;
}
 .access__info-wrap .content h5 {
     font-size: 20px;
     font-family: "neutrif_prosemi_bold";
     margin-bottom: 20px;
}
 .access__info-wrap .content p {
     margin-bottom: 0;
     font-size: 14px;
     padding-right: 10px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .access-sm {
         padding-top: 110px;
    }
}
 @media (max-width: 767px) {
     .access-sm {
         padding-top: 110px;
    }
}
/*-- software-features --*/
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .features-p {
         padding-bottom: 120px;
    }
}
 .s-featres-title h1 {
     margin-bottom: 30px;
}
 .s-featres-title p {
     padding-left: 0px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .s-featres-title p {
         padding-right: 0;
    }
}
 .s-features__list ul li {
     overflow: hidden;
     display: flex;
     align-items: center;
     margin-bottom: 20px;
}
 @media (max-width: 767px) {
     .s-features__list ul li {
         display: inline-block;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .s-features__list ul li {
         display: flex;
    }
}
 .s-features__list ul li i {
     float: left;
     background: #fff4ed;
     height: 40px;
     width: 40px;
     display: block;
     border-radius: 50%;
     text-align: center;
     line-height: 40px;
     font-size: 12px;
     color: #ff8941;
     margin-right: 20px;
     -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;
}
 .s-features__list ul li p {
     overflow: hidden;
     font-size: 14px;
     margin-bottom: 0;
     -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;
}
 .s-features__list ul li:last-child {
     margin-bottom: 0;
}
 .s-features__list ul li:hover i {
     background: #ff8941;
     color: #ffffff;
}
 .s-features__list ul li:hover p {
     color: #ff8941;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .s-features__btn {
         margin-bottom: 50px;
    }
}
 @media (max-width: 767px) {
     .s-features__btn {
         margin-bottom: 50px;
    }
}
 .s-features__btn .btn {
     background: #ff8941;
     border-color: #ff8941;
     box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
}
 .s-features__btn .btn:hover {
     background: transparent;
     color: #ff8941;
}
 @media (max-width: 767px) {
     .s-features-padding {
         padding-top: 30px;
    }
}
 .s__features-wrap {
     padding: 40px;
     box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
     padding-top: 0;
}
 @media (max-width: 767px) {
     .s__features-wrap {
         margin-top: 50px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .s__features-wrap {
         padding: 12px;
         padding-top: 0;
         padding-bottom: 30px;
    }
}
 .s__features-wrap .icon {
     background: #ff8941;
     height: 100px;
     width: 100px;
     text-align: center;
     line-height: 100px;
     display: inline-block;
     border-radius: 50%;
     position: relative;
     margin-top: -50px;
     top: -12px;
}
 .s__features-wrap-content {
     margin-top: 20px;
}
 .s__features-wrap-content h4 {
     font-size: 24px;
     margin-bottom: 25px;
}
 .s__features-wrap-content p {
     font-size: 14px;
     margin-bottom: 0;
}
 .single__bf-content h3 {
     font-size: 30px;
     line-height: 1.3;
     margin-bottom: 20px;
}
 @media (max-width: 767px) {
     .single__bf-content h3 br {
         display: none;
    }
}
 .single__bf-content p {
     font-size: 14px;
     margin-bottom: 0;
     margin-right: 20px;
}
 @media (max-width: 767px) {
     .single__bf-content p {
         margin-right: 0;
    }
}
 .single__bf-btn {
     margin-top: 25px;
}
 .single__bf-btn a {
     background: #fff5ef;
     height: 60px;
     width: 60px;
     text-align: center;
     line-height: 60px;
     border-radius: 50%;
     display: inline-block;
     font-size: 14px;
     color: #ff8941;
}
 .single__bf-btn a:hover {
     background: #ff8941;
     color: #ffffff;
}
/*-- 5. cta --*/
 .cta-bg {
     background-position: center;
     background-size: cover;
}
 @media (max-width: 767px) {
     .cta-sm {
         padding-top: 110px;
    }
}
 .section__title.cta-title h2 {
     font-size: 80px;
     color: #ffffff;
     font-family: "neutrif_prosemi_bold";
     line-height: 1.1;
     letter-spacing: -2px;
     margin-bottom: 30px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .section__title.cta-title h2 {
         font-size: 70px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .section__title.cta-title h2 {
         font-size: 50px;
    }
}
 @media (max-width: 767px) {
     .section__title.cta-title h2 {
         font-size: 40px;
    }
}
 .section__title.cta-title p {
     color: #d9d8ff;
     font-size: 18px;
     margin-bottom: 45px;
}
 .section__title.cta-title .cta-btn .btn:first-child {
     background: #ff8941;
     border-color: #ff8941;
     box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
}
 .section__title.cta-title .cta-btn .btn:first-child:hover {
     background: transparent;
     border-color: #ff8941;
}
 .section__title.cta-title .cta-btn .btn {
     box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
     margin: 0 13px;
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .section__title.cta-title .cta-btn .btn {
         margin: 0 8px;
    }
}
 @media (max-width: 767px) {
     .section__title.cta-title .cta-btn .btn:first-child {
         margin-bottom: 15px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .section__title.cta-title .cta-btn .btn:first-child {
         margin-bottom: 0px;
    }
}
 .section__title.cta-title .cta-btn .btn:hover {
     border-color: #d9d8ff;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .cta__img img {
         width: 100%;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .cta__img img {
         width: 100%;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .cta__img img {
         width: 100%;
    }
}
 @media (max-width: 767px) {
     .cta__img img {
         width: 100%;
    }
}
/*-- 6. pricing --*/
 .pricing__box {
     position: relative;
     padding: 70px 68px 80px 68px;
     -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;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .pricing__box {
         padding: 70px 0px 80px 0px;
    }
}
 @media (max-width: 767px) {
     .pricing__box {
         padding: 70px 30px 80px 30px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .pricing__box {
         padding: 70px 68px 80px 68px;
    }
}
 .pricing__box::before {
     position: absolute;
     content: "";
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #ff6a01;
     z-index: -1;
     -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;
}
 .pricing__box.p-bg {
     background-position: top center;
     background-repeat: no-repeat;
     background-size: cover;
     z-index: 1;
}
 .pricing__box-head span {
     font-size: 14px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-family: "neutrif_prosemi_bold";
     color: #ffffff;
     margin-bottom: 15px;
     display: block;
}
 .pricing__box-head h5 {
     font-size: 50px;
     color: #ffffff;
     margin-bottom: 30px;
}
 .pricing__box-body p {
     font-size: 16px;
     color: #ffffff;
     margin-bottom: 0;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .pricing__box-body p {
         padding: 0 30px;
    }
}
 .pricing__box .price-count h2 {
     font-size: 40px;
     font-family: "neutrif_prosemi_bold";
     color: #ffffff;
     margin-bottom: 0;
}
 .pricing__box .price-count h2 span {
     font-size: 14px;
     font-family: "neutrif_proregular";
}
 .pricing__box-btn .btn {
     background: #ffffff;
     color: #6b6b91;
     border-color: #ffffff;
     box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
}
 .pricing__box-btn .btn:hover {
     background: #0a0a19;
     border-color: #0a0a19;
     color: #ffffff;
}
 .pricing__box:after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     background-image: url(../img/pricing/price_shape.png);
     width: 126px;
     height: 260px;
     z-index: -1;
}
 .pricing__box:hover::before {
     opacity: .9;
}
 .pricing__box:hover {
     box-shadow: 0px 16px 32px 0px rgba(255, 137, 65, 0.5);
}
 .pricing__box.active {
     box-shadow: 0px 16px 32px 0px rgba(255, 137, 65, 0.5);
}
 .pricing__box.active .btn {
     background: #0a0a19;
     border-color: #0a0a19;
     color: #ffffff;
}
 .pricing__box.active::before {
     opacity: .9;
}
/*-- 7. awards --*/
 .awards-area.awards-bg {
     min-height: 865px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .awards-area.awards-bg {
         padding-bottom: 120px;
         min-height: auto;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .awards-area.awards-bg {
         padding-bottom: 120px;
         min-height: auto;
    }
}
 @media (max-width: 767px) {
     .awards-area.awards-bg {
         min-height: auto;
         padding-bottom: 120px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .awards-area.awards-bg {
         padding-bottom: 90px;
    }
}
 .awards__title {
     overflow: hidden;
}
 .awards__title-icon {
     float: left;
     display: block;
     margin-right: 25px;
}
 @media (max-width: 767px) {
     .awards__title-icon {
         float: unset;
    }
}
 .awards__title h2 {
     overflow: hidden;
     margin-bottom: 0;
     font-size: 60px;
     color: #ffffff;
     letter-spacing: -2px;
     font-family: "neutrif_prosemi_bold";
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .awards__title h2 {
         font-size: 50px;
    }
}
 @media (max-width: 767px) {
     .awards__title h2 {
         font-size: 40px;
    }
}
 .container-fluid.awards-padding {
     padding-left: 380px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .container-fluid.awards-padding {
         padding-left: 100px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .container-fluid.awards-padding {
         padding-left: 48px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .container-fluid.awards-padding {
         padding-left: 68px;
    }
}
 @media (max-width: 767px) {
     .container-fluid.awards-padding {
         padding-left: 15px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .container-fluid.awards-padding {
         padding-left: 49px;
    }
}
 .row.awards-active .col-xl-3:nth-child(odd) {
     margin-top: 40px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .row.awards-active .col-xl-3:nth-child(odd) {
         margin-top: 0px;
    }
}
 @media (max-width: 767px) {
     .row.awards-active .col-xl-3:nth-child(odd) {
         margin-top: 0;
    }
}
 .single__awards {
     background: #ffffff;
     padding: 70px 45px;
}
 @media (max-width: 767px) {
     .single__awards {
         padding: 40px 16px;
    }
}
 .single__awards-icon {
     margin-bottom: 20px;
     text-align: center;
}
 .single__awards-icon img {
     display: inline-block;
}
 .single__awards .awards-content span {
     font-size: 50px;
     font-family: "neutrif_prolight";
     color: #ff8941;
}
 .single__awards .awards-content h6 {
     font-size: 26px;
     font-family: "neutrif_prosemi_bold";
     margin-bottom: 0;
}
 .awards-active .slick-arrow {
     position: absolute;
     top: -182px;
     right: 370px;
     border: none;
     background: none;
     color: #ffffff;
     font-size: 40px;
     padding: 0;
     z-index: 9;
     line-height: 1;
     cursor: pointer;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .awards-active .slick-arrow {
         right: 150px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .awards-active .slick-arrow {
         right: 100px;
    }
}
 .awards-active .slick-arrow.slick-prev {
     right: 435px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .awards-active .slick-arrow.slick-prev {
         right: 220px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .awards-active .slick-arrow.slick-prev {
         right: 175px;
    }
}
/*-- 8. blog --*/
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .b-padding {
         padding-bottom: 120px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .b-padding {
         padding-bottom: 120px;
    }
}
 @media (max-width: 767px) {
     .b-padding {
         padding-bottom: 120px;
    }
}
 .blog__wrap {
     position: relative;
     overflow: hidden;
}
 @media (max-width: 767px) {
     .blog__wrap {
         display: block !important;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .blog__wrap {
         display: flex !important;
    }
}
 .blog__wrap-thumb img {
     width: 100%;
}
.blog__wrap .overly-content {
     background: #fff;
     padding: 30px;
}
 @media (max-width: 767px) {
     .blog__wrap .overly-content {
         left: 20px;
         right: 20px;
         bottom: 20px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .blog__wrap .overly-content {
         left: 25px;
         right: 25px;
         bottom: 25px;
    }
}
.blog__wrap .meta-info ul li {
     display: inline-block;
     font-size: 14px;
     margin-right: 25px;
}
.meta-info ul {
     padding: 0 !important;
     margin: 0;
}
 @media (max-width: 767px) {
     .blog__wrap .meta-info ul li {
         margin-right: 12px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .blog__wrap .meta-info ul li {
         margin-right: 8px;
    }
}
 .blog__wrap .meta-info ul li i {
     margin-right: 5px;
}
.blog__wrap .post-title h2 {
     font-size: 23px;
     margin-bottom: 0;
     line-height: 1.3;
}
.overly-content p {
     margin: 0;
}
 @media (max-width: 767px) {
     .blog__wrap .post-title h2 {
         font-size: 22px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .blog__wrap .post-title h2 {
         font-size: 30px;
    }
}
.blog__wrap .post-title h2:hover a {
     color: #FF8941;
}
 .blog__wrap .blog-thumb {
     float: left;
     margin-right: 35px;
}
 @media (max-width: 767px) {
     .blog__wrap .blog-thumb {
         float: unset;
         margin-right: 0px;
         margin-bottom: 25px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .blog__wrap .blog-thumb {
         float: left;
         margin-right: 20px;
         margin-bottom: 0px;
    }
}
 .blog__wrap .blog__content {
     overflow: hidden;
}
 .blog__wrap .blog__content .meta-info ul li {
     color: #8786a7;
}
 .blog__wrap .blog__content .blog-title h3 {
     font-size: 20px;
     margin-bottom: 0;
}
 .blog__wrap .blog__content .blog-title h3:hover a {
     color: #ff8941;
}
 .blog__wrap.border-bottom {
     border-bottom: 2px solid #e7e7e7;
}
 .blog__wrap.border-bottom:last-child {
     border-bottom: none !important;
     margin-bottom: 0;
     padding-bottom: 0;
}
 .bsingle__post-thumb img {
     width: 100%;
}
 .bsingle__post .video-p {
     position: relative;
}
 .bsingle__post .video-p .video-i {
     height: 80px;
     width: 80px;
     display: inline-block;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
     line-height: 80px;
     border-radius: 50%;
     background: #ff8941;
     color: #ffffff;
}
 .blog-active .slick-arrow {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 40px;
     border: none;
     background: none;
     padding: 0;
     font-size: 30px;
     color: #fff;
     z-index: 9;
     opacity: .4;
     -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;
     cursor: pointer;
}
 .blog-active .slick-arrow.slick-next {
     right: 40px;
     left: auto;
}
 .blog-active .slick-arrow:hover {
     opacity: 1;
}
 .bsingle__content {
     padding: 50px;
     border: 2px solid #f4f3fb;
}
 @media (max-width: 767px) {
     .bsingle__content {
         padding: 25px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .bsingle__content {
         padding: 35px;
    }
}
 .bsingle__content .meta-info ul {
     margin-bottom: 7px;
}
 .bsingle__content .meta-info ul li {
     display: inline-block;
     font-size: 14px;
     margin-right: 30px;
}
 @media (max-width: 767px) {
     .bsingle__content .meta-info ul li {
         margin-right: 15px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .bsingle__content .meta-info ul li {
         margin-right: 20px;
    }
}
 .bsingle__content .meta-info ul li a i {
     margin-right: 5px;
}
 .bsingle__content .meta-info ul li a:hover {
     color: #ff8941;
}
 .bsingle__content .meta-info ul li i {
     margin-right: 5px;
}
 .bsingle__content h2 {
     font-size: 32px;
     line-height: 1.3;
     margin-bottom: 20px;
     padding-right: 50px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .bsingle__content h2 {
         padding-right: 0;
         font-size: 27px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .bsingle__content h2 {
         padding-right: 0;
         font-size: 30px;
    }
}
 @media (max-width: 767px) {
     .bsingle__content h2 {
         padding-right: 0;
         font-size: 24px;
    }
}
 .bsingle__content h2:hover a {
     color: #ff8941;
}
 .bsingle__content p {
     padding-right: 45px;
     margin-bottom: 25px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .bsingle__content p {
         padding-right: 0;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .bsingle__content p {
         padding-right: 35px;
    }
}
 @media (max-width: 767px) {
     .bsingle__content p {
         padding-right: 0px;
    }
}
 .bsingle__content .blog__btn .btn {
     background: #ff8941;
     border-color: #ff8941;
     padding: 17px 53px;
}
 .bsingle__content .blog__btn .btn:hover {
     background: transparent;
     color: #ff8941;
}
 .quote-post {
     background-position: center;
     background-repeat: no-repeat;
}
 .quote-post .quote-icon {
     float: left;
     margin-right: 30px;
     display: block;
     margin-top: 20px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .quote-post .quote-icon {
         margin-top: 12px;
    }
}
 @media (max-width: 767px) {
     .quote-post .quote-icon {
         margin-top: 14px;
         float: unset;
         margin-bottom: 15px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .quote-post .quote-icon {
         margin-top: 12px;
         float: left;
         margin-bottom: 0;
    }
}
 .quote-post h2 {
     overflow: hidden;
     margin-bottom: 0;
}
 .widget {
     padding: 30px;
     background: #fff;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .widget {
         padding: 25px 20px 30px 20px;
    }
}
 @media (max-width: 767px) {
     .widget {
         padding: 35px 20px 40px 20px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .widget {
         padding: 35px 30px 40px 30px;
    }
}
.widget-title {
  margin-bottom: 30px;
  font-size: 24px;
}
 .widget-title h4 {
     font-size: 28px;
     margin-bottom: 0;
     line-height: 1;
}
 .slidebar__form {
     position: relative;
}
 .slidebar__form input {
     background: #f6f4ff;
     border: none;
     width: 100%;
     padding: 18px 30px;
}
 .slidebar__form input::placeholder {
     font-size: 12px;
     color: #8f8bb8;
}
 .slidebar__form button {
     position: absolute;
     right: 0;
     top: 0;
     border: none;
     background: #ff8941;
     padding: 19px 23px;
     color: #ffffff;
     font-size: 14px;
     cursor: pointer;
}
 @media (max-width: 767px) {
     .widget-insta-post {
         text-align: unset;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .widget-insta-post {
         text-align: center;
    }
}
 .widget-insta-post li {
     display: inline-block;
     margin: 6px;
}
 .widget-insta-post li:hover a::before {
     opacity: .7;
}
 .widget-insta-post li a {
     position: relative;
     display: block;
}
 .widget-insta-post li a::before {
     content: "";
     position: absolute;
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     background: #ff8941;
     opacity: 0;
     -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;
}
 .widget-social a {
     height: 40px;
     width: 40px;
     line-height: 40px;
     border-radius: 50%;
     display: inline-block;
     background: transparent;
     border: 1px solid #e4e4e4;
     color: #8f8bb8;
     margin: 0 3px;
}
 .widget-social a:hover {
     background: #ff8941;
     color: #ffffff;
     border-color: #ff8941;
}
 .cat__list li {
     padding-bottom: 10px;
     border-bottom: 1px solid #e4e4e4;
     margin-bottom: 10px;
}
 .cat__list li:last-child {
     margin-bottom: 0;
     padding-bottom: 0;
     border: none;
}
 .cat__list li:hover a {
     color: #ff8941;
}
 .cat__list li a {
     font-size: 14px;
     color: #7886a0;
}
 .cat__list li a span {
     float: right;
     display: block;
}
 .widget__post ul li {
     margin-bottom: 20px;
}
 .widget__post ul li:last-child {
     margin-bottom: 0;
}
 .widget__post-thumb {
     float: left;
     display: block;
     margin-right: 20px;
}
 .widget__post-content {
     overflow: hidden;
     display: block;
}
 .widget__post-content h6 {
     font-size: 16px;
     margin-bottom: 1px;
     padding-right: 15px;
}
 .widget__post-content h6:hover a {
     color: #ff8941;
}
 .widget__post-content span {
     font-size: 14px;
}
 .widget__post-content span i {
     margin-right: 8px;
}
 .widget__tag ul li {
     display: inline-block;
     margin: 5px 3px;
}
 .widget__tag ul li:hover a {
     background: #ff8941;
     border-color: #ff8941;
     color: #ffffff;
}
 .widget__tag ul li a {
     display: block;
     border: 1px solid #eaeaea;
     font-size: 14px;
     color: #8f8bb8;
     padding: 9px 20px;
}
 .widget__banner {
     border: none;
     padding: 0;
     position: relative;
}
 .widget__banner-thumb img {
     width: 100%;
}
 .widget__banner-overly {
     position: absolute;
     top: 50px;
     left: 0;
     right: 0;
     text-align: center;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .widget__banner-overly {
         top: 80px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .widget__banner-overly {
         top: 120px;
    }
}
 .widget__banner-overly > span {
     font-size: 14px;
     font-weight: 500;
     text-transform: uppercase;
     color: #ffffff;
     letter-spacing: 2px;
     display: block;
     margin-bottom: 130px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .widget__banner-overly > span {
         margin-bottom: 70px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .widget__banner-overly > span {
         margin-bottom: 287px;
    }
}
 @media (max-width: 767px) {
     .widget__banner-overly > span {
         margin-bottom: 65px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .widget__banner-overly > span {
         margin-bottom: 150px;
    }
}
 .widget__banner-overly h3 {
     color: #ffffff;
     font-size: 40px;
     margin-bottom: 90px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .widget__banner-overly h3 {
         margin-bottom: 65px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .widget__banner-overly h3 {
         margin-bottom: 240px;
         font-size: 88px;
    }
}
 @media (max-width: 767px) {
     .widget__banner-overly h3 {
         margin-bottom: 70px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .widget__banner-overly h3 {
         margin-bottom: 140px;
    }
}
 .widget__banner-overly h3 span {
     display: block;
     font-family: "neutrif_prolight";
     font-size: 30px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .widget__banner-overly h3 span {
         font-size: 61px;
    }
}
 .widget__banner-overly .btn {
     border-radius: unset;
     background: #ff8941;
     border-color: #ff8941;
     font-size: 12px;
     text-transform: uppercase;
     letter-spacing: 2px;
     padding: 17px 35px;
}
 .widget__banner-overly .btn:hover {
     background: transparent;
}
 .meta__info ul {
     margin-bottom: 7px;
}
 .meta__info ul li {
     display: inline-block;
     font-size: 14px;
     margin-right: 30px;
}
 @media (max-width: 767px) {
     .meta__info ul li {
         margin-right: 15px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .meta__info ul li {
         margin-right: 20px;
    }
}
 .meta__info ul li a i {
     margin-right: 5px;
}
 .meta__info ul li a:hover {
     color: #ff8941;
}
 .meta__info ul li i {
     margin-right: 5px;
}
 .details__content h2 {
     font-size: 32px;
     line-height: 1.3;
     margin-bottom: 20px;
     padding-right: 50px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .details__content h2 {
         padding-right: 0;
         font-size: 27px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .details__content h2 {
         padding-right: 0;
         font-size: 30px;
    }
}
 @media (max-width: 767px) {
     .details__content h2 {
         padding-right: 0;
         font-size: 24px;
    }
}
 .details__content p {
     margin-bottom: 18px;
}
 .details__content blockquote {
     background: #f4f4ff;
     padding: 30px 35px;
     padding-left: 90px;
     position: relative;
     font-size: 14px;
     padding-right: 50px;
     margin-top: 45px;
     margin-bottom: 45px;
     line-height: 1.7;
}
 @media (max-width: 767px) {
     .details__content blockquote {
         padding-right: 20px;
         padding-left: 65px;
    }
}
 .details__content blockquote::before {
     position: absolute;
     content: "";
     left: 35px;
     top: 52px;
     background: url(../img/icon/blockquote_d.png);
     height: 28px;
     width: 30px;
}
 @media (max-width: 767px) {
     .details__content blockquote::before {
         left: 20px;
    }
}
 .details__content blockquote footer {
     font-size: 14px;
     font-family: "neutrif_prosemi_bold";
     margin-top: 15px;
     color: #0a0a19;
}
 .details__content-img {
     margin: 45px 0;
}
 .details__content-img img {
     width: 100%;
}
 .details__content figure {
     margin-top: 45px;
     margin-bottom: 60px;
}
 .details__content figure img {
     float: left;
     width: 255px;
     margin-right: 30px;
}
 @media (max-width: 767px) {
     .details__content figure img {
         float: unset;
         width: 100%;
         margin-right: 0;
         margin-bottom: 40px;
    }
}
 @media (max-width: 767px) {
     .post__tag {
         margin-bottom: 35px;
    }
}
 .post__tag h5 {
     font-size: 18px;
     margin-bottom: 20px;
}
 .post__tag ul li {
     display: inline-block;
     margin-right: 15px;
}
 @media (max-width: 767px) {
     .post__tag ul li {
         margin-right: 3px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .post__tag ul li {
         margin-right: 15px;
    }
}
 .post__tag ul li a {
     font-size: 14px;
     text-transform: uppercase;
     border: 2px solid #e5e5e5;
     padding: 12px 18px;
     font-weight: 500;
     display: inline-block;
     border-radius: 3px;
}
 .post__tag ul li a:hover {
     border-color: #ff8941;
     background: #ff8941;
     color: #ffffff;
}
 @media (max-width: 767px) {
     .post__share {
         text-align: left !important;
    }
}
 .post__share h5 {
     font-size: 18px;
     margin-bottom: 30px;
}
 @media (max-width: 767px) {
     .post__share h5 {
         margin-bottom: 15px;
    }
}
 .post__share ul li {
     margin-left: 20px;
     display: inline-block;
}
 @media (max-width: 767px) {
     .post__share ul li {
         margin-left: unset;
         margin-right: 20px;
    }
}
 .post__share ul li a {
     font-size: 18px;
     display: inline-block;
     color: #b5becc;
}
 .post__share ul li a:hover {
     color: #ff8941;
}
 .posts_navigation {
     border-top: 1px solid #eaeaea;
     border-bottom: 1px solid #eaeaea;
}
 @media (max-width: 767px) {
     .posts_navigation .prev-link {
         margin-bottom: 30px;
    }
}
 .posts_navigation .prev-link span {
     font-size: 14px;
     text-transform: uppercase;
     font-weight: 500;
     letter-spacing: 2px;
}
 .posts_navigation .prev-link h4 {
     font-size: 24px;
     margin-bottom: 0;
}
 .posts_navigation .prev-link h4:hover a {
     color: #ff8941;
}
 @media (max-width: 767px) {
     .posts_navigation .blog-filter {
         margin-bottom: 30px;
         display: inline-block;
    }
}
 .posts_navigation .next-link span {
     font-size: 14px;
     text-transform: uppercase;
     font-weight: 500;
     letter-spacing: 2px;
}
 .posts_navigation .next-link h4 {
     font-size: 24px;
     margin-bottom: 0;
}
 .posts_navigation .next-link h4:hover a {
     color: #ff8941;
}
 .related__post .post-title {
     margin-bottom: 35px;
}
 .related__post .post-title h4 {
     font-size: 26px;
     margin-bottom: 0;
}
 .related-post-wrap .post-thumb img {
     width: 100%;
}
 .related-post-wrap .rp__content {
     padding: 45px;
     border: 2px solid #f4f3fb;
     border-top: none;
}
 @media (max-width: 767px) {
     .related-post-wrap .rp__content {
         padding: 35px;
         padding-left: 25px;
         padding-right: 25px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .related-post-wrap .rp__content {
         padding: 45px;
         padding-left: 45px;
         padding-right: 45px;
    }
}
 .related-post-wrap .rp__content h3 {
     font-size: 24px;
     margin-bottom: 20px;
}
 .related-post-wrap .rp__content h3:hover a {
     color: #ff8941;
}
 .related-post-wrap .rp__content p {
     margin-bottom: 0;
     font-size: 14px;
}
 .avatar__wrap {
     background: #f3f1ff;
     padding: 50px 80px;
}
 @media (max-width: 767px) {
     .avatar__wrap {
         padding: 50px 40px;
    }
}
 .avatar__wrap .avatar-img {
     margin-top: -115px;
     margin-bottom: 35px;
}
 .avatar__wrap-content p {
     font-size: 14px;
     margin-bottom: 0;
}
 .avatar__info h5 {
     font-size: 26px;
     margin-bottom: 10px;
}
 .avatar__info-social {
     margin-bottom: 20px;
}
 .avatar__info-social a {
     font-size: 12px;
     color: #9498b6;
     display: inline-block;
     margin: 0 5px;
}
 .avatar__info-social a:hover {
     color: #ff8941;
}
 .comment__wrap {
     border-bottom: 1px solid #eaeaea;
}
 .comment__wrap-title {
     margin-bottom: 35px;
}
 .comment__wrap-title h5 {
     font-size: 26px;
     margin-bottom: 0;
}
 .single__comment .comments-avatar {
     float: left;
     width: 100px;
     margin-right: 30px;
}
 @media (max-width: 767px) {
     .single__comment .comments-avatar {
         float: unset;
         margin-bottom: 15px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .single__comment .comments-avatar {
         float: left;
         margin-bottom: 0;
    }
}
 .single__comment.children {
     margin-left: 130px;
}
 @media (max-width: 767px) {
     .single__comment.children {
         margin-left: 0;
    }
}
 .single__comment.children .avatar-name h6 i {
     font-size: 12px;
     color: #cacfef;
     margin-left: 20px;
}
 .comment-text {
     overflow: hidden;
}
 .comment-text .avatar-name {
     overflow: hidden;
}
 .comment-text .avatar-name h6 {
     font-size: 18px;
     margin-bottom: 7px;
}
 .comment-text .avatar-name span {
     font-size: 12px;
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: 2px;
     color: #ff8941;
}
 .comment-text .avatar-name .comment-reply {
     float: right;
     display: inline-block;
     border: 2px solid #f4f4ff;
     padding: 8px 18px;
     border-radius: 50px;
     font-size: 14px;
     margin-top: -23px;
}
 .comment-text .avatar-name .comment-reply:hover {
     border-color: #ff8941;
     background: #ff8941;
     color: #ffffff;
}
 .comment-text .avatar-name .comment-reply i {
     margin-right: 5px;
}
 .comment-text p {
     font-size: 14px;
     margin-bottom: 0;
}
 .comment__form {
     padding: 50px;
     background: #f8f6ff;
}
 @media (max-width: 767px) {
     .comment__form {
         padding: 20px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .comment__form {
         padding: 50px;
    }
}
 .comment__form .comment-field {
     position: relative;
}
 .comment__form .comment-field.text-area i {
     top: 25px;
     transform: unset;
}
 .comment__form .comment-field i {
     position: absolute;
     right: 30px;
     top: 50%;
     transform: translateY(-50%);
     color: #ff8941;
     font-size: 14px;
}
 .comment__form .comment-field textarea {
     height: 150px;
     width: 100%;
     padding: 20px 30px;
     padding-right: 50px;
     background: #ffffff;
     border: none;
}
 .comment__form .comment-field textarea::placeholder {
     font-size: 14px;
     color: #a7a7c1;
}
 .comment__form .comment-field textarea:focus {
     outline: 1px solid #ff8941;
}
 .comment__form .comment-field input {
     width: 100%;
     padding: 20px 30px;
     padding-right: 50px;
     background: #ffffff;
     border: none;
}
 .comment__form .comment-field input::placeholder {
     font-size: 14px;
     color: #a7a7c1;
}
 .comment__form .comment-field input:focus {
     outline: 1px solid #ff8941;
}
 .comment__form .btn {
     background: #ff8941;
     border-color: #ff8941;
}
 .comment__form .btn:hover {
     background: transparent;
     color: #ff8941;
}
/*-- 9. brand --*/
 .brand-area.bg-height {
     min-height: 295px;
     background-position: center;
     background-size: cover;
}
 .brand-active .single-brand {
     text-align: center;
}
 .brand-active .single-brand img {
     display: inline;
}
/*-- 10. breadcrumb--*/
 .breadcrumb-bg {
     min-height: 600px;
     background-position: center;
     background-size: cover;
}
 @media (max-width: 767px) {
     .breadcrumb-bg {
         min-height: 400px;
    }
}
.innerPage-title h2 {
     font-size: 50px;
     color: #ffffff;
     line-height: 1.2;
     margin-bottom: 22px;
     text-transform: capitalize;
}
 @media (max-width: 767px) {
     .innerPage-title h2 {
         font-size: 35px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .innerPage-title h2 {
         font-size: 40px;
    }
}
 .breadcrumb {
     background: none;
     display: block;
     text-align: center;
     border-radius: 0;
     margin: 0;
     padding: 0;
}
 .breadcrumb .breadcrumb-item {
     display: inline-block;
     color: #a9a7ff;
     font-size: 16px;
     font-weight: 500;
}
 .breadcrumb .breadcrumb-item.active {
     color: #ffffff;
}
 .breadcrumb .breadcrumb-item.active::before {
     content: "|";
     color: #a9a7ff;
}
/* 11. pagination */
 .pagination {
     display: block;
     border-radius: unset;
     text-align: center;
}
 .pagination li {
     display: inline-block;
     margin-right: 6px;
}
 @media (max-width: 767px) {
     .pagination li {
         margin-bottom: 10px;
    }
}
 .pagination li.active a {
     background: #ff8941;
     color: #ffffff;
}
 .pagination li a {
     border: none;
     height: 50px;
     width: 50px;
     display: block;
     line-height: 50px;
     background: #f7f4ff;
     border-radius: 50%;
     color: #62618d;
     font-size: 14px;
}
 .pagination li a:hover {
     color: #ffffff;
     background: #ff8941;
}
/*-- 12. footer --*/
 .footer__bg {
     background-position: center;
     background-size: cover;
}
 .section__title.footer-title h2 {
     color: #ffffff;
     padding: 0 90px;
     margin-bottom: 0;
}
.newsletter-title {
font-size: 60px;
font-family: "neutrif_prosemi_bold";
margin-bottom: 7px;
letter-spacing: -2px;
color: #ffffff;
padding: 0 90px;
margin-bottom: 0;
}
 @media (max-width: 767px) {
     .section__title.footer-title h2 {
         padding: 0;
         font-size: 30px;
    }
}
 .footer__cta-form {
     position: relative;
     margin: 0 25px;
}
 @media (max-width: 767px) {
     .footer__cta-form {
         margin: 0;
    }
}
 .footer__cta-form input {
     width: 100%;
     padding: 25px 45px;
     border: none;
     border-radius: 50px;
     background: #101024;
     color: #ffffff;
}
 @media (max-width: 767px) {
     .footer__cta-form input {
         margin-bottom: 20px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .footer__cta-form input {
         margin-bottom: 0px;
    }
}
 .footer__cta-form input::placeholder {
     font-size: 14px;
     color: #7878a6;
}
 .footer__cta-form button {
     position: absolute;
     right: 0;
     background: #ff8941;
     border-color: #ff8941;
     top: 50%;
     transform: translateY(-50%);
     padding: 24px 50px;
}
 @media (max-width: 767px) {
     .footer__cta-form button {
         position: unset;
         right: unset;
         background: #ff8941;
         border-color: #ff8941;
         top: unset;
         transform: unset;
         padding: 24px 30px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .footer__cta-form button {
         position: absolute;
         right: 0;
         background: #ff8941;
         border-color: #ff8941;
         top: 50%;
         transform: translateY(-50%);
         padding: 24px 30px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .footer__widget.sm-padding {
         padding-left: 0;
    }
}
 @media (max-width: 767px) {
     .footer__widget.sm-padding {
         padding-left: 0;
    }
}
.footer-title {
     color: #ffffff;
     font-size: 24px;
     margin-bottom: 30px;
}
.footer__widget ul li {
     margin-bottom: 16px;
     list-style: none;
     color: #d3d3dd;
}
.footer__widget  .textwidget p {
     color: #d3d3dd;
}
.footer__widget ul li:last-child {
     margin-bottom: 0;
}
.footer__widget ul li a {
     color: #d3d3dd;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .footer__widget ul li a {
         font-size: 15px;
    }
}
 .footer__widget ul li a:hover {
     color: #ffffff;
}
.footer__widget .sidebar-rc-post ul li {
     overflow: hidden;
     padding-bottom: 0;
     margin-bottom: 12px;
}
.footer__widget .sidebar-rc-post .rc-post-content h4 a {
     color: #fff;
     font-weight: 500;
     font-size: 15px;
}
.footer__widget .sidebar-rc-post .rc-post-content h4 {
     margin-bottom: 3px;
}
.footer__widget .sidebar-rc-post .rc-post-thumb {
     height: 64px;
     width: 80px;
     margin-right: 12px;
}
 .footer__widget .widget-date {
     color: #9b9bbb;
     font-weight: 600;
}
 .footer__widget-post ul {
     overflow: hidden;
}
 .footer__widget-post li {
     margin-bottom: 20px;
     overflow: hidden;
}
 .footer__widget-post li:last-child {
     margin-bottom: 0;
}
 .footer__widget-post .post-thumb {
     float: left;
     width: 90px;
     margin-right: 20px;
}
 .footer__widget-post .post-content {
     overflow: hidden;
}
 .footer__widget-post .post-content h3 {
     font-size: 14px;
     color: #ffffff;
     margin-bottom: 4px;
}
 .footer__widget-post .post-content h3:hover a {
     color: #8a8aac;
}
 .footer__widget-post .post-content .meta-info span {
     font-size: 12px;
     color: #9b9bbb;
}
 .footer__widget-post .post-content .meta-info span i {
     margin-right: 7px;
}
 .copyright__text {
     border-top: 2px solid #262649;
}
 .copyright__text p {
     margin-bottom: 0;
     font-size: 14px;
     color: #ffffff;
     font-family: "neutrif_proregular";
}
/*# sourceMappingURL=style.css.map */
 .blog-meta > span {
     font-size: 14px;
     color: #666666;
     font-weight: 400;
     margin-right: 26px;
     text-transform: capitalize;
}
 .blog-meta > span a {
     color: #666666;
}
 .blog2-text h4 {
     font-size: 26px;
     line-height: 35px;
     font-weight: 500;
     margin-top: 0;
     margin-bottom: 12px;
}
.textwidget p {
     margin-bottom: 0;
}

#scrollUp {
     background: #ff8941;
     height: 55px;
     width: 55px;
     right: 50px;
     bottom: 77px;
     color: #fff;
     font-size: 20px;
     text-align: center;
     border-radius: 50%;
     font-size: 15px;
     line-height: 55px;
}
#scrollUp:hover{
     background: #4541d6;
     color: #fff;
}
body {
     -ms-word-wrap: break-word;
     word-wrap: break-word;
     overflow-x: hidden;
}
img {
     height: auto;
}
.btn.focus, .btn:focus {
     outline: 0;
     box-shadow: none;
}
.screen-reader-text {
     border: 0;
     clip: rect(1px, 1px, 1px, 1px);
     clip-path: inset(50%);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute !important;
     width: 1px;
     word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
     background-color: #f1f1f1;
     border-radius: 3px;
     box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     clip: auto !important;
     clip-path: none;
     color: #21759b;
     display: block;
     font-size: 14px;
     font-size: 0.875rem;
     font-weight: bold;
     height: auto;
     left: 5px;
     line-height: normal;
     padding: 15px 23px 14px;
     text-decoration: none;
     top: 5px;
     width: auto;
     z-index: 100000;
     /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
     outline: 0;
}

.logged-in .header-transparent{
     margin-top: 30px;
}
.admin-bar .sticky-header {
  top: 32px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
     display: inline;
     float: left;
     margin-right: 1.5em !important;
}

.alignright {
     display: inline;
     float: right;
     margin-left: 1.5em !important;
}

.aligncenter {
     clear: both;
     display: block;
     margin-left: auto !important;
     margin-right: auto !important;
     text-align: center;
}



/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
     content: "";
     display: table;
     table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
     clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
     max-width: 100%;
     height: 45px;
     width: 100%;
     border: 1px solid #ddd;
     padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus, input:focus, input:focus, textarea, textarea:focus {
     outline: 0;
}
.sticky {
     display: block;
}

.hentry {
     
}

.updated:not(.published) {
     display: none;
}

.page-content,
.entry-content,
.entry-summary {
     margin: 1.5em 0 0;
}

.page-links {
     clear: both;
     margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
     -ms-word-wrap: break-word;
     word-wrap: break-word;
}

.bypostauthor {
     display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
     /* Theme Footer (when set to scrolling) */
     display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
     display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
     border: none;
     margin-bottom: 0;
     margin-top: 0;
     padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
     max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
     display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
     margin-bottom: 1.5em;
     max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
     display: block;
     margin-left: auto;
     margin-right: auto;
}

.wp-caption .wp-caption-text {
     margin: 0.8075em 0;
     font-size: 14px;
     font-style: italic;
}

.wp-caption-text {
     text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
     margin-bottom: 10px;
}

.gallery-item {
     display: inline-block;
     max-width: 33.33%;
     text-align: center;
     vertical-align: top;
     width: 100%;
     padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
     max-width: 100%;
     width: 100%;
}

.gallery-columns-2 .gallery-item {
     max-width: 50%;
}

.gallery-columns-3 .gallery-item {
     max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
     max-width: 25%;
}

.gallery-columns-5 .gallery-item {
     max-width: 20%;
}

.gallery-columns-6 .gallery-item {
     max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
     max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
     max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
     max-width: 11.11%;
}

.gallery-caption {
     display: block;
}


/**
* custom css
*
*/
blockquote {
     position: relative;
     margin: 30px 0;
     margin-bottom: 25px;
     padding: 22px 25px ;
}
.wp-block-quote,blockquote {
     margin: 20px 0;
     border-left: solid 4px #ff8941 !important;
     padding: 22px 25px !important;
}
.wp-block-quote p,blockquote p {
     font-size: 20px;
     margin-bottom: 0
}
blockquote::before {
     content: '';
     display: block;
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     background-color: #ff8941;
     opacity: 0.07;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
     background-color: #FFF4EF;
}
.wp-block-pullquote {
     border-top: 4px solid #ff8941 !important;
     border-bottom: 4px solid #ff8941 !important;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
     margin-top: 10px;
     display: block;
}
.logged-in-as a {
     color: #222;
}
.logged-in-as a:hover {
     color: #ff8941;
}
.blog-post-tag {
     background: #fff;
     padding: 0;
     padding-top: 0;
     width: 100%;
     overflow: hidden;
     padding-bottom: 0;
     padding-top: 15px;
}
.blog-post-tag span {
     font-size: 18px;
     color: #453d4e;
     font-weight: 500;
     display: block;
     margin-bottom: 17px;
}
.blog-post-tag > a {
     color: #7886a0;
     display: inline-block;
     font-size: 12px;
     font-weight: 500;
     text-transform: uppercase;
     border: 2px solid #e5e5e5;
     padding: 10px 24px;
     margin-right: 5px;
     transition: .3s;
     border-radius: 5px;
     margin-bottom: 5px;
}
.blog-post-tag > a:hover {
     color: #fff;
     background: #ff8941;
     border-color: #ff8941;
}

/**
*
* blog pagination
*/
.pagination ul > li > a, .pagination ul .page-numbers.current, .nav-links a, .nav-links .page-numbers.current {
     background: #F6F4FF;
     font-size: 14px;
     color: #555;
     font-weight: 500;
     display: inline-block;
     padding: 16px 35px;
     border-radius: 30px;
     text-transform: uppercase;
     letter-spacing: 2px;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span, .pagination ul .page-numbers.current, .nav-links a:hover, .nav-links .page-numbers.current {
     color: #fff;
     background: #ff8941;
     border-color: #ff8941;
}

/**
*
* Sidebar widget css
*
*/
.blog-area .widget ul {
     padding: 0;
     margin: 0;
}
.blog-area .widget ul li ul {
     padding-left: 15px;
     padding-top: 15px;
}
.widget ul {
     margin: 0;
}
.widget ul li {
     border-bottom: 1px solid #eaeaea;
     color: #7886a0;
     margin: 0;
     overflow: hidden;
     padding: 15px 0;
     padding-top: 15px;
     position: relative;
     font-size: 14px;
}
.widget ul li a {
     color: #667286;
     display: inline-block;
     font-size: 14px;
     font-weight: 400;
     position: relative;
     text-transform: capitalize;
     transition: .3s;
     line-height: 1;
}
.widget ul li a.rsswidget{
     line-height: 1.3;
}
.widget .footer-post h5 a {
     font-size: 16px;
     line-height: 1.3;
}
.widget ul li:first-child {
     padding-top: 0;
}
.widget_recent_entries ul li a {
     font-size: 14px;
     line-height: 26px;
}

/**
* latest blog shortcdoe
*
*/
.blog-area .mb-50, .portfolio-area .mb-50, .services-area .mb-50 {
     margin-bottom: 50px;
}

.portfolio-area .mb-40 {
     margin-bottom: 40px !important;
}

.services-area .mb-30{
     margin-bottom: 30px !important;
}
.service-details img {
     width: inherit;
}

/**
*
* removing visual composer default data
*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
     margin-bottom: 0 !important;
}

/**
* image widget
*/
.widget-title {
     display: block;
     position: relative;
}
.widget_media_image img {
     width: 100%;
}
.widget-title::before {
     background: #ff8941;
     bottom: 0;
     content: "";
     height: 25px;
     position: absolute;
     width: 3px;
     left: -30px;
     top: 2px;
}

/**
* tags
*/
.sidebar-tad{}
.sidebar-tad li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.sidebar-tad li a, .tagcloud a {
     background: #f7f7f7 none repeat scroll 0 0;
     color: #6b7b98;
     display: inline-block;
     font-size: 14px !important;
     font-weight: 400;
     line-height: 1;
     padding: 12px 15px;
     margin-bottom: 5px;
     margin-right: 0px;
}
.sidebar-tad li a:hover, .tagcloud a:hover {
     background: #ff8941;
     color: #fff;
}

/**
* archive
*
*/
.widget{}
.widget li {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget li:last-child {
     border: 0;
     margin: 0;
     margin-bottom: 0;
     padding-bottom: 0;
}
.widget li a {
     color: #444;
     font-weight: 500;
     padding-left: 0;
}
.widget li a:hover {
     color: #ff8941;
}
.widget li span{float:right;}
li .blog-footer-meta span {
     float: none !important;
     font-size: 13px !important;
}
.widget_recent_comments li span, .widget_recent_comments li span a {
     float: none;
     font-weight: 600;
     color: #444;
}
.widget_rss ul li a.rsswidget {
     font-weight: 600;
}

/* calendar widget */
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption {
     text-align: right;
     color: #333;
     font-size: 15px;
     margin-top: 5px;
     margin-bottom: 0;
     padding-bottom: 0;
     padding-top: 0;
}
#wp-calendar thead {
     font-size: 14px;
}
#wp-calendar thead th {
     padding-bottom: 10px;
 }
#wp-calendar tbody {
     color: #666;
}
#wp-calendar tbody td {
     background: #f7f7f7;
     border: 1px solid #fff;
     text-align: center;
     padding:8px;
     transition: .3s;
}
#wp-calendar tbody td:hover, #wp-calendar tbody td:hover a {
     background: #ff8941;
     color: #fff;
}
#wp-calendar tbody .pad, #wp-calendar tbody .pad:hover {
     background: none;
}
#wp-calendar tfoot #next {
     font-size: 10px;
     text-transform: uppercase;
     text-align: right;
}
#wp-calendar tfoot #prev {
     font-size: 10px;
     text-transform: uppercase;
     padding-top: 10px;
}
.latest-comments ul li ul.children {
     padding-left: 70px;
}
.latest-comments ul li ul.children {
     padding-top: 0;
}
.no-results.not-found {
     background: #fff;
     padding: 41px 100px;
     text-align: center;
     border: 2px solid #f4f3fb;
}
.pageontent.blog-search-content p {
     margin-bottom: 20px;
}
.blog-search-title {
     font-size: 30px;
     font-weight: 700;
     margin: 0;
}
.error-404.not-found {
     padding: 40px 100px;
     text-align: center;
     border: 2px solid #f4f3fb;
}
.error-404.not-found .page-header {
     background: none;
     margin-bottom: 0;
     padding-bottom: 0;
}
.page-title.error-title {
     font-size: 30px;
     font-weight: 700;
     margin: 0;
}
.page-content.mb-40 {
     margin-bottom: 30px;
}
.page-header {
     background: #fff;
     margin-bottom: 30px;
     padding: 30px;
}
.page-header h1 {
     font-size: 26px;
     font-weight: 700;
     margin: 0;
}
.navigation.posts-navigation  .nav-next {
  float: right;
}
.navigation.posts-navigation  .nav-previous {
  float: left;
}
.navigation.posts-navigation  .nav-links {
  overflow: hidden;
}
.navigation.posts-navigation .nav-links a {
     text-transform: uppercase;
     background: #fff;
}
.navigation.posts-navigation .nav-links a:hover{
     background: #ff8941;
     color: #fff;
}
.navigation.posts-navigation {
     overflow: hidden;
     margin-bottom: 40px;
}
/*unit test*/
dl, ol, ul {
     margin-top: 0;
     margin-bottom: 25px;
}
.blog-area > ul, .blog-area > ol, .blog-area ul, .blog-area ol {
     padding-left: 20px;
}
.blog-details-text ol li, .blog-details-text ul li {
     padding-top: 7px;
}
ul {
     list-style: disc;
}
.blog-wrapper.sticky {
     border: 2px solid #ff8941;
}
.blog-content h3 {
     margin-top: 20px;
     margin-bottom: 5px;
}
#wp-calendar #next a,#wp-calendar #prev a {
     font-size: 13px;
     font-weight: 600;
}

.blog-content table{
     margin-bottom: 30px;
}
.blog-content table tbody td {
     text-align: center;
}
.blog-content table td {
     border-color: #ddd;
     padding: 12px 12px;
}
.blog-content th, .blog-content td {
     font-weight: normal;
     text-align: left;
     border-width: 0 1px 1px 0;
}
.blog-content table, .blog-content th, .blog-content td {
     border: 1px solid #d1d1d1;
}
.blog-content table th {
     padding: 12px 12px;
     font-size: 15px;
     border-color: #ddd;
     text-align: center;
     font-weight: 600;
}

/*page table*/
.growsass-page-content table{
     margin-bottom: 30px;
}
.growsass-page-content table tbody td {
     text-align: center;
}
.growsass-page-content table td {
     border-color: #ddd;
     padding: 12px 12px;
}
.growsass-page-content th, .growsass-page-content td {
     font-weight: normal;
     text-align: left;
     border-width: 0 1px 1px 0;
}
.growsass-page-content table, .growsass-page-content th, .growsass-page-content td {
     border: 1px solid #d1d1d1;
}
.growsass-page-content table th {
     padding: 12px 12px;
     font-size: 15px;
     border-color: #ddd;
     text-align: center;
     font-weight: 600;
}
.growsass-page-content ol li,.growsass-page-content ul li{
     margin-bottom: 7px;
}.growsass-page-content ol li ol,.growsass-page-content ul li ul{
     margin-top: 7px;
}

.blog-details-text table{
     margin-bottom: 30px;
}
.blog-details-text table tbody td {
     text-align: center;
}
.blog-details-text table td {
     border-color: #ddd;
     padding: 12px 12px;
}
.blog-details-text th, .blog-details-text td {
     font-weight: normal;
     text-align: left;
     border-width: 0 1px 1px 0;
}
.blog-details-text table, .blog-details-text th, .blog-details-text td {
     border: 1px solid #d1d1d1;
}
.post-comments table th {
     padding: 12px 12px;
     font-size: 15px;
     border-color: #ddd;
     text-align: center;
     font-weight: 600;
}
.blog-details-wrapper table {
     margin-bottom: 30px;
     width: 100%;
}
.blog-details-wrapper table tbody td {
     text-align: center;
}
.blog-details-wrapper table td {
     border-color: #ddd;
     padding: 12px 12px;
}
.blog-details-wrapper th, .blog-details-wrapper td {
     font-weight: normal;
     text-align: left;
     border-width: 0 1px 1px 0;
}
.blog-details-wrapper table, .blog-details-wrapper th, .blog-details-wrapper td {
     border: 1px solid #d1d1d1;
}
.blog-details-wrapper table th {
     padding: 12px 12px;
     font-size: 15px;
     border-color: #ddd;
     text-align: center;
     font-weight: 400;
}
.comments-text > p {
     margin-bottom: 15px;
}
.comments-text ul li,.comments-text ol li{
     padding-top: 5px;
}
pre {
     display: block;
     font-size: 87.5%;
     color: #212529;
     border: 1px solid #ddd;
     padding: 15px;
}
dd + dt {
     margin-top: 20px;
}

.page-links {
     width: 100%;
     clear: both;
     margin-bottom: 30px;
     margin-top: 20px;
}
.page-links > span.page-links-title {
     border: 0;
     color: inherit;
}
.page-links a, .page-links > span {
     border: 2px solid #ddd;
     display: inline-block;
     min-width: 35px;
     text-align: center;
     margin-left: 2px;
     height: 33px;
     line-height: 30px;
     margin-right: 3px;
     color: #444;
}
.page-links > span {
     border: 2px solid #ff8941;
     color: #ff8941;
}
.page-links a:hover {
     border: 2px solid #ff8941;
     color: #ff8941;
}

.post-password-form label {
     width: 100%;
}
.post-password-form input[type="password"] {
     font-size: 1.2rem;
     line-height: 20px;
     padding: 12px 20px;
     border: 1px solid #E4E4F2;
     width: 100%;
}
.post-password-form input[type="submit"] {
     background-color: #ff8941;
     border: none;
     padding: 10px 40px;
     color: #fff;
     cursor: pointer;
     transition: .3s;
     font-weight: 600;
}
.post-password-form input[type="submit"]:hover {
     background-color: #010E2A;
}
.post-comments .latest-comments > ul {
     list-style: none;
     padding-left: 0;
     margin-bottom: 0;
}
.comments-text > ul,.comments-text > ol {
     margin-bottom: 20px;
}
ul.children {
     list-style: none;
}
.footer-widget #wp-calendar tbody td {
     background: none;
     border: 1px solid #fff;
     color: #fff;
}
.footer-widget #wp-calendar tbody td a{
     color: #fff;
     text-decoration: underline;
}
.footer-widget #wp-calendar tbody td:hover a{
     background: transparent;
}
.footer-widget #wp-calendar tbody #today a {
     color: #fff;
     text-decoration: underline;
     background: none;
}
.footer-widget #wp-calendar thead th {
     color: #fff;
     border: 1px solid #ddd;
     text-align: center;
     padding-top: 7px;
}
.footer-widget #wp-calendar #next a, .footer-widget #wp-calendar #prev a {
     color: #fff;
}
.footer-widget #wp-calendar caption {
     color: #fff;
}

.widget_recent_comments.footer-widget li span, .widget_recent_comments.footer-widget li span a {
     float: none;
     font-weight: 600;
     color: #fff;
}

.widget_recent_comments ul li a{
     display: inline;
}

.footer-widget form input.search-submit {
     position: absolute;
     top: 0;
     right: 0;
     height: 100%;
     background: #2f3440;
     color: #fff;
     border: 0;
     padding: 0 25px;
     height: 45px;
     font-weight: 600;
     cursor: pointer;
     text-transform: uppercase;
     font-size: 12px;
     transition: .3s;
     width: auto;
}
.footer-widget p {
     color: #fff;
     opacity: .8;
}
.footer-widget .calendar_wrap {
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-scrolling: -ms-autohiding-scrollbar;
}
.widget_rss ul li span{float: none}

.vc-inner-no-padding .vc_column-inner {
     padding-top: 0 !important;
}
.boxed-55 {
     padding:  0 70px !important;
}
.sidebar-rc-post ul li::before {
     display: none;
}
.footer-widget .sidebar-rc-post ul li {
     position: relative;
     padding-left: 0;
     margin-bottom: 15px;
}
.footer-widget .sidebar-rc-post ul li .widget-date {
     color: #999;
}
.footer-post li::before {
     display: none;
}
.footer-widget .footer-post li {
     padding-left: 0
}
.footer-widget .footer-post li a {
     color: #fff;
     opacity: .8;
}
.tag-space {
     display: block;
     width: 100%;
     clear: both;
     margin-top: 20px;
}
.size-thumbnail {
     margin-bottom: 20px;
}

.size-full {
     margin-bottom: 5px;
}
.no-results.not-found .page-header {
     padding-top: 0;
     padding-bottom: 0;
}
.growsass-search-btn {
     position: absolute;
     top: 0;
     right: 0;
     width: 60px;
     border: 0;
     background: no-repeat;
     color: #444;
     border-left: 1px solid #ddd;
     height: 100%;
}
.growsass-search-btn:hover{color: #2154CF}
.search-form2 .form-control {
    height: 50px;
    border-radius: inherit;
}
.search-form2 {
     position: relative;
}

.archive-description {
     margin-top: 15px;
}
/*comment-form*/
.comment-form {
     background: #F7F7FD;
     padding: 40px;
     margin-bottom: 25px;
}
.comment-form input {
     border: none;
     height: 60px;
     margin-bottom: 20px;
     padding: 0 30px;
     width: 100%;
     font-size: 14px;
     color: #a7a7c1;
     background: #fff;
}
.comment-form textarea {
     border: none;
     height: 150px;
     margin-bottom: 20px;
     padding: 30px;
     width: 100%;
     color: #a7a7c1;
     font-size: 14px;
     background: #fff;
}
.comment-form button.btn {
     background: #ff8941;
     border-color: #ff8941;
}
.comment-form button.btn:hover {
background: transparent;
color: #ff8941;
}
.comment-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}
.comment-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}
.comment-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}
.comment-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}
/*author*/
.author-wrapper {
     background: #fff;
     padding: 37px 71px 35px 40px;
     overflow: hidden;
     border-left: 5px solid #ff8941;
}
.author-img {
     float: left;
     margin-right: 27px;
     margin-top: 10px;
}
.author-img img {
     border-radius: 50%;
}
.author-text {
     overflow: hidden;
}
.author-text > h4 {
     font-weight: 700;
     font-size: 16px;
     text-transform: capitalize;
     margin-bottom: 5px;
}
.author-text > p {
     margin-bottom: 0;
}
.author-icon a {
     font-size: 11px;
     color: #010e2a;
     padding-right: 10px;
     transition: .3s;
}
.author-icon {
     margin-bottom: 9px;
}
.author-icon a:hover {
     color: #ff8941;
}
.no-pad .vc_column-inner{padding-top: 0 !important}

/*servie details*/
.sidebar-link h3 {
     font-size: 36px;
     font-weight: 700;
}
.servicee-sidebar {
     border: 2px solid #f4f3fb;
     padding: 30px;
}
.servicee-sidebar ul{
     margin-bottom: 0;
}
.servicee-sidebar ul li {
     border-bottom: 1px solid #eaeaea;
     color: #4c4c4c;
     margin: 0;
     overflow: hidden;
     padding: 15px 0;
     padding-top: 15px;
     position: relative;
}
.servicee-sidebar ul li a {
     color: #7886a0;
}
.servicee-sidebar ul li:last-child {
     border: 0;
     margin: 0;
     margin-bottom: 0;
     padding-bottom: 0;
}
.servicee-sidebar ul li a:hover {
     color: #ff8941;
}
.project-status ul li {
     margin: 0;
     padding: 0;
     list-style: none;
     margin-bottom: 0;
     border-bottom: 1px solid #eaeaea;
     padding: 15px 0;
}
.project-status ul li b {
     margin-right: 5px;
     display: inline-block;
}
.project-status ul li:last-child {
     border:0;
     padding-bottom: 0
}.project-status ul li:first-child {
     padding-top: 0
}
.bypostauthor .avatar-name > h5::after {
     content: "\f02e";
     font-family: "Font Awesome 5 Free";
     top: -1px;
     font-size: 12px;
     margin-left: 10px;
     line-height: 1;
     position: relative;
     color: #cacfef;
     font-weight: 900;
}
.project-status ul {
     margin: 0;
     background: #f7f7fd;
     padding: 35px;
}
.project-desc h3 {
     font-weight: 700;
}
.paginations ul {
     padding-left: 0;
}
.servicee-sidebar-banner {
     margin-bottom: 50px;
}
.portfolio-sidebar {
     margin-bottom: 30px;
}
/*next prev post*/
.project-details-content{}
.blog-details-border {
     margin-top: 40px;
     background: #fff;
     padding: 40px;
     padding-bottom: 22px;
}
.project-details-content span {
     font-size: 13px;
     color: #8583b1;
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: 2px;
}
.project-details-content span a{
     color: #8583b1;
}
.project-details-content span a:hover{
     color: #ff8941;
}
.project-details-content h3 {
     margin-top: 8px;
     margin-bottom: 20px;
     line-height: 1.2;
     font-size: 21px;
}
.project-details-content h3 a:hover {
     color: #ff8941;
}
.project-details-button{}
.project-details-button a.btn{}

.page-area .post-comments-form {
     margin-bottom: 0;
     clear: both;
     padding-top: 30px;
}
.growsass-page-content ol,.growsass-page-content ul{padding-left: 22px}
.container.container-box {
     margin: auto;
}
.vc_column-inner {
     padding-top: 0 !important;
}
.features-service .feature{margin-top: 0}
.features-service .feature-item{margin-top: 0}
/*new unit test*/
.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
     margin-left: 10px;
}
.wp-block-column:not(:last-child) {
     margin-right: 10px;
}
.wp-block-column:nth-child(2n+1) {
     margin-right: 10px;
}
.post-entry > .alignwide {
     margin-left: 0;
     margin-right: 0;
     width: calc(100% + 20px);
     max-width: calc(100% + 20px);
}
.has-large-font-size {
     font-size: 36px;
     line-height: 1.2;
}
.has-very-light-gray-color.has-very-light-gray-color {
     color: #fff;
     background: #ff8941 !important;
}
.wp-block-archives select {
     height: 50px;
     width: 200px;
     border: 1px solid #ddd;
     padding: 0 10px;
}
.wp-block-latest-comments {
     padding-left: 0 !important;
}
.wp-block-latest-posts.has-dates {
     padding-left: 14px;
}
.wp-block-archives li a, .wp-block-categories li a {
     color: #5e629c;
}
/*header*/
.retina-logo {
     display: none;
}
.breadcrumb-area.breadcrumb-bg.front-home {
     background: linear-gradient(0deg, #403cff 0%, #7471fe 100%);
     background: -webkit-linear-gradient(0deg, #403cff 0%, #7471fe 100%);
     min-height: 131px;
}
.blog-wrapper img {
     max-width: 100%;
}
.blog-meta {
     margin-bottom: 15px;
}
.blog-meta > span i {
     color: #ff8941;
     font-size: 14px;
     margin-right: 6px;
}
.blog-title {
     font-size: 34px;
     line-height: 1.2;
     font-weight: 500;
     margin-top: 0;
     margin-bottom: 18px;
     text-transform: capitalize;
}
.blog-title:hover {
     color: #ff8941;
}
.blog-text {
     background: #fff;
     padding: 35px 40px 40px 40px;
}
.blog-d-btn {
     margin-top: 25px;
}
.blog-d-btn .btn {
     background: #ff8941;
     border-color: #ff8941;
     padding: 17px 53px;
}
.blog-d-btn .btn:hover {
     background: transparent;
     color: #ff8941;
}
.post-comments-form .comment-respond {
     background: #fff;
     padding: 32px 33px 40px 30px;
     clear: both;
}
.sidebar-form form {
     position: relative;
}
.sidebar-form form input {
     background: #fff;
     border: none;
     color: #666666;
     padding: 0 10px;
     text-indent: 10px;
     width: 100%;
     height: 60px;
     font-size: 14px;
     border: 2px solid #eaeaea;
}
.sidebar-form form button {
     background: #ff8941;
     border: 0 none;
     color: #fff;
     font-size: 14px;
     height: 100%;
     position: absolute;
     right: 0;
     top: 0;
     transition: all 0.3s ease 0s;
     width: 60px;
     cursor: pointer;
}
.sidebar-form form button:hover {
     background: #101024;
}

/*sidebar post with image*/
.sidebar-rc-post ul li {
     overflow: hidden;
     padding-bottom: 20px;
}
.sidebar-rc-post ul li:last-child {
     padding-bottom: 0;
}
.sidebar-rc-post .rc-post-thumb {
     display: inline-block;
     float: left;
     height: 80px;
     overflow: hidden;
     position: relative;
     width: 90px;
     margin-right: 15px;
}
.sidebar-rc-post .rc-post-content {
     overflow: hidden;
}
.sidebar-rc-post .rc-post-content h4 {
     color: #444;
     display: block;
     font-size: 15px;
     font-weight: 700;
     line-height: 1.3;
     text-indent: 0;
     transition: all 0.2s ease 0s;
     margin-bottom: 5px;
}
.sidebar-rc-post .rc-post-content h4 a {
     color: #444;
     transition: .3s;
     font-size: inherit;
     line-height: inherit;
     font-size: 16px;
}
.sidebar-rc-post .rc-post-content h4 a:hover {
     color: #ff8941;
}
.widget-date {
     color: #777777;
     display: inline-block;
     font-size: 11px;
     line-height: 1;
     text-transform: uppercase;
}
.sidebar-blog .widget:last-child{margin-bottom:0;}

/* 16. breadcrumb-area */
.breadcrumb-area.breadcrumb-bg.only-front-page {
     min-height: inherit;
}
.breadcrumb-area {
  background-position: center center;
  background-size: cover;
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
}
.breadcrumb-text > h1 {
     color: #fff;
     font-size: 46px;
     font-weight: 900;
     margin-bottom: 19px;
     text-transform: capitalize;
     line-height: 1.3;
}
.breadcrumb-text > h1 {
     color: #fff;
     font-size: 46px;
     font-weight: 900;
     margin-bottom: 19px;
     text-transform: capitalize;
     line-height: 1.3;
}
.breadcrumb-menu {
     padding-left: 0;
     margin-bottom: 0;
}
.breadcrumb-menu li {
     display: inline-block;
     position: relative;
     padding: 0 15px;
}
.breadcrumb-menu li a, .breadcrumb-menu li {
     color: #fff;
     font-size: 14px;
     font-weight: 400;
     text-transform: capitalize;
     transition: all 0.3s ease 0s;
}
.breadcrumb-menu li::before {
     color: #fff;
     content: "\f054";
     display: inline-block;
     font-size: 11px;
     right: -5px;
     padding-bottom: 0;
     position: absolute;
     top: 2px;
     font-weight: 700;
     font-family: "Font Awesome 5 Free";
}
.breadcrumb-menu li:last-child::before {
    display: none;
}
.breadcrumb-menu li {
     color: #fff;
     font-size: 14px;
     font-weight: 400;
     text-transform: capitalize;
}
.breadcrumb-others-page, .breadcrumb-blog-area {
     padding-top: 260px;
}

/*comments*/
.post-comments {
     background: #fff;
     padding: 35px 33px 35px 30px;
     padding-bottom: 0;
}
.coment-title h2 {
     color: #333333;
     font-size: 24px;
     font-weight: 700;
}
.comments-avatar {
     float: left;
}
.comments-text {
     overflow: hidden;
}
.avatar-name > h5 {
     font-size: 18px;
     margin-bottom: 5px;
}
.avatar-name {
     margin-bottom: 3px;
     overflow: hidden;
}
.comments-box {
     position: relative;
}
.comments-avatar img {
     border-radius: 50%;
     margin-right: 20px;
     width: 95px;
}
.comments-reply {
     padding-left: 77px;
}
.latest-comments ul li .comments-box {
     margin-bottom: 25px;
}
.latest-comments ul li {
     padding-top: 7px;
}
.latest-comments > ul {
     padding-bottom: 1px;
}
.latest-comments ul  li:last-child{
     
}

.comment-reply-link {
     position: absolute;
     right: 0;
     top: 0;
     display: inline-block;
     font-weight: 400;
     line-height: 1;
     border: 2px solid #f4f4ff;
     padding: 10px 22px;
     border-radius: 50px;
     font-size: 14px;
}
.avatar-name span {
     font-size: 12px;
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: 2px;
     color: #ff8941;
}
.comments-text > a:hover{
     border-color: #ff8941;
background: #ff8941;
color: #ffffff;
}

.post-comments-form .comment-respond {
     background: #fff;
     padding: 32px 33px 15px 30px;
     clear: both;
}
.post-title h2 {
     font-size: 24px;
     margin-bottom: 0;
}
.comment-respond .post-title {
     padding-top: 0;
}
.growsass-page-content .comment-respond .post-title {
     padding-top: 0;
}
/* 20. paginations */
.paginations{}
.paginations ul li {
     display: inline-block;
     margin-right: 5px;
     margin-bottom: 5px;
}
.paginations ul li a, .paginations ul li .page-numbers {
     color: #333333;
     font-size: 14px;
     font-weight: 500;
     transition: all 0.3s ease 0s;
     text-align: center;
     height: 50px;
     width: 50px;
     background: #fff;
     border-radius: 30px;
     padding: 0;
     line-height: 51px;
     display: inline-block;
}
.paginations ul li:hover a, .paginations ul li .current {background:#ff8941;color: #fff}
.paginations ul li:hover a:after, .paginations ul li.active a:after {
     opacity:1;
}
.paginations ul li:hover a:before, .paginations ul li.active a:before {
     opacity:1;
}
.paginations li .prev {
     text-transform: uppercase;
     font-family: 'Roboto', sans-serif;
     font-weight: 700;
}
.paginations li .next {
     text-transform: uppercase;
     font-family: 'Roboto', sans-serif;
     font-weight: 700;
}
.blog-area img{
     max-width: 100%;
}
.footer__widget ul li ul {
     padding-left: 10px;
     padding-top: 12px;
}
.footer__widget select {
     width: 100%;
     height: 40px;
     padding: 0 15px;
}
.footer__widget #wp-calendar caption {
     color: #8a8aac;
}
#wp-calendar tbody td#today{
     background: #FF8941;
     color: #fff;
}
.footer__widget img{
     max-width: 100%;
}
.footer__widget .tagcloud a {
     background: #1b1a2c;
     color: #d3d3dd;
     display: inline-block;
     font-size: 14px !important;
     font-weight: 400;
     line-height: 1;
     padding: 12px 15px;
     margin-bottom: 5px;
     margin-right: 0px;
}
.error-btn:hover{
     color: #7673ff;
}

.retina-logo img {
     width: 166px;
}


#wp-comment-cookies-consent {
     width: auto;
     display: inline-block;
     height: auto;
     margin-right: 20px;
}
.comment-form-cookies-consent label {
     display: inline-block;
}
.comment-form-cookies-consent {
     margin-left: 18px;
}

.growsass-page-content .wp-caption.aligncenter {
     margin-top: 40px;
}
.growsass-page-content img{
     max-width: 100%;
}