@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: none;
}
.tophead{
    margin: 56px 0 !important;
    vertical-align: bottom;  
}

img {
    max-width: 100%;
    height: auto;
}
h1{
    font-weight: 100 !important;
}
#wrapper {
    overflow: hidden;
}

header {
    padding: 20px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headtop{
    padding: 20px 20px !important;
    width: 100%; 
    margin: 0 !important;
}
.logombl{
    display: none;
}
.scroll-down {
    position: fixed;
    right: 0;
    bottom: 40px;
    transform: rotate(90deg);
    cursor: pointer;
    /* z-index: 100; */
}
.pop-wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 2222222;
}

.pop-wrap.active {
    display: block;
    z-index: 2222222;
}
 .bannerimges{
    margin: 0 auto;
 }

.close-btn {
    position: absolute;
    padding: 0px 15px;
    right: 42px;
    top: 23px;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 2px;
    border: 1px solid transparent;
    background: #ffffff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.close-btn img {
    height: 18px;
}

.pop-wrap iframe {
    width: 100%;
    height: 100vh;
    display: none;
    
}

.pop-wrap iframe.active {
    display: block;
    z-index: 222222222;
}
.sep-section{
    padding: 50px 0 !important;
    overflow: hidden !important;
    margin-bottom: 50px !important;
}
.swiper-test {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10000;
    opacity: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}

.fixed {
    position: fixed;
    width: 100%;
    /*padding: 20px 20px;*/
    z-index: 10;
    background: rgba(255, 255, 255, 0.9)
}

.logo {
    width: 90px;
    float: left;
    margin-left: 20px;
    margin-top: 14px;
}
.bannerbg{
    background: url(../img/mx-cover-image.jpg) center no-repeat!important;
    background-size: contain;
    height: 860px;
}

.hero-banner {
    margin: 45px auto -80px;
    clear: both;
    background-size: content;
    text-align: center;
    position: relative;
}

section {
    padding: 180px 0 0;
}
p{
    font-weight: 400;
}
.swiper-wrapper {
    height: auto !important;
}

#about {
    overflow: hidden;
}

section h3 {
    font-size: 2.25em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 40px 0;
}

.anim1 {
    animation: contslide 1s forwards;
    position: relative;
}

.filter-cont .col-md-3,
.carousel .col-md-3 {
    padding: 0;
}

@keyframes contslide {
    0% {
        left: 20px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

.subnav ul {
    padding: 0;
    text-align: center;
    margin: 0 0 20px;
}

.subnav li {
    display: inline;
    margin: 0 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.subnav li a,
.subnav li a.active {
    color: #000 !important;
    position: relative;
    text-decoration: none;
}

.subnav li a:hover {
    color: #000;
    text-decoration: none;
}

.read-more a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-style: oblique;
    padding-bottom: 3px;
}

.contact-mail {
    text-decoration: none;
    font-style: oblique;
}

.subnav li a:before,
.subnav li a.active:before,
.categories span:before,
.categories span.active:before,
#contact a:before,
.hero-text h4 a:before,
.hover-foo a:before,
.read-more a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.subnav li a.active:before,
.categories span.active:before {
    visibility: visible;
    transform: scaleX(1);
}

.subnav li a:hover:before,
.categories span:hover:before,
#contact a:hover:before,
.hero-text h4 a:hover:before,
.read-more a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hover-foo a:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.slider {
    padding: 10px 0 0;
    font-weight: 300;
    width: 100%;
}

.slider p {
    font-size: 0.875em;
}

.slider h4 {
    font-size: 1.75em;
    font-weight: 300;
}

.slider h5 {
    font-size: 0.875;
    font-weight: 600;
    margin: 20px 0 0;
}

.slider h6 {
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0;
}

.slider .bio {
    font-size: 1em;
    font-weight: 300;
}

.slider .bio h6 {
    font-size: 0.875em;
    font-weight: 300;
    border-bottom: 1px solid #C8C8C8;
    padding: 10px 0;
}

.exp-cont p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.sec-education {
    margin: 50px 0 0;
}

.bio-more {
    display: none;
}

.p-t-10 {
    padding-top: 10px;
}

.btn-send {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    padding: 13px 38px;
    border: 1px solid #000;
    box-shadow: none;
    outline: none;
    position: relative;
    transition: 0.5s all;
    /* margin: 30px 0 0; */
}
.btn-resume
 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    padding: 13px 38px;
    border: 1px solid #000;
    box-shadow: none;
    outline: none;
    position: relative;
    transition: 0.5s all;
    /* margin: 30px 0 0; */
}

.btn-resume, .btn-send {
    display: block;
    /* font-size: 1em; */
    margin: 0;
}

.btn-resume:hover,
.btn-send:hover {
    background: #000;
    color: #fff !important;
    text-decoration: none;
}

.btn-resume img {
    opacity: 0;
}

.btn-resume:after {
    top: initial;
    bottom: 0;
    background-position: left bottom;
    text-decoration: none !important;
}

.btn-resume:hover:before {
    left: 20px;
}

.btn-resume:hover:after {
    left: -20px;
}

.btn-download {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}

.btn-download h5 {
    font-size: 11px;
    margin: 0 20px;
    text-align: center;
    /* font-weight: 400; */
}

.btn-download h5 span {
    display: block;
    font-size: 28px;
    margin: 5px 0 0;
    line-height: 0.5;
}

.btn-resume {
    margin: 15px 0 0;
}

.skill-row {
    padding-bottom: 10px;
    overflow: hidden;
    margin: 20px 0 0;
}

.skill h3 {
    font-size: 1.25em;
    font-weight: 400;
    text-align: left;
    background: url(../img/ico-user.svg) no-repeat;
    padding: 0 0 0 30px;
    margin: 20px 0 15px;
}

.skill p {
    padding-left: 30px;
}

.note {
    font-size: 0.875em;
    font-weight: 400;
    text-align: center;
    padding: 30px 0 10px;
}

section#contact h4 {
    font-size: 1.75em;
    font-weight: 300;
    text-transform: none;
}

