body{
    margin: 0px;
    padding: 0px;
}
::-webkit-selection { color:#fff; background: #000; }
::-moz-selection { color:#fff; background: #000; }
::selection { color:#fff; background: #000; }

/* Scroll bar */
::-webkit-scrollbar {
    width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f5f5f5; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #000; 
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #222; 
}

/* Commenn */
button, input, a, textarea, select, img, li{
    text-decoration: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

.ld1{
    width: 100%;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 100px;
    color: #888;
    font-family: nt;
    font-size: 14px;
}
.ttl1{
    font-size: 64px;
    font-family: ntB;
    font-weight: 200;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
}
.ttl2{
    font-size: 38px;
    font-family: ntB;
    font-weight: 200;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
}
.ttl3{
    font-size: 20px;
    font-family: nt;
    font-weight: 200;
    line-height: 26px;
}
.p1{
    font-family: nt;
    font-size: 18px;
    color: #888;
    letter-spacing: 3px;
}
.btn1{
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-family: nt;
    cursor: pointer;
    transition: .3s;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.btn1:hover{
    background-color: #fff;
    color: #000;
}
.icons1{
    margin-top: 20px;
}
.icons1 button{
    width: 35px;
    height: 35px;
    padding: 0px;
    border: 0px;
    border-radius: 100px;
    margin: 0px 5px;
    background-image: url('../img/icnset1.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #eee;
    cursor: pointer;
}
.icn1{ background-position: 0px -187px; }
.icn2{ background-position: 0px -233px; }
.icn3{ background-position: 0px -279px; }

.icons1 button:hover{
    background-color: #ddd;
}
.copy-rights{
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    font-family: nt;
    font-size: 14px;
    color: #888;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}


/* back to top */
#backToTop{
    position: fixed;
    width: 35px;
    height: 35px;
    border: 0px;
    right: 50px;
    bottom: 50px;
    background-color: #000;
    padding: 5px;
    background-image: url('../img/bttop.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    display: none;
}

/* Err field */
.err-field{
    background-color: #fceceb !important;
    border-color: #f5bfbc !important;
}
#errMsg1 p{
    font-family: nt;
    font-size: 14px;
    padding: 10px;
}
.er-red{
    color: #dd5246;
    background-color: #f9e1df;
    border: 1px solid #f5d2cf;
}
.er-green{
    color: #58a016;
    background-color: #dff8c9;
    border: 1px solid #d8f3be;
}

/* Main Navbar */
.navmenubar, .closer-bg{
    position: fixed;
    z-index: 99999;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent;
    transition: .3s;
}
.navmenubar{
    background-image: url('../img/nbar1.svg');
}
.closer-bg{
    background-image: url('../img/nbar2.svg');
    animation: rotate1 .3s;
    -webkit-animation: rotate1 .3s;
    -moz-animation: rotate1 .3s;
    -o-animation: rotate1 .3s;
    -ms-animation: rotate1 .3s;
}
@keyframes rotate1{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(90deg);}
}
@keyframes rotate2{
    0%{transform: rotate(90deg) scale(0.3);}
    100%{transform: rotate(0deg) scale(1);}
}
#closeNavbar{
    display: none;
}
#mainNavbar{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 102vh;
    background-color: #fff;
    top: 0px;
    left: 0px;
    display: none;
}
#mainNavbar ul{
    display: table;
    height: 100%;
}
#mainNavbar ul .inner{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
#mainNavbar ul li{
    color: #000;
    background-color: transparent;
    border: 0px;
    float: none;
    font-size: 18px;
    font-family: nt;
}
#mainNavbar ul li::selection{
    background-color: transparent;
    color: #000;
}
#mainNavbar ul li:hover{
    text-decoration: line-through !important;
}


/* Nav */
nav{
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    display: table;
}
nav ul{
    padding: 0px;
    margin-top: 0px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}
nav li{
    list-style: none;
    cursor: pointer;
    margin: 0px 1px;
    letter-spacing: 1px;
    font-family: nt;
    font-size: 14px;
    float: left;
    padding: 8px;
    transition: .2s; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; -ms-transition: .2s;
}
nav ul a{
    color: #888;
}
.subnavbar button{
    cursor: pointer;
    line-height: 33px;
    letter-spacing: 1px;
    font-family: nt;
    font-size: 14px;
    padding: 2px 8px;
    border: 0px;
    color: #888;
    background-color: transparent;
    transition: .2s; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; -ms-transition: .2s;
}
.subnavbar button:hover, .subnavbar button.active{
    background-color: #000;
    color: #fff;
}



/* Load Comp */
#loadComponents{
    max-width: 980px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px !important;
}


