@import url(https://fonts.googleapis.com/css?family=Ubuntu:300);
html {
    overflow-x: hidden;
}

.navbar-brand a img {
    width: 250px;
    height: auto;

}

body {
    background: #10101a;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 400;
}

#preloader{
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 999999999;
}

#status{
    width: 100%;
    height: 100%;
    position:absolute;
    left: 0%;
    top: 0%;
    background-image: url(/ok.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10%;
}
 /* 
img {
    max-width: 100%;
}*/
img {
    max-width: 100%;
}

* {
    outline: none !important;
}

a {
    color: #FF0000;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}

.header-left {
    width: 80px;
    position: fixed;
    bottom: 0;
    top: 0;
    background: #0f0f0f;
    border-right: 1px solid rgba(11, 11, 10, 0.1);
    z-index: 99999;
}

.header-left .top a {
    background: #FF0000;
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 40px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    display: inline-block;
    vertical-align: top;
    text-align: center;

}

.header-left .nav-menu {
    padding-top: 45px;
    padding-bottom: 45px;
}

.nav-menu li {
    width: 100%;
}

.nav-menu li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-link {
    margin: 0;
    padding: 10px 0;
    color: white;
    text-decoration: none;
    transition: ease all 0.35s;
    text-align: center;
}

.nav-link i {
    font-size: 35px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

button.toggler-menu {
    background: none;
    border: none;

}

.mob-header {
    padding: 15px;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}

.toggler-menu {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0;
    border-radius: 0;
    padding: 0;
    margin-left: 15px;
    background: #FF0000;
    border: none;
    margin-left: auto;
}

.toggler-menu span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 2px;
    margin: auto;
    background: #fff;
    color: white;
    box-shadow: 0px -8px 0 0 currentColor, 0px 8px 0 0 currentColor;
}

@media (max-width: 767px) {
    .mob-header {
        display: block;
    }

    .header-left {
        transition: ease all 0.35s;
        left: -200px;
        z-index: 222;
    }

    .header-left.menu-open {
        left: 0;
    }
}

.navbar-brand a img{
    width: 200px;
    height: auto;
}

.bds{
    font-size: 24px;
}

.init{
    color: #FF0000;;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner:after {
    content: "";
    position: absolute;
    right: -20vh;
    bottom: -20vh;
    width: 120vh;
    height: 120vh;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.top-fixed {
    position: absolute;
    padding: 30px 50px 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.info{
    margin-left: 195px;
}

.info label{
    margin: 0;
    color: white;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.info label + label{
    margin-left: 40px;
}

.social{
    margin-left: auto;
    font-size: 20px;
}

.social a i{
    margin-right: 10px;
    color: white;
    width: 43px;
    height: 43px;
    border-radius: 50px;
    border: 2px solid white;
    padding: 10px;
    line-height: 20px;
    text-align: center;
}

.banner .full-screen{
min-height: 100vh;
}

.banner .me{
    position: absolute;
    right: 0;
    width: 46vw;
    height: 100%;
    background-size: cover;
    top: 0;
    background-repeat: no-repeat;
    background-position: top left;
}

.box{
    padding-top: 90px;
    padding-bottom: 50px;
    font-family: 'gautami', sans-serif;
}

.box h6{
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
    font-family: 'gautami', sans-serif;
}

.box h1{
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px;
    color: white;
    font-family: 'gautami', sans-serif;
}

.box .lead{
    color: white;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.box .desc{
    max-width: 450px;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.btn-bar{
    padding-top: 10px;
    font-family: 'Poppins', sans-serif;
}

.btn-bar a{
    color: white;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    padding-left: 0;
    transition: ease all 0.35s;
}

.btn-bar a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    widows: 0;
    height: 2px;
    background: currentColor;
    transition: ease all 0.35s;
}

.btn-bar a:hover{
    padding-left: 45px;
}

.btn-bar a:hover:after{
    width: 40px;
}

@media (max-width: 767px) {
    .banner .top-fixed{
        display: none !important;
    }
}

@media (max-width: 767px) {
    .banner .box h6{
       font-size: 18px;
       margin: 0 0 10px;
    }
}

@media (max-width: 767px) {
    .banner .box h1{
       font-size: 50px;
    }
}

@media (max-width: 767px) {
    .banner .box .lead{
       font-size: 16px;
       margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .banner .me{
       opacity: 0.4;
       width: 80vw;
    }
}

#about{
    font-family: 'Poppins', sans-serif;
}

.about-me img{
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid white;
    position: relative;
}

.about-me .social-icons{
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
}

.about-me .social-icons a{
    width: 45px;
    height: 45px;
    line-height: 41px;
    background: #0b0b13;
    border: 2px solid white;
    color: white;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin: 0 5px;
    transition: ease all 0.35s;
    transform: scale(1);
    margin-top: -150px;
}

.social-icons a i{
    line-height: inherit;
}

.social-icons a:nth-child(1){
    top: -25px;
}

.social-icons a:nth-child(2){
    top: -8px;
}

.social-icons a:nth-child(4){
    top: -8px;
}

.social-icons a:nth-child(5){
    top: -25px;
}

.social-icons a:hover{
    transform: scale(1.1);
    background: #FF0000;
    color: wheat;
}

.info{
    text-align: center;
    padding-top: 40px;
    color: white;
    width: 300px;
    margin-left: 7%;
}

.info h3{
    font-weight: 400;
    font-size: 30px;
}

.info p{
    margin: 0;
    font-size: 16px;
}

.info-list{
    padding-top: 15px;
    color: white;
}

.info-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-list li{
    padding: 4px 0;
}

.info-list label{
    color: white;
    margin: 0;
    font-weight: 400;
    padding-right: 10px;
}

.separated{
    background-image: url(/img/border.png);
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: repeat-x;
    background-size: 6px;
    background-position: center;
}

.box1{
    background: #0b0b13;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.box1:before{
    content: "";
    position: absolute;
    top: -220px;
    left: -220px;
    width: 220px;
    height: 220px;
    border-radius: 0;
    z-index: -1;
    background: #0b0b13;
    transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
}

.box1:after{
    content: "";
    position: absolute;
    top: -72px;
    left: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: -2;
    background-color: #f7f317;
    background-image: linear-gradient(315deg, #f7f317 0%, #FF0000 74%);
    transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.15s;
}

.box1 .icon{
    line-height: 60px;
    font-size: 40px;
    color: white;
}

.box1 .content{
    padding-top: 25px;

}

.box1 h5{
    margin-bottom: 30px;
    color: white;
    font-size: 25px;
}

.box1:hover:before{
    top: -72px;
    left: -40px;
    border-radius: 50%;
}

.box1:hover:after{
    content: "";
    width: 120%;
    left: -10%;
    top: -10%;
    height: 120%;
    border-radius: 0;
    transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
}


#wrap{
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 50px;
}

.wrapper{
    position: relative;
    padding: 0 0 50px 0;
    margin: 0 auto;
}

.wrapper img{
    width: 395px;
    height: 277px;
}

.topbar{
    position: relative;
    padding: 20px 0;
    margin: 0 0 40px;
}

.back{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #999;
    background: #ddd;
    cursor: pointer;
    display: none;
    user-select: none;

}

.tp-grid{
    list-style: none;
    position: relative;
    display: block;
}

.tp-grid li{
    position: absolute;
    cursor: pointer;
    border: 5px solid white;
    display: none;
    overflow: hidden;
    backface-visibility: hidden;
}

.no-js .tp-grid li{
    position: relative;
    display: inline-block;

}

.tp-grid li a{
    display: block;
    outline: none;
}

.tp-grid li img{
    display: block;
    border: none;
}

.tp-info, .tp-title{
    position: absolute;
    background: white;
    line-height: 20px;
    color: #292929;
    font-size: 22px;
    line-height: 26px;
    top: 40%;
    width: 75%;
    padding: 10px;
    font-weight: 400;
    text-align: right;
    left: -100%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1),
                10px 0 10px -3px rgba(0, 0, 0, 0.7),
                inset 0 0 5px rgba(0, 0, 0, 0.04);
}

.tp-title{
    padding: 10px 35px 10px 10px;
    left: 0px;
}

.tp-title span:nth-child(2){
    color: white;
}

#Blog h2{
    font-family: 'Poppins', sans-serif;
}

.subtitle{
    color: white;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 65px;
    text-transform: uppercase;
    margin-bottom: 100px;
    border: 3px solid white;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
}

.folio{
    position: relative;
    text-align: center;
}

.port{
    width: 200px;
    text-align: center;
    overflow: hidden;
    transform: rotate(45deg);
    height: 200px;
    position: relative;
    display: inline-block;

}

.port img{
    transform: rotate(-45deg);
    width: 284px;
    height: 284px;
    margin: -41px 0 0 -41px;
    filter: blur(0);
}

.port .one{
    left: -120px;
    position: relative;
}

.port .two{
    left: -39px;
    position: relative;
}

.port .three{
    left: 42px;
    position: relative;
}

.port .four{
    left: 124px;
    position: relative;
}

.port .five{
    left: -80px;
    position: relative;
    top: -57px;
}

.port .six{
    left: 1px;
    position: relative;
    top: -59px;
}

.port .seven{
    left: 83px;
    position: relative;
    top: -58px;
}

.port .eight{
    left: -38px;
    position: relative;
    top: -116px;
}

.port .nine{
    left: 43px;
    position: relative;
    top: -117px;
}

.Hover{
    width: 284px;
    height: 284px;
    left: 0;
    position: absolute;
    top: 0;
    text-align: center;
    background: rgba(64, 64, 64, 0.85);
    transform: rotate(-45deg) scale(0);
    transition: all 400ms ease;
    margin: -41px 0 0 -41px;
    line-height: 20px;
}

.Hover a.prePhoto{
    background: #de3c2f none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: white;
    font-size: 20px;
    height: 40px;
    left: -50px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.Hover a.prePhoto:hover{
    color: white;
}

.Hover a i{
    position: relative;
    top: 10px;
}

.port .Hover{
    opacity: 0;
    visibility: hidden;
}

.port:hover .Hover{
    opacity: 1;
    visibility: visible;
    transform: rotate(-45deg) scale(1);
    filter: blur(0);
}

.Hover a.details{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #404040;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    right: -50px;
    bottom: 0;
    margin: auto;
}

.Hover a.details:hover{
    color: #de3c2f;
}

.Btn{
    position: relative;
}

.viewBtn{
    background: #de3c2f none repeat  scroll 0 0;
    display: table;
    height: 200px;
    left: 4px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -174px;
    width: 200px;
    z-index: 1;
    transform: rotate(-45deg);
    transition: all 700ms ease;  
}

.viewBtn a{
    display: table-cell;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    vertical-align: middle;
    transform: rotate(45deg);
}

.cube{
    overflow: hidden !important;
    margin-top: 30px;
}

.cbp-l-caption-alignCenter{
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.cbp-caption:hover .cbp-l-caption-alignCenter{
    opacity: 1;
}

.plus{
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.plus:before{
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus:after{
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus:before,
.plus:after{
    content: "";
    position: absolute;
    background: white;
}

.cbp-item a img{
    transition: all 0.5s ease-in-out;
}

.cbp-item a:hover img{
    transform: scale(2) !important;
}

.contact-info{
    font-family: 'Poppins', sans-serif;
}

.contact-info h4{
    font-size: 34px;
    color: white;
    font-weight: 400;

}

.contact-info p{
    font-size: 16px;
}

.contact-info ul{
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
}

.contact-info  li{
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 1.3;
    position: relative;
}

.contact-info  li i{
    width: 30px;
    text-align: center;
    color: #FF0000;
    font-size: 22px;
}

.contact-info  li span{
    padding-left: 10px;
}

.contact-info  li + li{
    padding-top: 10px;
}

.contact-form{
    font-family: 'Poppins', sans-serif;
}

.contact-form h4{
    font-weight: 400;
    color: white;
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-form .form-control{
    color: white;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: calc(2em + 0.75rem + 2px);
}

.contact-form textarea.form-control{
    height: auto;
}

.btn-primary{
    border: 2px solid white;
    background: transparent;
    color: white;
    padding: 15px 35px;
}

.google-map{
    margin-top: 50px;
}

.google-map .embed{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.google-map .embed:before{
    padding-top: 30%;
}

.footer{
    padding: 12px 0;
    background: #0b0b13;
}

.footer .nav a{
    color: white;
    font-size: 14px;
    margin: 15px;
}

.footer .nav a:hover{
    color: #FF0000;
}

.footer p{
    color: white;
    font-stretch: 14px;
    margin: 0;
}

.fa-angle-up{
    font-size: 25px;
    border: 2px solid white;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
}

/* Start About Area */ 

.about-area{
    padding: 8rem 5rem;
    color: #ddd;
}

.about-area .about-title h2 > span{
    display: block;
    font: normal bold 49px/ 60px var(--roboto);
    letter-spacing: 21px;
}

.about-area .about-title .paragraph > p{
    padding: .4rem 0;
}

/* End About Area */ 

 

