/**
* Template Name: Personal - v2.3.0
* Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    background-color: #040404;
    color: #fff !important;
    position: relative;
    background: transparent;
}

body::before {
    content: "";
    position: fixed;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: -1;
    /*background-color: #bdd4e7;
        background-image: linear-gradient(315deg, #bdd4e7 0%, #8693ab 74%);
        background-color: #abe9cd;
        background-image: linear-gradient(315deg, #abe9cd 0%, #3eadcf 74%);
        background-color: #deebdd;
        background-image: linear-gradient(315deg, #deebdd 0%, #bbdbbe 74%);*/
    background-color: rgb(215 225 236 / 1);
    /*background-image: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);*/
}

@media (min-width: 1024px) {
    body::before {
        background-attachment: fixed;
    }
}

a {
    color: #f7610c ;
}

a:hover {
    color: #35e888;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    color: #fff !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: ease-in-out 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1001;
    overflow-y: auto;

}

.slick-slide {
    max-height: 400px;
}

#header * {
    transition: ease-in-out 0.3s;
}

#header h1 {
    font-size: 48px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

#header h1 a,
#header h1 a:hover {
    color: #f7610c;
    line-height: 1;
    display: inline-block;
}

#header h2 {
    font-size: 24px;
    margin-top: 20px;
    color: #2a3436;
}

#header h2 span {
    color: #515151;
    border-bottom: 2px solid #f7610c;
    padding-bottom: 6px;
}

#header img {
    padding: 0;
    margin: 0;
}

#header .social-links {
    margin-top: 20px;
    display: flex;
}

#header .social-links a {
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255);
    color: #515151;
    line-height: 1;
    margin-right: 8px;
    /* border-radius: 5px; */
    /* width: 45px; */
    /* height: 45px; */
}

#header .social-links a:hover {
    /* background:#2a3436; */
}

#header .social-links a i {
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}

#header .social-links a i.icofont-twitter {
    background-color: #1da1f2;
}

#header .social-links a i.icofont-whatsapp {
    background-color: #25d366
}

#header .social-links a i.icofont-youtube {
    background-color: #ff0000;
}

#header .social-links a i.icofont-facebook {
    background-color: #3b5998
}

#header .social-links a i.icofont-instagram {
    background-color: #e1306c;

}

#header .social-links a i.icofont-linkedin {
    background-color: #007bb5
}


#header .social-links a:hover i {
    background-color: #000
}

#header .social-links a:hover i.icofont-twitter {
    color: #1da1f2;
}

#header .social-links a:hover i.icofont-whatsapp {
    color: #25d366
}

#header .social-links a:hover i.icofont-youtube {
    color: #ff0000;
}

#header .social-links a:hover i.icofont-facebook {
    color: #3b5998
}

#header .social-links a:hover i.icofont-instagram {
    color: #e1306c;

}

#header .social-links a:hover i.icofont-linkedin {
    color: #007bb5
}

@media (max-width: 992px) {
    #header h1 {
        font-size: 36px;
    }

    #header.header-top {
        height: auto;
    }

    #header h2 {
        font-size: 20px;
        line-height: 30px;
    }

    #header .social-links {
        margin-top: 20px;
    }

    #header .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        /*background:url('/assets/img/wave.png');*/
    }

    .header-tops .profile-image img {
        max-width: 100% !important;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
    margin-top: 35px;
    bottom: 0;
    text-align: center;
    margin: auto;
}

.nav-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu li+li {
    margin-left: 30px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: rgb(0 0 0 / 70%);
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.nav-menu a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #515151;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
    visibility: visible;
    width: 25px;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #000;
    text-decoration: none;
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    display: none;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #fff;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.7);
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
    border: 2px solid rgba(255, 255, 255, 0.12);
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #18d26e;
    text-decoration: none;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(9, 9, 9, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/* Header Top */
#header.header-top {
    /*height: 65px;*/
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f7610c;
    padding-bottom: 20px;
}

#header.header-top .social-links,
#header.header-top h2,
#header.header-top h1,
#header.header-top .profile-image,
#header.header-top .responsive-content {
    display: none;
}

