@font-face {
    font-family: AROLY;
    src: url('../../../../fonts/AROLY.ttf');
}


body{
    font-family: 'Open Sans', sans-serif;
}

h1.orbit {
    font-family: AROLY;
    color: cyan !important;
    letter-spacing: -7px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1.6px;
}

p{
    text-align: justify;
}


.c-content-isotope-image-container{
    width: 300px;
    display: inline;
    float: left;
}

.c-content-isotope-text-container{
    display: inline;
    float: left;
    padding-left: 50px;
}

.social-media-icons img{
    width: 30px;
    height: 30px;
}

.latest-profile img{
    width: 150px;
    height: 115px;
}

.latest-profile .btn{
    margin-top: 10px;
}

.menu_logo img{
    margin-top: -10px;
    float: left;
    width: 50px;
    height: 50px;
}

.menu_logo small{
    position: relative;
    bottom: -11px;
    margin-left: 6px;
    font-weight: bold;
    font-size: 16px;
    color: #1E75BC;
}

.custom-home-menu{
    float: right;
    margin-right: 15px;
}
.custom-home-menu a{
    margin-left: 5px;
}

.custom-introduction-landing-div{
  margin-top: 10px;
  line-height: 37px;
}

.custom-introduction-landing-div h3{
    color: #CE1D47;
}




.custom-why-orbit-landing-div{
    background-color: #f5f5f5;
    line-height: 37px;
}
.custom-why-orbit-landing-div h3{
    color: #12a5e0;

}

.custom-profotilio-landing-div{
    display: none;

}

.custom-profotilio-sketchfab-div{
    line-height: 37px;
}
.custom-profotilio-sketchfab-div h3{
    text-align: left;
    color: #652F53;
}


.custom-profotilio-sketchfab-div img{
    width: 550px;
    height: 600px;
    left: 50%;
}


.custom-contactus-sketchfab-div{
    /*display: none;*/

    border-bottom: solid 5px #1E75BC;
}
.custom-top-image-landing-page-div{

    color: white;
}

.custom-top-image-landing-page-div h1{
    font-size: 100px;
    color: white;
}

.custom-top-image-landing-page-div p{
    font-size: 30px;
    padding-left: 3%;
}

.custom-top-image-landing-page-div a{
    margin-left: 5%;
}
.custom-accomplished-landing-div{
    display: none;
}




.custom-top-image-landing-page-div img{
    width: 100%;
    height: 650px;
}

.custom-top-image-landing-page-div .image-content{
    padding-left: 1%;
    padding-top: 17%;
}
.custom-top-image-landing-page-div .image-content p{

}
.custom-top-image-landing-page-div .image-content a{

}

.custom-slider-content-landing-div{

}

.custom-doodles-landing-div{
    /*background-color:#959595;*/
    background-color: #fcfcfc;
    padding-bottom: 5%;

}

.c-layout-revo-slider{
    margin-top: -88px;
}

.c-content-isotope-text-container small{
    font-size: 18px;
}
.custom-our-partner-landing-div{
    background-color:  #002a6d;
    color: white;
}
.custom-our-partner-landing-div h3 ,.custom-our-partner-landing-div h2{
    color: white;
}

.c-font-thin{
    text-align: justify;
}

.c-layout-header .c-brand > .c-cart-toggler .c-cart-number{
    padding: 11px 0px;
}

@media (min-width:992px)
{.container{width:970px}
}

@media (min-width:1200px){
    .container{width:1200px}
}

@media (min-width:1500px){
    .container{width:1500px}
}

@media (min-width:2000px){
    .container{width:2000px}
}

@media (min-width:3000px){
    .container{width:3000px}
}


.hidden_sketchfab_title{
    padding: 25px;
    background-color: white;
    position: absolute;
    width: 35%;
}
.sketchfab-iframe iframe{
    width: 550px;
    height: 400px;
}

.socicon-btn {
 border: none;
}

.footer-email{
    color: #818e9a;
}
.c-btn-uppercase.btn-sm{
    width: 50%;
}

.c-layout-breadcrumbs-1.c-subtitle{
    padding-top: 100px;
}

.tp-bullets.round > .tp-bullet.selected {
    background: #1E75BC;
}

.btn-info {
    color: #ffffff !important;
    background: #1E75BC;
    border-color: #1E75BC;
}
.btn-info:hover {
    color: #777 !important;
}
.btn-info:active {
    color: #777 !important;
}