section#contact p {
    font-size: 1em;
    font-weight: 300;
    padding: 0 10% 0 0;
}

section#contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 400;
    line-height: 1.5;
}

section#contact .row {
    padding-bottom: 20px;
    overflow: hidden;
}

#contact a {
    position: relative;
    padding-bottom: 3px;
}

form label {
    display: block;
}

form input {
    display: block;
    width: 100%;
    border: 1px solid #cccccc;
    font-size: 14px;
    outline: none;
    padding: 0 5px;
    height: 40px;
}

form textarea {
    display: block;
    width: 100%;
    border: 1px solid #cccccc;
    outline: none;
    font-size: 14px;
    padding: 5px;
    height: 130px;
    resize: none;
    box-sizing: border-box;
}

.social ul,
.foot-link ul {
    margin: 0;
    padding: 0;
}

.social ul {
    text-align: right;
}

.foot-link ul {
    text-align: center;
}

.social li,
.foot-link li {
    display: inline;
    list-style: none;
}

.social li a,
.social li a:hover {
    text-decoration: none;
}

.foot-link li a {
    color: #000;
    margin: 0 15px;
    padding-bottom: 3px;
}

footer a {
    position: relative;
}

footer {
    font-weight: 400;
    font-size: 0.75em;
    padding: 40px;
    margin-top: 100px;
}
.hover-foo{
    text-align: left; 
    display: grid;
}
.hover-foo a {
    padding-bottom: 3px;
}   

.font-small {
    font-size: 0.916em;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: auto;
}

.carousel,
#carousel-list {
    overflow: hidden;
}

p.categories {
    text-align: center;
    margin: 0 0 50px;
}

.categories span {
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
    padding-bottom: 3px;
    font-weight: 400;
}

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

@media (min-width: 900px) and (max-width: 1440px) {
  
 
.hero-text {

    top: 60% !important;

}
  
}


.hero-text {
    max-width: 260px;
    line-height: 1.2;
    min-height: 400px;
    text-align: right;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -225px;
    color: #999999;
    text-transform: uppercase;
}
.hero-text p{
    font-family: 'BRLNSDB_0';
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
}
.hero-text p span{
    font-family: 'BRLNSDB_0';
    color: #999999;
    text-transform: uppercase;
}
.hero-text h4{
    font-family: 'BRLNSDB_0';
    color: #999999;
}
.hero-text h4 span{
    font-family: 'BRLNSDB_0';
    color: #999999;
}
.hero-text h4 a {
    font-family: 'BRLNSR_0';
    /* font-weight: normal; */
    transition: 0.5s all;
    color: #333333;
    position: relative;
    padding-bottom: 3px;
    padding-left: 5px;
}

.hero-text span {
    display: block;
    font-family: 'BRLNSDB_0';
}

.swiper-slide {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    cursor: pointer;
}

.swiper-slide-anim {
    animation: scalein 1s;
}

