﻿
/* ---- PreLoader ---- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800|Open+Sans:300,400,600,700');

body {
    font-size: 15px;
    color: #808080;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    !important;
    overflow-x: hidden;
    direction: ltr;
    background: white;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
.button,
.numbered .tp-bullet .tp-count {
    font-family: 'Montserrat', sans-serif;
    color: #808080;
}

/*scroll bar styling*/

::-webkit-scrollbar-track {
    background-color: #515252
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #3EABDC;
}

::-webkit-scrollbar-thumb {
    background: #3EABDC;
}

    ::-webkit-scrollbar-thumb:hover {
        box-shadow: inset 0 0 100px 20px #3992bf;
    }


/* ----- Navigation Starts ----- */

.navbar {
    padding: 0.35rem 0;
    z-index: 1000;
}

.transparent-bg {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0 !important;
    padding: 0;
    z-index: 1002;
    background: #fff !important;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
    display: none;
}

.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
    display: inline-block;
}

.logo-scrolled, .logo-default {
    min-width: 150px !important;
    max-width: 170px !important;
}

@media (max-width: 992px) {
    .logo-scrolled, .logo-default {
        width: 100% !important;
        max-width: auto !important;
        min-width: auto !important;
    }

    .footerBG.w-logo .col-lg-6 {
        justify-content: center !important;
        display: flex !important;
        margin: 10px 0px;
    }
}

.navbar-brand {
    margin: 16px 0;
    padding: 0;
    position: relative;
}


/*.navbar-brand > img {
    width: 100%;
}
*/
.navbar-nav .nav-item {
    position: relative;
}


.static-nav .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 2px;
    background: #24CDD5 !important;
    margin: auto;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

/*bg color and opacity*/
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
    visibility: visible;
    z-index: 1 !important
}


.text-grey {
    color: #a5a5a5;
}

.bg-black {
    background: #000000;
}

.opacity-5 {
    opacity: 0.5 !important;
}






@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}


/**/

.scroll-down {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    z-index: 13;
    left: 50%;
    transform: translateX(-50%);
    user-select: none;
}

    .scroll-down i {
        font-size: 12px;
        padding-left: 10px;
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }

@-webkit-keyframes mover {
    0% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(-2px);
    }
}





.bglight {
    background: #f6f7f8;
}

.padding {
    padding: 7.5rem 0;
}

.news_item .news_desc {
    padding: 40px 30px;
}

.fa-atlassian:before {
    content: "\f77b";
}

.news_item.shadow {
    -webkit-box-shadow: 0 0 20px 6px rgb(239, 239, 239) !important;
    box-shadow: 0 0 20px 6px rgb(239,239,239) !important;
}


.news_item {
    background: #fff;
    border-radius: 12px;
    position: relative;
    height: 285px;
    cursor: pointer;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1400px !important;
    }
}
.col-lg-6.col-md-6.my-2.text-center{
	text-align: start !import;
	margin-inline-start: -6.5rem;
}

.heading_space {
    margin-bottom: 3.75rem;
}


@media (max-width: 992px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    /*
    .logo-scrolled, .logo-default {
        width: auto !important;
    }*/

    video {
        height: 100vh;
    }

    .g-recaptcha {
        transform: scale(0.70);
        -webkit-transform: scale(0.70);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}


.video-div {
    display: flex;
    flex-direction: row;
    position: relative
}
/*idea img*/
.custom-ideaimg {
    max-height: 320px;
}
/*Categories*/
.iconn {
    margin-bottom: 21px;
    align-items: center;
    text-align: center;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    transition: transform .3s;
}

    .iconn i {
        color: hsl(264,28%,43%) !important;
        font-size: 23px;
    }

.custom-header {
    font-weight: 500;
    font-size: 16px;
    color: #6b6b6b;
}
/* footer */

ul.social-icons li a, ul.social-icons-simple li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 1px;
    text-align: center;
    display: block;
    color: #26313c;
    position: relative;
    z-index: 1;
    border: 1px solid #7c7c7c;
    display: flex;
    align-items: center;
    justify-content: center;
}

    ul.social-icons.white li a, ul.social-icons-simple.white li a, ul.social-icons li a:hover, ul.social-icons li a:focus, ul.social-icons.white li a:hover, ul.social-icons.white li a:focus {
        color: #fff;
        text-decoration: none !important
    }

