/*
---------------------------
Theme Name: Gentle
Version:1.0
Author:CrazyCafe
Author URI: CrazyCafe.net
---------------------------

---------------------------
        CSS INDEX
---------------------------
+
+ Gentle White Version Css
+ Gentle Dark Version Css
+
*/

body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700
}

html,
body {
    height: 100%
}

body {
    overflow: hidden
}

a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}

.next-section-link i, .social-profiles a {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
 }


/*
------------------------------------------------
+ Gentle White Version Css
------------------------------------------------
*/

.page-section {
    height: 100%;
    display: none;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.page-section.current {
    display: block
}

#animate-menu {
    position: fixed;
    right: 0;
    top: 0;
    background: #ddd;
    width: 200px;
    z-index: 9
}

.page-section-content {
    float: left;
    width: 50%
}

.page-section-bg {
    float: right;
    width: 50%;
    height: 100%;
    background: url(img/welcome-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative
}

.page-section-content {
    height: 100%;
    position: relative;
    overflow: hidden
}

.site-logo {
    left: 50px;
    position: absolute;
    top: 50px;
    z-index: 99
}

.social-profiles {
    bottom: 0;
    left: 50px;
    position: absolute;
}

.section-content-table {
    display: table;
    height: 100%;
    width: 100%;
}

.section-content-tablecell {
    display: table-cell;
    padding: 80px 50px;
    vertical-align: middle;
}

body {
    color: #7b7b7b;
    line-height: 30px;
}

.page-section-inner {
    position: relative;
    z-index: 9
}

.section-bg-title {
    color: #f6f6f6;
    font-size: 175px;
    left: 90px;
    line-height: 175px;
    position: absolute;
    text-transform: uppercase;
    top: -85px;
    z-index: -1;
}

.welcome-title {
    color: #f1ab3d;
    font-size: 100px;
    line-height: 80px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.section-desc {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}
.section-excerpt {
    margin-top: 30px;
}

.social-profiles {
    font-size: 24px;
}

.social-profiles a {
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
    color: #333;
    display: block;
    float: left;
    height: 63px;
    padding-top: 15px;
    text-align: center;
    width: 69px;
}

.social-profiles a:first-child {
    border-left: 1px solid #ededed;
}

.social-profiles a:hover {
    background-color: #f1ab3d;
    border-color: #f1ab3d;
    color: #fff;
}

.right-sidebar {
    background: #131415 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    right: -240px;
    width: 240px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 999
}

.right-sidebar.right-sidebar-active {
    right: 0px;
}

.menu-hide {
    display: none;
}

.menu-show {
    color: #fff;
    position: fixed;
    right: 50px;
    text-transform: uppercase;
    color: #5f5f5f;
    font-size: 16px;
    font-family: montserrat;
    top: 60px;
    cursor: pointer;
    z-index: 999
}

.menu-show i.el {
    padding-left: 10px
}

.site-nav {
    border-top: 1px solid #2a2a2a;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.site-nav li a {
    border-bottom: 1px solid #2a2a2a;
    color: #fff;
    display: block;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 71px 15px 15px;
    text-align: right;
    text-transform: uppercase;
}

.site-nav a:hover i {
    color: #f1ab3d;
}

.site-nav a:hover {
    text-decoration: none;
}

.site-nav li a.current {
    color: #f1ab3d
}

.site-nav li a.current:hover {
    color: #fff
}

.site-nav li a i.el {
    line-height: 30px;
    position: absolute;
    right: 40px;
}

.menu-hide {
    color: #5f5f5f;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 45px 15px 15px;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer
}

.menu-hide span {
    display: block;
    float: right;
    font-size: 145%;
    margin-top: -1px;
    padding-left: 10px;
}

.right-sidebar {
    padding-top: 30px;
}

.page-section.current.pageoffcanvas {
    margin-left: -240px;
    padding-bottom: 40px;
    padding-right: 240px;
    padding-top: 40px;
}

body {
    background-color: #131415;
}

.page-section {}

.page-section-content {
    background: #fff none repeat scroll 0 0;
}

.page-section-bg-borders {
    height: 94%;
    margin: 3% 2%;
    position: relative;
    width: 96%;
}

.top-left-border,
.bottom-right-border {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.top-left-border:before,
.top-left-border:after,
.bottom-right-border:before,
.bottom-right-border:after {
    background-color: #fff;
    content: "";
    position: absolute;
    opacity: .1;
    filter: alpha(opacity=10)
}

.top-left-border:before {
    height: 100%;
    left: 15px;
    top: 0;
    width: 1px;
}

.top-left-border:after {
    height: 1px;
    left: 0;
    top: 14px;
    width: 100%;
}

.bottom-right-border:before {
    height: 100%;
    right: 15px;
    top: 0;
    width: 1px;
}

.bottom-right-border:after {
    height: 1px;
    left: 0;
    bottom: 14px;
    width: 100%;
}

.fullheight-carousel,
.fullheight-carousel .carousel-inner,
.fullheight-carousel .item {
    height: 100%
}

.right-side-content .page-section-bg {
    float: left;
}

.welcome-title.section-small-title span {
    color: #333;
    display: block;
}

.welcome-title.section-small-title {
    font-size: 85px;
    line-height: 75px;
}

.right-side-content .section-bg-title {
    left: auto;
    right: 90px;
}

.fullheight-carousel .carousel-indicators {
    bottom: 30px;
    left: auto;
    margin: 0;
    position: absolute;
    right: 50px;
    width: auto;
    z-index: 99
}


.fullheight-carousel .carousel-indicators li,
.gentle-line-indicators.carousel-indicators li {
    background: none;
    border: medium none;
    display: block;
    float: left;
    margin: 0 0 0 10px;
    width: 30px;
    height: auto;
    padding: 15px 0
}

.fullheight-carousel .carousel-indicators li span,
.gentle-line-indicators.carousel-indicators li span {
    background: #333333 none repeat scroll 0 0;
    display: block;
    height: 2px;
    width: 100%;
}

.fullheight-carousel .carousel-indicators li.active,
.gentle-line-indicators.carousel-indicators li.active {
    width: 60px;
}

.fullheight-carousel .carousel-indicators li.active span,
.gentle-line-indicators.carousel-indicators li.active span {
    background-color: #f1ab3d;
}

.fullheight-carousel .carousel-inner .item,
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.fullheight-carousel .carousel-inner .item,
.fullheight-carousel .carousel-inner .active.left,
.fullheight-carousel .carousel-inner .active.right,
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}

.fullheight-carousel .carousel-inner .active,
.fullheight-carousel .carousel-inner .next.left,
.fullheight-carousel .carousel-inner .prev.right,
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.fullheight-carousel .carousel-inner .next,
.fullheight-carousel .carousel-inner .prev,
.fullheight-carousel .carousel-inner .active.left,
.fullheight-carousel .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fullheight-carousel .carousel-control,
.carousel-fade .carousel-control {
    z-index: 2;
}

.single-skill {
    color: #999;
    font-family: montserrat;
}

.single-skill .progress {
    background: #333333 none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 0 0 0;
    height: 5px;
    overflow: visible;
    position: relative;
}

.skill-value {
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: -25px;
}

.single-skill p {
    margin: 0;
}

.single-skill .progress-bar {
    background: #f1ab3d none repeat scroll 0 0;
}

.page-section-bg-table {
    display: table;
    height: 100%;
    left: 0;
    padding: 70px 100px;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-section-bg-tablecell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.page-section-bg-title h1 {
    color: #fff;
    font-size: 50px;
    margin: 0;
    padding: 50px 0;
    text-transform: uppercase;
    position: relative
}

.page-section-bg-title {
    position: relative;
}

.page-section-bg-title:after,
.page-section-bg-title:before,
.page-section-bg-title h1:after,
.page-section-bg-title h1:before {
    content: "";
    height: 40%;
    position: absolute;
    width: 30%;
    opacity: .1;
    filter: alpha(opacity=10)
}

.page-section-bg-title:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: 0;
    bottom: 0
}

.page-section-bg-title:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    left: 0;
    top: 0;
}

.page-section-bg-title h1:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    right: 0;
    top: 0
}

