/*
* ----------------------------------------------------------------------------------------
Author       : DuezaThemes
Author URL   : https://themeforest.net/user/duezathemes
Template Name: DONA - Creative Multi-Purpose Parallax Template
Version      : 3.0                                          
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.TEAM CSS STYLE.welcome-image-area
* 07.WHY CHOOSE US CSS STYLE
* 08.KEY SKILL AREA CSS STYLE
* 09.WORK CSS STYLE
* 10.CALL TO ACTION US CSS STYLE
* 11.TESTIMONIAL CSS STYLE
* 12.PRICING CSS STYLE
* 13.NEWS LETTER CSS STYLE
* 14.BLOG CSS STYLE
* 15.CONTACT CSS STYLE
* 16.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/
@font-face { 
font-family: GE Inspira Regular; 
src: url('http://startups.gehc.co.in/wp-content/themes/dona/fonts/GE Inspira Regular.ttf'); 
font-weight: normal; 
}
body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: GE Inspira Sans,sans-serif;
    background: #fff;
    color: #333;
}

/* html,
body {
    height: 100%
} */
html{margin-bottom:60px;}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: GE Inspira Sans,sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: GE Inspira Sans,sans-serif
}

img {
    width: 100%;
}

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

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 32px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding-top: 70px;
    padding-bottom: 78px;
}

.section-title {
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    position: relative;
}

.section-title h2:before {
    position: absolute;
    left: 0;
    top: 40px;
    height: 2px;
    width: 100px;
    background: #333;
    content: "";
}

.section-title h2:after {
    position: absolute;
    left: 0;
    top: 50px;
    height: 2px;
    width: 60px;
    background: #333;
    content: "";
}

.section-title p {
    font-weight: 300;
}
.white-title{
    color: #fff;
}
a.read-more {
    margin-top: 20px;
    display: inline-block;
    color: #333;
    background: transparent;
    padding: 10px 25px;
    border: 1px solid #333;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
}
a.white-read-more {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    background: transparent;
    padding: 10px 25px;
    border: 1px solid #fff;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
}

a.read-more:hover {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #333;
    background: #333;
}

.scrollup {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    font-size: 18px;
    color: #333;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 45px;
    cursor: pointer;
    display: none;
    z-index: 2223;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-left: 2px solid #000;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

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

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


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    /*height: 100%;*/
}

.welcome-image-area {
    /*position: relative;*/
    /*height: 100%;
    background: url(../images/bg/hero-banner.jpg);*/
    background-size: cover;
    z-index: 1;
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text {
    margin-top: 60px;
}

.header-text h2 {
    color: #fff;
    font-size: 80px;
    letter-spacing: 5px;
    margin: 0;
    font-weight: 300;
}

.header-text p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
    padding: 21px 0 14px;
    
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 10px;
}

.logo img {
    width: 350px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mainmenu .navbar-nav li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 30px 15px 30px 11px;
    -webkit-transition: .3s;
    transition: .3s;
    font-family:GE Inspira Sans,sans-serif !important;
}

.mainmenu .navbar-nav li a:hover, .mainmenu .navbar-nav li.current-menu-item a {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #012834;
}

