/*
    Template Name: zakkash.
    Author Name: sjfkdfg.
    Author Url : jlkj.

    Table Of Content
========================

    1. main menu part
    2. banner part
*/

* {
    margin: 0;
    padding: 0
}

a:hover {
    text-decoration: none;
}

body {
    font-family: 'open sans', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

p {
    color: #777;
}

h1 {
    font-size: 50px;
    color: #f1f1f1;
    font-weight: 500;
}

h2 {
    font-size: 30px;
    color: #353535;
}

h3 {
    font-size: 25px;
    color: #353535;
}

#backtotop,
.custom_nav .navbar-toggler:hover,
.contact_form .cotact_btn:hover,
.footer-social i:hover,
.service_item a,
.banner_arrows i:hover {
    color: #fff !important;
}

.footer-btm p a,
.contact_form .cotact_btn,
.footer_left_inner i,
.service_item > i,
.counter i,
.banner_arrows i,
.banner_caption a,
#mynav ul li:hover > a {
    color: #fcac45 !important;
}

.contact_form .cotact_btn,
.contact_form .form-control,
.service_item a.ser_btn,
.service_item > i,
.counter .number-count:after,
.section_head h2,
.custom_nav button i,
.banner_arrows i,
.slide_active .slick-dots li button,
.banner_caption a {
    border-color: #fcac45 !important;
}

#mynav ul li a:before,
#mynav ul li a:after,
#backtotop,
.custom_nav .navbar-toggler:hover,
.abtdr,
.abtdr:after,
.contact_form .cotact_btn:hover,
.footer-social i:hover,
.price-hover:hover,
.service_item a,
.about_text h3 i,
.section_head h2:after,
.banner_arrows i:hover,
.slide_active .slick-dots .slick-active button,
.banner_caption a:after {
    background: #fcac45 !important;
}

.custom_nav .navbar-toggler:hover,
.contact_form .cotact_btn:hover,
.footer-social i:hover,
.price-hover:hover,
.service_item:hover,
.banner_arrows i,
.banner_caption a:after,
.custom_nav,
#mynav ul li a {
    transition: all linear.4s;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -o-transition: all linear .4s;
}



/*preloader part css*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #fcac45;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #fcac45;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #fcac45;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* main menu part css */

.custom_nav {
    position: absolute;
    background: transparent;
    width: 100%;
    z-index: 999;
    top: 10px;
}

.custom_nav .navbar-toggler {
    border-color: #fcac45 !important;
    background: transparent;
    color: #fcac45 !important;
}

.navfix {
    position: fixed;
    top: 0;
    background: #222;
}

#mynav ul li {
    position: relative;
}

#mynav ul li a {
    position: relative;
    color: #fff;
    text-transform: capitalize;
    padding: 14px 15px;
    font-weight: 700;
}

#mynav ul li a:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 0;
    bottom: 0;
    left: 0;
    transition: .5s;
}

#mynav ul li a:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 0;
    top: 0;
    right: 0;
    transition: .5s;
}

#mynav ul li a:hover:before,
#mynav ul li a:hover:after {
    width: 100%;
}

#mynav ul li ul {
    position: absolute;
    width: 140px;
    margin-top: 20px;
    background: #222;
}
#mynav ul li ul:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fcac45;
    top:-10px;
    left:15px;
    transform: rotate(45deg);
    z-index: -1;
    background: #222;
}

#mynav ul li ul li {
    padding: 5px 10px;
}


/* banner part  css*/

.banner_item {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    height: 100vh;
    z-index: 1;
}

.banner_item:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}