#header.header-top .nav-menu ul li a {
    color: #ffffffcf;
}

#header.header-top h1 a {
    color: #ffffff;
}

#header.header-top h1 {
    margin-right: auto;
    font-size: 36px;
}

#header.header-top .container {
    display: flex;
    align-items: center;
}

#header.header-top .nav-menu {
    margin: 0;
}

.c-menu ul {
    margin-top: 10px;
}

ul.-menu li a {
    color: #fff;
    transition: .5s;
}

.n-menu .nav-menu a:before {
    bottom: 0px !important;
    left: 33%;
}

@media (max-width: 768px) {

    #header.header-top h1 {
        font-size: 26px;
    }

    .n-menu .nav-menu a:before {
        bottom: 0px !important;
        left: 30%;
    }

    .col-lg-9.col-md-9 h1 {
        /*display: none;*/
        text-align: center;
        font-size: 20px !important;
        margin-top: 5px !important;
    }

    .profile-image img {
        max-width: 120px !important;
        max-height: 120px !important;
    }

    .payment-detail {
        padding: 25px 0 !important;
        margin: 5px 0 !important;
    }

    .payment-detail h4 {
        margin-bottom: 10px;
    }

    .profile-image img {
        max-width: 120px !important;
        margin-top: 60px !important;
        max-height: 75px !important;
    }

    .slick-slide {
        max-height: 260px !important;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 140px;
    bottom: 100%;
    opacity: 0;
    transition: ease-in-out 0.4s;
    z-index: 2;
}

section.section-show {
    top: 0;
    bottom: auto;
    min-height: 100vh;
    opacity: 1;
    padding-bottom: 45px;
    background: rgb(215 225 236 / 1);
    margin-bottom: 30px;
    padding-top: 40px;
}

section .container {
    background: #2a3436;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    section {
        top: 120px;
    }

    section.section-show {
        /*edited for don't show slider in background*/
        top: 0px;
        margin-bottom: 0px;
        padding-top: 0;
    }
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #f7610c;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: -15px 0 15px 0;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-me .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #f7610c;
}

.about-me .content ul {
    list-style: none;
    padding: 0;
}

.about-me .content ul li {
    padding-bottom: 10px;
}

.about-me .content ul i {
    font-size: 20px;
    padding-right: 2px;
    color: #f7610c;
}

.about-me .content p:last-child {
    margin-bottom: 0;
    text-align: justify;
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 70px 0 60px;
}

.counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
}

.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    color: #18d26e;
    border-radius: 50px;
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #fff;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
    height: 50px;
    display: block;
    background: none;
}

.skills .progress .skill {
    padding: 10px 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: rgba(255, 255, 255, 0.15);
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: .9s;
    background-color: #18d26e;
}

/*--------------------------------------------------------------
# Interests
--------------------------------------------------------------*/
.interests .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.08);
    transition: ease-in-out 0.3s;
}

.interests .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
}

.interests .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    color: #fff;
}

.interests .icon-box:hover {
    background: rgba(255, 255, 255, 0.12);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid rgba(255, 255, 255, 0.12);
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: #fff;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.25);
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.testimonials .owl-dot.active {
    background-color: #18d26e !important;
}

@media (max-width: 767px) {
    .testimonials {
        margin: 30px 10px;
    }
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.resume .resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #18d26e;
    margin-bottom: 10px;
}

.resume .resume-item h5 {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.15);
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}

.resume .resume-item ul {
    padding-left: 20px;
}

.resume .resume-item ul li {
    padding-bottom: 10px;
}

.resume .resume-item:last-child {
    padding-bottom: 0;
}

.resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #18d26e;
    border: 2px solid #18d26e;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    background: #ffffff;
    padding: 30px 20px;
    transition: all ease-in-out 0.3s;
    border-radius: 4px;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #18d26e;
    border-radius: 5px;
    transition: all .3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
}

.services .icon-box .icon i {
    color: #fff;
    font-size: 28px;
}