.page-section-bg-title h1:before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    left: 0;
    bottom: 0;
}

.resume-field {
    border: 1px solid #ededed;
    color: #f7ac34;
    font-size: 16px;
    font-weight: 700;
    list-style: outside none none;
    margin: 0 0 0 -51px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.resume-field li {
    border-bottom: 1px solid #ededed;
    line-height: 50px;
}

.resume-field li:last-child {
    border: medium none;
}

.resume-field span {
    border-left: 1px solid #ededed;
    color: #333;
    display: block;
    float: right;
    width: 50%;
}

.page-section-bg-2 {
    background-image: url(img/about-2.jpg)
}

.page-section-bg-5 {
    background-image: url(img/about-5.jpg)
}

.page-section-bg-6 {
    background-image: url(img/about-6.jpg)
}

.page-section-bg-8 {
    background-image: url(img/about-8.jpg)
}

.service-items {
    color: #999999;
    font-weight: 300;
    list-style: outside none none;
    margin: 0 -51px 0 0;
    padding: 0;
}

.service-items li {
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    float: left;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 20px 20px 75px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50%;
}

.service-items {
    border-top: 1px solid #f1f1f1;
}

.right-side-content .service-items {
    margin-left: -51px;
    margin-right: 0;
}

.right-side-content .service-items li {
    border-left: 1px solid transparent;
    border-right: 1px solid #f1f1f1
}

.service-items h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.service-items li i.el.box-icon {
    color: #f7ac34;
    font-size: 30px;
    left: 20px;
    line-height: 60px;
    margin-top: -30px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.service-items li:hover {
    box-shadow: 0 0 15px #ccc;
}

.service-items li p:last-child {
    margin: 0;
}

.box-style-2.service-items li i.el.box-icon {
    color: #666
}

.year-text {
    font-family: montserrat;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: -5px;
}

.yellow-text {
    color: #f7ac34;
    font-weight: 500;
}

.gentle-primary-btn {
    background: #32c183 none repeat scroll 0 0;
    border-bottom: 2px solid #29a870;
    color: #fff;
    display: inline-block;
    font-family: montserrat;
    padding: 8px 30px;
    text-transform: uppercase;
}

.gentle-primary-btn i.el {
    padding-right: 5px;
}

.download-cv {
    clear: both;
    padding-top: 40px;
}

.fullheight-carousel .carousel-indicators.left-indicators {
    left: 50px;
    right: auto;
}

.fullheight-carousel .carousel-indicators.left-indicators li {
    margin-left: 0;
    margin-right: 10px;
}

.single-speech-item {
    border: 1px solid #f1f1f1;
    margin-left: 50px;
    margin-top: 50px;
    padding: 30px 30px 30px 60px;
    position: relative;
}

.speech-avatar {
    border: 3px solid #f5ab42;
    border-radius: 50%;
    height: 100px;
    left: -50px;
    position: absolute;
    top: -50px;
    width: 100px;
}

.speech-inner-content {
    font-style: italic;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 10px;
}

.single-speech-item h4 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.carousel-indicators.gentle-line-indicators {
    bottom: 0;
    left: auto;
    margin: 0;
    position: relative;
    text-align: right;
    width: 100%;
}

.speech-inner-content p:last-child {
    margin: 0;
}

.speches-carousel-bottom {
    margin-top: 50px;
    float: right;
}

.gengle-contact-form input[type="text"],
.gengle-contact-form input[type="email"],
.gengle-contact-form input[type="tel"],
.gengle-contact-form textarea {
    border: 1px solid #eeeeee;
    padding: 8px 11px 8px 45px;
    width: 100%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.gengle-contact-form .has-error input[type="text"],
.gengle-contact-form .has-error input[type="email"],
.gengle-contact-form .has-error input[type="tel"],
.gengle-contact-form .has-error textarea {
    border-color: #A94465
}

.gengle-contact-form input[type="text"]:focus,
.gengle-contact-form input[type="email"]:focus,
.gengle-contact-form input[type="tel"]:focus,
.gengle-contact-form textarea:focus {
    border-color: #f1ab3d;
    box-shadow: 0 0 0;
    outline: inherit
}

.gengle-contact-form textarea {
    height: 100px;
}

.gengle-contact-form button[type="submit"] {
    background: #32c183 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: montserrat;
    font-weight: 600;
    padding: 5px 20px;
    text-transform: uppercase;
}

.gengle-contact-form button[type="submit"] i.el {
    padding-right: 5px;
}

.gengle-contact-form {
    font-family: montserrat;
    font-weight: 400;
}

.bottom-contact-info {
    bottom: 50px;
    color: #afafaf;
    font-family: montserrat;
    left: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0 30px
}

.bottom-contact-info ul {
    list-style: outside none none;
    margin: 0 0 0 -50px;
    padding: 0;
}

.bottom-contact-info ul li {
    display: inline-block;
    margin-left: 50px;
}

.gengle-contact-form p {
    position: relative
}

.input-name-icon:before,
.input-email-icon:before,
.input-phone-icon:before,
.input-subject-icon:before,
.input-message-icon:before {
    border-right: 1px solid #eeeeee;
    font-family: "Elusive-Icons";
    height: 28px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 35px;
}

.input-name-icon:before {
    content: "\f21b"
}

.input-email-icon:before {
    content: "\f14b"
}

.input-phone-icon:before {
    content: "\f1be"
}

.input-subject-icon:before {
    content: "\f148"
}

.input-message-icon:before {
    content: "\f120"
}

.portfolio-list {
    margin-left: -1%;
    overflow: hidden;
}

.single-portfolio-item {
    display: block;
    float: left;
    margin-bottom: 1%;
    margin-left: 1%;
    width: 32%;
}

.single-portfolio-item img {
    width: 100%;
}

.scrolling-area {
    overflow-y: scroll;
    height: 200px
}

.portfolio-list {
    padding-bottom: 65px;
}

#next {
    bottom: 0;
    color: #c3c3c3;
    font-size: 15px;
    font-weight: 400;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}

#next:hover {
    text-decoration: none
}

#next i.el {
    display: block;
    margin-bottom: 5px;
}