@keyframes scalein {
    from {
        transform: scale(0.9) translateY(100px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}
/*menu design*/
.menu-wrap {
    display: inline-flex;
    margin: 0;
    padding: 0; }


/*menu design ends*/

/* humburger Menu*/
header.fixed .vert-line hr {
    background:black !important; }
  header.fixed .hamburger {
    z-index: 10000047;
    border: 1px solid black; }
    header.fixed .hamburger span {
      background: black; }
    header.fixed .hamburger.close {
      position: fixed; }

.hamburger {
    width: 24px;
    height: 20px;
    top: 45px;
    right: 55px;
   /* margin-right: 20px;
    margin-top: 12px; */
    position: fixed;
    z-index: 2222;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
}
  .hamburger:focus {
    outline: none; 
}
  .hamburger.close {
    opacity: 1;
    z-index: 22222222;
 }
    .hamburger.close span:nth-child(1),  {
      -webkit-transform: rotate(45deg) translate(10px, 3px);
      transform: rotate(45deg) translate(12px, 3px); 
     }
    .hamburger.close span:nth-child(2),  {
      -webkit-transform: translate(5px, 0);
      transform: translate(5px, 0);
      opacity: 0; }
    .hamburger.close span:nth-child(3),  {
      -webkit-transform: rotate(-45deg) translate(15px, -7px);
      transform: rotate(-45deg) translate(15px, -7px); 
     }


      .hamburger.close span:nth-child(1){
        -webkit-transform: rotate(45deg) translate(10px, 3px);
      transform: rotate(45deg) translate(3px, 3px) ;  
      }
      .hamburger.close span:nth-child(2){
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
        opacity: 0;
      }
      .hamburger.close span:nth-child(3){
        -webkit-transform: rotate(-45deg) translate(15px, -7px);
      transform: rotate(-45deg) translate(7px, -7px) ;  
      }
  .hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .20s ease-in-out;
    -moz-transition: .20s ease-in-out;
    -o-transition: .20s ease-in-out;
    transition: .25s ease-in-out;
}
    .hamburger:hover span:nth-child(1) {
        top: 0px;
        -webkit-transition: .20s ease-in-out;
        -moz-transition: .20s ease-in-out;
        -o-transition: .20s ease-in-out;
        transition: .20s ease-in-out;
    }
    
    .hamburger:hover span:nth-child(3) {
        top: 14px;
        -webkit-transition: .16s ease-in-out;
        -moz-transition: .16s ease-in-out;
        -o-transition: .16s ease-in-out;
        transition: .16s ease-in-out;
    }
    .hamburger span:nth-child(1) {
      top: 0px; }
    .hamburger span:nth-child(2) {
      top: 7px; }
    .hamburger span:nth-child(3) {
      top: 14px; }

/*mobile menu*/
.menu-list {
        position: fixed;
        right: 60px;
        z-index: 11;
        top: 42px;
        opacity: 0;
        transition: 0.3s all;
    }
.menu-list ul{
    font-family: 'Open Sans', sans-serif !important;
    display: flex;
    align-items: center;
}
.menu-list ul li a{
    font-family: 'Open Sans', sans-serif !important;
}
  .mobile-menu {
    /* position: fixed; */
    /* z-index: 10000012;
    top: 0;
    right: 0;
    left: 0;
    height: 100%; */
    text-align: left;
    box-sizing: border-box;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    /* -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; */
    display: block;
    color: black; 
}
    .mobile-menu:before {
      content: '';
      position: absolute;
      background: none;
      opacity: 0.7;
      top: 0;
      right: 35px;
      bottom: 100px;
      left: 35px;
      -webkit-transform-origin: top center;
      transform-origin: top center;
      -webkit-transform: scale(1, 0.5);
      transform: scale(1, 0.5);
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s; }
    .mobile-menu ul li {
      /* -webkit-transform: translate(0, -1em);
      transform: translate(0, -1em);
      opacity: 0; */
      list-style: none;
      /* transition: opacity .5s, -webkit-transform .5s;
      transition: transform .5s, opacity .5s;
      transition: transform .5s, opacity .5s, -webkit-transform .5s; */
      padding-bottom: 0;
      padding-left: 15px;
      padding-right: 0;
      font-family: 'Open Sans', sans-serif !important;
      font-size: 12px;
     }
      .mobile-menu ul li a {
        text-decoration: none;
        /* color: black; */
        position: relative;
        }
        .mobile-menu ul li a:hover:before {
          width: 100%; }
      .mobile-menu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
    /* .mobile-menu.show {
      -webkit-transform: translate(0, 0%);
      transform: translate(0, 0%); 
    } */
    .mobile-menu.show .menu-list {
        right: 100px;
        top: 42px;
        opacity: 0.97;
    }
      /* .mobile-menu.show:before {
        transition-delay: .15s;
        -webkit-transform: scale(1.5, 1);
        transform: scale(1.5, 1); }
      .mobile-menu.show ul li {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1; }
        .mobile-menu.show ul li:nth-child(1) {
          transition-delay: .15s; }
        .mobile-menu.show ul li:nth-child(2) {
          transition-delay: .3s; }
        .mobile-menu.show ul li:nth-child(3) {
          transition-delay: .45s; }
        .mobile-menu.show ul li:nth-child(4) {
          transition-delay: .6s; }
        .mobile-menu.show ul li:nth-child(5) {
          transition-delay: .75s; }
        .mobile-menu.show ul li:nth-child(6) {
          transition-delay: .9s; }
        .mobile-menu.show ul li:nth-child(7) {
          transition-delay: 1.15s; } */
         
          @media (min-width: 1601px) and (max-width: 1800px) {
            .menu-list {
                position: absolute;
                right: 0;
                left: auto;
                width: 100%;
                height: 100%;
                background: #ffffff;
            }
          }

          @media (max-width: 767px) {
              .bannerbg{
                  display: none;
              }
            .logombl{
                display: initial;
                top: 24px;
                left: 8px;
                /* right: 35px; */
                position: relative;
            }
            .hamburger {
                top: 42px;
                right: 35px;
            }
            .menu-list {
                position: absolute;
                right: 0 !important;
                left: auto;
                width: 100%;
                height: 100%;
                background: #ffffff;
            }
            .mobile-menu ul li a {
                text-decoration: none;
                color: black;
                position: relative;
                font-size: 45px;
                font-weight: 100;
            }
            .mobile-menu {
                position: fixed;
                z-index: 10000012;
                top: 0;
                right: 0;
                left: 0;
                height: 100%;
                -webkit-transform: translate(0, -100%);
                transform: translate(0, -100%);
                transition: -webkit-transform .5s;
                transition: transform .5s;
                transition: transform .5s, -webkit-transform .5s;
            }
            .mobile-menu ul li {
                -webkit-transform: translate(0, -1em);
                transform: translate(0, -1em);
                opacity: 0;
                transition: opacity .5s, -webkit-transform .5s;
                transition: transform .5s, opacity .5s;
                transition: transform .5s, opacity .5s, -webkit-transform .5s;
             }
                .mobile-menu.show {
                -webkit-transform: translate(0, 0%);
                transform: translate(0, 0%); 
                }
                .mobile-menu.show .menu-list {
                    right: auto;
                    opacity:auto;
                    top: 0px;
                    margin: 10px;
                }
                .mobile-menu.show:before {
                    transition-delay: .15s;
                    -webkit-transform: scale(1.5, 1);
                    transform: scale(1.5, 1); }
                    .mobile-menu.show ul {
                        text-align: center;
                         margin: 115px 0;
                    }
                .mobile-menu.show ul li {
                    margin-bottom: 40px;
                    -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
                    opacity: 1; }
                    .mobile-menu.show ul li:nth-child(1) {
                    transition-delay: .15s; }
                    .mobile-menu.show ul li:nth-child(2) {
                    transition-delay: .3s; }
                    .mobile-menu.show ul li:nth-child(3) {
                    transition-delay: .45s; }
                    .mobile-menu.show ul li:nth-child(4) {
                    transition-delay: .6s; }
                    .mobile-menu.show ul li:nth-child(5) {
                    transition-delay: .75s; }
                    .mobile-menu.show ul li:nth-child(6) {
                    transition-delay: .9s; }
                    .mobile-menu.show ul li:nth-child(7) {
                    transition-delay: 1.15s; }
                    .menu-list ul{
                        display: block;
                        padding: 0px;
                    }
          }   
  
  /*mobile menu end*/
/**Social*/

.smGlobalBtn {
    /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.75em;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    background: #000;
    border: 1px solid #000;
}

.twitterBtn:before {
    font-family: "FontAwesome";
    content: "\f099";
    /* add twitter icon */
}

.twitterBtn:hover {
    color: #00ABE3;
    background: #fff;
    border-color: #00ABE3;
}

.linkedinBtn:before {
    font-family: "FontAwesome";
    content: "\f0e1";
    /* add linkedin icon */
}

.linkedinBtn:hover {
    color: #0094BC;
    background: #fff;
    border-color: #0094BC;
}

.pinterestBtn:before {
    font-family: "FontAwesome";
    content: "\f0d2";
    /* add pinterest icon */
}

.pinterestBtn:hover {
    color: #cb2027;
    background: #fff;
    border-color: #cb2027;
}

.tumblrBtn:before {
    font-family: "FontAwesome";
    content: "\f16d";
    /* add tumblr icon */
}

.tumblrBtn:hover {
    color: #3a5876;
    background: #fff;
    border-color: #3a5876;
}


/* Portfolio Hover */

.swiper-slide:hover .port-hover {
    height: 100%;
}

.port-hover {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    overflow: hidden;
    transition: 0.5s all;
    cursor: pointer;
    padding: 0 10px;
}

.port-hover h2 {
    font-size: 16px;
    margin-bottom: 3px;
}

.port-hover p {
    font-size: 11px;
}


/* About Section */
#div1, #div3, #div4, #div5 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 200;
    font-family: 'Open Sans', sans-serif !important;
}
/* #div3{
    margin-top: 56px;
}
#div5{
    margin-top: 56px;
} */
#div4 {
    overflow: hidden;
    line-height: 3;
}

