/*
*******************************************
*******************************************

Template Name: Nachol - Personal Portfolio Template
Author: Evrothemes
Version: 1.0
Template By: Evrothemes

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - NAV CSS
04 - BANNER SECTION CSS
05 - ABOUT AREA CSS
06 - PROMO AREA CSS
07 - WORK SECTION CSS
08 - SERVICE AREA CSS
09 - BLOG SECTION CSS
10 - TESTIMONIAL SECTION CSS
11 - CONTACT SECTION CSS
12 - FOOTER AREA CSS


*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600,700,900');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #5a6179;
    font-weight: 400
}

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto
}

.theme-btn:before {
    background: #e5aa0a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    width: 100%
}

.theme-btn:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 3px solid #e5aa0a;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff !important;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}

.section-titel {
    margin: 0 0 40px;
}

.section-titel h6 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    padding: 3px 10px;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 11px;
    margin: 0 0 8px;
    text-transform: uppercase;
    color: #111
}

.section-titel h6:after {
    background: #00BCD4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
}

.section-titel h2 {
    font-size: 45px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 10px;
    text-transform: uppercase;
    margin: 0;
    color: #111
}

.section-titel h2:after {
    background: #fdc300;
    height: 8px;
    width: 50px;
    bottom: -4px;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    z-index: -1;
    transform: skew(-36deg);
    -webkit-transform: skew(-36deg);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: inherit
}

a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}

a:hover {
    color: #096dad;
    text-decoration: none;
    color: #096dad
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.section_100 {
    padding: 100px 0;
}

.section_50 {
    padding: 50px 0;
}

.section_15 {
    padding: 15px 0
}

.section_70 {
    padding: 70px 0
}

.pad-right {
    padding-right: 0
}

.section_t_100 {
    padding-top: 100px
}

.section_b_70 {
    padding-bottom: 70px
}


/*================================================
03 - NAV CSS
==================================================*/

nav.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

nav.navbar .logo {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

nav.navbar .navbar-toggler {
    border: 0;
}

nav.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.navbar .nav-item {
    font-size: 13px;
    font-weight: 400;
    padding-right: 13px;
    padding-left: 13px;
    color: #fff;
    text-transform: uppercase;
}

nav.navbar .nav-item:first-child {
    padding-left: 0;
}

nav.navbar .nav-item:last-child {
    padding-right: 0;
}

nav.navbar .nav-item .nav-link {
    color: #fff;
    position: relative;
    text-decoration: none;
    padding: 0;
}

nav.navbar .nav-item .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

nav.navbar .nav-item .nav-link.active:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

nav.fixed-top {
    position: fixed;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

nav.fixed-top .logo {
    color: #000;
}

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
    color: #000;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
    color: #000;
}

nav.fixed-top .nav-item .nav-link {
    color: #000 !important;
}

nav.fixed-top .nav-item .nav-link:before {
    background-color: #000;
}


/*================================================
04 - BANNER SECTION CSS
==================================================*/

.banner {
    background: #111 none repeat scroll 0 0;
    height: 100vh;
    width: 100%;
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-position: center center
}

.banner-caption {
    border-radius: 4px;
    display: table;
    height: 100%;
    width: 100%;
}

.home-video-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.banner-caption .container {
    display: table-cell;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}

.slider-img img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 10px solid rgba(199, 199, 199, 0.76);
}

.caption-inner {
    margin-top: 20px
}

.caption-inner>h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px
}

.caption-inner>h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    color: #fdc300;
}

.caption-inner>h3>span {
    color: #fdc300;
    font-size: 60px;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif;
}

.typed-static {
    color: #d6d6d6
}

.caption-inner span {
    color: #fff;
    font-size: 25px;
    font-weight: 400 !important;
    line-height: normal
}

.ah-words-wrapper>b {
    font-weight: normal !important
}

.banner-welcome {
    position: relative;
    z-index: 22;
    text-align: center
}

.mouse-icon {
    background: rgba(0, 0, 0, 0.69) none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 15px;
    bottom: 30px;
    height: 42px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 2;
}

.mouse-icon .wheel {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: down;
    animation-name: down;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    display: block;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 3px;
}

