
/* ===================================
   About
====================================== */
.main-title {
    position: relative;
    margin-bottom: 4rem;
    text-align: center;
}
.main-title h5 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
}
.main-title h2 {
    text-transform: capitalize;
    font-weight: 600;
    color: #18191d;
    line-height: 1.2;
    max-width: 650px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.main-title-1 h5 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
}
.main-title-1 h3 {
	font-family: "Roboto Slab", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
	font-size: 40px;
    color: #18191d;
    max-width: 650px;
    margin-bottom: 1rem;
    margin-right: auto;
}
.main-title-1 h2 {
	font-family: "Roboto Slab", sans-serif;
    text-transform: capitalize;
    font-weight: 800;
    color: #18191d;
    line-height: 1.2;
    max-width: 650px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.main-title p {
    margin: 0 auto;
}

/* Portfolio one */
.cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background-color: #f3d407;
}
.cbp-l-grid-mosaic .cbp-caption-activeWrap:hover {
    opacity: .9 !important;
}
.portfolio-hover-effect i{
    color: #fff;
    position: absolute;
    text-align: right;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    left: -100%;
    top: 50%;
    font-size: 45px;
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}
.portfolio-hover-effect:hover i {
    left: 50%;
}
.cbp-item.even {
    margin-top: -290px;
}
#js-grid-mosaic .cbp-wrapper-outer {
    overflow: visible;
}

