/*========================================
    Defult Theme
    --------------------------------------
    Fonts: Raleway & Open Sans
========================================*/

/*========================================
    Html, Body
========================================*/



@font-face {
    font-family: 'Alexandria';
    src: url('../fonts/Alexandria-Light.woff2') format('woff2'),
        url('../fonts/Alexandria-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alexandria';
    src: url('../fonts/Alexandria-Regular.woff2') format('woff2'),
        url('../fonts/Alexandria-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Literata 60pt';
    src: url('../fonts/Literata60pt-Bold.woff2') format('woff2'),
        url('../fonts/Literata60pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Literata 60pt';
    src: url('../fonts/Literata60pt-BoldItalic.woff2') format('woff2'),
        url('../fonts/Literata60pt-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}






html,
body {
    height: 100%;
}


body {
    color: #212226;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    font-weight: lighter;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

section {
    background: #fff;
    overflow: hidden;
}

/*========================================
    Preloader
========================================*/

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

#status {
    background-image: url("../imgs/preloader.gif");
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -75px;
    margin-left: -75px;
}

/*========================================
    Home
========================================*/

#home {
    background: none;
    height: 100%;
}

#home-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background: url("../video/solo.jpg") no-repeat;
    background-size: cover;
}

.html2{
    height: 70%;
}
.body2{
    height: 100%;
}

#home2 {
    background: none;
    height: 100%;
    position: relative;
}

#home2 .mainImg {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    
    
}

#home-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#home-content {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content2 {
   
    display: table;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

#home-content-inner {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

#home-heading h1 {
    color: #ebdbcb;
    font-size: 88px;
    font-family: 'Literata 60pt';
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

#home-heading h1 span {
    color: #f4c613;
    font-weight: 500;
}

#home-text p {
    font-family: 'Alexandria';
    font-weight: normal;
    color: #ebdbcb;
    font-size: 20px;
    font-weight: 100;
    margin: 8px 0 0px 0;
    text-transform: uppercase;
}

/*========================================
    Buttons
========================================*/

.btn-general {
    font-family: 'Raleway', sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-home {
    color: #fff;
    border: 1px solid #fff;
}

.btn-home:hover,
.btn-home:focus {
    color: #fff;
    background-color: #f4c613;
    border: 1px solid #f4c613;
}

.btn-yellow {
    color: #fff;
    border: 1px solid #f4c613;
    background-color: #f4c613;
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}

.btn-white {
    color: #212226;
    border: 1px solid #fff;
    background-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}

.btn-back-to-top {
    font-family: 'Alexandria';
    font-weight: normal;
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 12px;
    display: block;
    background-color: #ebc09d;
    color: #02323C;
    border: none;
    z-index: 999;
}

/*========================================
    Arrow Down
========================================*/

#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #f4c613;
}

/*========================================
    Content Boxes
========================================*/

.content-box-lg {
    padding: 120px 0;
}

.content-box-md {
    padding: 100px 0;
}

.content-box-sm {
    padding: 90px 0;
}

/*========================================
    Vertical/Horizontal Heading
========================================*/

.vertical-heading h5 {
    color: #f4c613;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 9px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 60px;
    left: -53px;
}

.vertical-heading h2 {
    margin: 0 0 0 35px;
}

.vertical-heading h2,
.horizontal-heading h2 {
    font-size: 42px;
    font-weight: 100;
    line-height: 45px;
}

.horizontal-heading {
    margin-bottom: 80px;
}

.horizontal-heading h5 {
    font-size: 16px;
    color: #f4c613;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.horizontal-heading h2 {
    margin: 0;
}

/*========================================
    About 02
========================================*/

#about-02 {
    background-color: #f4f4f4;
}

