/*
::
:: Theme Name: Mado - CV/Resume & Portfolio HTML Template
:: Email: Nourramadan144@gmail.com
:: Author URI: https://themeforest.net/user/ar-coder
:: Author: ar-coder
:: Version: 1.1
::
*/

/*
01 :: Reset Page Css
02 :: Style Page Css
    01-  :: Loading
    02-  :: Navbar
    03-  :: Menu
    04-  :: Search
    05-  :: Left Nav
    06-  :: PagePiling
        01-  :: Header 
        02-  :: About
        03-  :: Rusume
        04-  :: Services
        05-  :: Project
        06-  :: Testimonials
        07-  :: Blog
        08-  :: Contact
*/

/* :: All Transition */
* {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none;
}

/* :: Body */
body {
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: #9B9B9B;
}
/* Smooth native scrolling */
html {
    scroll-behavior: smooth;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
::-moz-selection {
    background-color: #C4990B;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background-color: #C4990B;
    color: #FFF;
    text-shadow: none;
}
a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #FFF;
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    padding: 0;
}
p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    line-height: 25px;
    color: #9B9B9B;
}

/* :: Display Table */
.display-table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.table-cell {
    vertical-align: middle;
    display: table-cell;
    padding: 100px 0;
}

/* :: My Classes */
.btn-1{
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    letter-spacing: 1px;
    border-radius: 1px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #C4990B;
    display: inline-block;
}
.btn-1:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #0C0C0C;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.btn-1:hover:after{
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
}
.btn-2{
    background-color: #0C0C0C;
}
.btn-2:after{
    background-color: #C4990B;
}
.btn-3{
    color: #C4990B;
    background-color: transparent;
    border: 2px solid #C4990B;
    line-height: 46px;
}
.btn-3:after{
    background-color: #C4990B;
}
.sec-title{
    margin-bottom: 50px;
}
.sec-title .sec-title-left,
.sec-title .sec-title-center,
.sec-title .sec-title-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    position: relative;
}
.sec-title .sec-title-left h2{
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #C4990B;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 2px;
    font-family: 'DM Sans', sans-serif;
}
.sec-title .sec-title-left h2:after{
    content: '';
    width: 60px;
    height: 2px;
    background-color: #C4990B;
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 5px;
}
.sec-title .sec-title-left h3{
    color: #0C0C0C;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.3;
    margin-top: 20px;
}
.sec-title .sec-title-center p{
    margin: 0;
}
.sec-title .sec-title-right{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

/* :: Loading */
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.loading .spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
.spinner > div {
    background-color: #C4990B;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* :: Navbar */
nav{
    position: fixed;
    z-index: 25;
    width: 100%;
    padding: 10px 0;
}
nav.active{
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}
nav .nav-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
nav .nav-content .open-menu{
    padding: 20px 15px;
    cursor: pointer;
}
nav .nav-content .open-menu span{
    display: block;
    height: 3px;
    width: 30px;
    background-color: #0C0C0C;
}
nav .nav-content .open-menu:hover span{
    background-color: #C4990B;
}
nav .nav-content .open-menu span:nth-of-type(1){
    width: 50%;
}
nav .nav-content .open-menu span:nth-of-type(2){
    margin: 5px 0;
}
nav .nav-content .open-menu span:nth-of-type(3){
    width: 50%;
    float: right;
}
nav .nav-content .logo a{
    display: inline-block;
    padding: 18px 0;
}
nav .nav-content .logo a img{
    width: 150px;
}

/* :: Menu */
.menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}
.menu .inner-menu{
    height: 100%;
    width: 0;
    overflow: hidden;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.menu.active .inner-menu{
    width: 350px;
}
.menu .nav-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 40px 0 40px;
}
.menu .nav-top .logo{
    display: inline-block;
}
.menu .nav-top .logo img{
    width: 90px;
    padding: 16px 0;
}
.menu .nav-top .close-menu{
    cursor: pointer;
    padding: 20px 0;
    width: 30px;
    height: 30px;
    position: relative;
}
.menu .nav-top .close-menu:before,
.menu .nav-top .close-menu:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0C0C0C;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.menu .nav-top .close-menu:after{
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
}
.menu .nav-top .close-menu:hover:before,
.menu .nav-top .close-menu:hover:after{
    background-color: #C4990B;
}
.menu .nav-content{
    padding: 40px;
}
.menu .nav-content .sub-menu{
    height: auto;
    max-height: none;
    overflow: visible;
    display: block;
}
.menu .nav-content .sub-menu li a{
    color: #0C0C0C;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    display: block;
    text-transform: uppercase;
}
.menu .nav-content .sub-menu li:hover a{
    color: #C4990B
}
.menu .nav-content .sub-menu li:last-of-type a{
    margin-bottom: 0;
}
.menu .icon{
    padding: 0px 40px 40px 40px;
}
.menu .icon li{
    display: inline-block;
}
.menu .icon li a{
    color: #BBB;
    font-size: 22px;
    margin-right: 8px;
}
.menu .icon li:hover a i{
    color: #C4990B
}
.copyright{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #9B9B9B;
    padding: 0px 40px 0px 40px;
}

/* :: Left Nav */
.left-nav{
    position: fixed;
    z-index: 19;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    white-space: nowrap;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    height: 100%;
    width: 60px;
}
.left-nav.active{
    background-color: #FFF;
}
.left-nav .left-nav-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.left-nav .left-nav-content a{
    color: #0C0C0C;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    padding: 0 23px;
}
.left-nav .left-nav-content a:first-of-type{
    margin-bottom: 15px;
}

/* :: PagePilingMado */
.pp-scrollable{
    overflow-x: hidden;
}
section.section{
    background-color: #FFF;
    padding: 0 60px;
}
#pp-nav{
    right: 30px !important;
    height: 100%;
    top: 0;
    margin: 0 !important;
    z-index: 20;
}
#pp-nav ul{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
#pp-nav ul li{
    width: 10px;
    height: 10px;
    margin: 0 0 8px 0;
}
#pp-nav ul li a span{
    position: unset;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #BBB;
    display: block;
}
#pp-nav li .active span,
#pp-nav li:hover span{
    background-color: #C4990B;
}

