﻿body
{
    font-family:'Segoe UI';
}

/*#region navbar */

.navbarcustom {
    padding: 0px !important;
    font-size: 13px !important;
    margin: 0px !important;
    z-index: 100;
}
.slidplatform p {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 12px;
    width: 64%;
    font-size: 18px;
    border-radius: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 22px;
}

.slide6{
    background-image:url(../assets/images/6.png);
    background-position-y:top;
}
.slide3 {
    background-image: url(../assets/images/3.png);
    background-size: inherit;
}
.slidplatform p .fa::before {
    content: "\f111";
}

    .slidplatform p .fa {
        font-size: 8px;
        vertical-align: middle;
        color: #fff;
        padding: 0.5em;
    }

.logo {
    height: 60px !important;
}

.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.1em;
}

    .navbar .navbar-nav .nav-link:hover {
        color: #808080;
    }

.sm-icons {
    flex-direction: row;
}

@media only screen and (max-width: 960px) {
    .sm-icons .nav-item {
        padding-right: 1em;
    }
}

.menuitem {
    width: 0px;
    background-color: #3E70EE;
    height: 4px;
    margin: 0px auto;
}
    .menuitemactive {
        width: 97px;
    }

.nav-item:hover .menuitem {
    width: 63px;
    transition: width .5s;
}


.menuico1 {
    width: 50px;
    height: 57px;
    background-image: url('../assets/images/linkdin blue.svg');
}
.menuico2 {
    width: 50px;
    height: 57px;
    background-image: url('../assets/images/fb blue.svg');
}
.menuico3 {
    width: 50px;
    height: 57px;
    background-image: url('../assets/images/insta blue.svg');
}
.menuico4 {
    width: 50px;
    height: 57px;
    background-image: url('../assets/images/Group 2524.svg');
}
.menuico5 {
    width: 50px;
    height: 57px;
    background-image: url('../assets/images/Twitter icon.svg');
}
.menuico1:hover {
    background-image: url('../assets/images/linkbgblue.svg');
    transition: background-image .5s;
}
.menuico2:hover {
    background-image: url('../assets/images/fbbgblue.svg');
    transition: background-image .5s;
}
.menuico3:hover {
    background-image: url('../assets/images/instabgblue.svg');
    transition: background-image .5s;
}
.menuico4:hover {
    background-image: url('../assets/images/yubgblue.svg');
    transition: background-image .5s;
}
.menuico5:hover {
    background-image: url('../assets/images/Twitter blue.svg');
    transition: background-image .5s;
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #1C2331 !important;
    }
}

.carousel, .carousel .carousel-inner, .carousel .carousel-inner .active, .carousel .carousel-inner .carousel-item, .view, body, html {
    height: 99%
}

.navbar {
    background-color: rgba(0,0,0,.2)
}

.page-footer, .top-nav-collapse {
    background-color: #1C2331
}

@media only screen and (max-width:768px) {
    .navbar {
        background-color: #1C2331
    }
    .menuitem{
        display:none;
    }
}

/*#endregion */

/*#region slider */

.sliderblock {
    margin-top: 30px;
    
}

/*#endregion */

/*#region about */

.bg {
    width: 207px;
    height: 207px;
    margin-top: 47%;
    margin-left: 10%;
    background-image: url('../assets/images/Group 2604.png');
    /*background-color: #0C173A;*/
    background-position: center;
    background-repeat:no-repeat;
    background-size: 100%;
    margin-left: 0px;
    padding-left: 0px;
    position: absolute;
    -webkit-transform: translate3d(-50%,-50%,0);
    -khtml-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    transform-origin: center;
    -webkit-transition: all .5s cubic-bezier(.17,.17,.16,1);
    -khtml-transition: all .5s cubic-bezier(.17,.17,.16,1);
    -moz-transition: all .5s cubic-bezier(.17,.17,.16,1);
    -ms-transition: all .5s cubic-bezier(.17,.17,.16,1);
    -o-transition: all .5s cubic-bezier(.17,.17,.16,1);
    transition: all .5s cubic-bezier(.17,.17,.16,1);
    border-radius: 20%
}
    .bg p {
        color: #fff;
        width: 92%;
        padding-top: 41px;
        padding-left: 24px;
        font-size:23px;
        text-align:center;
    }