#div4 ul li {
    display: block;
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
}

#div4 ul li::before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

.show-mob {
    display: none;
}


/* Arrows */

.arrow-counter {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.arrow-counter i {
    color: #000;
}

.arrow-counter i:hover {
    color: rgba(0, 0, 0, 0.5)
}

.arrow-counter div {
    padding-left: 10px;
}

.arrow-left,
.arrow-right {
    cursor: pointer;
    width: 21px;
}
.arrow-left{
    margin-top: 4px;
    transform: rotate(180deg);
}

.tabs-content {
    position: relative;
    padding: 0px 100px !important;
}

.fadeInLeft {
    animation: fadeInLeft 1s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        left: 30px
    }
    to {
        opacity: 1;
        left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .pop-wrap {
        z-index: 2222222;
    }
    
    .pop-wrap.active {
        z-index: 2222222;
    }
    .container {
        width: 90%;
    }
    .hero-text {
        margin-left: -150px;
    }
    section#contact p {
        margin: 0 0 10px;
    }
    section#contact ul {
        margin: 0 0 50px;
    }
    .slider .bio {
        width: 100%;
    }
    .categories span {
        margin: 10px 20px;
    }
    .subnav li {
        display: inline-block;
        margin: 10px;
    }
    footer {
        padding: 20px;
    }
    .foot-link {
        margin: 25px 0;
    }
    footer {
        text-align: center;
    }
    .social {
        margin: 0 0 20px;
    }
    .social ul {
        text-align: center;
    }
    .fixed {
        width: 100%;
        padding: 10px;
    }
    section#contact .row {
        padding: 0 0 10px;
    }
    section#contact .row div {
        padding: 0 0 10px;
        margin: 0;
        font-size: 0.875em
    }
    #about {
        /* margin-top: 470px; */
    }
    .close-btn {
        right: 20px !important;
    }
}