#infscr-loading {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#infscr-loading img {
    display: none;
}

.single-portfolio-item:hover:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    width: 100%;
}

.single-portfolio-item:hover:after {
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.single-portfolio-item:after {
    color: #f7ac34;
    font-size: 22px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 30px;
    content: "";
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    opacity: 0;
    filter: alpha(opacity=0);
    background: url("img/plus.png") no-repeat scroll center;
}

.gengle-contact-form .help-block {
    font-size: 12px;
}

.next-section-link {
    bottom: 0;
    color: #7b7b7b;
    display: block;
    left: 50%;
    padding: 16px 30px;
    position: absolute;
    text-transform: uppercase;
}

.next-section-link i.el {
    padding-left: 10px;
}

.next-section-link:hover,
.next-section-link:focus {
    color: #666;
    text-decoration: none;
    outline: 0px solid
}

.page-section-content .next-section-link {
    left: auto;
    right: 15px;
}

.next-section-link.left-next-page-link {
    margin-left: -170px;
    text-align: center;
    width: 170px;
}

.page-section-content .next-section-link.left-next-page-link {
    left: 0;
    margin: 0;
    right: auto;
    width: auto;
}


/*
------------------------------------------------
+ Gentle Dark Version Css
------------------------------------------------
*/

body.dark .page-section-content {
    background: #161616 none repeat scroll 0 0;
}

body.dark .section-bg-title {
    opacity: 0.05;
    filter: alpha(opacity=5);
}

body .section-desc {
    color: #ffffff;
}

body.dark .page-section-inner {
    color: #ffffff;
}

body.dark .social-profiles a {
    background: #ffffff none repeat scroll 0 0;
}

body.dark .menu-show i.el {
    color: #dedede;
}

body.dark .social-profiles a:hover {
    background-color: #f1ab3d;
    border-color: #f1ab3d;
    color: #fff;
}

body.dark .menu-show,
body.dark .menu-hide {
    color: #e0e0e0;
}

body.dark .welcome-title.section-small-title span {
    color: #ffffff;
}

body.dark .site-logo.logo__style_two {
    left: 58px;
    top: 56px;
}

body.dark .single-skill {
    color: #dfdfdf;
}

body.dark .resume-field span {
    color: #fdfdfd;
}

body.dark .resume-field,
body.dark .resume-field li,
body.dark .resume-field span {
    border-color: #686868;
}

body.dark .fullheight-carousel .carousel-indicators li span,
body.dark .gentle-line-indicators.carousel-indicators li span {
    background-color: #fff;
}

body.dark .fullheight-carousel .carousel-indicators li.active span,
body.dark .gentle-line-indicators.carousel-indicators li.active span {
    background-color: #f1ab3d;
}

body.dark .service-items li {
    color: #c1c1c1;
}

body.dark .service-items h3 {
    color: #fefefe;
}

body.dark .service-items li i.el.box-icon {
    color: #999999;
}

body.dark .service-items li:hover {
    box-shadow: none;
}

body.dark .service-items li:hover i.el.box-icon {
    color: #f7ac34;
}

body.dark .fullheight-carousel .carousel-indicators.left-indicators {
    bottom: 26%;
    left: auto;
    right: calc(50% + 35px);
}

body.dark .single-speech-item h4 {
    color: #ffffff;
}

body.dark form#contactForm input,
body.dark form#contactForm textarea {
    background: #090909 none repeat scroll 0 0;
}

body.dark .input-name-icon.input_focus:before,
body.dark .input-email-icon.input_focus:before,
body.dark .input-phone-icon.input_focus:before,
body.dark .input-subject-icon.input_focus:before,
body.dark .input-message-icon.input_focus:before {
    color: #f7ac34;
}

body.dark .right-side-content .section-bg-title {
    left: 0;
    right: 90px;
}

a#next i {
    display: block;
}

a.next-section-link i {
    margin-left: 5px;
}
a.next-section-link:hover i {
    transform: translateX(10px);
}

body.dark #infscr-loading {
    background: none;
    color: #fff;
}

.page-section-bg-1 {
    background-image: url(img/about-1.jpg);
}
.page-section-bg-2 {
    background-image: url(img/about-2.jpg);
}
.page-section-bg-3 {
    background-image: url(img/about-3.jpg);
}
.page-section-bg-4 {
    background-image: url(img/about-2.jpg);
}
.page-section-bg-5 {
    background-image: url(img/about-1.jpg);
}
.page-section-bg-8 {
    background-image: url(img/works.jpg);
}