.about-item {
    background-color: #fff;
    padding: 80px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-item i {
    font-size: 42px;
    margin: 0;
}

.about-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.about-item hr {
    width: 45px;
    height: 1px;
    background-color: #707070;
    margin: 0 auto;
    border: none;
}

.about-item p {
    margin-top: 20px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0;
    color: #6F6F6F;
    font-size: 12px;
    font-family: 'Alexandria';
    font-weight: 300;
}

/* Hover State */

.about-item:hover {
    background-color: #fff;
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover h4,
.about-item:hover p,
.about-item:hover .img-icon {
    opacity: 0;
}

.about-item:hover hr {
    opacity: 0;
}

.about-item:hover i {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.about-item:hover .overw{
    opacity: 0;
}

/*Smooth Transition*/

.about-item,
.about-item i,
.about-item hr,
.overw,
.about-item .img-icon,
.about-item h4 {
    /* -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    position: relative; */
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    position: relative;
}

.about-item h3,
.about-item h3 p{
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    position: relative;
}


/*========================================
    Footer
========================================*/
footer{
    background: #212226;
    padding: 30px;
}

footer p {
    color: #fff;
    line-height: 20px;
    margin: 0;
}

footer p span {
    color: #f4c613;
}

/*========================================
    Navigation
========================================*/
.navbar {
    padding: 0px 0 0px 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.site-nav-wrapper {
     padding: 30px 0px;
     -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar-brand{
padding: 0px 30px;

}

ul.navbar-nav > li > a {
    font-family: 'Alexandria';
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    
    letter-spacing: 1px;
    padding-top: 30px;
    padding-bottom: 0;
    transition: all .5s;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    background: none;
    color: #ebc09d;
}

/*white navigation*/
.white-nav-top {
	background: #02323C;
    
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}

.white-nav-top ul.navbar-nav > li > a{
    color: #fff;
}

.white-nav-top ul.navbar-nav > li > a:hover,
.white-nav-top ul.navbar-nav > li > a:focus {
    color: #ebc09d;
}


/*Scroll spy active state*/
.white-nav-top ul.navbar-nav > li.active > a{
    color: #ebc09d;
    
}

.white-nav-top .menuContaine{
    border-bottom: none;
}

.white-nav-top .site-nav-wrapper{
    padding: 15px 0px;
}

/*========================================
    Anomation
========================================*/

#home-heading-1,
#home-heading-2,
#home-text,
#home-btn,
#back-to-top,
#arrow-down img {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

#home-heading-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#back-to-top {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

#home-text {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#home-btn {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

#arrow-down img {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}


.rightMenu{
    padding: 0;
    margin: 0;
}


.menuContaine{
    border-bottom: 1px solid #fff;
}

.vline{
    height: 20px;
    width: 2px;
    margin-top: 30px;

    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    
}

.wpic{
    height: 15px;
    margin-top: -4px;
    padding-right: 3px;
}

.navbar-nav{
    
}









/*========================================
    The Spine
========================================*/


.Gallery-item {
    padding: 0;
    margin: 0;
}

.Gallery-item {
    margin: 0 15px;
    height: 100%;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.owl-dots{
    display: none;
}

#thespine h2{
    font-family: 'Literata 60pt';
    font-weight: bold;
    font-style: italic;
    color:#e6d2be;
    font-size: 38px;
    
}

#thespine p{
    font-family: 'Alexandria';
    font-weight: normal;
    color:#e6d2be;
    font-size: 14px;
    padding-top: 20px;
}

#thespine{
    background-color: #02323C;
}

.Gallery-image img{
    border-radius: 5px;
}

.Gallery-image{
    border-radius: 10px;
}

.Gallery-item{
    border-radius: 10px;
    
}

#Gallery-items{
    border-radius: 10px;
    
}

.Gallery-items-out{
    border-radius: 10px;
}



/*========================================
    Integrated Experiences
========================================*/

#integratedexp{
    background-color: #F0E9E0;
}

.section-title{
    text-align: center;
}

.section-title h3{
    color: #02323C;
    font-family: 'Literata 60pt';
    font-weight: bold;
    font-style: italic;
    font-size: 38px;
}

.section-title p{
    color: #02323C;
    font-family: 'Alexandria';
    font-weight: normal;
    font-size: 14px;
}

.integratedexp-item{
    background-color: #02323C;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    border-radius: 0 0 10px 10px;
}

.integratedexp-item img{
    width: 100%;
}

.integratedexp-item h4{
    color: #F0E9E0;
    font-family: 'Literata 60pt';
    font-weight: bold;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.integratedexp-item p{
    color: #F0E9E0;
    font-family: 'Alexandria';
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 25px;
}




/*========================================
   Cognitive Systems
========================================*/


#cognitivesys{
    background: url(../imgs/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.overdiv2{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #02323ccd;
    z-index: 0;
}

.negative h3{
    color: #e6d2be;
    font-family: 'Literata 60pt';
    font-weight: bold;
    font-style: italic;
    font-size: 38px;

}

.negative p{
    color: #e6d2be;
    font-family: 'Alexandria';
    font-weight: normal;
    font-size: 14px;
}

#cognitivesys .content-box-lg{
    position: relative;
    z-index: 0;
}

.about-item-out{
    width: 400px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}



.about-item{
    position: relative;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.bgimg1{
    background: url(../imgs/cov1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimg2{
    background: url(../imgs/cov2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimg3{
    background: url(../imgs/cov3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimg4{
    background: url(../imgs/cov4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimg5{
    background: url(../imgs/cov5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.overw{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 0;
}

.about-item .img-icon img{
    width: 82px !important;
    height: 78px;
    display: inline-block;
}

.img-icon{
    width: 100%;
    text-align: center;
    display: block;
}

.cognitive-system{
    border-radius: 10px;
    overflow: hidden;
}

.about-item h3{
    font-family: 'Alexandria';
    font-weight: normal;
    color: #02323C;
    font-size: 20px;
}

.about-item h4{
    font-family: 'Alexandria';
    font-weight: 300;
    color :#6F6F6F;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;

}

#cognitive-systems{
    padding-top: 30px;
}

#cognitivesys .container-fluid{
    padding-right: 1px;
    padding-left: 1px;
}







.mp-left h5{
    font-family: 'Alexandria';
    font-weight: normal;
    font-size: 24px;
    color: #02323C;
}

.mp-left p{
    font-family: 'Alexandria';
    font-weight: 300;
    font-size: 14px;
    color: #02323C;
    margin-bottom: 20px;
}

.mp-right img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#masterplan{
    background-color: #F0E9E0;
}









.tmg-left img{
    width: 100%;
    height: auto;
}

.tmg-right img{
    width: 100%;
    height: auto;
}

#tmg{
    background: #02323C;
}

.tmg-right{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tmg-right p{
    color: #F0E9E0;
    line-height: 20px;
    font-size: 12px;
    margin-top: 20px;
}

.btn-1 {
    font-family: 'Alexandria';
    font-weight: normal;
    bottom: 30px;
    right: 30px;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 12px;
    background-color: #ebc09d;
    color: #02323C;
    border: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-1:hover {
    
    background-color: #fff;
    color: #02323C;
    
}














.form-group input {
    width: 100%;
    border: none;
    border: 1px solid #707070;
    padding: 5px 10px;
    background-color: #ffffffab;
    border-radius: 5px;
    font-family: 'Alexandria';
    font-weight: 300;
}

.form-group input {
    position: relative;
}


select#soflow3 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../imgs/arrow-down.png);
    background-color: transparent;
    background-position: 99% center;
    background-repeat: no-repeat;
    /* border: 1px solid #AAA; */
    border: none;
    outline: none;
    font-size: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #757575 !important;
    font-family: 'Alexandria';
    font-weight: 300;
    font-size: 14px;
}

.form-country {
    width: 100%;
    border: none;
    border: 1px solid #4e4e4e;
    padding: 5px 10px;
    background-color: #ffffffab;
    margin-top: 15px;
    position: relative;
    border-radius: 5px;
}

.form-fields {
    display: inline-block;
    text-align: right;
    width: 100%;
}


.form-group {
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
}

.form-fields {
    display: inline-block;
    text-align: right;
}

.iti{
    width: 100%;
}


.reg-left{
    background: url(../imgs/regimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}



.reg-left2{
    background: url(../imgs/reg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}


.row-reg{
    display: flex;
}

.reg-title h5{
    font-family: 'Alexandria';
    font-weight: normal;
    font-size: 24px;
    color: #02323C;
    padding-left: 15px;
    padding-bottom: 15px;
    position: relative;
}

#registerSec .content-box-lg{
    background: url(../imgs/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 0 0 30px 30px;
}

#registerSec{
    position: relative;
    background-color: #02323C;
}

.overdiv3 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e6d2bed4;
    z-index: 0;
    border-radius: 0 0 30px 30px;
}

.reg-left-out{
    padding-left: 0;
    padding-right: 0;
}

.btn-2 {
    font-family: 'Alexandria';
    font-weight: 300;
    bottom: 30px;
    right: 30px;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 12px;
    background-color: #02323C;
    color: #e6d2bed4;
    border: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-2:hover {
    
    background-color: #e6d2bed4;
    color: #02323C;
    
}

.send-button{
    text-align: left;
}

.error-message{
    text-align: left;
}

input:focus {
    outline: none !important;
    /* border: 1px solid #CAD92F;
    -webkit-box-shadow: 0 0 10px #CAD92F;
    box-shadow: 0 0 10px #CAD92F; */
}














.left-fo-in img{
    width: 200px;
}

.left-fo-in p{
    font-size: 11px;
    line-height: 12px;
    padding-top: 10px;
}

.socialicons li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.socialicons li::marker{
    display: none;
    list-style-type: none;
    content: "";
}

.socialicons-out{
    text-align: center;
    
}

.socialicons{
    display: inline-block;
    padding: 0;
    position: relative;
    margin-bottom: 0;
}

.middle-fo-in{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    
}

.middle-fo{
    
   
}



.footer-row{
    display: flex;
}

.btn-3 {
    font-family: 'Alexandria';
    font-weight: 300;
    bottom: 30px;
    right: 30px;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 12px;
    background-color: #F0E9E0;
    color: #02323C;
    border: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-3:hover {
    
    background-color: #fff;
    color: #02323C;
    
}

.twobut a{
    display: block;
    width: 150px;
    margin-top: 5px;
    
}

.twobut{
    display: inline-block;
}

.right-fo-in{
    text-align: right;
}

footer{
    background: #02323C;
    padding-bottom: 15px;
}

.copy{
    text-align: center;
    
}

.copy p{
    font-size: 10px;
    font-family: 'Alexandria';
    font-weight: 300;
    padding-top: 20px;
}

.twobut a img{
    height: 14px;
    margin-top: -3px;
    padding-right: 4px;
}

.secondSection-left-out{
    margin-top: 50px;
}