.menu-bg .logo {
    padding-top: 18px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #fff;
    padding: 20px 15px 20px 11px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover,.mainmenu .navbar-nav li.current-menu-item a{
    color: #fff;
}
.mainmenu .navbar-nav .dropdown-menu li.current-menu-item a {
    color: #000;
}
.mainmenu .navbar-nav .dropdown-menu li.current-menu-item a:hover {
    color: #fff;
}

a.slide-btn {
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    background: transparent;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
}

a.slide-btn:hover {
    background: #ccc;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* HOMEPAGE SLIDER BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
 /*   height: 100%;*/
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
    height: auto;
}

.single-slide-item-table {
    display: table;
    width: 100%;
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.single-slide-item {
    position: relative;
    z-index: 1;
}

.single-slide-item:after {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.slide-1 {
    background: url(../images/bg/slide-1.jpg) scroll 0 0;
    background-size: cover;
}

.slide-2 {
    background: url(../images/bg/slide-2.jpg) scroll 0 0;
    background-size: cover;
}

.slide-3 {
    background: url(../images/bg/slide-3.jpg) scroll 0 0;
    background-size: cover;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*
* ----------------------------------------------------------------------------------------
* VIDEO BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-video-area {
    position: relative;
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-position: center center;
}

.welcome-video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}


/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-area {}

.about-image,
.about-video {
    margin-top: 30px;
    padding: 10px;
}

.about-text {
    margin-top: 30px;
}

.about-text h2 {
    margin-bottom: 18px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
}

.about-text h2 span {
    color: #fff;
}

.about-text p {
    margin-bottom: 10px;
}

.single-project-complete {
    margin-top: 50px;
}

.single-project-complete span {
    font-size: 50px;
}

.single-project-complete h2 {
    font-size: 20px;
    margin: 20px 0px;
    font-weight: 400;
}


/*
* ----------------------------------------------------------------------------------------
* 05.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
}

.single-service {
    padding-right: 30px;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #333;
}

.single-service h4 {
    font-size: 12px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.single-service span {
    color: #333;
    font-size: 50px;
}

.single-service p {
    margin-top: 20px;
    margin-bottom: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 06.TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.team-area {}

.single-team {
    margin-top: 30px;
}

.single-team img {
    width: 100%;
}

.single-team h4 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.team-description {
    margin-top: 15px;
}

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

.team-social ul li {
    display: inline-block;
    margin: 0px 5px;
}

.team-social ul li a {
    display: block;
    color: #333;
    font-size: 16px;
}

.team-social ul li a:hover {
    color: #000;
}


/*
* ----------------------------------------------------------------------------------------
* 07.CALL TO ACTION US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-action-area {
    padding: 100px 0px;
    background: url(../images/bg/testi-bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.call-to-action-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.call-to-action-area h2{
    color: #fff;
}
.call-to-action-area p{
    color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 07.WHY CHOOSE US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.why-chhose-us-area {}

.single-about {
    margin-top: 30px;
}

.single-about h4 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
}

.why-image {
    margin-top: 30px;
}

.about-icon {
    float: left;
    margin-bottom: 100px;
    margin-right: 20px;
    margin-top: 10px;
}

.about-icon SPAN {
    font-size: 30px;
}

.single-about p {
    margin-bottom: 0
}


/*
* ----------------------------------------------------------------------------------------
* 08.KEY SKILL AREA CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.our-skill,
.skill-text {
    margin-top: 30px;
}

.progress-bar-text span {
    float: right
}

.progress-bar-text {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
}

.progress-bar {
    background: #ccc none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 2px;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

.progress-bar > span {
    background: #333 none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 09.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work {}

.work-inner .mix {
    display: none;
}

ul.work {
    padding: 0;
    list-style: none;
    margin-top: 30px;
    margin-left: 8px;
    text-align: left;
}

ul.work li {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 3px;
}

ul.work li:hover {
    color: #fff;
    border: none;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.work li.active {
    border: none;
    color: #fff;
}

.work .item {
    margin-top: 30px;
    position: relative;
}

.work .item img {
    width: 100%;
}

.item {
    -webkit-transition: .3s;
    transition: .3s;
}

.item:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 11.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: url(../images/bg/testi-bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.testimonial-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.testimonial-list {
    padding: 30px;
    margin-top: 30px;
}

.single-testimonial img {
    width: 120px;
}

.single-testimonial {
    padding: 0px 100px;
    color: #fff;
}

.single-testimonial h6 {
    margin-top: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border-radius: 50%;
    border: 1px solid #ccc;
    background: none;
}


/*
* ----------------------------------------------------------------------------------------
* 12.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.pricing-area {}

.pricing-box {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 30px;
    border: 1px solid rgba(204, 204, 204, .5);
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-box:hover {
    border: 1px solid #333;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-box:hover .plan-features li {
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-box:hover .pricing-header .plan-price {
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-box:hover .pricing-header .plan-title {
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-box:hover .plan-month {
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-header .plan-title h4 {
    font-size: 12px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.pricing-header .plan-price {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    color: #333;
    font-weight: 900;
}

.plan-features {
    margin-top: 40px;
}

.plan-features li {
    margin: 8px 0;
    padding-bottom: 15px;
}


/*
* ----------------------------------------------------------------------------------------
* 13.NEWS LETTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.our-news-letter {
    padding: 100px 0px;
    background: url(../images/bg/testi-bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.our-news-letter:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.our-news-letter h2 {
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.our-news-letter input[type='text'] {
    display: block;
    width: 35%;
    text-align: center;
    margin: 0px auto;
    border-radius: 5px;
    border: none;
    height: 50px;
    background: none;
    border-bottom: 1px solid #ccc;
    color: #fff;
}

.our-news-letter input[type='submit'] {
    margin-top: 20px;
    display: inline-block;
    color: #ccc;
    background: transparent;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    width: 100px;
}

.our-news-letter input[type='submit']:hover {
    background: #fff;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 14.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {}

.single-blog {
    margin-top: 30px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.blog-description {
    padding-top: 20px;
}

.single-blog h4 {
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.single-blog h4:hover {
    color: #000;
}


/*
* ----------------------------------------------------------------------------------------
* 15.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-contact-details {
    margin-top: 30px;
    margin-bottom: 40px;
    border: 1px solid rgba(204, 204, 204, .5);
    padding: 40px;
}

.single-contact-details h4 {
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}

.single-contact-details span {
    font-size: 30px;
}

.contact-form p {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin: 0;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.form-control:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}

.contact-form button {
    margin-top: 20px;
    display: inline-block;
    color: #333;
    background: transparent;
    padding: 10px 25px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
}

.contact-form button:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    background: #333;
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #333;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 16.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    padding: 10px 0px;
}

.footer-menu {
    margin-bottom: 15px;
}

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

.footer-menu ul li {
    display: inline-block;
    margin: 0px 10px;
}

.footer-menu ul li a {
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
}

.footer-menu ul li a:hover {
    color: #000;
}

.footer-text h6 {
    text-transform: capitalize;
    letter-spacing: 0px;
    position: relative;
}
/* 
.footer-text h6:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 30px;
    height: 2px;
    width: 100px;
    background: #333;
    margin-left: -50px;
}

.footer-text h6:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 40px;
    height: 2px;
    width: 50px;
    background: #333;
    margin-left: -25px;
}
 */
.footer-social-link {
    margin-bottom: 10px;
}

.footer-social-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social-link ul li {
    display: inline-block;
    margin: 0px 10px;
}

.footer-social-link ul li a {
    display: block;
    color: #333;
}

.footer-social-link ul li a:hover {
    color: #000;
}

/*
* ----------------------------------------------------------------------------------------
* 19.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.single-blog-area{
    background: #000;
    padding-top: 150px;
    padding-bottom: 100px;
}


.single-blog-heading h2 {
    color: #fff;
    text-transform: uppercase;
}

.single-blog-heading-text h4 a {
    color: #f8f8f8;
}

.comment-section {
    margin-top: 30px;
}

.single-blog-details,
.comment-section,
.single-sidebar {
    border-radius: 3px;
    padding-top: 30px;
}

.search input {
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: #333;
    height: 50px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 10px;
}


.single-sidebar,
.recent-single {
    margin-bottom: 30px;
}

.single-blog-details h4 {
    margin: 20px 0px;
}

.single-comment {
    margin-bottom: 20px;
}

.single-comment img {
    width: 120px;
}

.recent-single h4 {
    color: #333333;
}

.categories {}

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

.categories ul li {
    margin-bottom: 10px;
    color: #333333;
}

.categories ul li a {
    color: #333333;
}

/* Global & Home page styles (Desktop) */

body {
    background-color: #012834;
    color: #fff;
}

.wrapper {
    background-color: #012834;
}

nav {
    z-index: 1;
}

.navbar {
   /* background: linear-gradient(rgba(1, 40, 52, 1), rgba(1, 40, 52, 0.7), transparent)*/
}

@media (max-width: 991.98px) {
    .menu-bg.header-top-area {
        background-color: rgba(1, 40, 52, 0.8);
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        padding-left: 25px;
    }
}

.brand-logo {
    width: 48px;
    height: auto;
}

@media (max-width: 575.98px) {
    .brand-logo {
        width: 36px;
    }
}


.navbar-nav .nav-link {
    color: #fff;
}

li.nav-item {
    padding: 0px 25px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #00b5e2;
}

.navbar-brand {
    color: #fff;
}

.fab-container {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    background: linear-gradient(transparent, rgba(1, 40, 52, 0.7), rgba(1, 40, 52, 1));
    width: 100%;
    height: 120px;  

}

.fab {
    position: absolute;
    bottom: 40px;
    right: 60px;
    z-index: 10;
    max-width: 250px;
    transition: all 0.3s ease;
    margin: auto;
}

.fab .apply-btn__text {
    color: #fff;
}

.fab .svg-hex-btn {
    fill: #00b5e2;
}

.fab:hover .apply-btn .svg-hex-btn {
    fill: #018aac;
}

.mobile-fab {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 11;
    width: 60vw;
    transition: all 0.3s ease;
}

.mobile-fab .svg-hex-btn {
    fill: #00b5e2
}

.mobile-fab:hover  .svg-hex-btn {
    fill: #018aac;
}

@media (max-width: 575.98px) {
    .mobile-fab {
        bottom: 30px;
        right: -10px;
    }
    .mobile-fab:hover  .svg-hex-btn {
        fill: #018aac;
    }    
}

.mobile-fab .apply-btn__text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.2s ease;
}



/*
.mobile-fab-btn {
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 6px;
    transition: all 0.3s ease;
}

.mobile-fab-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 6px 6px 10px;
}
*/

.svg-fab {
    fill: #00b5e2;
    transition: all 0.3s ease;
}

.section {
    width: 100%;
    min-height: 100vh;
}

.headline {
    padding-bottom: 20px;
}

.headline--light {
    color: #fff;
}

.headline--dark {
    color: #292929;
}

.hero {
    background-color: #013347;
    background-image: url(../images/hero-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
}

@media (max-width: 575.98px) {
    .hero {
        background-image: url(../images/hero-mobile.jpg);
    }
}


.hero__container {
    height: 80vh;
    position: relative;
    top: 0px;

}

.hex-3d-container {
    z-index: 0;
    position: absolute;
    top: 0px;
}

.hex {
    z-index: 0;
    position: absolute;
    top: 0px;
}

@media (min-width: 1440px) {
    .hero__logo {
        max-width: 400px;
    }
}

.hero__content {
    width: 60vw;
    z-index: 10;
}

@media (min-width: 1440px) {
    .hero__content {
        width: 35vw;
    }
}

.hero__copy {
    color: #fff;
    text-align: center;
    padding: 20px 0px;
    font-size: 0.9em;
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .hero__copy {
        padding: 30px 0px;
    }
}

.btn--apply {
    text-decoration: none;
    color: #013347;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
    transition: all 0.5s ease;
    transform: scale(1.0);
}

.btn__text {
    text-decoration: none !important;
}

.btn--apply:hover {
    color: #013347;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 30px;
    transform: scale(1.2);

}

/*Apply button*/
.apply-btn {
    position: relative;
    text-align: center;
}

.apply-btn__text {
    color: #00b5e2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.2s ease;
}

.apply-btn__svg {
    margin: auto;
    width: 70%;
    height: auto;
    transition: all 0.3s ease;

}

.svg-hex-btn {
    fill: none;
    stroke: #00b5e2;
    stroke-width: 6px;
    transition: all 0.3s ease;
}

.apply-btn:hover .svg-hex-btn {
    fill: #00b5e2;
}

.apply-btn:hover .apply-btn__svg {
    transform: scale(1.1);
}

.apply-btn:hover .apply-btn__text {
    color: #fff;
}

.program-section {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#program-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@keyframes leftArrowMovement {
    0% { transform: translateX(0px); }
    50% { 
        transform: translateX(-10px);
        opacity: 1;
    }
    100% { transform: translateX(0px); }
}

@keyframes rightArrowMovement {
    0% { transform: translateX(0px); }
    50% { 
        transform: translateX(10px);
        opacity: 1;
    }
    100% { transform: translateX(0px); }
}

.leftArrowAnim {
    animation: leftArrowMovement 1.5s infinite;
}

.rightArrowAnim {
    animation: rightArrowMovement 1.5s infinite;
}



.arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0px 20px;
    transform: translateY(-50%);
    z-index: 15;
}

.slide-arrow {
    width: 30px;
    opacity: 0.5;
    transition: all ease-out 0.3s;
}

.slide-arrow:hover {
    opacity: 1;
    animation: none;
}

.left-arrow {
    position: absolute;
    left: 0px;
}

.section-container {
    width: 500%;
    height: 100%;
}

.section-container .panel {
    width: 20%;
    height: 100%;
    float: left;
    background-color: #013347;
    color: #fff;
    transition: all ease-in-out 1s;
    padding: 0px 60px;
}

.our-programs {
    background-color: #013347;
    background-image: linear-gradient(to bottom, #012632, #013347);
}

.our-programs__content {
    padding-left: 30px;
    color: #fff;
}

.svg-hex-ecosystem {
    max-height: 80vh;
}

.shiftLightlyTop {
    transform: translateX(-100%);
}
.elementCenter {
    transform: translateX(0%) !important;
}

@media (max-width: 767.98px) {
    .our-programs__image {
        text-align: center;
        padding: 10%;
    }
    .svg-hex-ecosystem {
        max-height: 45vh;
    }
    .our-programs__content {
        padding-left: 15px;
        padding-top: 50px;
    }
}

.mobile-our-programs__tabs {
    display: block;
    overflow: hidden;
}

.mobile-our-programs__nav {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    scroll-behavior: smooth;
}

.mobile-our-programs__nav-item {
    white-space: nowrap;
    color: #fff;
    padding: 0px 20px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.mobile-our-programs__nav-item:hover {
    color: #00b5e2;
    text-decoration: none;
}

.mobile-our-programs__nav-item.active {
    color: #00b5e2;
    opacity: 1;
    border-bottom: 2px solid #00b5e2;
}

.spacer {
    padding: 0 15vw;
}

.hide {
    display: none !important;
}

.mobile-our-programs {
    padding-top: 40px;
}

.mobile-our-programs__content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.program-offerings {
    padding: 0px 30px;
}

.program-offerings__headline {
    text-align: center;
    padding-top: 50px;
}


.program-offerings_contents {
    padding: 50px 0px;
}

@media (max-height: 767px) {
    .program-offerings_contents {
        padding: 0px 0px;
    }
}

/* Mobile - Our program - Accordion */
#our-program__sub-nav {
    padding: 0px 15px;
}
#our-program__sub-nav .card {
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
}

#our-program__sub-nav .card-header {
    background-color: rgba(0, 0, 0, 0.3);
}

#our-program__sub-nav .card-body {
    padding: 1.5rem;
}