/* :: Home */
.section.home{
    background-image: url(../images/header/01_header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
    overflow: hidden;
}
.section.home .banner .headline{
    color: #0C0C0C;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    font-size: 60px;
    margin-bottom: 20px;
}
.section.home .banner .about-headline{
    text-transform: capitalize;
    font-size: 16px;
    color: #676767;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 30px;
}
.section.home .banner .buttons a:first-of-type{
    margin-right: 10px;
}

/* :: About */
.section.about .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section.about .about-img img{
    -webkit-box-shadow: 0 1px 70px 0 rgba(40, 40, 40, 0.15);
            box-shadow: 0 1px 70px 0 rgba(40, 40, 40, 0.15);
}
.section.about .text-box{
    margin-top: -50px;
}
.section.about .text-box .sec-title .sec-title-left h3{
    margin-bottom: 20px;
}
.section.about .text-box .info-about{
    position: relative;
}
.section.about .text-box .info-about:before{
    content: '';
    width: 5000px;
    height: 216px;
    position: absolute;
    top: -25px;
    left: -430%;
    z-index: -1;
    background: #0C0C0C url(../images/about/about-pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.section.about .text-box .info-about ul li{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.section.about .text-box .info-about ul span{
    font-weight: 600;
}
.section.about .statistic{
    background-color: #C4990B;
    color: #FFF;
    padding: 30px 30px 0px 30px;
    margin: -40px 0 0 -100px;
    overflow: hidden;
    width: 550px;
}
.section.about .statistic .item{
    margin-bottom: 30px;
}
.section.about .statistic .item i{
    float: left;
    font-size: 45px;
    line-height: 1;
}
.section.about .statistic .item .item-box{
    padding-left: 65px;
}
.section.about .statistic .item .item-box .count{
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
}
.section.about .statistic .item .item-box .name-count{
    color: #FFF;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0.23px;
    margin-top: 10px;
}

/* :: Rusume */
.section.rusume .rusume-experience-box{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #CDCDCD;
}
.section.rusume .rusume-experience-box:last-of-type{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
}
.section.rusume .rusume-experience-box:last-of-type{
    margin-bottom: 0px
}
.section.rusume .rusume-experience-box .rusume-experience-box-title h4{
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
    display: inline-block;
    margin-bottom: 30px;
}
.section.rusume .item-details{
    padding: 30px 0;
    border-bottom: 1px solid #CDCDCD;
}
.section.rusume .item-details:first-of-type{
    padding-top: 0;
}
.section.rusume .item-details:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
}
.section.rusume .item-details .name-company,
.section.rusume .item-details .details-company .details-title{
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1;
}
.section.rusume .item-details .details-company .details-time{
    color: #C4990B;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1;
    margin-top: 8px;
}
.section.rusume .item-details .details-company p{
    margin-bottom: 0;
}
.section.rusume .item-details .button-company{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

/* :: Services */
.section.services .table-cell,
.section.project .table-cell{
    padding-bottom: 70px;
}
.section.services .row.one{
    margin-bottom: 70px;
}
.section.services .services-box{
    background-color: #F1F1F1;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.section.services .services-box:hover{
    background-color: #C4990B;
}
.section.services .services-box i{
    font-size: 60px;
    color: #C4990B;
    line-height: 1;
}
.section.services .services-box h5{
    font-weight: 600;
    margin: 15px 0 10px 0;
    text-transform: capitalize;
    color: #0C0C0C;
    font-size: 18px;
}
.section.services .services-box p{
    margin-bottom: 0;
}
.section.services .services-box:hover i,
.section.services .services-box:hover h5,
.section.services .services-box:hover p{
    color: #FFF;
}

/* :: Project */
.section.project .list-name-work{
    margin-bottom: 50px;
}
.section.project .list-name-work li{
    display: inline-block;
    color: #444;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin: 0 20px 0 0px;
    position: relative;
    text-transform: uppercase;
}
.section.project .list-name-work li.active{
    color: #C4990B;
}
.section.project .list-name-work li:first-of-type{
    margin-left: 0;
}
.section.project .work-box{
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.section.project .work-box img{
    width: 400px;
    height: 400px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
}
.section.project .work-box .box-hover{
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 180, 206, 0.8);
    -webkit-transition: all 0.4s cubic-bezier(0.63, 0.27, 0.02, 0.79);
    -o-transition: all 0.4s cubic-bezier(0.63, 0.27, 0.02, 0.79);
    transition: all 0.4s cubic-bezier(0.63, 0.27, 0.02, 0.79);
}
.section.project .work-box:hover .box-hover{
    left: 0;
}
.section.project .work-box .box-hover i{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    color: #C4990B;
    text-align: center;
    line-height: 40px;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
    opacity: 0;
}
.section.project .work-box:hover .box-hover i{
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
}
.section.project .work-box .box-hover .box-text{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.section.project .work-box .box-hover .box-text h5{
    color: #FFF;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s cubic-bezier(0.63, 0.27, 0.02, 0.79);
    -o-transition: all 0.4s cubic-bezier(0.63, 0.27, 0.02, 0.79);
    transition: all 0.4s cubic-bezier(0.63, 0.27, 0.02, 0.79);
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 0;
}
.section.project .work-box:hover .box-hover .box-text h5{
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
}
.section.project .work-box .box-hover .box-text span{
    color: #FFF;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s cubic-bezier(0.63, 0.27, 0.02, 0.79);
    -o-transition: all 0.4s cubic-bezier(0.63, 0.27, 0.02, 0.79);
    transition: all 0.4s cubic-bezier(0.63, 0.27, 0.02, 0.79);
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
    opacity: 0;
}
.section.project .work-box:hover .box-hover .box-text span{
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
}
.mix{
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

/* Project Owl Carousel Nav (match Testimonials) */
.section.project .owl-theme .owl-nav{
    display: block;
    margin-top: 30px;
    line-height: 1;
}
.section.project .owl-carousel .owl-nav button.owl-next,
.section.project .owl-carousel .owl-nav button.owl-prev{
    margin: 0;
    outline: none;
}
.section.project .owl-carousel .owl-nav button:hover{
    border: 0;
    background-color: transparent;
}
.section.project .owl-carousel .owl-nav button i{
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
    color: #C4990B;
    border: 1px solid #C4990B;
    height: 40px;
    width: 40px;
    line-height: 38px;
    font-size: 14px;
}
.section.project .owl-carousel .owl-nav button:hover i{
    color: #FFF;
    background-color: #C4990B;
}

/* :: Testimonials */
.section.testimonials .testimonials-box .item p.text{
    margin: 0 0 30px 0;
    background-color: #F1F1F1;
    padding: 30px;
    color: #0C0C0C;
    position: relative;
}
.section.testimonials .testimonials-box .item p.text:before{
    content: '';
    position: absolute;
    border: 15px solid;
    border-color: #F1F1F1 transparent transparent transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
    z-index: -1;
}
.section.testimonials .testimonials-box .clients-talk{
    overflow: hidden;
}
.section.testimonials .testimonials-box .clients-talk .img-box img{
    width: 70px;
    display: block;
    margin-right: 18px;
    float: left;
    position: relative;
    border-radius: 50%;
}
.section.testimonials .testimonials-box .clients-talk .info{
    float: left;
    padding: 12px 0;
}
.section.testimonials .testimonials-box .clients-talk .info h5{
    color: #444;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section.testimonials .testimonials-box .clients-talk .info span{
    display: block;
    line-height: 1.1;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
    color: #C4990B;
}
.section.testimonials .owl-theme .owl-nav{
    display: block;
    margin-top: 30px;
    line-height: 1;
}
.section.testimonials .owl-carousel .owl-nav button.owl-next,
.section.testimonials .owl-carousel .owl-nav button.owl-prev{
    margin: 0;
    outline: none;
}
.section.testimonials .owl-carousel .owl-nav button:hover{
    border: 0;
    background-color: transparent;
}
.section.testimonials .owl-carousel .owl-nav button i{
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
    color: #C4990B;
    border: 1px solid #C4990B;
    height: 40px;
    width: 40px;
    line-height: 38px;
    font-size: 14px;
}
.section.testimonials .owl-carousel .owl-nav button:hover i{
    color: #FFF;
    background-color: #C4990B;
}

/* :: Blog */
.section.blog .blog-box{
    padding-bottom: 70px;
}
.section.blog .item-blog{
    margin-bottom: 30px;
}
.section.blog .item-blog .text-box{
    margin: -40px 30px 0 0;
    padding: 27px 0 0 30px;
    background-color: #FFF;
    position: relative;
}
.section.blog .item-blog .text-box .time,
.section.blog .item-blog .text-box .tag{
    color: #C4990B;
    font-size: 14px;
    margin-right: 8px;
}
.section.blog .item-blog .text-box .title-blog{
    color: #0C0C0C;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}
.section.blog .item-blog .text-box .title-blog a{
    color: #0C0C0C;
}
.section.blog .item-blog .text-box .title-blog:hover,
.section.blog .item-blog .text-box .title-blog:hover a{
    color: #C4990B;
}
.section.blog .item-blog .read-more{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section.blog .item-blog a.read-more{
    display: block;
    color: #0C0C0C;
    margin-top: 30px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    position: relative;
}
.section.blog .item-blog a.read-more:hover{
    color: #C4990B;
}

/* :: Sponsors */
.sponsors-box.owl-carousel .owl-dots,
.sponsors-box.owl-carousel .owl-nav{
    display: none;
}

/* :: Contact */
.section.contact .table-cell{
    padding-bottom: 0;
}
.section.contact .map{
    padding-bottom: 100px;
}
.section.contact .map iframe{
    background-color: #FFF;
    width: 100%;
    height: 450px;
    display: block;
    border: 0;
}
.section.contact .contact-box{
    padding-bottom: 100px;
}
.section.contact .contact-box .info-box{
    padding: 30px;
    border: 1px solid #CDCDCD;
    margin-bottom: 30px;
}
.section.contact .contact-box .info-box:hover,
.section.contact .contact-box .info-box.active{
    border: 1px solid #C4990B;
    background-color: #C4990B;
}
.section.contact .contact-box .info-box:last-of-type{
    margin-bottom: 0;
}
.section.contact .contact-box .info-box i{
    float: left;
    color: #C4990B;
    font-size: 50px;
}
.section.contact .contact-box .info-box .box{
    padding-left: 65px;
}
.section.contact .contact-box .info-box h5{
    color: #0C0C0C;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.section.contact .contact-box .info-box p{
    font-size: 13px;
    font-weight: 600;
    color: #9B9B9B;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
    line-height: 24px;
    text-transform: capitalize;
}
.section.contact .contact-box .info-box:hover i,
.section.contact .contact-box .info-box:hover h5,
.section.contact .contact-box .info-box:hover p,
.section.contact .contact-box .info-box.active i,
.section.contact .contact-box .info-box.active h5,
.section.contact .contact-box .info-box.active p{
    color: #FFF;
}
.section.contact .contact-box form .message-box input,
.section.contact .contact-box form .message-box textarea{
    width: 100%;
    color: #0C0C0C;
    background-color: #F1F1F1;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 44px;
    letter-spacing: 0.25px;
    position: relative;
    border: 1px solid transparent;
    margin-bottom: 30px;
}
.section.contact .contact-box form .message-box textarea{
    height: 180px;
    display: block;
}

/* :: Footer */
.footer{
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #CDCDCD;
}