section#contact .row div {
    font-size: 0.875em
}


@media only screen and (max-width: 767px) {
    .pop-wrap {
        z-index: 2222222;
    }
    .close-btn img{
        height: 20px;
    }
    
    .pop-wrap.active {
        z-index: 2222222;
    }
    .hero-banner {
        display: flex;
        flex-direction: column;
        height: auto !important;
    }
    .show-mob {
        display: block;
        margin: 20px 0 0;
    }
    video {
        display: none;
    }
    .hero-text {
        order: 1;
        margin: 10px auto 50px;
        position: static;
        transform: translateY(0)
    }
    .btn-download {
        display: block;
    }
    .btn-download p {
        text-align: center;
    }
    .btn-resume:before,
    .btn-resume:after {
        display: none;
    }
    .btn-resume {
        text-align: center;
        display: inline-block;
    }
    .btn-resume img {
        opacity: 1;
    }
    .port-hover h2 {
        font-size: 18px;
    }
    .port-hover p {
        font-size: 14px;
    }
    .tabs-content {
        display: block !important;
    }
    .scroll-down {
        display: none;
    }
    header {
        width: 95%;
    }
    #about {
        margin-top: 470px;   
        margin-left: -15px;
        margin-right: -15px;
    }
    #portfolio
    {
        padding: 0px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .hover-foo {
        text-align: center;
    }
}