#our-program__sub-nav .btn-link {
    color: #fff;
    text-align: left;
}
#our-program__sub-nav .btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

#our-program__sub-nav .key-dates__card {
    background-color: #fff;
}

#our-program__sub-nav .close-btn {
    float: right;
    padding: 30px 0px;
    max-height: 100px;
}

#our-program__sub-nav .close-btn img {
    width: 30px;
}

.accordion-chevron {
    width: 10px;
    float: right;
    transform: translateY(100%);
}



.offering-list {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.list-group-item {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff;
}

.who-can-apply {
    background-image: url(../images/who-can-apply.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.who-can-apply__content {
    padding-left: 30px;
}

.key-dates__headline {
    padding-bottom: 15px;
}

.key-dates__card {
    color: #292929;
    margin-bottom: 10px;
    flex-direction: row;
    background-color: #fff;
}

.date {
    padding: 1rem;
    color: #00b5e2;
    border-right: 2px solid #e0e0e0;
    font-weight: bold;
    font-size: 1em;
    width: 30%;
}

.card-body {
    padding-left: 2.5rem;
}

@media (max-width: 575.98px) {
    .date {
        padding: 0.5rem;
        font-weight: bold;
        font-size: 1em;
        width: 40%;
        white-space: nowrap;
        border: none;
    }
    .card-body {
        padding: 0.5rem;
        padding-left: 1rem;
    }
}

.what {
    background-image: url(../images/what.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.events__headline {
    text-align: center;
    padding-top: 50px;
}

.events {
    background-image: url(../images/upcoming-events.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   /* background-color: #013347;*/
}

.events_contents {
    padding-top: 50px;
}

.events__list-item {
    position: relative;
    margin-bottom: 40px;
}

.events-name {
    position: absolute;
    z-index: 1;
}

.hex-border {
    height: 10vh;
    fill: none;
    stroke: #00b5e2;
    stroke-miterlimit: 10;
    stroke-width: 4px;
}

@media (max-width: 991.98px) {
    .hex-border {
        width: 86vw;
    }
    .events__date {
        width: 24vw;
        border: none;
    }
    .logo img{
        width:140px;
    }
}
@media (min-width: 768px) {
    .events__date {
        padding: 25px 0px 10px 30px;
    }
}
.events__date {
    /*padding: 1.2rem 2rem;*/
    color: #00b5e2;
    border-right: 2px solid #00b5e2;
    font-size: 1.2em;
    display: inline-block;
    height: 10vh;
    width: 14vw;
    
}

.events__date--highlighted {
    color: #fff;
    border-right: 2px solid #fff;
}

.events__name {
    display: inline-block;
    padding: 0rem 2rem;
    color: #00b5e2;
    height: 10vh;
    font-size: 1.3em;
}

.events__name--highlighted {
    color: #fff;
}

@media (max-width: 1024px) {
    .events__date {
        width: 20vw;
    }
}

@media (max-width: 575.98px) {
    .events__date {
        width: 100vw;
        height: auto;
        font-size: 1em;
        border: none;
        padding-left: 2rem;
    }
    .events__name {
        font-size: 1.1em;
        padding: 0rem 2rem;
    }
}


/*Events mobile*/
.hex-border-mobile {
    width: 90vw;
}

.team {
    background-color: #013347;
    background-image: linear-gradient(to bottom, #013347, #012632);
}

.team__headline {
    padding-top: 50px;
}

.team__contents {
    padding-bottom: 50px;
}

@media (max-width: 575.98px) {
    .team__contents {
        flex-direction: column !important;
    }
}

.team__member {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    margin-bottom: 20px;
}

.linkedin-btn {
    color: #fff;
    background-color: #00b5e2;
}

.contact {
    background-image: url(../images/contact.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #013347;
    position: relative;
}

.contact__headline {
    padding-top: 50px;
}

.contact_contents {
    color: #fff;
    padding: 2%;
}

.contact_contents a {
    color: #00b5e2;
}

.footer {
    position: absolute;
    bottom: 0px;
    padding: 0px 60px;
    color: #fff;
    align-self: flex-start;
    width: 100%;
    text-align: center;
    font-size: 12px;
    opacity: 0.3;
    z-index: 10;
}

.g-map {
    width: 100%;
    height: 400px;
}

@media(max-width: 575.98px) {
    .contact {
        position: static;
    }
    .footer {
        position: static;
        padding-top: 40px;
    }
    .g-map {
        width: 100%;
        height: 400px;
        padding-bottom: 50px;
    }
    .address{
        padding-top: 50px;
    }
}

/* Global & Home page styles (Mobile) */




/* About edison pagestyles (Desktop) */

.about-edison {
    background-image: url(../images/about-edison.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #013347;
    position: relative;
}

@media(max-width: 575.98px) {
    .about-edison {
        background-image: none;        
    }
}

.about-edison-img {
    padding: 10%;
}

.about-edison_contents {
    padding-left: 30px;
}

.about-edison__copy {
    color: #fff;
}

.learn-more-btn {
    position: relative;
    text-align: center;
    width: 15vw;
}

.learn-more__text {
    color: #00b5e2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.2s ease;
}

.learn-more__svg {
    margin: auto;
    width: 15vw;
    height: auto;
    transition: all 0.3s ease;

}

.learn-more-btn:hover .svg-hex-btn {
    fill: #00b5e2;
}

.learn-more-btn:hover .learn-more__text {
    color: #fff;
}
@media only screen and (max-width: 600px) {
   span.ev-date {
    bottom: 0px !important;
    padding-bottom: 0px !important;
   }
    .eventbg{
        height:70px;
    }
    .welcome-image-area, .welcome-video-area{
        padding-top: 10px!important;;
    }
}

/*
* ----------------------------------------------------------------------------------------
Author       : DuezaThemes
Author URL   : https://themeforest.net/user/duezathemes
Template Name: DONA - Creative Multi-Purpose Parallax WordPress Theme 
Version      : 3.0                                          
* ----------------------------------------------------------------------------------------
*/

/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	 .mainmenu .navbar-nav li a {
        padding: 30px 8px !important;
        font-size: 14px;
    }
	.menu-bg .mainmenu .navbar-nav li a{
		padding: 20px 10px 20px 6px !important;
	}
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 767.89px) and (max-width: 991.89px) {
    .mainmenu .navbar-nav li a {
        padding: 15px 4px 15px 7px!important;
        font-size: 11px;
    }
    .menu-bg .mainmenu .navbar-nav li a {
        padding: 30px 11px;
        font-size: 11px;
    }
    .logo {
        text-align: center;
    }
    .single-logo {
        margin-top: 30px;
    }
    .single-blog img {
        width: 100%;
    }
    .pricing-box {
        margin-top: 30px;
    }
    .have-a-project-idea-white .project-idea h2,
    .have-a-project-idea-white .project-idea p {
        font-size: 22px;
    }
    .project-idea h2,
    .project-idea p {
        font-size: 22px;
    }
    .single-logo {
        width: 160px;
        margin: 0 auto;
    }
    .single-project-complete {
        margin-top: 30px;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767.88px) {
    .navbar-toggle .icon-bar {
        background: #f8f8f8;
    }
    .menu-bg .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-toggle {
        margin-right: 0px;
        margin-top: -30px;
    }
    .navbar {
        min-height: 0px;
    }
    .mainmenu .navbar-nav li a {
        padding: 11px 15px;
    }
    .mainmenu .navbar-nav li a:hover {
        color: #fff;
    }
    .menu-bg .mainmenu .navbar-nav li a:hover {
        color: #fff;
    }
    .menu-bg .mainmenu .navbar-nav li a {
        padding: 11px 15px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }
    .navbar-toggle {
        margin-top: -50px;
    }
    .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
    .menu-bg .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
    .welcome-image-area,
    .welcome-video-area {
        padding-top: 120px;
    }
    .welcome-image-area h2,
    .single-slide-item h2,
    .welcome-video-area h2 {
        font-size: 30px;
    }
    a.slide-btn {
        font-size: 14px;
        padding: 5px;
        width: 140px;
        margin-bottom: 5px;
    }
    .section-title h2 {
        font-size: 22px;
    }
    .section-title h2 span {
        font-size: 30px;
    }
    .footer-social-link {
        text-align: left;
        margin-top: 20px;
    }
    .pricing-box {
        margin-top: 30px;
    }
    .single-testimonial {
        padding: 0;
    }
    .video-area-text {
        margin-top: 50px;
    }
    .footer-social-link {
        text-align: center;
    }
    .footer-area img {
        margin-bottom: 0px;
    }
    .scrollup {
        height: 40px;
        width: 40px;
        line-height: 35px;
    }
    .our-news-letter input[type="text"] {
        width: 90%;
    }
    .our-news-letter h2 {
        font-size: 16px;
    }
    .single-project-complete {
        margin-top: 30px;
        text-align: center;
    }
    .header-text {
        margin-top: 10px;
    }
    .footer-text h6 {
        font-size: 10px;
    }
    .footer-area {
        padding: 50px 0px;
    }
    .section-padding {
        padding: 40px 0px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-logo {
        margin-bottom: 20px;
    }
}

/* Mobile Layout: 360px. */


@media only screen and (max-width: 600px) {
    section.child-comments.comments-list {
        padding-left: 120px;
    }
}
@media only screen and (max-width: 460px) {
    section.child-comments.comments-list {
        padding-left: 75px;
    }
}
@media only screen and (max-width: 400px) {
    section.child-comments.comments-list {
        position: relative;
        z-index: 1;
        right: 20px;
    }
}
@media only screen and (max-width: 360px) {
    section.child-comments.comments-list {
       padding-left: 65px;
    }
}
@media only screen and (max-width: 320px) {
    section.child-comments.comments-list {
       margin-left: -12px;
    }
}