.bgdark {
    background: #26313c;
}

ul.social-icons-simple li, ul.social-icons li {
    display: inline-block;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.social-icons li a::before, ul.social-icons-simple li a::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: #24cdd5;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

ul.social-icons li a:hover::before, ul.social-icons li a:focus::before, ul.social-icons-simple li a:hover::before, ul.social-icons-simple li a:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.facebook:before {
    background-color: #4267B2 !important;
}

.twitter:before {
    background-color: #1DA1F2 !important;
}

.linkedin:before {
    background-color: #0077B5 !important;
}

.youtube:before {
    background-color: #C31A1E !important;
}

.insta:before {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}

.btn:active, .btn.active {
    -webkit-box-shadow: 0 0 0 2px rgba(0,0,0, 0.13), inset 0 3px 5px rgba(0,0,0, 0.13) !important;
    box-shadow: 0 0 0 2px rgba(0,0,0, 0.13), inset 0 3px 5px rgba(0,0,0, 0.13) !important;
}

.iconn.iconn-lg {
    width: 150px;
    height: 150px;
    margin-top: 70px;
}

.cat-Img {
    width: 50px;
}

.iconn.iconn-lg .cat-Img {
    width: 70px;
}

.modal-xxl {
    max-width: 1100px;
}

.alert-text.precaution-alert {
    font-size: 12px;
}

/*language floating button*/
.floating-btn {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    position: absolute;
    top: 155px;
    right: 0px;
    background: #fff;
    z-index: 1000;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 9999;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}

    /*.floating-btn:hover {
            transition-timing-function: ease-in-out !important;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s !important;
            -o-transition-duration: .2s;
            right: 0px ;*/
    /*    background: #6f68ca !important;
        color: white;*/
    /*}*/

    /*    .floating-btn:hover svg {
                transition-timing-function: ease-in-out !important;
                transition-duration: .2s;
                fill: white;
            }
*/
    .floating-btn svg {
        margin-top: 7px;
    }

/* video styles*/

.video-container {
    /* top:0px;
    height:100vh;
    min-height:25rem;
    width:100%;
    overflow:hidden;*/
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    /*   padding-bottom:56.25%
*/
}

    .video-container iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 100vh;
        transform: translate(-50%, -50%);
    }

@media (min-aspect-ratio: 16/9) {
    .video-container iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-container iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        /**/ width: 177.78vh;
        /**/
    }
}

li .nav-item {
    border-right: 1px solid #8c8c8c;
    line-height: 1;
}

    li.nav-item:last-child {
        border-right: 0px !important;
    }
/*   li.nav-item:first-child {
        padding-left: 0px ;
    }*/
.nav-link {
    color: white !important;
    font-size: 13px;
}

#BGImg {
    background-position: center center;
    background-size: cover;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    display: none !important;
}

i.icon.fa.fa-cloud-upload-alt {
    display: none !important;
}

li.nav-item:first-child {
    padding-left: 0px !important;
}

.img-upload-overlay {
    height: auto !important
}

.modal-title {
    font-weight: 500;
}

.col-form-label {
    color: #888888;
    font-weight: 500;
}

span.required {
    color: #ff4700;
}

.pv-control.pv-dropdown .btn.dropdown-toggle {
    background: #fff;
    border: 1px solid #e4eaec;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.note-editor.note-frame .panel-heading.note-toolbar {
    background: #f7f8fa;
}

.note-editor .panel-heading.note-toolbar {
    padding: 5px 10px 10px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.note-editor .note-toolbar .note-btn-group .btn {
    background: #fff;
    border: 1px solid #ebedf2;
}

.note-editor .panel-heading.note-toolbar .btn {
    outline: 0 !important;
    color: #74788d;
}

.pv-htmleditor li .btn-group {
    display: flex;
    flex-direction: column;
}

.note-color-palette {
    display: flex;
}

.font-weight-300 {
    font-weight: 300
}

@media (max-width: 999px) {
    .article-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
}

.bootstrap-maxlength {
    z-index: 1701 !important;
}

/*footer with logo*/
.w-155 {
    width: 155px
}

.bottomfooter {
    background: #171b20;
}

.font-size-13 {
    font-size: 13px;
}

.challenge_item {
    height: 180px !important;
}