.banner_caption {
    max-width: 650px;
    margin: auto;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.banner_caption a {
    margin-top: 45px;
    padding: 10px 25px;
    border: 1px solid;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.banner_caption a:hover {
    color: #fff !important;
}

.banner_caption a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: scale(0);
}

.banner_caption a:hover:after {
    transform: scale(1);
}

.banner_caption h1 span {
    color: #fcac45;
    font-weight: 900;
    text-transform: uppercase;
}

.banner_caption h2 {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px;
}

.banner_caption p {
    color: #ddd;
    text-transform: capitalize;
    padding-top: 10px;
}

/*dots*/


.slide_active .slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.slide_active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slide_active .slick-dots li button {
    padding: 2px;
    display: block;
    height: 13px;
    width: 13px;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    background: transparent;
    color: transparent;
    border: 1px solid;
}

.slide_active .slick-dots li button:focus {
    outline: none;
}


/* arrows */

.banner_arrows i {
    height: 50px;
    line-height: 44px;
    font-size: 48px;
    background: transparent;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    border: 2px solid;
    opacity: 0;
}

.banner_part:hover .banner_arrows i {
    opacity: 1;
}

.banner_arrow_left {
    position: absolute;
    top: 57%;
    left: 5%;
    transform: translateY(-50%)
}

.banner_arrow_right {
    position: absolute;
    top: 57%;
    right: 5%;
    transform: translateY(-50%)
}

/*section heading*/
.section_head h2 {
    text-transform: uppercase;
    border-bottom: 3px solid;
    display: inline-block;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
}

.section_head h2:after {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    bottom: -27px;
}


/*about part css*/

.about_text h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.about_text h3 i {
    font-size: 20px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

.about_text p {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.abtdr {
    min-height: 330px;
    width: 2px;
    margin: 95px auto 0;
    position: relative;
}

.abtdr:after {
    height: 20px;
    width: 20px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);

}

/*counter part css*/
.counter_part {
    background: url(../images/counter_image.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.counter_part:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 1;
}

.counter {
    z-index: 2;
    position: relative;
    margin: 30px 0;
}

.counter .number-count {
    font-size: 30px;
    color: #f1f1f1;
    font-weight: 500;
    display: inline-block;
    padding: 10px 0 5px;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 10px;
}

.counter .number-count:after {
    position: absolute;
    content: '';
    border-bottom: 2px solid;
    width: 30px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.counter i {
    display: block;
    font-size: 35px;
    margin-bottom: 10px;
}

.counter h4 {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*service part css*/

#service_part {
    background: #f4f4f4;
    padding-bottom: 50px;
}


.service_item {
    margin: 30px 0;
    background: #ededed;
    padding: 25px 15px 35px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.service_item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.service_item > i {
    font-size: 50px;
    border: 2px solid;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 5%;
}

.service_item h3 {
    padding: 20px 0;
    z-index: 9;
    position: relative;
    color: #222222;
    font-weight: 600;
    font-size: 23px;
    text-transform: capitalize;
}

.service_item p {
    padding-bottom: 20px;
}

.service_item a.ser_btn {
    padding: 7px 18px;
    border-radius: 32px;
    font-weight: 600;
}

/*  pricing part css*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);

.snip1299 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #000000;
    text-align: center;
    font-size: 16px;
    width: 100%;
    max-width: 1000px;
    margin: 50px 10px 10px;
}

.snip1299 .plan {
    margin: 0;
    width: 25%;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #e6e6e6;
    border: 5px solid #1e1e1e;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.snip1299 .plan:hover i,
.snip1299 .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.snip1299 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.snip1299 header {
    background-color: #333333;
    color: #ffffff;
}

.snip1299 .plan-title {
    background-color: #191919;
    position: relative;
    top: 0;
    font-weight: 500;
    margin: 0;
    padding: 10px 0 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.snip1299 .plan-title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 150px 0 150px;
    border-color: #191919 transparent transparent transparent;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.snip1299 .plan-cost {
    padding: 40px 0 20px;
}

.snip1299 .plan-price {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 2em;
}

.snip1299 .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.snip1299 .plan-features {
    padding: 0;
    margin: 0;
    list-style: outside none none;
    font-size: 0.8em;
}

.snip1299 .plan-features li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 5%;
    font-weight: 500;
}

.snip1299 .plan-features li:nth-child(even) {
    background: rgba(0, 0, 0, 0.08);
}

.snip1299 .plan-features i {
    margin-right: 8px;
    opacity: 0.4;
}

.snip1299 .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    background-color: #333333;
}

.snip1299 .plan-select a {
    background-color: #1e1e1e;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.snip1299 .plan-select a:hover {
    background-color: #2b2b2b;
}

.snip1299 .featured {
    margin-top: -10px;
    border: 5px solid #a85913;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.snip1299 .featured header {
    background-color: #924d10;
}

.snip1299 .featured .plan-title {
    background-color: #4d2909;
}

.snip1299 .featured .plan-title:after {
    border-color: #4d2909 transparent transparent transparent;
}

.snip1299 .featured .plan-select {
    background-color: #cd6d17;
    padding: 30px 20px;
}

.snip1299 .featured .plan-select a {
    background-color: #4d2909;
}

@media only screen and (max-width: 767px) {
    .snip1299 .plan {
        width: 50%;
    }

    .snip1299 .plan-title,
    .snip1299 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .snip1299 .plan-select,
    .snip1299 .featured .plan-select {
        padding: 20px;
    }

    .snip1299 .featured {
        margin-top: 0;
    }
}

@media only screen and (max-width: 440px) {
    .snip1299 .plan {
        width: 100%;
    }
}

.price-hover:hover {
    cursor: pointer;
}

/* client_part css*/
#client_part {
    background: url(../images/quote.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 300px;
    z-index: 1;

}

#client_part:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}

.quote_inner {
    max-width: 650px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
}

.quote_inner h3 {
    color: #fff;
    font-size: 35px;
    padding-bottom: 10px;
}

.quote_inner p {
    font-size: 22px;
    color: #ddd;
}

.quote_inner span {
    color: #fcac45 !important;
}

/*contact part css*/

.contact_inner {
    padding: 0 -15px;
}

.contact_form {
    margin-top: 25px;
    padding: 30px;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    box-shadow: 0 0 5px #ccc;
}

.contact_form h2 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.contact_form .form-control {
    height: 40px;
    border-color: rgba(91, 188, 86, 0.7);
    color: #555555;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0;
    text-transform: capitalize;
}

.contact_form .form-control:focus {
    box-shadow: none;
}

.form-control.area_text {
    height: 150px;
    resize: none;
}

.contact_form .cotact_btn {
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    border: 1px solid;
    border-radius: 50px;
    height: 35px;
    width: 150px;
    display: inline-block;
    line-height: 35px;
    text-transform: uppercase;
    background: transparent;
}

.contact_form .cotact_btn:hover {
    color: #f1f1f1
}


/* Footer Part Css Start */

#footer_part {
    background: #111111;
}


/* footer widget */

.footer_widgets {
    background: #1E1E1E;
}

.footer_widgets h4 {
    color: #ddd;
    text-transform: capitalize;
    display: inline-block;
    padding-left: 5px;
}

.footer_left_inner {
    border-right: 2px solid #fcac45;
    padding: 10px 10px;
}

.footer_left_inner i {
    font-size: 25px;
    margin: 10px 0;
}

.footer_mid_inner {
    text-align: center;
}

.footer_mid_inner .mid_item {
    margin-top: 20px;
}

.footer_mid_inner .mid_item ul li {
    padding: 7px;
}

.footer_mid_inner .mid_item ul li a {
    color: #fcac45;
    text-decoration: none;
}

.footer_right_inner {
    border-left: 2px solid #fcac45;
    text-align: center;
}

.footer_right_inner .right_item {
    margin-top: 20px
}

.footer_right_inner .right_item ul li {
    margin: 10px;
}

.footer_right_inner .right_item ul li a {
    color: #fcac45;
    text-decoration: none;
}

.footer-social {
    padding-bottom: 20px;
}

.footer-social h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-top: 50px;
}

.footer-social i {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    color: #353535;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 20px;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
}

#footer-bottom {
    background: #353535;
}

.footer-btm p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    padding: 10px;
    margin-bottom: 10px;
}

.footer-btm p a {
    font-weight: 500;
    text-decoration: none;
}



/* Backtotop Part Css  */

#backtotop {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 3px;
    position: fixed;
    bottom: 30px;
    right: 25px;
    cursor: pointer;
    text-align: center;
    z-index: 25;
}

#backtotop:hover .backtotop_btn {
    animation: totopbtn 1.5s infinite;
    -webkit-animation: totopbtn 1.5s infinite;
    line-height: 50px;
}

@keyframes totopbtn {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

.backtotop_btn {
    font-size: 18px;
    transition: all .4s;
}