.aboutblock {
    padding: 20px;
    min-height: 320px;
    background-image: url('../assets/images/map.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.abouthover {
    background-color: #0C173A;
    width: 400vw;
    height: 400vw;
    overflow: hidden;
    transition: width 3s,height 3s;
    position: absolute;
    margin-top: 175px;
    border-radius: 50%;
    opacity: .9;
}


.abouthead
{
    color:#fff;
    font-size:28px;
    font-family:'Segoe UI';
}
.aboudesc {
    color: #fff;
    font-size: 16px;
    font-family: 'Segoe UI';
    padding-top: 10px;
}
.descriptioncontainer {

    margin: 30px auto;
}

/*#endregion */

.come-in {
    transform: translateY(150px);
    animation: come-in 3s ease forwards;
}

    .come-in:nth-child(odd) {
        animation-duration: 2s; /* So they look staggered */
    }

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

.come-left {
    transform: translateX(0px);
    animation: come-in 0.8s ease forwards;
}

    .come-in:nth-child(odd) {
        animation-duration: 1s; /* So they look staggered */
    }

@keyframes come-left {
    to {
        transform: translateX(150);
    }
}

/*#region digiblock */

.digi-block {
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
    /*background-image: url("../assets/images/bgimg2.png");*/
   
}
    .digi-block .container {
        padding: 3% 0px;
    }
.digi-head {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3E70EE;
}
.digi-headcontent {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.digi-bl2-head {
    color: #000000;
}

.digi-bl2-content {
    color: #000000;
    padding-right:50px;
}

.digiback
{
    background-color:#fff;
    width:100%;
    height:100%;
    transition:opacity 3s;    
    opacity:0;
    position:absolute;
}
/*#endregion */
/*#region bulbblock */
.bulbblock {
    height: 95vh;
    
    
}

    .bulbblock .backimg {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 95vh;
        z-index: -1;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: opacity 2s;
        background-color: #808080;
    }

.bulb-text {
    padding-top: 5vw;
}

.bulb-head {
    font-size: 1.5vw;
    color: #304053;
    transition: color 2s;
    font-weight: bold;
}

.bulb-content {
    color: #304053;
    transition: color 2s;
    font-size: .8vw;
}
.counter {
    
    margin-top: 10vw;
    margin-bottom:10px;
}
.countcircle {
    width: 180px;
    height: 180px;
    border: 7px solid #304053;
    border-radius:50%;
}
    .countcircle img {
        margin: 15px auto 2px 64px;
        width: 42px;
        height:44px;
    }

    .countcircle h3 {
        width: 55px;
        margin: 0px auto 0px auto;
        font-size: 38px;
        color: #304053;
        transition: color 2s;
    }
        .countcircle h3 small {
            font-size: 30px;
            color: #fff;
            text-transform: initial;
            transition: color 2s;
        }
    .countcircle p {
        width: 92px;
        margin: 0px auto;
        text-align: center;
        font-size: 15px;
        color: #304053;
        transition: color 2s;
    }
.helpblock-head span {
    font-size: 15px;
    width: 50%;
    padding: 8px;
    color: #3E70EE;
    border: 1px solid #3E70EE;
    border-radius: 10px;
    text-align: center;   
    font-weight: bold;
    background-color: #fff;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: 1px 1px 6px #b8b8b8;
    cursor:pointer;
}
    .helpblock-head span:hover {
        background-color: #3E70EE;
        color: #fff;        
        transition: background-color .5s;
        transition: color .5s;
    }
/*#endregion */


@media (max-width: 575.98px) {
    .bulbblock .backimg {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 800px;
        z-index: -1;
        background-position: 40% -140px;
        background-repeat: no-repeat;
        background-size: cover;
        transition: opacity 2s;
        background-color: #808080;
        font-size: 16px;
    }
    
    .sliderblock {
        margin-top: 0px;
    }
    .slide6 {
        background-image: url(../assets/images/7.png);
        background-size: inherit;
    }
    .slide3 {
       
        background-image: url(../assets/images/8.png);
        background-size: cover;
        background-position-y: 58px;
    }
    .logo {
        height: 34px !important;
    }
    /*.bulb-head {
        font-size: 16px;
        color: #304053;
        transition: color 2s;
    }*/

    .menuitem {
        display: none;
    }

    #myNavbarToggler10 {
        background-color: #0C173A !important;
        color: #fff;
    }
        #myNavbarToggler10 > ul > li > a {
            color: #fff;
        }
    .countercl
    {
        padding:0px;
        margin:0px;
    }

    .countcircle {
        width: 170px;
        height: 170px;
        border: 5px solid #3E70EE;
        border-radius: 50%;
        margin-bottom: 10px;
        padding: 0px;
    }

        .countcircle img {
            margin: 6% auto 5% 35%;
            width: 42px;
            height: 44px;
        }

        .countcircle h3 {
            width: 50px;
            margin: 0px auto 0px auto;
            font-size: 28px;
            color: #304053;
            transition: color 2s;
            font-weight:bold;
        }

            .countcircle h3 small {
                font-size: 28px;
                color: #304053;
                text-transform: initial;
                transition: color 2s;
            }

        .countcircle p {
            width: 100px;
            margin: 0px auto;
            text-align: center;
            font-size: 14px;
            color: #304053;
            transition: color 2s;
        }
    .counter {
        background-color: #F5F5F5;
        margin-top: 20px;
        padding: 15px;
    }
    .cl2 {
        padding-left: 5px;
    }
    .counter .col-6{
        
    }

    .counter h4 {
        text-align: center;
        color: #3E70EE;
        font-weight:bold;
        font-size:22px;
    }

    .abouthead {
        color: #fff;
        font-size: 18px;
        font-family: 'Segoe UI';
        padding: 0px;
    }
    .aboudesc {
        color: #fff;
        font-size: 14px;
        font-family: 'Segoe UI';
        padding: 0px;
    }
    .abouthover {
        background-color: #0C173A;
        width: 400vw;
        height: 400vw;
        overflow: hidden;
        transition: width 3s,height 3s;
        position: absolute;
        margin-top: 175px;
        border-radius: 50%;
        opacity: 1;
    }
    .inpresense {
        width: 100%;
        height:269px;
        background-image: url('../assets/images/preback.png');
        background-position:center;
        background-size:100%;
    }
    .digi-block {
       min-height:0px;
       height:auto;
    }
        .digi-block .container {
            padding: 3% 5%;
        }

    .helpblock-head h5 {
        font-size: 15px;
    }
    .helpblock-head h2 {
        font-size: 30px;
    }
    .helpblock-head p {
        font-size: 20px;
    }
    .helpblock-head button {
        font-size: 15px;
        width: 80%;
        padding: 8px;
        color: #3E70EE;
        border: 1px solid #3E70EE;
        border-radius: 15px;
        text-align: center;
        margin: 30px auto;
        font-weight: bold;
        background-color: #fff;
        -moz-box-shadow: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: 1px 1px 6px #b8b8b8;
    }

    .footer
    {
        font-size:12px;
        padding:0px;
    }
    .slidplatform p {
        background-color: transparent;
        border: 1px solid #fff;
        padding: 12px;
        width: 100%;
        font-size: 16px;
        border-radius: 25px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-top: 22px;
    }
}
@media (max-height: 1000px) {

    .bulbblock {
        height: 100vh;
    }

        .bulbblock .backimg {
            height: 100vh;
        }
}
@media (max-height: 1079px) {

    .bulbblock {
        height: 100vh;
    }

        .bulbblock .backimg {
            
            height: 100vh;            
        }
}
@media (min-height: 1080px) {

    .bulbblock {
        height: 87vh;
    }

        .bulbblock .backimg {
            height: 87vh;
        }
}