.services .icon-box .icon::before {
    position: absolute;
    content: '';
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    transition: all .3s ease-out 0s;
    transform: translateZ(-1px);
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h4 a {
    color: #2a3436;
}

.services .icon-box .pdf_btn {
    padding: 10px 13px 14px;
    background: #f7610c;
    text-decoration: none;
    color: white;
    transition: 0.3s;
    position: relative;
    border: 1px solid transparent;
    top: 5px;
}

.services .icon-box .pdf_btn:hover {
    padding: 10px 13px 14px;
    background: #fff;
    color: #f7610c;
    border: 1px solid #f7610c;
}

.services .icon-box p {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
    max-height: 60px;
    overflow: hidden;
    color: #2a3436;
    margin-bottom: 20px;
}

.services .icon-box:hover {
    background: #f0f0f0;
    border-color: #f0f0f0;
}

.services .icon-box:hover .icon {
    background: #fff;
}

.services .icon-box:hover .icon i {
    color: #18d26e;
}

.services .icon-box:hover .icon::before {
    background: #35e888;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
    color: #2a3436;
}

/*--------------------------------------------------------------
# payment
--------------------------------------------------------------*/
.payment .payment-item {
    margin-bottom: 30px;
}

.payment #payment-flters {
    padding: 0;
    margin: 0 auto 15px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

.payment #payment-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 3px 10px 3px;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}

.payment #payment-flters li:hover,
.payment #payment-flters li.filter-active {
    background: #18d26e;
}

.payment #payment-flters li:last-child {
    margin-right: 0;
}

.payment .payment-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.payment .payment-wrap::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.payment .payment-wrap .payment-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.payment .payment-wrap .payment-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.payment .payment-wrap .payment-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.payment .payment-wrap .payment-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.payment .payment-wrap .payment-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.payment .payment-wrap .payment-links {
    text-align: center;
    z-index: 4;
}

.payment .payment-wrap .payment-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.payment .payment-wrap .payment-links a:hover {
    color: #63eda3;
}

.payment .payment-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.payment .payment-wrap:hover .payment-info {
    opacity: 1;
}

.payment .payment-wrap:hover .payment-info::before {
    top: 15px;
    left: 15px;
}

.payment .payment-wrap:hover .payment-info::after {
    bottom: 15px;
    right: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    padding: 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
}

.contact .info-box i.bx {
    font-size: 24px;
    color: #f7610c;
    border-radius: 50%;
    padding: 14px;
    float: left;
    background: rgba(255, 255, 255, 0.1);
}

.contact .info-box h3 {
    font-size: 20px;
    color: rgb(51 139 239);
    font-weight: 700;
    margin: 10px 0 8px 68px;
}

.contact .info-box p {
    padding: 0;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 0 68px;
}

.contact .info-box .social-links {
    margin: 5px 0 0 68px;
    display: flex;
}

.contact .info-box .social-links a {
    font-size: 22px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    margin-right: 12px;
    transition: 0.3s;
}

.contact .info-box .social-links a:hover .icofont-twitter {
    color: #1da1f2;
}

.contact .info-box .social-links a:hover .icofont-facebook {
    color: #3b5998;
}

.contact .info-box .social-links a:hover .icofont-instagram {
    color: #e1306c;
}

.contact .info-box .social-links a:hover .icofont-skype {
    color: #00aff0;
}

.contact .info-box .social-links a:hover .icofont-linkedin {
    color: #007bb5;
}

.contact .info-box .social-links a i {
    transition: .5s;
}

.contact .php-email-form {
    padding: 30px;
    background: rgba(255, 255, 255, 0.08);
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    background: rgba(255, 255, 255, 0.08);
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    background: rgba(255, 255, 255, 0.08);
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 0;
    transition: 0.3s;
    color: #fff;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    background-color: rgba(255, 255, 255, 0.11);
}

