@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
/* -------------------------------
   02 - Pre Loader
------------------------------- */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9999;
}

.preloader img {
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* -------------------------------
   03 - Reset
------------------------------- */

section {
    padding: 60px 0px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #292929;
}

ul,
ol,
dl {
    list-style-position: outside;
}

body {
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #6d6c6c;
    font-family: "Roboto Condensed", sans-serif;
}

img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0px;
    list-style: none outside none;
    margin: 0px;
}

input,
select {
    border: 1px solid #e8e8e8;
    padding: 9px 16px;
    width: 100%;
    resize: none;
    letter-spacing: 1px;
    font-size: 11px;
    max-width: 100%;
    margin-bottom: 20px;
}

textarea {
    border: 1px solid #e2e2e2;
    letter-spacing: 1.2px;
    font-size: 11px;
    height: 160px;
    resize: none;
    padding: 9px 16px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

input[type="text"],
textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

input:focus,
textarea:focus {
    outline: none;
    border: 1px solid #c8c8c8;
    border: 1px solid #989898;
    background-color: #fbfafa;
}

select::-ms-expand {
    display: none;
}

* {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #9e9d9d;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: #9e9d9d !important;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #9e9d9d !important;
    text-overflow: ellipsis;
    opacity: 1;
}

:-moz-placeholder {
    color: #9e9d9d !important;
    text-overflow: ellipsis;
    opacity: 1;
}

::-webkit-scrollbar {
   width: 9px;
}

::-webkit-scrollbar-track {
   
}

::-webkit-scrollbar-thumb {
   background: rgba(210, 210, 210, .8);
   
}

::-webkit-scrollbar-thumb:window-inactive {
   background: rgba(210, 210, 210, .4)
}


.animated {
    -moz-transition-duration: 0s !important;
}

@media screen\0 {
    input {
        /* ie7, ie9, ie10, ie11+ only */
        padding-bottom: 18px;
    }
}

.center-col {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* -------------------------------
   04 - Typography
------------------------------- */

/* Section Heading */

.section-heading {
    text-transform: capitalize;
    font-size: 35px;
    letter-spacing: 0;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
}

/* Different text sizes */

.text-upper {
    text-transform: uppercase;
}

.small-text {
    font-size: 9px !important;
    line-height: 14px !important;
}

.md-text {
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing: 1.7px;
}

.light-text {
    font-size: 15px;
    line-height: 23px;
    font-weight: lighter;
    letter-spacing: 1.7px;
}

.lg-text {
    font-size: 21px;
    line-height: 31px;
}

/* Headings */

h1 {
    font-size: 47px;
    line-height: 44px;
    letter-spacing: 1.9px;
}

h2 {
    font-size: 39px;
    line-height: 44px;
    letter-spacing: inherit;
}

h3 {
    font-size: 33px;
    line-height: 39px;
    letter-spacing: 1.5px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
}

h5 {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 1.9px;
}

h6 {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

/* Text color */

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #898888;
}

.text-light-gray {
    color: #4c4c4c;
}

/* Letter spacing */

.zero-letter-space {
    letter-spacing: 0px !important;
}

.letter-space1 {
    letter-spacing: 1px;
}

.letter-space2 {
    letter-spacing: 2px;
}

/* Font weight */

.font-w6 {
    font-weight: 600;
}

.font-w7 {
    font-weight: 700;
}

.font-w5 {
    font-weight: 500;
}

/* Alternate font */

.ub-font {
    font-family: 'Ubuntu', sans-serif;
}

/* -------------------------------
   05 - Background colors
------------------------------- */

.white-background {
    background: #fff !important;
}

.black-background {
    background: #000 !important;
}

.light-gray-background {
    background: #f1f1f1 !important;
}

.gray-background {
    background: #6d6d6d !important;
}

.gray-bg-1 {
    background: #e8e8e8 !important;
}

/* -------------------------------
   06 - Navigation
------------------------------- */

.navbar {
    top: 0;
    display: inline-table;
    position: fixed;
    z-index: 10;
    border-radius: 0;
    width: 100%;
    border: none;
}

.nav li {
    margin: 16px 21px;
}

nav .container {
    height: 77px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

nav.shrink .container {
    height: 62px;
}

.navbar-nav a:focus {
    background: transparent !important;
    color: #fff !important;
}

.navbar-nav a:hover {
    background: transparent !important;
    color: #cccbcb !important;
}

.side-container {
    padding-left: 270px;
}

.navbar-brand img {
    z-index: 2;
    position: relative;
    width: 100%;
    top: -5px;
    height: 40px;
}

nav.shrink {
    background: rgba(0, 0, 0, 1);
}

.navbar li.active a {
    border-bottom: none;
}

.side-navigation {
    width: 270px;
    height: 100%;
    background: #151f2a !important;
}

.side-navigation .navbar-header {
    background: none;
}

nav.side-navigation .container {
    padding: 8px 12px;
    vertical-align: top;
}

.side-navigation .navbar-nav {
	width: 100%;
}

.side-navigation .navbar-nav li {
    width: 100%;
    margin: 0px;
    padding: 10px 0px;
    padding-bottom: 0;
}

.side-navigation .navbar-nav li a {
    color: #000000 !important;
    background: #e4af41 !important;
    padding: 10px !important;
    border-bottom: none;
    font-size: 17px;
    border-radius: 4px;
    letter-spacing: 0.3px;
    text-align: center;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 500;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}

.side-navigation .navbar-nav li.download_link a {
    background: transparent !important;
    text-transform: capitalize;
    font-size: 18px !important;
    font-weight: 400;
    border: 2px solid #ffffff;
    color: #ffffff !important;
}

.side-navigation .navbar-nav li.download_link a:hover, .side-navigation .navbar-nav li.download_link.active a {
    background: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
}

.side-navigation .navbar-nav li:last-child {
    border-bottom: none;
}

.side-navigation .navbar-nav li a:hover, .side-navigation .navbar-nav li.active a {
    color: #000000 !important;
    background: #e4af41 !important;
}

.navbar-nav a {
    padding: 0px !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff !important;
}

.navbar .navbar-brand {
    margin-bottom: 10px;
    margin-right: 0;
}

.navbar .navbar-toggler {
    font-size: 38px;
    padding: 7px 13px;
    background: #000;
    color: #fff;
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%;
    box-shadow: none;
}

.navbar .navbar-collapse {
    padding-left: 5px;
    padding-right: 5px;
}

/* -------------------------------
   07 - Hero image settings
------------------------------- */

.mid-text-settings {
    text-align: center;
    height: 100%;
    width: 100%;
    display: table;
}

.mid-text {
    display: table-cell;
    vertical-align: middle;
    padding: 50px;
}

.mid-text span {
    text-align: center !important;
}

.text-settings {
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.hero-img {
    left: 0;
    right: 0;
    position: absolute;
}

.hero-img span {
    display: table;
    z-index: 999;
}

.hero-img .text-settings {
    z-index: inherit !important;
}

.setting-parallax {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    position: relative;
    background-position: center center;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
}

.img-text {
    letter-spacing: 1px !important;
    color: #fff !important;
    position: relative !important;
    z-index: 5;
    font-size: 28px !important;
    line-height: 34px !important;
    font-family: "Roboto Condensed", sans-serif;
}

.freelancer-name {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 50px !important;
    text-transform: uppercase;
    position: relative !important;
    z-index: 5;
    line-height: 50px !important;
    color: #fff;
    letter-spacing: 4px;
    font-weight: 600 !important;
}

.freelancer-title {
    text-transform: uppercase;
    position: relative !important;
    font-weight: lighter;
    color: #d4d2d2;
    margin-top: 1.5% !important;
    z-index: 5;
    letter-spacing: 5px;
}

.return_data {
    display: inline-block;
    width: 100%;
    background: #f1f1f1;
    position: relative;
    height: 790px;
    overflow: hidden;
}
.return_data .full-screen-preview__frame {
    width: 100%;
    background-color: #f1f1f1;
    height: 790px;
    position: absolute;
    top: 0px;
}

.invd_dts {
    margin-bottom: 50px;
}

.invd_dts h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.feature-option {
    text-align: center;
}

.feature-option span {
    font-size: 20px;
    letter-spacing: 0;
    color: #000;
}

.feature-option strong {
    color: #133570;
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.feature-option strong sup {
    font-size: 23px;
    top: -0.81em;
}

.outerdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.innerdiv {
	margin: 0;
	display: flex;
}

.eachdiv {
	padding: 1rem 2rem;
	border-radius: 0.8rem;
	box-shadow: 5px 5px 10px #6d6b6b6b;
	color: white;
}

.div3 {
	background: white;
	color: black;
	width: 33.33%;
	margin: 0px 10px;
}

.userdetails {
	display: flex;
}

.imgbox {
	margin-right: 1rem;
}

.imgbox img {
	border-radius: 50%;
	width: 3rem;
	border: 2px solid #d29f36;
	padding: 4px;
}

.detbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.detbox p {
	margin: 0;
}

.detbox .name {
	color: hsl(0, 0%, 81%);
	font-size: 0.9rem;
	margin-bottom: 0.1rem;
	font-weight: 600;
}

.detbox .name.dark {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 3px;
}

.detbox .designation {
	color: hsl(0, 0%, 81%);
	opacity: 1;
	font-size: 0.8rem;
}

.detbox .designation img {
	width: 15px;
	vertical-align: -2px;
}

.detbox .designation.dark {
	color: #49505a;
}

.review h4 {
	font-size: 1.4rem;
	color: #f3deff;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.8rem;
}

.review.dark h4 {
	color: #4b5258;
}

.review.dark p {
	color: #0e0e0e;
	font-size: 16px;
	margin-top: 15px;
	opacity: 1;
}

.review.dark p {
	color: #0e0e0e;
	line-height: 22px;
}

.faq_section .section-heading {
    margin-bottom: 50px;
    display: block;
}

.faq_section .accordion-button:not(.collapsed), .faq_section .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
    background-color: #fff;
}

.faq_section .accordion-item {
	margin-bottom:10px;
}

.faq_section .accordion-button {
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    box-shadow: none;
    letter-spacing: 0;
}

.faq_section .accordion-body {
    padding: 15px;
}

.faq_section .accordion-body p {
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 27px;
}

.banner_text h1.title {
    font-size: 60px;
    line-height: 67px;
    color: #151f2a !important;
    font-weight: 700;
    text-transform: inherit;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.mid-text p {
    color: #ffffff;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0;
    max-width: 600px;
    margin: auto;
    margin-bottom: 15px;
    font-weight: 400;
}

.iocn_section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.iocn_b {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    padding-bottom: 0;
}
.iocn_b .img_b img {
    height: 70px;
}
.info_b {
    text-align: left;
    margin-left: 8px;
    line-height: 24px;
    font-size: 20px;
    letter-spacing: 0;
    color: #000;
}
.inverst_guide_newsletter {
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 40px;
    max-width: 900px;
    background: transparent;
    padding: 20px;
    border-radius: 10px;
}
.inverst_guide_newsletter .bt {
    position: relative;
    font-size: 22px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 20px 132px;
    border-radius: 100px;
    border: 0;
    cursor: pointer;
    background-color: #338eef;
    color: #ffffff;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
}

.inverst_guide_newsletter .bt:hover, .inverst_guide_newsletter .bt:focus {
    color: #000000;
    background-color: #e4af41;
}

.disclaimer_content {
    padding-top: 20px;
}

.disclaimer_content .footer_message {
    margin-bottom: 30px;
    color: #444;
    font-size: 14px;
}

.disclaimer_content p {
    margin-bottom: 8px;
    color: #444;
    letter-spacing: 0;
    font-size: 14px;
}

/* -------------------------------
   08 - Counter
------------------------------- */

.count-settings .counting-num {
    font-size: 37px;
}

.counting-typo {
    line-height: 30px;
    font-size: 33px;
}

.counting-title {
    font-size: 12px !important;
    line-height: 22px !important;
    display: inline-block !important;
    color: #000;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    display: block !important;
    font-family: "Roboto Condensed", sans-serif;
    margin: 1.5% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.career {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    color: #4c4c4c;
    position: relative !important;
    z-index: 5;
    top: -5px !important;
    display: block !important;
}

.work {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 6% !important;
    color: #000;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    display: block !important;
}

.year {
    font-weight: 500 !important;
    color: #000;
    font-size: 29px !important;
    line-height: 35px !important;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

/* -------------------------------
   09 - Portfolio
------------------------------- */

.grid {
    margin: 0px auto;
}

.grid img {
    width: 100%
}

.portfolio-nav li a {
    line-height: 15px;
    margin: 0px;
}

.portfolio-wd .grid li {
    width: 33.333%;
    float: left;
}

ul.filter-portfolio {
    border-bottom: none;
}

.filter-portfolio li {
    top: 1px;
    display: inline-block;
    float: inherit;
    position: relative;
    margin: 0px 14px !important;
}

.filter-portfolio li:first-child {
    margin-left: 0px !important;
}

.filter-portfolio li:last-child {
    margin-right: 0px !important;
}

.filter-portfolio li a {
    color: #9b9b9b;
    border-radius: 0px;
    border: none !important;
    padding: 6px 14px;
}

.filter-portfolio li a:hover,
.filter-portfolio li:active,
.filter-portfolio li.active a {
    border-radius: 5%;
    border-bottom: none;
    color: #fff !important;
    background-color: #787878 !important;
}

.grid li {
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.portfolio-item {
    opacity: 1;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.portfolio-item a {
    display: block;
    z-index: 2;
    position: relative;
}

.md-masonry-grid .img-portfolio ul {
    margin-left: -22px
}

.md-masonry-grid .grid li {
    padding: 0px 0px 20px 20px;
}

.masonry-grid .grid figure {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.masonry-grid .grid figcaption {
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    text-align: center;
    opacity: 0px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.masonry-grid .grid figcaption h3 {
    font-size: 17px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    width: 100%;
    top: 50%;
    padding: 0px 14px;
    margin: 0px;
    line-height: 24px;
}

.img-portfolio {
    clear: both;
    float: left;
    width: 100%;
}

.img-portfolio figure {
    position: relative;
    margin: 0px;
}

.img-portfolio ul {
    padding: 0px;
    list-style: none;
}

.img-portfolio figure img {
    width: 100%;
    cursor: pointer;
    opacity: 1;
    display: block;
}

.img-portfolio figcaption h3 {
    text-transform: uppercase;
    padding: 0px;
    margin: 0px 0px 9px;
}

.grid li {
    margin: 0px;
    float: left;
    box-sizing: border-box;
}

.grid figure:hover img {
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    cursor: url("../images/icon-zoom.png"), pointer;
    opacity: 0.13;
}

.grid figure:hover figcaption {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 1;
}

/* -------------------------------
   10 - Skills
------------------------------- */

.skills-bg {
    background-color: #a5a5a5 !important;
}

.skill-name {
    font-size: 11px;
    font-weight: 400;
    margin: 5px 0px 14px;
    text-transform: uppercase;
    letter-spacing: 2.6px;
}

.skill-name strong {
    font-weight: 400;
    color: #000;
}

.skills-bar .progress {
    background-color: #dedede;
    box-shadow: none;
    height: 15px;
    border-radius: 0;
    margin-bottom: 0px;
    overflow: visible;
}

.skills-bar .progress-bar {
    position: relative;
    overflow: visible;
}

.skills-bar .progress-bar span {
    color: #000;
    font-size: 11px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 21px;
}

.skills-bar .skill-name {
    margin: 6px 0px 19px;
}

/* -------------------------------
   11 - Testimonials
------------------------------- */

.testimonial-bg {
    background: #4f4f4f !important;
}

.testimonial p {
    font-size: 12px;
    line-height: 21px;
    margin: 20px 0px 19px;
    letter-spacing: 1px;
}

.testimonial img {
    margin-top: 10px;
    border-radius: 50%;
    max-width: 120px;
    box-shadow: 0 0 0 3px #989898
}

.testimonial span {
    color: #fff;
}

.fix-background {
    background-position: center center;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.person {
    margin-left: 0 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-right: 0px !important;
}

.opacity-seven {
    opacity: 0.7;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.opacity-five {
    opacity: 0.5;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* -------------------------------
   12 - Contact Form 
------------------------------- */

.contact-form {
    font-size: 13px !important;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 11px 23px;
}

.contact-form:focus {
    border: 1px solid rgba(0, 0, 0, .3) !important;
}

#alert {
    border: none;
    clear: both;
    background-color: #003d63;
    text-align: center;
    margin: 0 13px 23px;
    padding-top: 17px;
    padding-bottom: 18px;
    color: #fff;
}

/* -------------------------------
   13 - Footer
------------------------------- */

footer {
    clear: both;
}

.footer-icons .fa {
    font-size: 14px;
    height: 30px !important;
    vertical-align: middle;
    width: 30px;
    color: #fff;
    background: none;
    display: table-cell;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 1;
}

.footer-icons .fa-facebook {
    background-color: #b1b1b1;
    border-radius: 50%;
}

.footer-icons .fa-facebook:hover {
    background-color: #395694;
    
}

.footer-icons .fa-instagram {
    background-color: #b1b1b1;
    border-radius: 50%;
}

.footer-icons .fa-instagram:hover {
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    
}

.footer-icons .fa-linkedin {
    background-color: #b1b1b1;
    border-radius: 50%;
}

.footer-icons .fa-linkedin:hover {
    background-color: #0077b0;
    
}

.footer-icons .fa-youtube {
    background-color: #b1b1b1;
    border-radius: 50%;
}

.footer-icons .fa-youtube:hover {
    background-color: #da4937;
    
}

.social_media a {
	border:none;
}

/* -------------------------------
   14 - Icons
------------------------------- */

i {
    color: #919090;
    margin: 0px 3px;
}

.icon-sm {
    font-size: 33px;
}

/* -------------------------------
   15 - Buttons
------------------------------- */

.btn i {
    margin-right: 7px;
}

.button {
    margin-bottom: 0px;
    margin-top: 0px;
}

.btn.sm-btn {
    font-size: 13px;
    padding: 10px 27px;
}

.black-btn:hover,
.black-btn:focus {
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
}

.dark-btn:hover,
.dark-btn:focus {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
}

.black-btn {
    font-size: 13px;
    border: 1px solid #000;
    display: inline-block;
    padding: 5px 18px 7px;
    color: #fff;
    background-color: #000;
}

.dark-btn {
    color: #fff;
    border: 1px solid #a4a3a3;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 18px 7px;
    width: auto;
    background-color: #a4a3a3;
}

.btn {
    border-radius: 0px;
    margin-right: 20px;
    border: 1px solid transparent;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    width: auto;
    text-transform: uppercase;
}

/* -------------------------------
   16 - Scroll Top to Header
------------------------------- */

.topScroll {
    display: none;
    font-weight: bold;
    height: auto;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    top: 91%;
    width: auto;
    background-color: rgba(127, 129, 124, 0.4);
    z-index: 555;
}

.topScroll i {
    font-size: 17px;
    margin: 0px 6px;
    color: #fff;
}

.topScroll:hover {
    background-color: #000;
}

.topScroll:hover i {
    position: relative;
}

/* -------------------------------
   17 - Padding and Margins
------------------------------- */

/* Paddings */

.zero-padding {
    padding: 0px !important;
}

.padding-120 {
    padding: 120px 0 !important;
}

.padding-1 {
    padding: 1%;
}

.zero-padding-top {
    padding-top: 0px !important;
}

.zero-padding-btm {
    padding-bottom: 0px !important;
}

.zero-padding-left {
    padding-left: 0px !important;
}

.padding-nine {
    padding: 5%;
}

.padding-btm {
    padding-bottom: 4% !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.zero-lr-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.zero-tb-padding {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

/* Margins */

.margin-top-3 {
    margin-top: 3% !important;
    margin-bottom: 0px !important;
}

.margin-top-8 {
    margin-top: 8% !important;
    margin-bottom: 0px !important;
}

.margin-top-5 {
    margin-top: 5% !important;
    margin-bottom: 0px !important;
}

.margin-btm-3 {
    padding-bottom: 6% !important;
}

.margin-six-all {
    margin: 6% !important;
}

.margin-five-all {
    margin: 5%;
}

.margin-eight-all {
    margin: 8%;
}

.margin-top-six {
    margin-top: 4% !important;
}

.margin-top-three {
    margin-top: 3%;
}

.margin-three-all {
    margin: 3%;
}

.margin-eleven-all {
    margin: 11%;
}

.margin-seven-all {
    margin: 7%;
}

.margin-two-all {
    margin: 2%;
}

.zero-margin {
    margin: 0px;
}

.zero-margin-bottom {
    margin-bottom: 0px !important;
}

.zero-margin-top {
    margin-top: 0px !important;
}

.auto-lr-margin {
    margin-right: auto !important;
    margin-left: auto !important;
}

.zero-lr-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* ----------------------------------
   18 - Blog Section
---------------------------------- */

.blog-page {
    padding: 60px 0px 0px 0px !important;
}

.blog-page-heading {
    padding-bottom: 70px !important;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
}

#blog {
    padding: 120px 0;
}

.creator-details {
    letter-spacing: 1px;
    color: #7e7e7e;
    font-size: 11px;
}

.blog-pst p {
    padding-top: 11px;
    margin: 0px;
}

.blog-pst-img img {
    max-width: 101%
}

.blog-pst:hover img {
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.blog-pst img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 1
}

.blog-pst-img {
    width: auto;
    overflow: hidden;
}

.post-img-margin {
    margin-top: 5% !important;
    margin-bottom: 5% !important;
}

.post-title {
    font-size: 16px;
    letter-spacing: 1.7px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-top: 40px;
    color: #000;
}

#blog .btn-small {
    line-height: unset !important;
}

.blg-comment .btn-small {
    line-height: unset !important;
    margin: 30px 20px 30px 0;
}

/* categories */

.categ li:first-child {
    padding: 0px 0px 6px 0px;
}

.categ li {
    padding: 6px 0px 6px 0px;
}

.categ li a {
    color: #656464;
}

.categ li a:hover {
    color: #000;
}

/* page pagination */

.pagination {
    text-align: center;
    margin-top: 50px;
    width: 100%;
}

.pagination i {
    color: #a4a4a4;
    font-size: 20px;
}

.pagination i:hover {
    color: #000;
}

.pagination a {
    font-size: 16px;
    margin: 0px 16px 0px 16px;
    color: #a0a0a0;
}

.pagination a:hover {
    color: #000;
}

.pagination a.active {
    font-weight: 600;
    color: #0b0b0b;
    border-bottom: 1px solid #000;
}

/* avtar image*/

.avtar-pic {
    float: left;
    margin: 12px 33px 0px 0px;
    max-width: 100px;
}

.avtar-pic img {
    border-radius: 50%;
}

/* tags */

.tags a {
    text-transform: uppercase;
    padding: 0px 11px;
    margin: 0px 6px 11px 0px;
    line-height: 26px;
    font-size: 10px;
    display: inline-block;
    border: 1px solid #e8e8e8;
    color: #6a6868;
}

.tags a:hover {
    color: #fff;
    border: 1px solid #e8e8e8;
    background-color: #000;
}

/* comment, heart like, share */

.comments,
.share,
.heart-like {
    letter-spacing: 1.7px;
    font-size: 11px;
    margin-right: 26px;
    text-transform: uppercase;
}

.comments i,
.share i,
.heart-like i {
    margin-right: 6px;
    font-size: 12px;
}

/* widgets */

.widgets input {
    margin-bottom: 0px;
    padding: 11px 30px 11px 20px;
}

.heading-widget {
    font-size: 17px;
    margin-bottom: 6%;
    font-weight: 700;
}

.widgets .search-mg {
    top: 18px;
    right: 20px;
}

.widgets {
    margin-bottom: 26px;
}

/* search */

.search-mg {
    border: none;
    color: #8c8b8b;
    right: 0;
    z-index: 998;
    cursor: pointer;
    top: 23px;
    position: absolute;
}

.search-mg:hover {
    color: #000;
}

/* social buttons */

.social-big:hover .fa {
    color: #fff;
}

.social-btn .fa-facebook {
    background-color: #3b5998;
}

.social-btn .fa-twitter {
    background-color: #01a8e7;
}

.social-btn .fa-instagram {
    background-color: #4c83ae;
}

.purchase-btn:hover {
    right: -15px;
    opacity: 1;
}

.social-btn {
    padding: 0 !important;
    margin: 30px 20px 30px 0;
}

.social-btn .fa-linkedin {
    background-color: #0088d0;
}

.social-big:hover .fa-twitter {
    background-color: #0093ca;
}

.social-big:hover .fa-instagram {
    background-color: #315e82;
}

.social-big:hover .fa-linkedin {
    background-color: #0088d0;
}

.social-big:hover .fa-facebook {
    background-color: #213e78;
}

.social-btn .fa {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    background: none;
    height: 25px !important;
    width: 25px;
    line-height: 1;
}

.social-big .fa {
    background-color: #969696;
    font-size: 22px;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px !important;
    line-height: 1;
    border-radius: 50%;
}

/* blog text */

.blg-comment {
    padding-top: 6%;
}

.post-text p {
    line-height: 27px;
    font-size: 13px;
    margin-bottom: 46px;
}

.blg-deatil {
    color: #939191;
    text-transform: uppercase;
    padding-top: 31px;
    font-size: 11px;
}

.blg-deatil strong {
    letter-spacing: 1px;
    font-weight: 600;
}

.blg-deatil a {
    color: #939191;
}

.blg-deatil a:hover {
    color: #000;
}

.blg-comments>.blg-comments {
    margin-left: 44px;
}

.blg-comments {
    font-size: 14px;
    margin: 30px 0px;
    line-height: 29px;
}

/* -------------------------------
   19 - Custom Settings
------------------------------- */

/* about me */

.bio li {
    padding: 8px 0px;
}

ul.bio {
    margin-left: 26px;
    list-style: inside disc;
}

ul.bio-icon {
    list-style: none;
}

/* display block */

.display-block {
    display: block !important;
}

/* overflow */

.overflow-hidden {
    overflow: hidden !important;
}

/* Position */

.relative {
    position: relative !important;
    z-index: 5
}

/* positioning */

.position-relative {
    z-index: 5;
    position: relative !important;
}

.purchase-btn {
    background: url("../images/buy.png") no-repeat 14px center #000;
    z-index: 10;
    right: -147px;
    top: 147px;
    opacity: .5;
    position: fixed;
}

.purchase-btn:hover {
    right: -15px;
    opacity: 1;
}

.purchase-btn:hover span {
    opacity: 1;
}

.purchase-btn:hover span:hover span {
    opacity: 1;
}

.purchase-btn span {
    opacity: 0;
    top: 0;
    color: #fff;
    padding: 0px 52px;
    position: relative;
}

.purchase-btn a {
    padding: 15px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: block;
}

/* For Webkit Browsers only */

@media screen and (-webkit-min-device-pixel-ratio:0) {}

/*media hidden */

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
    #mobile-menu-active{display:none;}
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}