/*FONT FAMILY*/
@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora/Lora-Regular.ttf');
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu/Ubuntu-Regular.ttf');
}
/*END FONT FAMILY*/+
html, body {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}
header {
    width: 100%;
}
.wrapper {
    margin: 0 auto;
    width: 100%;
}
.container {
    width: 100%;
}
.row {
    margin-bottom: 5px;
}
/*NAVBAR*/
nav {
    color: #0B1A49;
    transition: all 0.35s ease;
}
nav ul li {
    padding: 16px 20px;;
}
.navbar {
    font-family: 'Ubuntu';
    background-color: transparent;
    color: #0B1A49;
}
.navbar img {
    max-width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    color: #0B1A49;
}	
.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #909090;
    opacity: .90;
    transition: all 0.35s ease;
}
.menu_item {
    color: #909090;
}
/*CSS BUTTONS*/
.btn-send-message {
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.btn-send-message:hover {
    opacity: .75;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
/*END CSS BUTTONS*/
/*END NAVBAR*/
.breadcrumb {
    font-family: 'Noto Sans Regular';
}
.breadcrumb-item a {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.breadcrumb-item a:hover {
    color: #E74224;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
/*TOP MENU IMAGES*/
.home-image {
    padding-top: 150px;
    padding-bottom: 50px;
    background-image: url(../images/home_menu_image_1.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.about-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/about_menu_image.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.science-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/science_menu_image.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.patented-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/patented_menu_image.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.contact-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/contact_menu_image.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/*END TOP MENU IMAGES*/
.main-title {
    text-align: center;
    margin: 0 auto 75px;
}
.main-title h1 {
    font-size: 50px;
    font-family: 'Ubuntu';
    font-weight: bold;
}
.main-title h2 {
    font-size: 18px;
    font-family: 'Ubuntu';
    font-weight: bold;
    letter-spacing: 5px;
    color: #808C8D;
}
.main-title h3 {
    font-size: 45px;
    font-family: 'Ubuntu';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.main-title p {
    font-size: 25px;
    font-family: 'Lora';
}
.main-title .custom {
    display: inline-flex;
    align-items: center;
    list-style: none;
    font-family: 'Lora';
}
.main-title .custom li {
    text-transform: capitalize;
}
.main-title .custom li a:after {
    content: '|';
    color: #FFFFFF;
    opacity: .8;
    margin: 0 5px;
}
.main-title .custom li a {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.main-title .custom li a:hover {
    color: #57B1BA;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
/*EFFECTS*/
.quick-links {
    text-align: center;
    font-weight: 500;
}
.quick-links * {
    box-sizing: border-box;
}
.quick-links a {
    color: #FFFFFF;
    opacity: 0.5;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 15px;
}
.quick-links li {
    display: inline-block;
    list-style: outside none none;
}
.quick-links a:hover {
    text-decoration: none;
    white-space: nowrap;
}
.quick-links a:before,
.quick-links a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
}
.quick-links a:before {
    top: 0;
    display: block;
    height: 2px;
    width: 0%;
    content: "";
    background-color: #57B1BA;
}
.quick-links a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #FFFFFF;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}
.quick-links a:hover:before,
.quick-links .current a:before{
    opacity: 1;
    width: 100%;
}
.quick-links a:hover:after,
.quick-links .current a:after {
    max-width: 100%;
}
/*END EFFECTS*/
.home-footer {
    background: #0B1A49;
    font-family: 'Noto Sans Bold';
    padding: 30px;
    font-size: 25px;
    font-weight: bold;
}
.home-footer h4 {
    font-size: 25px;
    font-weight: bold;
    padding-top: 10px;
    color: #FFFFFF;
    opacity: .9;
}
.home-readmore {
    font-size: 18px;
    display: inline-block;
    padding: 0 35px;
    border: 2px solid #E74224;
    line-height: 50px;
    color: #FFFFFF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.home-readmore:hover {
    background-color: #E74224;
    border-color: #E74224;
    color: #FFFFFF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.home-readmore-3 {
    font-size: 18px;
    display: inline-block;
    padding: 0 35px;
    border: 2px solid #57B1BA;
    background-color: #57B1BA;
    line-height: 50px;
    color: #FFFFFF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.home-readmore-3:hover {
    background-color: transparent;
    border: 2px solid #57B1BA;
    color: #57B1BA;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.services-readmore {
    font-size: 18px;
    display: inline-block;
    color: #FFFFFF;
    opacity: .90;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.services-readmore:hover {
    color: #E74224;
    opacity: .90;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.planet-info {
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.planet-info .services {
    margin-bottom: 30px;
    position: relative;
    padding: 20px 0;
    z-index: 0;
    display: block;
    border: 1px solid #E6E6E6;
    -webkit-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Ubuntu';
}
.planet-info .services:hover {
    transform: scale(1.1, 1.1);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.planet-info .services .icon {
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
}
.planet-info .services .icon i {
    font-size: 40px;
    color: #57B1BA;
    -webkit-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.planet-image {
    margin-bottom: 20px;
}
.planet-item h4 {
    font-size: 18px;
    font-family: 'Lora';
    font-weight: bold;
}
.planet-item p {
    font-family: 'Ubuntu';
}
.planet-item i {
    color: #E74224;
    font-size: 20px;
}
.planet-info .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23E74224' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.planet-info .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23E74224' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.home-about {
    background: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 50px;
}
.home-about .list-group a {
    font-size: 18px;
    display: inline-block;
    color: #0B1A49;
    opacity: .90;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.home-about .list-group a:hover {
    background-color: #FFFFFF;
    color: #E74224;
    opacity: .90;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.about-readmore {
    font-size: 18px;
    display: inline-block;
    padding: 0 35px;
    border: 2px solid #57B1BA;
    line-height: 50px;
    color: #57B1BA;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.about-readmore:hover {
    background-color: #57B1BA;
    border-color: #57B1BA;
    color: #FFFFFF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.project-info {
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/white_background.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.member-item {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.avatar-image img {
    border-radius: 2px;
    max-width: 100%;
}
.avatar-content {
    padding: 20px 30px 10px 25px;
    text-align: center;
    background-color: #0B1A49;
    border-radius: 2px;
    margin: -30px 15px 0;
    box-shadow: 0 30px 50px rgba(0,0,0,.03);
    border-bottom: 1px solid transparent;
    position: absolute;
    width: calc(100% - 30px);
    transform: translateY(0);
}
/*READ MORE EFFECTS*/
.box9{background:#000;text-align:center;position:relative}
.box9 img{width:100%;height:auto}
.box9:hover img{opacity:.5}
.box9 .box-content{padding:30px 10px 30px 0;background:rgba(0,0,0,.65);position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition: all .35s ease 0s;}
.box9:hover .box-content{top:10px;left:10px;bottom:10px;right:10px;opacity:1}
.box9 .title{font-weight:700;color:#fff;line-height:17px;margin:5px 0;position:absolute;bottom:45%;font-family:'Futura Bold';font-size:18px;font-weight:bold;transition: all .35s ease 0s}
.box9 .icon,.box9 .title{width:100%;font-size:18px;transition: all .35s ease 0s}
.box10 .icon li a,.box9 .icon li a{line-height:35px;border-radius:50%}
.box9 .icon{list-style:none;padding:0;margin:0;position:absolute;top:50%}
.box9 .icon li{display:inline-block;opacity:0;transform:translateY(40px)}
.box9:hover .icon li{opacity:1;transform:translateY(0)}
.box9:hover .icon li:first-child{transition-delay:.1s}
.box9:hover .icon li:nth-child(2){transition-delay:.2s}
.box9 .icon li a{display:block;width:35px;height:35px;background:#f39c12;font-size:20px;color:#000;margin-right:5px;transition:all .35s ease 0s}
.box9 .icon a:hover{background:#fff}
@media only screen and (max-width:990px){.box9{margin-bottom:20px}
}
/*END READ MORE EFFECTS*/
.our-advantages {
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 130px;
}
.footer {
    background-image: url(../images/footer.jpg);
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.footer-title h2 {
    font-size: 18px;
    font-family: 'Ubuntu';
    font-weight: bold;
    color: #555555;
    padding-bottom: 25px;
    letter-spacing: 5px;
}
.footer-title p {
    font-family: 'Lora';
    font-size: 18px;
    opacity: .90;
    color: #FFFFFF;
    padding-bottom: 25px;
}
.footer-title img {
    max-width: 70%;
}
.footer-menu li {
    padding: 0 30px;
    display: inline-block;
    line-height: 12px;
    font-family: 'Ubuntu';
}
.footer-menu li a {
    font-size: 18px;
    display: inline-block;
    padding: 0 35px;
    line-height: 50px;
    color: #555555;
    opacity: .9;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.footer-menu li a:hover {
    color: #57B1BA;
    font-weight: bold;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}

.contact-us-items li {
    list-style: none;
    font-family: 'Noto Sans Regular';
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    opacity: .90;
    position: relative;
    padding-bottom: 10px;
    transition: all 300ms linear 0s;
}
.contact-us::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
}
.copyright {
    padding-top: 40px;
    padding-bottom: 25px;
    background: #000000;
}
.copyright-item p {
    font-family: 'Noto Sans Regular';
    font-size: 18px;
    color: #FFFFFF;
    opacity: .90;
    font-weight: bold;
}



.feature-item {
    border-radius: 10px;
    padding: 40px 40px 40px 40px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: box-shadow .3s;
    border: 1px solid #DA291C;
}
.feature-item:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.welcome-unit {
    display: flex;
    padding: 20px 20px 20px 20px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: box-shadow .3s;
}
.welcome-unit:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.item-left {
    max-height: 100%;
    float: left;
}
.item-left i {
    font-size: 48px;
    color: #DA291C;
    padding-bottom: 35px;
}
.item-right {
    padding-left: 30px;
    max-height: 100%;
}
.item-right h2 {
    font-family: 'Futura Bold';
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.item-right p {
    font-family: 'Futura Book';
    font-size: 18px;
    color: #000000;
    text-align: justify;
}
.item-right img {
    max-width: 100%
}
.item-right ul {
    list-style: none;
    font-family: 'Futura Book';
    font-size: 16px;
}
.provide-item {
    font-family: 'Futura Bold';
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.our-services {
    background: #DA291C;
    padding-top: 80px;
    padding-bottom: 50px;
}
.our-services i {
    font-size: 48px;
    color: #DA291C;
    padding-bottom: 35px;
}
.our-services h4 {
    font-family: 'Futura Bold';
    font-size: 20px;
    color: #DA291C;
    font-weight: bold;
    padding-bottom: 10px;
}
.our-services p {
    font-family: 'Futura Book';
    font-size: 18px;
    color: #DA291C;
    font-weight: bold;
}
.service-item {
    border-radius: 10px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: transform .7s;
}
.service-item:hover {
    transform: scale(1.1);
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.service-item p {
    font-family: 'Futura Book';
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.service-item img {
    max-width: 100%
}

.our-project {
    background: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/our_projects.png);
    background-size: cover;
}
.project-item h4 {
    font-family: 'Futura Bold';
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.project-item img {
    max-width: 100%;
}
.clients-logo {
    font-family: 'Nunito Bold';
    border-top: 1px solid #B8860B;
    color: #B8860B;
    margin: 15px auto 0;
    padding-top: 15px;
}
#owl-demo .item{
    margin: 20px;
    display: inline-block;
}
#owl-demo .item img {
    width: 120px;
    height: 120px;
    text-align: center;
}
#owl-testimonials .owl-item .active {
    width: 0px;
}
#owl-testimonials .owl-stage .active {
    width: 0px;
}
.owl-stage {
    width: 0px;
}
.owl-item {
    width: 0px;
}

.bcrumb {
    background: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
}

.about-title {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/about-breadcrumb.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.about-footer {
    background: #DA291C;
    font-family: 'Futura Bold';
    padding: 30px;
    font-size: 25px;
    color: #EBDDB0;
    font-weight: bold;
    border-bottom: 1px solid #dee2e6!important;
}
.counter-item {
    text-align: center;
}
.counter-item i {
    font-size: 40px;
}
.counter-item h4 {
    font-size: 35px;
    padding: 13px 0 10px;
}
.services-title {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/services-breadcrumb.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.services-footer {
    background: #DA291C;
    font-family: 'Futura Book';
    padding: 30px;
    font-size: 25px;
    color: #EBDDB0;
    font-weight: bold;
    border-bottom: 1px solid #dee2e6!important;
}
.services-footer h4 {
    font-size: 25px;
    font-weight: bold;
    padding-top: 10px;
}
.projects-title {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/projects-breadcrumb.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.project-readmore {
    display: inline-block;
    padding: 0 35px;
    border: 2px solid #DA291C;
    line-height: 50px;
    border-radius: 4px;
    color: #DA291C;
    text-decoration: none;
}
.project-readmore:hover {
    background-color: #DA291C;
    border-color: #DA291C;
    color: #EBDDB0;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.contact-title {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/contact-breadcrumb.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.contact-background {
    background: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/contact-us-2.png);
    background-size: cover;
}
.contact-items li {
    list-style: none;
    font-family: 'Futura Book';
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding-bottom: 10px;
    transition: all 300ms linear 0s;
}


.navigation-items {
    padding: 0px;
}
.navigation-items li {
    list-style: none;
}
.navigation-items li a {
    font-family: 'Futura Book';
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 20px;
    text-decoration: none;
    transition: all 300ms linear 0s;
}
.navigation-items li a:hover {
    color: #DA291C;
    transform: translateX(10px);
}
.navigation-items li a i {
    font-size: 14px;
    color: #DA291C;
    padding-right: 20px;
    position: absolute;
    left: 0;
    bottom: 2px;
    transition: all 300ms linear 0s;
}
.navigation-items li a i:hover {
    transform: translateX(10px);
}


/*CSS MEDIA QUERIES*/
@media only screen and (max-width : 1200px) {
    .footer-logo img {
        max-width: 15%;
    }
}
@media only screen and (max-width : 992px) {
    .footer-logo img {
        max-width: 15%;
    }
}
@media (max-width:768px){
    .footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .footer-logo img {
        max-width: 15%;
    }
}
@media screen and (max-width: 600px) {
    .footer-logo img {
        max-width: 15%;
    }
}
@media only screen and (max-width : 480px) {
    .footer-logo img {
        max-width: 18%;
    }
}
@media only screen and (max-width : 320px) {
    .footer-logo img {
        max-width: 20%;
    }
}
/*END CSS MEDIA QUERIES*/