/* ----------------------------------------------
    Theme Name: NwTn
    Author: devutpol
    Version: 1.0.0
    Tags: One Page, Creative Template, Portfolio, Resume
--------------------------------------------------- */
/* ---------------------------------------------
    [Table of contents]

    1. General CSS
    2. Preloader CSS / .preloader-wrap
    3. Scroll To Top CSS / .scrollToTop
    4. Start Owl Carousel CSS / .owl-carousel
    5. Start Header Area CSS / .header-area
        5.1. Start Mainmenu Area CSS / .mainmenu
            5.1.1 Start Mainmenu Area Dropdown CSS 
        5.2. Start Welcome Hero Area CSS
        5.3. Start Welcome Slider Area CSS
            5.3.1 Carousel Fading slide CSS
            5.3.2 Animation delays CSS
        5.4 Start Welcome Image Area CSS
    6. Start About Area CSS / .about-area
    7. Start Resume Area CSS / .resume-area 
    8. Start Service Area CSS / .service-area
    9. Start portfolio Area CSS / .portfolio-area
    10. Start Clients Area CSS / .clients-area
    11. Start Blog Area CSS / .blog-area
    12. Start Contact Area CSS / .contact-area
    13. Start Footer Area CSS / .footer-area
    14. Start Page Header CSS / .page-header
    15. Start Blog Pagination CSS / .blog-pagination
    16. Start Single Blog Area CSS / .single-blog-content 
    17. Start Widgets CSS / .widget
    18. Start Error Content Area CSS / .not-fund-content

-----------------------------------------------------*/
/*----------------------------------------------------
[ Color codes ]
    main-color:         #ed9c28                 [ This is the main color in Template ]
    Background:         #ffffff (White)         [ Background color ]
    Background-1:       #eee                    [ Background color 1 ]
    Text-color-1:       #999999 (Nobel)         [ using text color and some ware ]
    border-color:       #ed9c28;                [ Using border color ]

[ Using Color Code ]
    h1 [ All ]      Color: #eee                     
    h2 [ All ]      Color: #333                     [ Dark Grey ]
    p  [ Light ]    Color: #999
    a  [ Normal ]   Color: main-color               

----------------------------------------------------------*/
/*--------------------------------------------------------
[Typography]

Body : 
    font-family:    'Poppins', sans-serif;
    font-size:      14px;

Header:
    font-family:    "Playfair Display", sans-serif;
    font-size:      42px;

Section Title:
    font-family:    "Poppins", sans-serif;
    font-size:      34px;

p:  
    font-family:    'Poppins', sans-serif;
    font-size:      14px;


Notes:  This Template Defult [ font-family: 'Poppins', sans-serif; ] [ font-size: 14px; ]

-----------------------------------------------------------*/
/*
* ----------------------------------------------------
*   1. General CSS 
* ----------------------------------------------------
*/