.btn-info:focus {
    color: #777 !important;
}

.fadeInOutSliderParent{
    position: relative;
    width:100%;
    height:550px;
}

#cloud1 {
    content: '';
    opacity: 1;
    position: relative;
    top: 50px;
    left: 10px;
    animation: float 4s infinite ease-in-out;
}

#cloud {
    content: '';
    opacity: 1;
    position: relative;
    top: 50px;
    left: 10px;
    animation: float 3.5s infinite ease-in-out;
}

@keyframes float {
    50% {
        top: 60px;
    }
    100% {
        top: 50px;
    }
}

.navbar-toggle {
    margin-top: 34px;
}

#particle-canvas .c-bg-white{
    background-color: #959595 !important;
}


/* Pulse Shrink Button start*/
@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
/* Pulse Shrink Button End*/


/*Video Play Button css*/
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

/*Button Css End*/

/*Menu Header start*/



.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Header Styles */

header {
    width: 100%;
    height: 70px;
    background: white;
    position: fixed;
    z-index: 99;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}

.navbar-collapse{
    border: none;
}
.small {
    height: 60px;
}

.small .logo {
    font-size: 1.5em;
    margin-top: 15px;
}

/*.small-a{*/

/*}*/

nav {
    width: 80%;
    margin: 0 auto;
}

/*nav a{*/
    /*font-size: 26px;*/
    /*margin-top: 20px;*/
/*}*/

.logo {
    font-size: 2em;
    float: right;
    padding: 5px;
    margin-top: 35px;
}

/* Transitions */

header, .logo, .header-logo-img-small, .header-logo-img-large, .logo-text , .logo-text-small, .small-a a, .long-a a{
    -webkit-transition: all 1s;
    transition: all 1s;
}

.header-logo-img-large{
    width: 70px;
    height: 70px;
    margin-top: 14px;
}

.header-logo-img-small{
    width: 50px;
    height: 50px;
}

.long-a a{
    font-size: 18px;
    margin-top: 30px;
}

.small-a a{
    font-size: 20px;
    margin-top: 20px;
}

nav{
    width: 100%;
}

.header .navbar-brand{
    padding: 0 0 0 10px;
}
.logo-text{
    position: relative;
    bottom: -50px;
    margin-left: 6px;
    font-weight: bold;
    font-size: 16px;
    color: #1E75BC;
}

.logo-text-small{
    position: relative;
    bottom: -36px;
    margin-left: 6px;
    font-weight: bold;
    font-size: 12px;
    color: #1E75BC;
}
.navbar-default {
    background-color: white;
    border-color: white;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -15px;
}
/*Menu Header end*/


/*Cart */

ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right a{
    margin-top:0px;
}

.open>.dropdown-menu {
    width: 380px;
}


/*Cart end*/

.c-layout-breadcrumbs-1.c-subtitle {
    padding-top: 200px;
}


.c-shop-product-details-2 .c-product-gallery > .c-product-gallery-content img {
    height: 475px;
}

.package-includes{
    margin-left: 45%;
}

@media (max-width: 5000px){

    .c-content-pricing-1 > .c-tile-container > .c-tile {
        width: 30%;
        margin-right:  20px;

    }
}
.c-tile p {
    text-align: center;
}

.c-content-pricing-1 > .c-tile-container > .c-tile.c-bordered {

    height: 500px;
}

@media (max-width:736px){
    body, html{
        overflow-x: hidden;
    }

    .custom-profotilio-sketchfab-div img {
        width: 550px;
        height: 400px;
    }

    .navbar-default {
        padding: 0;
    }

    .row{
        margin: 0px;
    }
    .custom-top-image-landing-page-div img{
        height: 350px;
    }
    .c-content-title-1 > h3.c-font-uppercase{
        font-size: 20px;
    }

    .hidden_sketchfab_title {
        padding: 24px;
        background-color: white;
        position: absolute;
        width: 120%;
        margin-left: -100px;
    }
    #sketchfab-model{
        margin-left: -35%;
    }
    #sketchfab-model img{
        margin-left: 14%;
    }

    .video-play-button {
        left: 64%;
    }

    .logo-text{
        font-size: 10px;
    }

    #mail-icon{
        margin-left: -24%;
    }

    .footer-distributed .footer-company-about {
        margin-left: 67px;
    }
    .footer-right p{
        text-align: left;
    }

}