@-webkit-keyframes down {
    0% {
        top: 5px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    30% {
        top: 15px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    60% {
        top: 15px;
        opacity: 0.60;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    }
    100% {
        top: 25px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes down {
    0% {
        top: 5px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    30% {
        top: 15px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        top: 25px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.banner-area {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 22
}

.ah-headline.clip .ah-words-wrapper:after {
    background-color: #fff
}

.ah-words-wrapper b {
    margin-left: 5px
}


/*================================================
05 - ABOUT AREA CSS
==================================================*/

.card:hover{
    background: whitesmoke none repeat scroll 0 0;
}

.about-heading {
    text-align: center;
    padding-bottom: 30px
}

.about-heading h2 {
    font-size: 50px;
    text-transform: capitalize;
    padding-bottom: 20px;
    font-family: 'Contrail One', cursive;
    color: #111
}

.about-text h3 {
    color: #333;
    text-transform: capitalize;
    font-size: 27px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 36px;
}

.about-text h4 {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 20px;
    color: #111;
}

.about-text p {
    font-size: 15px;
}

.about-text a {
    text-transform: uppercase;
    color: #000;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    /* background: #00BCD4; */
     /*padding: 5px 20px; */
    /*margin-top: 20px;*/
    font-weight: 500;
    margin-left: 0;
    /* border: 2px solid #fdc300; */
    font-size: 16px; 
}

.about-text a:hover {
    color: #000;
    border: 2px solid #ffffff;
    /*border-radius: 15px;*/
    border: none;
}
 
.glass-effect {
    background: rgba( 255, 255, 250, 0.35 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 13.5px );
    -webkit-backdrop-filter: blur( 13.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.atf-single-about {
    padding: 18px;
    border-radius: 0px;
}
 
.atf-about-icon .fa {
    color: white!important;
}

.atf-single-about:hover {
    background: var(--thm-base);
}

.atf-single-about:hover h3,
.atf-single-about:hover p,
.atf-single-about:hover i {
    color: var(--thm-white);
    transition: 0.3s ease-in-out;
}

.atf-single-about {
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
}

/*================================================
06 - PROMO AREA CSS
==================================================*/

.nachol-promo-area {
    padding: 100px 0;
    background: url(../img/promo_bg.jpg) no-repeat fixed 0 0/cover;
    position: relative;
    z-index: 1
}

.nachol-promo-area:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1
}

.promo-box {
    text-align: center;
    color: #fff;
}

.promo-box h2 {
    font-size: 40px;
    text-transform: capitalize
}

.promo-box a {
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    background: #00BCD4;
    padding: 5px 20px;
    margin-top: 20px;
    font-weight: 500;
    margin-left: 0;
    border: 2px solid #00BCD4;
    font-size: 16px;
}

.promo-box a:hover {
    color: #fff;
    background: #212121 none repeat scroll 0 0;
    border: 2px solid #212121;
}


/*================================================
07 - WORK SECTION CSS
==================================================*/

.nachol-work-area {
    padding-bottom: 40px
}

.portfolio-filter ul {
    margin-bottom: 30px;
    margin-top: 30px
}

.portfolio-filter ul li {
    border: medium none;
    border-radius: 10px;
    color: #111;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    padding: 5px 15px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.portfolio-filter ul li:hover,
.portfolio-filter ul li.current {
    background: #212121 none repeat scroll 0 0;
    color: #fff;
}

.nachol-work-area .item-content {
    margin-bottom: 30px;
    position: relative
}

.nachol-work-area .item-content img {
    width: 100%
}

.nachol-work-area .item-content .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #f7f7f7;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    z-index: 1
}

.nachol-work-area .item-content .item-img-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 170%;
    width: 100%;
    height: 100%;
    border: 1px solid #ea7070;
    background: rgba(0, 0, 0, 0.11);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: -1
}

.nachol-work-area .item-content .item-img-overlay:hover:after {
    top: 0;
    left: -170%
}

.nachol-work-area .item-content .item-img-overlay:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.nachol-work-area .item-content .item-img-overlay .cap {
    bottom: -50%;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.nachol-work-area .item-content .item-img-overlay h6 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
    text-transform: capitalize;
}

.nachol-work-area .item-content .item-img-overlay .icon a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 5px;
    font-size: 14px
}

.nachol-work-area .item-content .item-img-overlay:hover .cap {
    bottom: 50%;
    margin-bottom: -50px;
}

.zoom-img>a {
    background: #111 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}


/*================================================
08 - SERVICE AREA CSS
==================================================*/

.nachol-service-area {
    background: #fff none repeat scroll 0 0;
}

.single-service {
    background: #ffffff;
    text-align: center;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 8px 18px -7px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.service-icon {
    font-size: 50px;
    color: #00BCD4;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.service-text h3 {
    color: #333;
    text-transform: capitalize;
    font-size: 25px;
    margin: 15px 0;
    font-weight: 600;
    line-height: 36px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.service-text p {
    color: #7e7e7e;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.single-service:hover {
    background: #8a8989
}

.single-service:hover .service-icon {
    color: #ffffff
}

.single-service:hover .service-text h3 {
    color: #ffffff
}

.single-service:hover .service-text p {
    color: #ffffff
}


/*================================================
09 - BLOG SECTION CSS
==================================================*/

.single-blog {
    border: 1px solid #ddd;
    margin-top: 30px;
}

.blog-img {
    padding: 5px
}

.blog-text {
    padding: 20px;
    text-align: center
}

.blog-text h3 {
    color: #333;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 31px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.blog-text a {
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    background: #00BCD4;
    padding: 5px 20px;
    margin-top: 20px;
    font-weight: 500;
    margin-left: 0;
    border: 2px solid #00BCD4;
    font-size: 16px;
}

.blog-text a:hover {
    color: #fff;
    background: #212121 none repeat scroll 0 0;
    border: 2px solid #212121;
}


/*================================================
10 - TESTIMONIAL SECTION CSS
==================================================*/

.nachol-testimonial-area {
    background: #f4f4f4 none repeat scroll 0 0;
}

.single-testimonial {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    text-align: center;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: fit-content;
}

.single-testimonial>img {
    background: #dddddd none repeat scroll 0 0;
    border-radius: 50%;
    height: 200px;
    margin: 0 auto 15px;
    padding: 6px;
    width: 200px !important;
}

.testimonial-info {
    margin-top: 20px;
}

.testimonial-info>h4 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: capitalize;
}

.testimonial-info>p {
    text-transform: uppercase;
    color: #777;
}

.testimonial-area .owl-carousel .owl-stage-outer {
    cursor: move
}

.owl-dots {
    margin-top: 30px;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: #bfbfbf none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 10px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #606060 none repeat scroll 0 0;
}


/*================================================
11 - CONTACT SECTION CSS
==================================================*/

.nachol-contact-area {
    background: #f4f4f4 none repeat scroll 0 0;
}

.contact-box form p {
    margin-top: 10px
}

.contact-box form input {
    width: 100%;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}

.contact-box form textarea {
    width: 100%;
    height: 140px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
}

.contact-box form button {
    background: #00BCD4;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
}

.contact-box-right h3 {
    font-size: 25px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.contact-box-right p {
    color: #7e7e7e
}

.contact-box-right i {
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 45px;
    margin: 10px;
    border-radius: 50%;
    background: #fdc300;
}


/*================================================
12 - FOOTER AREA CSS
==================================================*/

.footer-area {
    background: #151414;
    padding: 50px 0;
}

.singel-footer {
    margin-bottom: 30px;
}

.singel-footer h3 {
    color: #fff;
    font-size: 18px;
    padding: 16px 0;
}

.footer-logo h3 span {
    color: #7e7efa
}

.footer-logo h3 {
    text-transform: uppercase
}

.singel-footer ul li a {
    color: #777;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.singel-footer ul li a:hover {
    color: #00a0dc;
    padding-left: 5px;
}

.singel-footer ul li i {
    margin-right: 5px;
}

.singel-footer ul li {
    color: #777;
}

.singel-footer p {
    color: #777;
}

.gigaFooter {
    color: #78641f;
}

.gigaFooter:hover {
    color: #fdc300;
}

.copyright-area {
    border-top: 1px solid #444;
    padding-top: 20px;
    margin-top: 20px
}

.copyright-right {
    text-align: right
}

.copyright-right ul li {
    display: inline-block;
    margin-left: 5px
}