html,
body {
    height: 100%;
	direction:rtl;

}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
body {
    font-family:IRANSans, Calibri, Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #999;
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0px;
}
h1,
h2{
    /*font-family: 'Playfair Display', sans-serif;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
p {
    margin-bottom: 10px;
    line-height: 24px;
}
img {
    max-width: 100%;
    height: auto;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
    color: #333;
}
input:focus,
textarea:focus {
    outline: none;
    box-shadow: 0 0 0 0 #fff;
}
a {
    font-family:Vazir, Calibri, Helvetica, Arial, sans-serif !important;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none
}
ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.btn {
    padding: 12px 25px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
}
.btn-style-one {
    padding: 12px 28px;
    font-weight: 700;
    color: #ED9C28;
    border: 1px solid #ED9C28;
    background-color: #ED9C28;
    color: #fff;
    position: relative;
    z-index: 1;
}
.btn-style-one:before,
.btn-style-one:after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 0;
    height: 0;
    background-color: #f0ad4e;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.btn-style-one:before {
    left: 0;
    bottom: 0;
}
.btn-style-one:after {
    right: 0;
    top: 0;
}
.btn-style-one:hover:before,
.btn-style-one:hover:after {
    width: 50%;
    height: 100%;
}
.btn-style-one:active,
.btn-style-one:focus,
.btn-style-one:hover {
    background-color: transparent;
    border-color: #f0ad4e;
    color: #fff;
}
.display-table {
    display: table;
    width: 100%;
    height: 100%;
}
.display-table-cell {
    vertical-align: middle;
    display: table-cell;
}
.section-padding {
    padding: 80px 0;
}
.section-title {
    margin-bottom: 50px;
}
.section-title .section-icon i {
    font-size: 34px;
    color: #ED9C28;
    margin-bottom: 10px;
}
.section-title h6 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    font-family:Vazir, Calibri, Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
}
.section-title h6 span {
    font-size: 34px;
    color: #ED9C28;
}
.section-title.white h6 {
    color: #fff;
}
.section-left h2 {
    color: #333333;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.section-left h2 span {
    color: #ED9C28;
}
.section-left.white h2 {
    color: #fff;
}
/*
* ------------------------------------
*   2. Start Preloader CSS
* ------------------------------------
*/

.preloader-wrap {
    background-color: #eeeeee;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.preloader-wrap .preloader-spinner {
    background-color: #ed9c28;
    left: 50%;
    margin: -20px 0 0 -20px;
    padding: 0;
    position: absolute;
    top: 50%;
}
.preloader-spinner {
    width: 40px;
    height: 40px;
    -webkit-animation: nwtn-rotateplane 1.2s infinite ease-in-out;
    animation: nwtn-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes nwtn-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}
@keyframes nwtn-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/*
* ------------------------------------
*   3. Start Scroll To Top CSS
* ------------------------------------
*/

.scrollToTop {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ED9C28;
    right: 30px;
    bottom: 30px;
    text-align: center;
    z-index: 99;
    display: none;
}
.scrollToTop i {
    color: #ffffff;
    font-size: 28px;
    line-height: 37px;
}
/*
* ------------------------------------
*   4. Start Owl Carousel CSS
* ------------------------------------
*/

.owl-carousel .item {
    display: block;
    width: 100%;
    height: auto;
}
.blog-carousel .owl-dots,
.client-reviews-carousel .owl-dots,
.clients-agency-carousel .owl-dots {
    position: relative;
    bottom: 0;
    text-align: center;
    margin-top: 20px;
}
.blog-carousel .owl-dot,
.client-reviews-carousel .owl-dot,
.clients-agency-carousel .owl-dot {
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ed9c28;
    display: inline-block;
    height: 4px;
    margin: 0 8px;
    width: 4px;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.blog-carousel .owl-dot.active,
.client-reviews-carousel .owl-dot.active,
.clients-agency-carousel .owl-dot.active {
    box-shadow: 0 0 0 5px #111;
    background-color: #fff;
}
/*
* ------------------------------------
*   5. Start Header Area CSS
* ------------------------------------
*/

.header-area {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
}
/*
* ------------------------------------
*   5.1 Start Main Menu Area CSS
* ------------------------------------
*/

.mainmenu {
    position: relative;
    width: 100%;
    z-index: 999;
}
.is-sticky .mainmenu-area:after {
    background-color: #111;
    box-shadow: 0 2px 4px 0.2px rgba(0, 0, 0, 0.17);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.is-sticky .mainmenu-area ul.nav.navbar-nav li a {
    color: #fff;
}
.navbar-toggle {
    background-color: #ed9c28;
}
.navbar-header .navbar-toggle span {
    background-color: #fff;
}
.mainmenu-area {
    padding: 10px 0;
}
.navbar-brand {
    color: #ed9c28;
    float: left;
    font-family:IRANSans, Calibri, Helvetica, Arial, sans-serif !important;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 15px 0;
    text-transform: capitalize;
}
.navbar-brand:focus,
.navbar-brand:hover {
    color: #ed9c28;
}
.mainmenu-area ul.nav.navbar-nav li {
    position: relative;
}
.mainmenu-area ul.nav.navbar-nav li a {
    font-size: 14px;
    font-family:Vazir, Calibri, Helvetica, Arial, sans-serif !important;
    color: #eee;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0 10px;
    display: block;
    text-transform: uppercase;
    position: relative;
    line-height: 50px;
}
.mainmenu-area ul.nav.navbar-nav li.active a {
    color: #ed9c28;
}
.mainmenu-area ul.nav.navbar-nav li a:after {
    position: absolute;
    background-color: #ed9c28;
    content: "";
    height: 2px;
    width: 0;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.mainmenu-area ul.nav.navbar-nav li a:hover:after {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mainmenu-area ul.nav.navbar-nav li a:hover {
    color: #ed9c28;
}
.mainmenu-area ul.nav.navbar-nav li a:focus {
    background: none;
}
.mainmenu-area ul.nav.navbar-nav li a:hover {
    background: none;
}
/*
* ------------------------------------
*   5.1.1 Start Mainmenu Area Dropdown CSS
* ------------------------------------
*/

.mainmenu-area ul.nav.navbar-nav li ul {
    background-color: #111111;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 80px;
    visibility: hidden;
    width: 150px;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.mainmenu-area ul.nav.navbar-nav li ul li {
    display: block;
}
.mainmenu-area ul.nav.navbar-nav li ul li a {
    line-height: 24px;
    padding: 8px;
    text-transform: capitalize;
}
.mainmenu-area ul.nav.navbar-nav li.active ul li a {
    color: #fff;
}
.mainmenu-area ul.nav.navbar-nav li.active ul li a:hover {
    color: #ED9C28;
}
.mainmenu-area ul.nav.navbar-nav li:hover ul {
    opacity: 1;
}
.mainmenu-area ul.nav.navbar-nav li:hover ul li a:after {
    width: 0%;
}
.mainmenu-area ul.nav.navbar-nav li:hover ul {
    opacity: 1;
    top: 60px;
    visibility: visible;
    z-index: 999;
}
/*
* ------------------------------------
*  5.2 Start Welcome Hero Area CSS
* ------------------------------------
*/

.welcome-hero-area,
.welcome-slider-area,
.welcome-slider-area div {
    height: 100%;
}
.header-text h1 {
    color: #eee;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 50px;
    text-transform: capitalize;
}
.header-text h1 span {
    color: #ED9C28;
}
.header-text h2 {
    color: #eee;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.header-text p {
    color: #ED9C28;
    font-size: 16px;
    font-weight: 400;
}
.home-arrow-down {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.home-arrow-down a {
    color: #ED9C28;
    display: block;
    font-size: 24px;
}
.home-arrow-down a i {
    -webkit-animation: arrow-up-down 1s infinite;
    -moz-animation: arrow-up-down 1s infinite;
    animation: arrow-up-down 1s infinite;
}
@-webkit-keyframes arrow-up-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
@-moz-keyframes arrow-up-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
@-o-keyframes arrow-up-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes arrow-up-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
/*
* ------------------------------------
*   5.3 Start Welcome Slider Area CSS
* ------------------------------------
*/

.welcome-hero-area div.display-table-cell,
.welcome-hero-area div.display-table-cell div {
    height: auto;
}
.single-slide-item {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.single-slide-item:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.welcome-slider-area .carousel-indicators li {
    background-color: #ffffff;
    border: inherit;
    box-shadow: 0 0 0 5px #ed9c28;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    margin: 0 6px;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.welcome-slider-area .carousel-indicators .active {
    box-shadow: 0 0 0 5px #111;
    background-color: #ed9c28;
}
/*
* ------------------------------------
*   5.4 Start Welcome Image Area CSS
* ------------------------------------
*/

.welcome-image-area {
        position: relative;
        height: 100%;
        background-image: url(../img/me/me1.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 1;
    }
.welcome-image-area:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/*
* ------------------------------------
*   5.3.1 Carousel Fading slide CSS
* ------------------------------------
*/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.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);
    transform: translate3d(0, 0, 0);
}
/*
* ------------------------------------
*   5.3.2 Animation delays CSS
* ------------------------------------
*/

.welcome-slider-area .single-slide-item h1:first-child {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.welcome-slider-area .single-slide-item h2:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.welcome-slider-area .single-slide-item a {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*
* ------------------------------------
*   6. Start About Area CSS
* ------------------------------------
*/

.about-area {
    background-color: #fff;
}
.about-right {
    padding-top: 120px;
}
.about-right h3 {
    color: #333333;
    /*font-family: "Poppins", sans-serif;*/
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.about-right a {
    margin-right: 10px;
}
.about-right h6 {
    color: #ed9c28;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.about-right p {
    margin-bottom: 20px;
}
/*
* ------------------------------------
*   7. Start Resume Area CSS
* ------------------------------------
*/

.resume-area {
    background-color: #eee;
}
.resume-right {
    position: relative;
}
.single-resume {
    position: relative;
}
.single-resume:before {
    background: none repeat scroll 0 0 #111111;
    content: "";
    height: 100%;
    right: -20px;
    position: absolute;
    top: 14%;
    width: 1px;
}
.single-resume:after {
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ed9c28;
    content: "";
    height: 4px;
    right: -22px;
    position: absolute;
    top: 12%;
    width: 4px;
}
.resume-box h6 {
    /*font-family: 'Poppins', sans-serif;*/
    color: #ed9c28;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 20px;
}
.single-resume {
    margin-bottom: 30px;
}
.single-resume h4 {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.single-resume h5 {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #333;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.single-resume p {
    margin: 0;
}
/*
* ------------------------------------
*   8. Start Service Area CSS
* ------------------------------------
*/

.service-area {
    background-color: #fff;
}
.single-service {
    margin-bottom: 30px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.single-service:before,
.single-service:after {
    position: absolute;
    content: "";
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    background-color: #f0ad4e;
    height: 0;
    width: 2px;
}
.single-service:before {
    top: 0;
    left: 0;
}
.single-service:after {
    bottom: 0;
    right: 0;
}
.single-service:hover:before,
.single-service:hover:after {
    height: 100%;
}
.service-icon {
    color: #ed9c28;
    font-size: 24px;
    margin-bottom: 20px;
}
.single-service h4,
.single-service h4 a {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #333;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.single-service:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.12);
}
.single-service:hover .service-icon {
    color: #f0ad4e;
}
/*
* ------------------------------------
*   9. Start portfolio Area CSS
* ------------------------------------
*/

.portfolio-area {
    background-color: #eee;
}
.portfolio-filter {
    margin-top: 20px;
}
.portfolio-filter ul li {
    color: #999999;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 30px;
    position: relative;
    text-transform: uppercase;
}
.portfolio-filter ul li:after {
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ed9c28;
    content: "";
    height: 4px;
    /*left: -14px;*/
    right: -14px;
    position: absolute;
    top: 38%;
    width: 4px;
}
.portfolio-filter ul li.active {
    color: #ed9c28;
}
.portfolio-content {
    margin-top: 40px;
}
.portfolio-content .mix {
    display: none;
}
.single-portfolio {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}
.portfolio-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio-caption:before {
    position: absolute;
    content: "";
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.portfolio-caption h4 {
    /*font-family: 'Poppins', sans-serif;*/
    padding: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
    position: absolute;
    opacity: 0;
    width: 50%;
    margin-bottom: 0;
    top: 0;
    bottom: 0;
    transition: all 0.8s ease 0s;
    text-align: right;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
}
.portfolio-caption h5 {
    /*font-family: 'Poppins', sans-serif;*/
    bottom: 5%;
    color: #ed9c28;
    font-size: 14px;
    font-weight: 400;
    left: -35%;
    letter-spacing: 0;
    line-height: 18px;
    position: absolute;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.portfolio-caption a {
    color: #333333;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}
.portfolio-caption a i {
    background-color: #ed9c28;
    border: 1px solid #ed9c28;
    border-radius: 50%;
    font-size: 24px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    width: 50px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.portfolio-caption a i:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.portfolio-link-btn {
    bottom: -20%;
    opacity: 0;
    position: absolute;
    right: -17%;
    width: 50%;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.single-portfolio:hover .portfolio-caption:before {
    opacity: 1;
    left: 5px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.single-portfolio:hover .portfolio-caption h4 {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.single-portfolio:hover .portfolio-caption h5 {
    left: 20%;
}
.single-portfolio:hover .portfolio-link-btn {
    opacity: 1;
    bottom: 20%;
}
.single-portfolio:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.12);
}
/*
* ------------------------------------
*   10. Start Clients Area CSS
* ------------------------------------
*/

.clients-area {
    background-color: #fff;
}
.fun-facts {
    margin-top: 20px;
}
.single-fun-fact {
    float: left;
    width: 50%;
}
.single-fun-fact h3 {
    color: #ed9c28;
    /*font-family: "Poppins", sans-serif;*/
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.single-fun-fact p {
    margin: 0;
}
.client-reviews-carousel {
    margin-top: 20px;
}
.client-review {
    text-align: center;
}
.client-review img {
    border-radius: 50%;
    height: 80px !important;
    width: 80px !important;
    margin: 0 auto 10px;
}
.client-review .client-info h5 {
    /*font-family: 'Poppins', sans-serif;*/
    color: #ed9c28;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.client-review .client-info h6 {
    color: #333;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 0;
    text-transform: capitalize;
}
/*
* ------------------------------------
*  11. Start Blog Area CSS
* ------------------------------------
*/

.blog-area {
    background-color: #eee;
}
.blog-btn {
    margin-top: 20px;
}
.blog-carousel {
    margin-top: 20px;
}
.single-blog-details {
    background-color: #ffffff;
    padding: 15px;
}
.single-blog {
    margin-bottom: 30px;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.single-blog-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.single-blog-image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-blog-image img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-blog .single-blog-details h4,
.single-blog .single-blog-details h4 a {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.single-blog .single-blog-details h5 {
    /*font-family: 'Poppins', sans-serif;*/
    color: #ed9c28;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.single-blog .single-blog-details .single-blog-content p {
    margin: 0;
}
.single-blog:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.12);
}
.single-blog:hover .single-blog-image:after {
    opacity: 0.6;
}
.single-blog:hover .single-blog-image img {
    -webkit-transform: scale(1.3) rotate(2deg);
    -moz-transform: scale(1.3) rotate(2deg);
    -o-transform: scale(1.3) rotate(2deg);
    transform: scale(1.3) rotate(2deg);
}
/*
* ------------------------------------
*   12. Start Contact Area CSS
* ------------------------------------
*/

.contact-area {
    background-color: #111;
}
ul.contact-info li i {
    background: #ed9c28 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}
ul.contact-info li {
    color: #eee;
    margin-bottom: 15px;
}
ul.contact-info li:last-child {
    margin-bottom: 0;
}
.form-control {
    background: #1c1c1c none repeat scroll 0 0;
    border-radius: 0;
    border: inherit;
    box-shadow: none;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.form-control::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.form-control:hover,
.form-control:focus {
    background-color: #eee;
    box-shadow: none;
}
.btn-contact {
    padding: 12px 28px;
    font-weight: 700;
    color: #ED9C28;
    border: 1px solid #ED9C28;
    background-color: #ED9C28;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.btn-contact:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}
/*
* ------------------------------------
*   13. Start Footer Area CSS
* ------------------------------------
*/

.footer-area {
    background-color: #111;
    padding: 30px 0;
}
.footer-copyright p {
    margin: 0;
}
.footer-copyright a,
.footer-copyright i {
    color: #ed9c28;
}
.footer-social-links {
    float: right;
}
.footer-social-links > a {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-social-links > a:last-child {
    margin-right: 0;
}
.footer-social-links > a:hover {
    color: #ed9c28;
}
/*
* ------------------------------------
*  14. Start Page Header CSS
* ------------------------------------
*/


.page-header:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.ph-display-table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 65px;
}
.ph-display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.breadcrumb-title p,
.breadcrumb-title a {
    color: #fff;
}
.breadcrumb-title a:hover {
    color: #ed9c28;
}
.breadcrumb-title h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 52px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/*
* ------------------------------------
*   15. Start Blog Pagination CSS
* ------------------------------------
*/

.blog-pagination .pagination > .active > a,
.blog-pagination .pagination > .active > a:focus,
.blog-pagination .pagination > .active > a:hover,
.blog-pagination .pagination > .active > span,
.blog-pagination .pagination > .active > span:focus,
.blog-pagination .pagination > .active > span:hover {
    background-color: #ed9c28;
    border-color: #ed9c28;
    color: #ffffff;
}
.blog-pagination .pagination > li > a:focus,
.blog-pagination .pagination > li > a:hover,
.blog-pagination .pagination > li > span:focus,
.blog-pagination .pagination > li > span:hover {
    background-color: #F0AD4E;
    border-color: #F0AD4E;
    color: #fff;
}
.blog-pagination .pagination > .disabled > a,
.blog-pagination .pagination > .disabled > a:focus,
.blog-pagination .pagination > .disabled > a:hover,
.blog-pagination .pagination > .disabled > span,
.blog-pagination .pagination > .disabled > span:focus,
.blog-pagination .pagination > .disabled > span:hover {
    background-color: #ffffff;
    border-color: #ed9c28;
    color: #ed9c28;
}
.blog-pagination .pagination > li > a,
.blog-pagination .pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #ed9c28;
    color: #ed9c28;
}
/*
* ------------------------------------
*   16. Start Single Blog Area CSS
* ------------------------------------
*/

.single-blog-content .single-post-meta h5 {
    color: #ed9c28;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    margin: 20px 0 10px;
    text-transform: capitalize;
}
.single-blog-content .single-post-meta h3 {
    color: #333333;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.block-quote {
    position: relative;
    background-color: #eee;
    font-size: 15px;
    border-left-color: #ed9c28;
    margin: 20px 0 20px 20px;
    padding: 30px;
}
.block-quote:after {
    position: absolute;
    content: "\f10e";
    color: #ed9c28;
    font-family: "FontAwesome";
    font-size: 18px;
    bottom: 10px;
    right: 20px;
}
.posted-comments {
    padding-top: 30px;
}
.posted-comments h4,
.comment-form h4 {
    color: #333333;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
}
.posted-comments h4:after,
.comment-form h4:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-color: #ed9c28;
    height: 2px;
    width: 10%;
}
.comment-list li article {
    margin-bottom: 20px;
    overflow: hidden;
}
.comment-list .comment-author img {
    height: 70px;
    width: 70px;
    float: left;
    margin-right: 20px;
}
.comment-content {
    margin-left: 90px;
    background-color: #eee;
    padding: 15px;
    border-radius: 5px;
}
.comment-content h5,
.comment-content h5 a {
    color: #333;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.comment-metadata a {
    color: #ed9c28;
    float: right;
}
.comment-metadata a i {
    margin-right: 5px;
}
.comment-list .children {
    padding-left: 90px;
}
.comment-form {
    padding-top: 30px;
}
/*
* ------------------------------------
*   17. Start Widgets CSS
* ------------------------------------
*/

.widget {
    padding-bottom: 30px;
}
.input-group-btn .btn {
    background-color: #ed9c28;
    color: #fff;
    font-size: 18px;
    height: 45px;
}
.widget .widget-title {
    color: #333333;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
}
.widget .widget-title:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-color: #ed9c28;
    height: 2px;
    width: 20%;
}
.single-recent-post {
    margin-bottom: 20px;
    overflow: hidden;
}
.single-recent-post:last-child {
    margin-bottom: 0;
}
.single-recent-post .recent-post-img {
    float: left;
    width: 30%;
    margin-right: 10px;
}
.single-recent-post h5,
.single-recent-post h5 a {
    color: #333333;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 10px 0;
    text-transform: capitalize;
}
.single-recent-post .post-meta li {
    color: #ed9c28;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: capitalize;
}
.single-recent-post .post-meta li i {
    margin-right: 5px;
}
.single-recent-post h5 a:hover {
    color: #ed9c28;
}
.widget-category ul li {
    padding-bottom: 10px;
}
.widget-category ul li a {
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    position: relative;
    padding-right: 10px;
}
.widget-category ul li a:after {
    position: absolute;
    content: "\f0d9";
    font-family: "FontAwesome";
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 18px;
}
.widget-category ul li:last-child {
    padding-bottom: 0;
}
.widget-category ul li a:hover {
    color: #ed9c28;
}
.widget-tag ul li a {
    color: #fff;
    background-color: #ed9c28;
    border: 1px solid #ed9c28;
    padding: 5px 15px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    display: block;
    float: right;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.widget-tag ul li a:hover {
    background-color: #F0AD4E;
    border-color: #F0AD4E;
    color: #fff;
}
/*
* ------------------------------------
*   18. Start Error Content Area CSS
* ------------------------------------
*/

.not-fund-content i {
    font-size: 80px;
    color: #ed9c28;
    margin-bottom: 10px;
}
.not-fund-content h1 {
    color: #333;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.not-fund-content h1 span {
    color: #ed9c28;
}
.not-fund-content .btn-style-one {
    margin-top: 10px;
}