.contact .php-email-form input::-webkit-input-placeholder,
.contact .php-email-form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.contact .php-email-form input:-ms-input-placeholder,
.contact .php-email-form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.contact .php-email-form input::-ms-input-placeholder,
.contact .php-email-form textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #f7610c;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #2a3436;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# payment Details
--------------------------------------------------------------*/
.payment-details {
    padding-top: 40px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}

.payment-details .container {
    padding-top: 20px;
    padding-bottom: 40px;
}

.payment-details .payment-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.payment-details .payment-details-carousel .owl-nav,
.payment-details .payment-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.payment-details .payment-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.payment-details .payment-details-carousel .owl-dot.active {
    background-color: #18d26e !important;
}

.payment-details .payment-info {
    padding-top: 45px;
}

.payment-details .payment-info h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

.payment-details .payment-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.payment-details .payment-info ul li+li {
    margin-top: 10px;
}

.payment-details .payment-info p {
    font-size: 15px;
    padding: 15px 0 0 0;
}

@media (max-width: 992px) {
    .payment-details .payment-info {
        padding-top: 20px;
    }
}

/*--------------------------------------------------------------
# Credits
--------------------------------------------------------------*/
.credits {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px;
    text-align: right;
    font-size: 13px;
    color: #fff;
    z-index: 1;
}

@media (max-width: 992px) {
    .credits {
        text-align: center;
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1111111;
    }
}

.credits a {
    color: #18d26e;
    transition: 0.3s;
}

.credits a:hover {
    color: #fff;
}

.user-image {
    text-align: center;
}

.user-image img {
    max-height: 300px !important;
}

.dif {
    color: #f7610c;
}

.icon-img {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    text-align: center;
    position: relative;
    top: -10px;
}

.icon-img img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    border: 5px solid #f7610c;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.icon-box i {}

.modal-content h5 {
    color: #000;
}

.modal-content label {
    color: #000;
}

.w-49 {
    width: 49% !important;
}

.c_modal_btn {
    padding: 3px 5px;
    margin-bottom: 3px;
}

.qr-img img {
    max-width: 160px;
}

.payment-detail {
    text-align: center;
    background: #ffffff29;
    border-radius: 5px;
    margin: 5px 0;
    padding: 10px 0;
}

.copy-btn {
    background: #f7610c;
    border: 1px solid #f7610c;
    border-radius: 4px;
    color: #fff;
    padding: 0 5px;
    transition: .5s;
}

.copy-btn:hover {
    background: transparent;
    border: 1px solid #f7610c;
    color: #f7610c;
}

#texttocopy {
    user-select: none;
}

.payment-detail h4 {
    margin-bottom: 25px;
}

.payment-detail h6 {
    margin: 0 0 10px 0;
}

.contact .info-box p a {
    color: #ffffff;
    transition: .5s;
}

.modal-body {
    color: #000;
}

.modal-body p {
    font-size: 14px;
}

.header-tops .profile-image {
    text-align: left;
    margin-bottom: 20px;
    display: block;
}

.header-tops .profile-image img {
    max-width: 200px;
    max-height: 200px;
}

#header.header-top .nav-menu ul li:hover a {
    color: #2a3436;
}

.btn-primary {
    background-color: #2a3436;
    border-color: #2a3436;
    transition: .5s;
}

.btn-primary:hover {
    color: #2a3436;
    background-color: #ffffff;
    border-color: #2a3436;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #2a3436;
    border-color: #f7610c;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2a3436;
    border-color: #2a3436;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:hover {
    color: #f7610c;
    background-color: #ffffff;
    border-color: #f7610c;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #f7610c;
    background-color: #ffffff;
    border-color: #f7610c;
    box-shadow: none;
}

.btn-secondary {
    color: #fff;
    background-color: #f7610c;
    border-color: #f7610c;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #f7610c;
    background-color: #ffffff;
    border-color: #f7610c;
}

.contact .info-box p a:hover {
    color: #f7610c;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.owl-prev {
    position: absolute;
    top: 30%;
    left: 2%;
}

.owl-next {
    position: absolute;
    top: 30%;
    right: 2%;
}

.owl-nav button {
    font-size: 40px !important;
}