.accordion .fa {
    margin-right: 0.5rem;
}

.accordion button, .accordion button:hover, .accordion button:focus {
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: none;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.accordion button, .accordion button:hover, .accordion button:focus {
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: none;
}

.card {
    border: none;
    margin: 10px 0px;
    background-color:transparent;
}

.card-header {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    padding: 0px;
}

    .card-header span {
        font-size: 16px;
        background-color: transparent;
        font-weight: bold;
    }

    .card-header p {
        font-size: 28px;
        margin-top: -10px;
        line-height: 2;
    }

    .card-header .col-8 {
        padding-left: 26px;
        padding-top: 18px;
    }


.accordion .card-body {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -8px;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: 10px;
}
        



.panel-title > a:before {
    float: right !important;
    font-family: 'Segoe UI';
    content: "-";
    font-weight: normal;
    font-size: 42px;
    margin-top: -10px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    font-family: 'Segoe UI';
    content: "+";
    font-weight: normal;
    font-size: 30px;
    margin-top: 0px;
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.owl-carousel .item{
    height:600px;
    border-radius:15px;

}
    .owl-carousel .item h4, .owl-carousel .item h4 h5 {
       line-height:1.4;
    }
.owl-carousel .item1 {
    background-image: url('../assets/images/bulbmb1.png');
    background-repeat: no-repeat;
    background-size:100%;
    background-position:top;
    padding-top:65%;
    color:#fff;
    font-weight:normal;
}
.owl-carousel .item2 {
    background-image: url('../assets/images/bulbmb2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    color: #fff;
    font-weight: normal;
}
.owl-carousel .item2 .p1{
    font-size:18px;
}
    .owl-carousel .item2 .p2 {
        font-size: 20px;
    }
    .bulb-mb-block .owl-dots {
    display: none;
}

.helpitem img{
    width:62px;
    height:62px;

}
.inpresense h3 {
    text-align: center;
    font-size: 21px;
    color: #fff;
    padding-top: 41px;
}
