* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    direction: ltr
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Roboto";
    /* height: 9000px; */
}
/* start links */
/* Start Links Icons */
.links-icons {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
}
.links-icons .link-icon {
    width: 40px;
    height: 40px;
    background: #FFF;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    color: #333;
    line-height: 1.7em;
    border: 1px solid #333;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 10px
}
.links-icons .link-icon:hover {
    color: #FFF;
    background: #f4b942!important;
    border: 1px solid #f4b942;
}
/* End Links Icons */
/* Begin Navbar */
.navbar {
    background: transparent;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.navbar-nav>li>a {
    font-size: 18px;
    color: #FFF;
    padding: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.navbar-nav>li>a:hover {
    background: none;
    color: #f4b942

}
.ba-gr-nav {
    background: rgba(255,255,255,0.91);
    -webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 15%);
            box-shadow: 0 2px 20px 0 rgb(0 0 0 / 15%)
}
.ba-gr-nav>li>a {
    color: #333;
}
.ba-gr-nav li a {
    color: #333 !important;
}
.navbar-brand {
    font-size: 28px;
    color: #333;
}
.navbar-toggle .icon-bar {
    background: #12122a
}
.navbar-nav li {
    float: left
}
.translate-mob {
    display: none;
}
.nav.navbar-nav.navbar-left {
    position: absolute;
    left: auto;
    right: 3%;
    top: 18px;
}
.fixed-top.navbar-light .navbar-nav .nav-link {
    color: #FFF !important
}
.ba-gr-nav.fixed-top.navbar-light .navbar-nav .nav-link {
    color: #333 !important
}
@media (max-width: 767px) {
    .navbar {
        background-color: rgba(255,255,255,0.91);
    }
    .navbar-nav>li>a {
        color: #333
    }
    .navbar-nav {
        padding: 0
    }
    .navbar-nav li {
        float: none;
    }
    .translate-mob {
        display: block;
        position: absolute;
        top: -12PX;
        left: 12px;
    }
    .fixed-top.navbar-light .navbar-nav .nav-link {
        color: #333 !important
    }
}
/* End Classes Gloabl */
/* Begin Header */
.header {
    background: url("../images/header.jpg") no-repeat fixed;
    background-size: cover;
    height: 100vh;
    position: relative;
    background-position: center;
}
.header .overlay {
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFF;
    padding-left: 60px
}
.header .overlay span {
    font-size: 30px
}
.header .overlay h1 {
    font-size: 70px;
    margin-top: 40px;
}
.header .overlay h1 span {
    font-size: 70px;
    font-weight: bold
}
@media(max-width:767px) {
    .header .overlay h1,
    .header .overlay h1 span {
        font-size: 40px;
    }
    .header .overlay {
        margin: 0;
        text-align: center;
        padding: 10px
    }
    .header .overlay span {
        font-size: 18px;
    }
}
/* End Header */
/* Begin About Me */
.about-me {
    margin-top: 140px
}
.about-me h2 {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 60px
}
.about-me h3 {
    font-weight: bold;
    font-size: 30px
}
.about-me span {
    color: #fc3
}
.about-me p {
    line-height: 2em
}
.about-me .image-about-me img {
    border-radius: 0 50px 0 50px;
    -webkit-box-shadow: 4px 4px 13px rgba(0,0,0,0.3);
            box-shadow: 4px 4px 13px rgba(0,0,0,0.3);
            max-width: 80%;
            margin: auto;
            margin-bottom: 30px;

}
@media(max-width: 767px) {
    .about-me {
        text-align: center;
    }
    .about-me h2 {
        font-size: 45px;
    }
}
.btn-resume {
    padding: 14px 20px;
    font-size: 18px;
    background: #2e2d33;
    color: #f4b942;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    box-shadow: 0 5px 2px;
    transition: all .3s ease-in-out;
    font-weight: bold;
    direction: ltr;
    text-decoration: none;
}
.btn-resume i {
    color: #FFF;
    transition: all .3s ease-in-out;
}
.btn-resume:hover {
    box-shadow: none;
    transform: translateY(6px);
    background: #f4b942;
    color: #2e2d33;
    text-decoration: none;
}
.btn-resume:hover i {
    color: #2e2d33;
}
/* End About Me */
/* Beging My services */
.my-services {
    background: #f2f2f2;
    padding-bottom: 150px
}
.my-services h2 {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 20px;
}
.my-services .box-service {
    border: 2px solid #DDD;
    padding: 40px 20px ;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #FFF;
    border-radius: 0 25px 0 25px;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    min-height: 526px;
}
.my-services .box-service h3 {
    font-weight: bold;
    margin-top: 30px;
}
.my-services .box-service .icon img {
    height: 200px;
    margin: auto
}
.my-services .box-service i {
    font-size: 80px;
}
.my-services .box-service a {
    width: 60px;
    height: 60px;
    background: #f4b942;
    display: block;
    margin: auto;
    border-radius: 50%;
    color: #FFF;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s 
}
.my-services .box-service a i {
    font-size: 36px;
    line-height: 1.6em;
}
.my-services .box-service:hover {
    border: 2px solid #fc3;
}
.my-services .box-service:hover a {
    background: #12122a;
}
@media(max-width: 767px) {
    .my-services h2 {
        font-size: 45px;
    }
}
/* End My services */
/* Begin My Projects */
.my-projects {
    margin-top: 120px
}
.my-projects h2 {
    font-size: 80px;
    margin-bottom: 50px
}
.my-projects .box-pro {
    margin-top: 60px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    border-radius: 10px;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    overflow: hidden;
}
.my-projects .box-pro a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
.my-projects .box-pro a:hover {
    text-decoration: none
}
.my-projects .box-pro .image {
    max-height: 278px;
    overflow: hidden;
}
.my-projects .box-pro .txt {
    padding: 10px;
}
.my-projects .box-pro .txt h3,
.my-projects .box-pro .txt p {
    font-size: 16px;
    margin: 8px 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.my-projects .box-pro .txt span {
    color: #999
}
.my-projects .box-pro:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px)
}
.my-projects .box-pro:hover .txt h3 {
    color: #f4b942
}
@media(max-width: 767px) {
    .my-projects h2 {
        font-size: 35px;
    }
}
/* End My Projects */
/* Begin Contact Me */
.contact-me {
    margin-top: 120px;
    background: #f2f2f2;
    padding: 30px 0;
    position: relative;
}
.contact-me .shapes {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.contact-me span {
    color: #f4b942
}
.contact-me h2 {
    font-size: 38px;
    font-weight: bold
}
.contact-me .input {
    margin-top: 30px;
}
.contact-me .input label {
    color: #777
}
.contact-me .input input ,
.contact-me .input textarea {
    width: 100% !important;
    color: #666;
    height: auto !important;
    border-radius: 0;
    padding: 15px 25px !important;
    margin-bottom: 6px;
    border: 2px solid #eeeeee50;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.contact-me .input input:focus ,
.contact-me .input textarea:focus {
    outline: none;
    border: 2px solid #f4b942;
}
.contact-me .contact-info {
    width: 100%
}
.contact-me .contact-info .box-info {
    background: #2e2d33;
    color: #FFF;
    margin: auto;
    max-width: 300px;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    font-size: 20px;
}
.contact-me .contact-info .box-info h4 {
    direction: ltr;
}
.contact-me .contact-info .box-info i {
    font-size: 60px;
    color: #f4b942
}
.contact-me .contact-info .box-info p {
    font-size: 16px;
}
@media(max-width: 767px) {
    .contact-me h2 {
        font-size: 18px;
    }
    
}
/* End Contact Me */
/* Begin My happy clients */
.clients-says {
    margin-top: 120px;
    overflow: hidden;
    margin-bottom: 142px;
}
.cli-says .item {
    background: #fff;
    padding: 12px;
    margin: 20px;
    border-radius: 10px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cli-says .item.slick-current  {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transform: scale(1.1);
}
.slick-list.draggable {
    direction: ltr;
}
.clients-says .cli img {
    border-radius: 30% 0 0 0
}
.clients-says .cli-says h2 {
    font-size: 50px;
    font-weight: bold
}
.clients-says .cli-says span {
    font-size: 52px;
    font-family: Arial, Helvetica, sans-serif;
    color: #f4b942
}
.clients-says .cli-says .txt-says {
    min-height: 200px;
}
.clients-says .cli-says .txt-says img {
    border-radius: 50%;
    width: 60px
}
.clients-says .cli-says .txt-says p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    width: 100%;
}
.clients-says .cli-says .txt-says h3 {
    color: #f4b942;
    font-size: 20px;
    margin-top: 8px;
}
.clients-says .cli-says .says-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center
}
.clients-says .cli-says .says-button a {
    font-size: 36px;
    background: #2e2d33;
    padding: 20px 40px;
    color: #FFF;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}
.clients-says .cli-says .custom-arrows  {
    margin: auto;
    text-align: center;
    width: 170px
}
.clients-says .cli-says .custom-arrows div {
    background-color: #333;
    color: #f4b942;
    font-size: 29px;
    margin: auto;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 30px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.clients-says .cli-says .custom-arrows div:hover {
    background: #c18714;
    color: #FFF
}
@media(max-width: 767px) {
    .clients-says .cli-says span {
        font-size: 30px;
    }
    .clients-says .cli-says h2 {
        font-size: 25px;
        margin-top: 50px;
    }

    
}
/* End My happy clients */
/* Begin brands */
.brands {
    background: #f2f2f2;
    padding: 20px;
    overflow: hidden;
}
.brands h2 {
    font-size: 60px !important;
    font-weight: bold;
    margin-bottom: 30px;
}
.brands p {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 60px;
}
.brands .box-img {
    margin-right: 20px;
    height: 220px;
    max-width: 320px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 58px 10px 58px 10px;
    transition: all ease-in-out 0.2s;
    background-color: #FFF;
    margin: 20px;
    padding: 40px

}
@media(max-width: 500px) {
    .brands .box-img {
       padding: 5px;
       border-right: none;
       height: 140px;
    }
    .brands h2 {
        font-size: 22px;
    }
    .brands h2 {
        font-size: 30px !important;
    }
}
.brands .box-img img {
    transition: all ease-in-out 0.2s;
    width: 126px;
}
.brands .box-img:hover img {
    opacity: 1;
}
/* End brands */
/* Begin My Skills */
.skills {
    margin-top: 120px;
    overflow: hidden;
}
.skills h2 {
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}
.skills p {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    max-width: 1200px;
    margin: auto
}
.skills .skills-prog .prog {
    width: 100%;
    background: #f2f2f2;
    height: 10px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}
.skills .skills-prog .prog .pss {
    width: 82%;
    display: block;
    background: #f4b942;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    z-index: 1;
}
.skills .skills-prog:nth-child(2) .prog .pss {
    width: 85%;
}
.skills .skills-prog:nth-child(3) .prog .pss {
    width: 75%;
}
.skills .skills-prog:nth-child(4) .prog .pss {
    width: 70%;
}
.skills .skills-prog:nth-child(5) .prog .pss {
    width: 85%;
}
.skills .skill-box {
    margin: auto;
}
@media(max-width: 767px) {
    .skills .skill-box {
        max-width: 300px
    }
    .skills h2 {
        font-size: 30px;
    }
    
}
.skills .skill-box {
    direction: ltr !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.skills .boxs-skill {
    width: 180px;
    background: #f2f2f2;
    margin-top: 30px;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    padding: 32px 10px;
    border-radius: 10px;
} 
.skills .boxs-skill i {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 90px;
    color: #888;
    margin-bottom: 20px;
}
/* End My Skills */
/* Begin Resume */
.resume {
    margin-top: -100px;
    min-height: 500px;
    overflow: hidden;
}
.resume .row-res {
    width: 49%;
    float: right;
    margin: 0;
    padding: 0
}
.resume .content-res {
    margin: 120px 16px 16px 0;
    padding: 4px;
    overflow: hidden;
}
.resume .content-res p {
    padding-right: 40px
}
.resume .content-res h2 {
    font-weight: bold;
    font-size: 35px
}
.resume .back-img-res {
    background: url("../images/pages.jpg") no-repeat;
    background-size: cover;
    min-height: 500px
}
.resume .content-resume .resm-cont {
    background: #f2f2f2;
    padding: 40px 35px 40px;
    margin-top: -80px;
    display: none
}
.resume .content-resume .resm-cont.active {
    display: block
}
.resume .content-resume .resm-cont h3 {
    margin: 0;
}
.resume .content-resume .resm-cont p {
    line-height: 27px
}
.resume .content-resume .resm-cont h3 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px
}
.resume .content-resume .resm-img {
    margin-top: -80px;
}
.resume .content-resume .resm-list {
    margin-top: -80px;
}
.resume .content-resume .resm-list ul {
    padding: 0 20px;
}
.resume .content-resume .resm-list li {
    background: #2e2d33;
    color: #FFF;
    border-bottom: 3px solid #fc3;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s
}
.resume .content-resume .resm-list li.active {
    background: #f4b942;
    color: #FFF;
}
.resume .content-resume .resm-list li h5 {
    font-size: 25px;
    font-weight: bold
}
@media(max-width:767px) {
    .resume .row-res {
        width: 100%;
        padding: 30px;
        margin-top: 5px
    }
    .resume .content-resume .resm-list {
        margin-top: 0
    }
    .resume .content-resume .resm-list li {
        width: 50%;
        float: left;
    }
    .resume .content-resume .resm-list li:first-child {
        border-right: 1.5px solid #fc3;
    }
    .resume .content-resume .resm-list li:nth-child(2) {
        border-left: 1.5px solid #fc3;
    }    
    .resume .content-resume .resm-list li:last-child {
        border-left: 1.5px solid #fc3;
    }  
    .resume .content-resume .resm-list li:nth-child(3) {
        border-right: 1.5px solid #fc3;
    }      
    .resume .content-resume .resm-cont {
        margin-top: -3px
    }
    .skills .boxs-skill {
        width: 102px;
        text-align: center;
        padding: 14px 0;
        font-size: 17px;
    }
    .skills .boxs-skill i {
        font-size: 40px;
    }
}
/* End Resume */
/* Begin Footer */
.footer {
    background: #2e2d33;
    color: #FFF;
    padding: 20px 0
}
.footer .title-footer {
    color: #FFF;
    font-weight: bold;
    padding: 12px 0;
    position: relative
}
.footer .title-footer:after {
    content: " ";
    display: block;
    width: 50px;
    background: #fc3;
    height: 2px;
    position: absolute;
    bottom: 0
}
.footer .list-footer {
    padding: 0;
    font-size: 18px;
}
.footer .list-footer li {
    margin: 10px 0 
}
.footer .extr {
    font-weight: bold;
}
.footer .numb {
    color: #f4b942;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
}
.footer .list-footer li a {
    color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.footer .list-footer li a:hover {
    text-decoration: none;
    color: #fc3
}
.footer .list-footer li a i {
    margin: 0 10px
}
.footer .icons-link li {
    float: left;
    background: #000;
    margin: 5px;
    border-radius: 50%;
    padding: 0
}
.footer .icons-link li a {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 38px;
}
.end-footer {
    padding: 30px 0;
    background-color: #111;
    color: #FFF
}
.end-footer p {
    margin: 0;
    padding: 0;
    line-height: 0;
}
@media(max-width: 767px) {
    .footer .lead ,
    .footer ul {
        padding: 5px 15px !important
    }
    .end-footer p {
        font-size: 10px
    }
}
/* End Footer */
/* Start Contact Me */
.contact-form .custom-alert {
    padding: 5px 10px;
    display: none
}
/* End Contact Me */