.profile-image h1 {
    display: none;
}

.secound-menu {
    display: none;
}

.secound-menu li a {
    font-size: 41px;
}

.-menu li a {
    font-size: 30px;
}

.s-menu {
    display: none;
}

.-menu li {
    width: 20%;
}

ul.-menu li p {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.profile-image img {
    /* border-radius: 50%;
    border: 6px solid #f7610c; */
}

.mb-3rem {
    margin-bottom: 3rem;
}

/*responsive*/
@media (max-width: 991px) {
    .secound-menu {
        display: block;
    }

    .mb-3rem {
        margin-bottom: 7rem;
    }

    .s-menu {
        width: 100%;
        position: fixed;
        background: #f7610c;
        z-index: 1111111;
        display: block;
        border-radius: 10px 10px 0 0;
    }

    .col-lg-9.col-md-9 {
        background: url('/assets/img/1.png');
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .profile-image h1 {
        display: inline-block !important;
        margin-left: 20px !important;
    }

    .responsive-content li {
        background: #f5f5f5 !important;
    }

    #header h2 {
        margin-top: 10px;
        text-align: center;
    }

    .sm-mb {
        margin-bottom: 0;
    }

    .header-tops {
        margin-top: -50px !important;
    }

    .user-image img {
        max-height: 240px !important;
    }

    .header-tops .profile-image {
        margin-bottom: 0;
        text-align: center;
    }

    #header .social-links {
        justify-content: center;
    }

}




@media (max-width: 576px) {
    .slick-slide {
        max-height: 200px;
    }



    .owl-carousel .owl-item img {
        max-height: 310px !important;
    }

    .header-tops .profile-image {
        margin-bottom: 0;
        text-align: center;
    }

    #header h2 {
        margin-top: 5px;
        font-size: 16px;
        text-align: center;
        line-height: 35px;
    }


    .n-menu .nav-menu a:before {
        bottom: 0px !important;
        left: 24%;
    }

}

@media (max-width:470px) {
    .-menu li p {
        font-size: 12px !important;
    }

    ul.-menu li img {
        width: 25px !important;
    }

    .n-menu .nav-menu a:before {
        bottom: 0px !important;
        left: 22%;
    }
}

@media (max-width: 344px) {
    #header h1 {
        font-size: 29px;
    }

    .profile-image img {
        max-height: 100px !important;
    }

    .-menu li p {
        font-size: 9px !important;
    }

    .n-menu .nav-menu a:before {
        bottom: 0px !important;
        left: 20%;
    }
}

/*end responsive*/

.secound-menu li {
    float: left;
    margin: 0 10px;
    text-align: center;
    list-style: none;
}

.owl-carousel img {
    height: 350px;
}

ul.-menu {
    padding: 5px 0;
}

.header-tops {
    margin-top: 20px;
}



.responsive-content p {
    margin-bottom: 3px;
    display: inline;
}

.responsive-content {
    list-style: none;
    margin: 0;
    padding: 5px 19px;
}

.responsive-content i {
    font-size: 19px;
    line-height: 0;
    padding: 0;
    margin: 0;
    margin-right: 3px;
    color: #f7610c;
    transform: translateY(4px);
}

.responsive-content a {
    color: #000;
    font-size: 15px;
}

.responsive-content li {
    padding: 6px;
    background: transparent;
    margin: 6px 0;
    border-radius: 5px;
}

.responsive-content li:hover a {
    color: #f7610c;
}

.responsive-content li:last-child a {
    color: #000;
    cursor: default;
}

ul.-menu li img {
    /* height: 31px; */
    width: 30px;
}

ul.responsive-content li p {
    font-size: 12px;
}

ul.sm-mb li a:hover {
    color: #fff;
}

ul.sm-mb li a {
    transition: .5s;
}

.f-payment {
    padding: 62px 0 !important;
}

.form-group input,
.form-group textarea {
    border: 1px solid #2d2d2e;
    color: #000;
}

.s-payment {
    padding: 14px 0 !important;
}