/* portfolio minimal */
.gallery {
    width: 100% !important;
    height: 600px;
}
.portfolio-two .filtering .active {
    color: #f3d407;
}
.portfolio-two .filtering span {
    background-color: #fff;
    border-right: 3px solid #ECECEC;
    line-height: 18px;
    color: #18191d;
    cursor: pointer;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.portfolio-two .filtering span:last-child{
    border-right: none;
}
.portfolio-two .items {
    position: relative;
    padding: 0;
}
.portfolio-two .items {
    padding:0 5px;
    margin-top: 10px;
}
.portfolio-two .item-img {
    position: relative;
    overflow: hidden;
}
.portfolio-two .item-img img{
    width: 100%;
}
.portfolio-two .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.portfolio-two .item-img-overlay:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dccF35;
    opacity: .9;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.overlay-info{
    position: relative;
    width: 100%;
}
.overlay-info p{
    font-size: 13px;
    color: #fff;
}
.portfolio-two .item-img:hover .item-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio-two .item-img-overlay a {
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #FFF;
}

/* some background images */
.bg-img-1 {
    background: url("../img/banner.jpg") no-repeat;
}

/* background setting */
.bg-img-setting {
    background-size: cover;
    background-position: center center;
    width: 100%;
}

/* parallax images */
.parallax1 {
    background: url("../img/parallax.jpg") no-repeat;
}


/* parallax setting */
.parallax-setting {
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    width: 100%;
}

/* ===================================
   Other Pages
====================================== */

/* features */
.feature-item {
    display: table;
    margin: 30px 0;
    max-width: 450px;
    text-align: left;
}
.feature-item .icon {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 40px;
}
.laptop-features-icon {
    display: table-cell;
    vertical-align: top;
    width: 70px;
    transition: all 1.2s;
}
.laptop-features-icon .icon img{
	margin-top: -12px;
}
.feature-item:hover .laptop-features-icon {
    transform: rotateY(360deg);
    transition: all 1.2s;
}
.features-content {
    display: table-cell;
    padding-left: 15px;
}

/* features 2 Boxes with image Section */
.blog-three-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.features-one {
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 78px 45px;
    z-index: 0;
    position: relative;
    background: #ffffff;
    color: #18191d;
}
.features-one i {
    font-size: 40px;
    width: 43px;
    height: 34px;
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-duration: 0.3s;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
}
.features-one:hover i {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.features-one h5 {
    margin: 20px 0 14px;
}

.features-one.blue {
    background: #f3d407;
    color: #ffffff;
}

.features-one.blue p {
    color: #ffffff;
}
.features-one.black {
    background: #18191d;
    color: #ffffff;
}
.features-one.black p {
    color: #ffffff;
}

/* services page */

.services-box {
    background: #ffffff;
    text-align: center;
    padding: 30px 15px;
    transition: ease-in-out 0.3s;
    -webkit-box-shadow: 0 0 10px #d1d1d1;
    box-shadow: 0 0 10px #d1d1d1;
}
.services-box:hover {
    transition: ease-in-out 0.3s;
}
.services-box i {
    font-size: 45px;
}
.services-box h4 {
    color: #18191d;
    font-weight: normal;
    text-transform: capitalize;
    margin: 1rem 0;
}
.services-box p {
    margin-bottom: 1rem;
}
.services-box a i {
    font-size: 11px;
    vertical-align: middle;
}
.services-box.hvr-bg-summer-sky i, .services-box.hvr-bg-summer-sky a {
    color: #f3d407;
}
.services-box.hvr-bg-black i, .services-box.hvr-bg-black a {
    color: #18191d;
}
.services-box:hover a {
    color: #ffffff;
}
.services-box:hover i, .services-box:hover h4, .services-box:hover p {
    color: #ffffff;
}

/* comingsoon */

.count_down p{
    color: #232323;
}
.count_down.white p{
    color: #ffffff;
}
.form_placeholder1::-webkit-input-placeholder {
    color:#ffffff;
}
.form_placeholder1::-moz-placeholder {
    color:#ffffff;
}
.form_placeholder1:-ms-input-placeholder {
    color:#ffffff;
}
.form_placeholder1:-moz-placeholder {
    color:#ffffff;
}
ul.count_down {
    list-style: none;
    margin: 65px 0 0 0;
    padding: 0;
    display: block;
    text-align: center;
}

ul.count_down li {
    display: inline-block;
    color: #232323;
    padding: 0 35px;
    width: 165px;
}
.countdown-timer.white ul.count_down li p {
    color: #ffffff;
}

ul.count_down li p:nth-child(1) {
    font-size: 70px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 0 0;
    transition: 1s;
}

ul.count_down li p:nth-child(2) {
    color: #232323;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0 0;
    transition: 1s;
    font-weight: 500;
    margin-top: 10px;
}

ul.count_down.white li p:nth-child(2) {
    color: #ffffff;
}

.count-down-form form {
    width: 580px;
    margin: 0 auto;
    margin-top: 65px;
    position: relative;
}

.count-down-form form input {
    border: transparent;
    background: transparent;
    box-shadow: none;
    border-bottom: 2px solid #232323;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 100;
    color: #232323;
    text-align: left;
    height: 45px;
}

.count-down-form.white form input{
    padding: .375rem 0;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}

.count-down-form .form-control:focus {
    color: initial;
    background-color: transparent;
    border-color: initial;
    outline: 0;
    box-shadow: none;
    border-bottom: 2px solid #f3d407 !important;
}

.count-down-form form a {
    transition: all linear 300ms;
    position: absolute;
    top: 6px;
    right: 4px;
}

.count-down-form form a i {
    font-size: 18px;
    color: #232323;
    transition: 1s;
}

.count-down-form.white form a i {
    color: #ffffff;
}

/* personal portfolio version */
.myphoto {
    width: 250px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.personal-box h2{
    font-size: 3rem;
    margin-top: 30px;
}
.personal-box h3{
    font-size: 2.2rem;
    margin-top: .6rem;
}

/* ===================================
   Media Queries
====================================== */

@media (max-width: 1199px) and (min-width: 992px) {
    #js-grid-mosaic {
        max-height: 1650px !important;
    }
    .team-member-slider .swiper-slide-next, .team-member-slider .swiper-slide-active {
        padding-left: 0.02rem;
    }
    .team-member-slider .swiper-slide-prev {
        padding-right: 0.02rem;
    }
}
@media (max-width: 1370px) and (min-width: 992px) {
    .multipage .side-menu .inner-wrapper {
        padding: 3.5rem 5rem 0;
    }

    .multipage .side-menu .side-nav {
        min-height: 60vh;
    }
}
@media (max-width: 1280px) and (min-width: 992px) {
     .menu-bars-setting.menu-outer {
        position: relative;
        margin-left: 1rem;
        right: 0;
    }
    .multipage .menu-bars-setting.menu-outer {
        position: absolute;
        margin-left: 0;
        right: 30px;
    }
    .box-nav .header-social {
        padding-left: 0;
    }
    .skill-box {
        padding: 0 70px;
    }
    .about-img {
        height: 800px;
    }
}

@media screen and (max-width: 1599px) {
    .about-img {
        height: 800px;
    }
}