/* Home */
.body-cont1{
    height: 100vh;
    width: 100%;
}
.body-cont1 .inner{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.home-comp{
    height: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}


/* web port */
.single-webcomp{
    display: flex;
    flex: 2;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.single-webcomp:nth-last-child(1){
    border-bottom: 0px;
}
.single-webcomp .port-dtls, .single-webcomp .port-img{
    width: 50% !important;
}
.single-webcomp:nth-child(2n+1) .port-dtls{
    order: 1;
}
.single-webcomp:nth-child(2n+1) .port-img{
    order: 2;
}
.single-webcomp .port-img{
    margin-top: auto;
    margin-bottom: auto;
}
.single-webcomp .port-img img{
    max-width: 100%;
}
.single-webcomp .port-dtls{
    text-align: left !important;
    padding: 20px 30px;
    display: table;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
.single-webcomp .port-dtls span{
    background-color: #f5f5f5;
    color: #777;
    border: 1px solid #ccc;
    padding: 5px 20px;
    font-family: nt;
    font-size: 12px;
    line-height: 32px;
    cursor: default;
}
.single-webcomp .port-dtls span:hover{
    background-color: #e5e5e5;
    color: #555;
}
.single-webcomp .port-dtls button{
    margin-top: 20px;
    padding: 6px 10px;
}
.single-webcomp .port-dtls p{
    font-family: nt;
    font-size: 14px;
    color: #777;
}

/* img viv */
.img-viv-comp{
    position: fixed;
    background-color: rgba(0,0,0,1);
    text-align: center;
    width: 100%;
    height: 102vh;
    top: 0px;
    left: 0px;
    z-index: 999999;
    display: none;
}
.img-viv-comp .inner{
    display: table;
    width: 100%;
    height: 102vh;
}
.img-viv-comp .img-comp{
    width: 100%;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
}
.img-viv-comp .img-comp img{
    max-width: 90%;
    max-height: 95vh;
}
#closeImgViv{
    position: fixed;
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
    background-image: url('../img/imgcloser.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}


/* Pg Comp */
.pg-comp{
    padding: 0px;
    margin-top: 30px;
}
.pg-comp .inner{
    padding: 0px;
}
.pg-comp .image-comp{
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    -o-column-gap: 20px;
    -ms-column-gap: 20px;
}
.pg-comp .image-comp img{
    width: 100%;
    cursor: pointer;
    animation: pop1 .5s;
    -webkit-animation: pop1 .5s;
    -moz-animation: pop1 .5s;
    -o-animation: pop1 .5s;
    -ms-animation: pop1 .5s;
    transition: .2s;
    margin-bottom: 18px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}
@keyframes pop1{
    0%{transform: scale(0.9);}
    100%{transform: scale(1);}
}



/* Contact */
.contactFm{
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.contactFm input, .contactFm textarea{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px;
    width: calc(100% - 20px);
    margin: 10px 0px;
    font-family: nt;
    font-size: 14px;
    letter-spacing: 1px;
}
.contactFm input:focus, .contactFm textarea:focus{
    background-color: #eee;
}
.contactFm button{
    cursor: pointer !important;
}
.cont-dtls{
    font-family: nt;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
}




@media screen and (max-width: 768px){
    .bigttl1{
        margin-top: 40px;
    }
    /* Load Comp */
    #loadComponents{
        padding: 5px !important;
    }
    .pg-comp .image-comp{
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -o-column-count: 3;
        -ms-column-count: 3;
        column-gap: 5px;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        -o-column-gap: 5px;
        -ms-column-gap: 5px;
    }
    .pg-comp .image-comp img{
        margin-bottom: 0px;
    }
    
    /* Main Navbar */
    .navmenubar, .closer-bg{
        width: 60px;
        height: 60px;
        background-size: 40px;
    }
    /* web port */
    .single-webcomp{
        display: grid !important;
        grid-template-columns: 1fr;
        margin-bottom: 50px;
        padding: 0px;
    }
    .single-webcomp .inner{
        padding: 0px;
        padding-bottom: 20px;
        margin: 0px;
        left: 0px;
    }
    .single-webcomp .port-dtls, .single-webcomp .port-img{
        width: calc(100% - 10px) !important;
        text-align: center !important;
    }
    .single-webcomp .port-dtls{
        padding: 0px;
    }
    .single-webcomp .port-img{
        width: calc(100% - 40px);
        padding: 5px;
    }
    .single-webcomp:nth-child(2n+1) .port-dtls{
        order: 2;
    }
    .single-webcomp:nth-child(2n+1) .port-img{
        order: 1;
    }

    /* back to top */
    #backToTop{
        right: 20px;
        bottom: 20px;
    }



}




@font-face{
    font-family:ab;
    src: url(font/ab.otf);
    -webkit-font-family:ab;
    -webkit-src: url(font/ab.otf);
}


@font-face{
    font-family:nt;
    src: url(font/nt.ttf);
    -webkit-font-family:nt;
    -webkit-src: url(font/nt.ttf);
}
@font-face{
    font-family:ntB;
    src: url(font/ntB.ttf);
    -webkit-font-family:ntB;
    -webkit-src: url(font/ntB.ttf);
}