@media only screen and (max-width: 650px) {
    .pop-wrap {
        z-index: 2222222;
    }
    
    .pop-wrap.active {
        z-index: 2222222;
    }
    .menu {
        /* display: none; */
    }
    .logo {
        height: 50px;
        margin-left: 4px;
    }
    header {
        padding: 10px 10px;
    }
    #about {
        margin-top: 0px;
    }
    .m-center {
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .bio-more {
        display: inline-block;
    }
    .tabs-content {
        padding: 0px 0px !important;
    }
    .btn-download p {
        text-align: center;
    }
    .btn-resume, .btn-send{
        display: inline-block;
    }
    .btn-resume{
    display: block;
    width: 99%;
    box-sizing: border-box;
    }
    .no-mobile-padding {
        padding-bottom: 0px !important;
    }
    .only-on-mobile {
        display: block !important;
    }
    .not-on-mobile {
        display: none !important;
    }
}

.only-on-mobile {
    display: none;
}
.not-on-mobile {
    display: inline-block;
}

/* The Loader */
.loader-line{
    height: 2px;
    background-color: #fff;
    position: absolute;
  }  

  .content{
    background: #fff;
    display: none;
  }

  html {
      background-color: #000;
  }

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
}

.no-js #loader-wrapper {
    display: none;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #16a085;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin-reverse 0.6s linear infinite;
    animation: spin-reverse 0.6s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 10;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}


/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}


input:focus, textarea:focus {
    border: 1px solid #000000;
}

.scroll-down-arrow {
    opacity: 0;
    width: 12px;
    animation: new-item-animation .7s linear forwards infinite;
    transform: rotate(-90deg) !important;
    margin-top: 0px;
    margin-left: 10px;
}

@keyframes new-item-animation {
    from {
        opacity: 0;
        transform: translateX(-20px);
}

    to {
        opacity: 1;
        transform : translateX(0);
    }
}

.subnav li a, .subnav li a.active {
    padding-bottom: 3px;
}

.text-oblique {
    font-style: normal;

}

h6 {
    padding: 4px 0px;
}
.copyright{
    margin-top: -15px;
} 
.innercon{
    padding-left:100px; 
    padding-right:100px;
}
@media (min-width: 768px) and (max-width: 1280px){
    #about {
        margin-top: 180px;
    }
}
a:focus {
    color: #000000 !important;
    text-decoration: none !important;
}
.section .pop-uper h3{
    font-size: 14px;
}

.section .pop-uper p{
    font-weight: 500;
    font-size: 16px;
}
.pop-footer {
    position: absolute;
    z-index: 22;
    width: 100%;
    
}


/* fonts family */

@font-face {
    font-family: 'BRLNSB_0';
    src: url('../fonts/fonts/BRLNSB_0.eot');
    src: url('../fonts/fonts/BRLNSB_0.eot') format('embedded-opentype'),
         url('../fonts/fonts/BRLNSB_0.woff2') format('woff2'),
         url('../fonts/fonts/BRLNSB_0.woff') format('woff'),
         url('../fonts/fonts/BRLNSB_0.ttf') format('truetype'),
         url('../fonts/fonts/BRLNSB_0.svg#BRLNSB_0') format('svg');
}
@font-face {
    font-family: 'BRLNSDB_0';
    src: url('../fonts/fonts/BRLNSDB_0.eot');
    src: url('../fonts/fonts/BRLNSDB_0.eot') format('embedded-opentype'),
         url('../fonts/fonts/BRLNSDB_0.woff2') format('woff2'),
         url('../fonts/fonts/BRLNSDB_0.woff') format('woff'),
         url('../fonts/fonts/BRLNSDB_0.ttf') format('truetype'),
         url('../fonts/fonts/BRLNSDB_0.svg#BRLNSDB_0') format('svg');
}
@font-face {
    font-family: 'BRLNSR_0';
    src: url('../fonts/fonts/BRLNSR_0.eot');
    src: url('../fonts/fonts/BRLNSR_0.eot') format('embedded-opentype'),
         url('../fonts/fonts/BRLNSR_0.woff2') format('woff2'),
         url('../fonts/fonts/BRLNSR_0.woff') format('woff'),
         url('../fonts/fonts/BRLNSR_0.ttf') format('truetype'),
         url('../fonts/fonts/BRLNSR_0.svg#BRLNSR_0') format('svg');
}
