
@import url(bootstrap.min.css);
@import url(jquery.fancybox.css);

@font-face {
    font-family: QuicksandBold-Regular;
    src: url(../assets/fonts/QuicksandBold-Regular.otf) format('otf');
    font-weight: 400;
    font-style: normal
}

body {
    font-family: Karla, sans-serif;
    font-weight: 400;
    overflow-x: hidden
}

body.nav-overlay {
    overflow-x: hidden
}

body.overflow-hidden {
    overflow-x: hidden
}

.minus-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%,-44%);
        -ms-transform: translate(-50%,-44%);
            transform: translate(-50%,-44%);
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}

.home-photo-credit {
    font-size: .7vw;
    line-height: 1vw
}

.PhotoCredit {
    font-size: .7vw;
    line-height: 1vw
}

::focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none
}

.footer-list {
    float: right
}

.gallery-heading span:not(:first-child){
font-size: 90%;
    
}

.crue-members a{
transition: all linear 0.1s;
    
}

.crue-members a:hover{
color: #e68202; 
/*color: #c36e00    */
}

.modal-header {
    padding: .3rem 1rem
}

.gallery-caption {
    margin-right: 0;
    margin-top: 5px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 15px
}

#galleryVideoModal{
    max-width: 70%;
    margin: auto;
    
}

.modal-content{
background-color: transparent;
border: 0;
    
}

.modal-header{
background-color:transparent;
    
}

.close{
font-size: 30px;
    
}

.photoCaption {
    position: absolute;
    right: 5%;
    color: #fff
}

.top-bar {
    position: relative;
    width: 95.3%;
    height: 100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.full-vh-height {
    height: 100vh
}

.right-arrow {
    width: 1vw;
    position: relative;
    top: 0.1vw;
}

.right-arrow img {
    width: 2vw
}

.logo {
    width: 15vw;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s
}

.logo img {
    width: 100%
}

body.nav-overlay .menu-circle {
    height: 800px;
    width: 800px
}

.menu-circle {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    background-color: #404f70;
    z-index: 400;
    -webkit-transform: translate(40%, -40%);
    -ms-transform: translate(40%, -40%);
    transform: translate(40%, -40%);
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 50%;
    
}

section.avtar {
    padding-top: 65px
}

.navigation {
    background-color: #404f70
}

.bg-darkblue {
    background-color: #404f70
}

.container p {
    font-size: 20px
}

.container a {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #1abc9c;
    text-decoration: none;
    font-size: 20px;
    overflow: hidden;
    top: 5px
}

.container a:after {
    content: '';
    position: absolute;
    background: #1abc9c;
    height: 2px;
    width: 0%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease
}

.container a:active:after,
.container a:focus:after,
.container a:hover:after {
    width: 100%
}

h1 {
    position: relative
}

.mobile-navigation {
    position: relative
}

.button_container {
    position: absolute;
    top: -15.5px;
    right: 0;
    height: 27px;
    width: 65px;
    float: right;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.button_container:hover {
    opacity: .9
}

.button_container.active .top {
    -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
        -ms-transform: translateY(12px) translateX(0) rotate(45deg);
            transform: translateY(12px) translateX(0) rotate(45deg);
    background: #fff
}

.button_container.active .middle {
    opacity: 0;
    background: #fff
}

.button_container.active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-12px) translateX(0) rotate(-45deg);
            transform: translateY(-12px) translateX(0) rotate(-45deg);
    background: #fff
}

.button_container span {
    background: #f2bb1a;
    border: none;
    height: 7px;
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    border-radius: 5px
}

.button_container span:nth-of-type(2) {
    top: 12px
}

.button_container span:nth-of-type(3) {
    top: 24.5px
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 600px;
    width: 600px;
    z-index: 50;
    position: absolute;
    background-color: #404f70;
    border-radius: 50%
}

.logo-overlay {
    position: absolute;
    top: 3%;
    left: .4%
}

.overlay-menu .navbar-nav.hide {
    display: none
}

.logo-image img {
    width: 10vw
}

.overlay-menu .navbar-nav .nav-item .nav-link {
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.overlay-menu .navbar-nav .nav-item .nav-link span {
    color: #f3bb19;
    line-height: 1.7vw
}

.overlay.open li {
    -webkit-animation: fadeInRight .2s ease forwards;
            animation: fadeInRight .2s ease forwards;
    -webkit-animation-delay: .15s;
            animation-delay: .15s;
    width: 50%;
    margin: auto;
    opacity: 0
}

.overlay.open li:nth-of-type(1) {
    -webkit-animation-delay: .35s;
            animation-delay: .35s
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
            animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
            animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .5s;
            animation-delay: .5s
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
            animation-delay: .55s
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .6s;
            animation-delay: .6s
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
            animation-delay: .65s
}

.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .7s;
            animation-delay: .7s
}

.overlay nav {
    position: absolute;
    height: 80%;
    top: 42%;
    width: 50%;
    left: 20%;
    font-size: 50px;
    font-family: 'Varela Round', serif;
    font-weight: 400
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden
}

.overlay ul li a:active:after,
.overlay ul li a:focus:after,
.overlay ul li a:hover:after {
    width: 100%
}

.desktop-header .dropdown-menu {
    z-index: 20
}

.overlay-menu .dropdown-menu.show {
    position: absolute;
    top: 0 !important;
    left: 80% !important;
    -webkit-transform: translate(-50%, 0) !important;
        -ms-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 40%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 40%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

span.word-break {
    float: none;
    display: block
}

.text-lightdark {
    color: #231f20 !important
}

.text-blue{
color:     
}

.top-header {
    position: relative
}

.mobile-header {
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%)
}

.navbar-expand-md .navbar-nav .dropdown-menu.active {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1)
}

.bg-lightblue {
    background-color: #6eb1db
}

.text-bold {
    font-weight: 700
}

.text-yellow {
    color: #f3bb19 !important;
    font-weight: 700
}

.text-yellow > a {
    color: #f3bb19
}

.text-blue {
    color: #70b2d4
}

.text-darkred {
    color: #690a06
}

.text-gray {
    color: #616264
}

.heading {
    color: #616264;
    margin: 15px 0
}

.heading-small {
    font-size: 1.25vw;
    font-weight: 700
}

.heading-medium {
    font-size: 25px
}

.main-heading {
    font-family: Quicksand, sans-serif;
    font-size: 2.08vw;
    font-weight: 700;
    margin: 1.56vw 0
}

.heading-large {
    font-size: 1.564vw;
    margin: 18px 0;
    font-weight: 700;
    text-transform: capitalize
}

.card .card-body:hover .card-content {
    opacity: .7;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s
}

.heading-blog {
    margin-bottom: 0
}

.list-inline {
    margin: 15px 0
}

.col-md-right {
    padding-left: 1.56VW !important
}

.col-md-left {
    padding-right: 1.56VW !important
}

.list-inline li {
    display: inline;
    font-size: 1.35vw
}

.list-inline li span-right {
    float: right
}

ul.icon-plus li {
    position: relative
}

.span-plus {
    color: #dc6f0a;
    margin-left: 0 !important;
    font-size: 22px
}

.list-unstyled {
    margin-bottom: 40px
}

ul.icon-angle li::before {
    content: '>>';
    position: relative;
    margin-right: 0;
    font-size: 1.145vw;
    color: #616264
}

ul.icon-plus li::before {
    content: '+';
    position: relative;
    margin-right: 0;
    color: #dc6f0a;
    font-size: 1.145vw;
    font-weight: 700
}

a:hover {
    text-decoration: none
}

ul.icon-plus li span {
    font-weight: 700
}

.content-info {
    margin: 15px 0;
    color: #616264;
    line-height: 1.66vw
}

.content-info,
ul li {
    font-size: 1.145vw
}

.e2o-list li {
    line-height: 22px
}

.content-info.blog {
    margin-top: 0
}

li {
    color: #616264
}

.navbar-nav li {
    font-size: 1.5vw;
    font-weight: 400;
    text-transform: capitalize;
    font-family: Karla, sans-serif;
    line-height: 1.6vw
}

.desktop-header {
    margin-top: 1vw
}

.desktop-header .navbar-nav li {
    line-height: 1.9812vw
}

.navbar-nav .nav-item .nav-link {
    color: #4f4b4c
}

.navbar {
    display: block;
    padding: 0
}

.navbar-nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    padding: 1.5rem 0;
    padding-top: 0
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    top: 4vw
}

.bottom-footer ul li a[href*=mailto] {
    color: #616264
}

.bottom-footer ul li {
    font-size: 1.145vw
}

.dropdown-menu {
    background-color: transparent;
    border: 0
}

.dropdown-menu {
    opacity: 0;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
    height: 0
}

.dropdown-menu.show {
    opacity: 1;
    height: auto
}

.dropdown-item {
    padding: 0
}

.dropdown-menu .dropdown-item {
    text-transform: capitalize;
    color: #f1bd29;
    padding-left: .5rem;
    font-size: 1.3vw;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    line-height: 1.4vw
}

.overlay-menu .dropdown-menu .dropdown-item {
    text-transform: capitalize;
    color: #f1bd29;
    padding-left: .5rem;
    font-size: 20px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    line-height: 24px;
    border-bottom: 1px solid #9f8125;
    padding-bottom: 5px;
    padding-top: 5px
}

.desktop-header .dropdown-menu .dropdown-item:focus,
.desktop-header .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #690a06 !important
}

.overlay-menu .dropdown-menu .dropdown-item:focus,
.overlay-menu .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #fff
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f1bd29;
    color: #fff
}

.dropdown-toggle::after {
    all: unset
}

.external-link {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.external-link:hover {
    color: #f1bd29
}

.main-wrapper {
    background-color: #e0e0e0
}

.fluid-wrapper {
    width: 100%;
    overflow: hidden
}

.home-banner {
    background: url(../assets/images/home/banner.jpg) no-repeat top center fixed;
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-position: 50% 50%;
    background-color: #000
}

.center-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
}

.content-wrapper {
    width: 95.3%;
    max-width: 100%;
    margin: auto;
    position: relative
}

.main-wrapper {
    overflow-x: hidden
}

.content-wrapper .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.banner {
    position: relative
}

.banner-image img {
    height: 100%;
    width: 100%;
    border-radius: 10px
}

.overlay {
    position: absolute
}

.overlay.home {
    bottom: 0;
    left: 3%;
    -webkit-transform: translate(-3%, 0);
        -ms-transform: translate(-3%, 0);
            transform: translate(-3%, 0)
}

.btn-launch {
    border-radius: 10px;
    padding: .2vw .5vw;
    font-family: Quicksand, sans-serif;
    padding: 3px 20px;
    color: #fff;
    font-size: 36px;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    text-transform: uppercase;
    padding: .104vw 1.25vw;
    font-weight: bolder;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    font-size: 2.391vw
}

.btn-launch:hover {
    color: #fff
}

.overlay.home.home-text {
    visibility: visible;
    opacity: 1;
    background: 0 0;
    height: inherit;
    overflow: visible
}

.overlay.home .banner-content {
    position: relative
}

.overlay.home .banner-content .content {
    letter-spacing: .1vw;
    position: relative;
    font-weight: 700;
    color: #bbb !important
}

.banner-image {
    width: 100%;
    position: relative
}

.overlay.home .banner-content .content .quote {
    position: absolute;
    top: 3.3vw;
    right: 5.3vw
}

.btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
}

.quote .word-break {
    float: initial;
    display: block;
    position: absolute;
    right: 6.5vw;
    top: 2.7vw
}

.well {
    background-color: #404f70
}

.avtar .well-top {
    height: 75px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 15px;
    margin-bottom: 40px
}

.avtar .well-top .content {
    font-size: 48px;
    font-size: 2.5vw;
    font-family: Quicksand, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0
}

.card {
    border-radius: 18px;
    overflow: hidden
}

.card .card-body {
    height: 30vw;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-radius: 18px;
    overflow: hidden
}

.inner-image {
    position: absolute;
    width: 22vw;
    height: 22vw;
    overflow: hidden;
    top: -15%;
    right: -15%;
    border-radius: 50%
}

.inner-image img {
    width: 33vw;
    height: auto;
    padding-top: 4vw;
    padding-right: 10vw
}

.card-content .headline {
    letter-spacing: 4px
}

.card-content .content {
    font-family: Quicksand, sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 2vw;
    line-height: 1.5vw
}

.card-content .heading {
    text-transform: uppercase
}

.card-first {
    padding-right: 3.125VW
}

.card-second {
    padding: 0 25px;
    padding: 0 1.5625VW
}

.card-third {
    padding-left: 3.125VW
}

.outerContent {
    margin-top: 70px;
    font-family: Karla, sans-serif
}

.outerContent .content {
    color: #231f20;
    line-height: 1.875VW;
    font-size: 28px;
    font-size: 1.458vw;
    padding: .15625vw
}

.avtar-box {
    padding-bottom: 30px;
    margin-top: 70px
}

.avatar-box-link {
    padding-bottom: 1vw;
    display: block
}

.photo-caption li {
    font-size: 10px
}

.photo-credit {
    display: block;
    font-size: 1vw;
    line-height: 1.9vw;
    position: relative;
    margin-bottom: -5px;
    color: #f8f9fa
}

.exp-banner-image.bottom {
    margin-top: 200px
}

.exp-bottom {
    margin-bottom: 700px
}

.procedure2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%
}

.procedure-box-2 {
    border-radius: 50%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 15px
}

.procedure-box-2 .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
}

.procedure-box-2-1 {
    width: 10vw;
    height: 10vw
}

.procedure-box-2-2 {
    width: 8vw;
    height: 8vw
}

.procedure-box-2-3 {
    width: 9vw;
    height: 9vw
}

.procedure-box-2-4 {
    width: 12vw;
    height: 12vw
}

.procedure2 .symbol {
    margin-bottom: 0;
    font-size: 24px
}

.image-gallery-area {
    margin: 0 14%
}

.gallery-heading-first {
color: #3186ad;
font-weight: 700;
    
    
}

.videoPlay {
    display: block
}

.videoPlay:hover {
    cursor: pointer
}

.galleryModal {
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
}

.gallery-image {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px 0;
    padding: 5px;
    border-radius: 5px
}

.video-image {
    position: relative
}

.videoPlay {
    position: relative
}

.videoPlay:hover {
    cursor: pointer
}

.youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 10%;
    opacity: .9
}

.gallery-image:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0
}

.gallery-image img {
    width: auto;
    border-radius: 5px
}

@media(min-width:1600px) {
    body.nav-overlay .menu-circle {
        height: 800px;
        width: 800px
    }

    .overlay nav {
        position: absolute;
        height: 80%;
        top: 42%;
        width: 50%;
        left: 20%;
        font-size: 50px
    }
}

@media(min-width:1800px) {
    body.nav-overlay .menu-circle {
        height: 900px;
        width: 900px
    }

    .logo {
        width: 350px
    }

    .overlay nav {
        position: absolute;
        height: 80%;
        top: 70%;
        width: 50%;
        left: 20%;
        -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
                transform: translateY(-40%)
    }
}

@media(max-width:1799px) {
    .logo {
        width: 320px
    }
}

@media(max-width:1600px) {
    .procedure-box-2 .content {
        font-size: 1.25vw;
        width: 95%
    }
}

@media(max-width:1366px) {
    .card-content {
        font-size: 36px;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s
    }

    .logo {
        width: 300px
    }

    body.nav-overlay .menu-circle {
        width: 800px;
        height: 800px
    }

    .top-bar {
        height: 80px
    }
}

@media (max-width:1200px) {
    body.nav-overlay .menu-circle {
        height: 800px;
        width: 800px
    }

    ul.icon-angle li::before,
    ul.icon-plus li::before {
        font-size: 16px
    }

    .overlay nav {
        position: absolute;
        height: 80%;
        top: 45%;
        width: 50%;
        left: 20%;
        font-size: 50px
    }

    .gallery-image {
        margin: 15px 0;
        padding: 0
    }

    .outerContent .content {
        font-size: 16px;
        line-height: 24px
    }

    .logo {
        width: 280px
    }

    .overlay .overlay-menu nav {
        display: none
    }

    body.nav-overlay .menu-circle {
        width: 720px;
        height: 720px
    }

    .top-bar {
        height: 60px
    }

    .card-content {
        font-size: 28px
    }

    .card-body {
        padding: .5rem
    }

    .card-content .content {
        letter-spacing: 2px;
        font-size: 2.5vw
    }

    .card-content .content {
        line-height: 1vw
    }

    .avtar .well-top .content {
        font-size: 3vw
    }

    .btn-launch {
        font-size: 28px
    }

    .bottom-footer ul li,
    .content-info,
    ul li {
        font-size: 16px;
        line-height: 22px
    }

    .PhotoCredit {
        font-size: 12px;
        line-height: 16px
    }

    .photo-caption li {
        font-size: 10px
    }

    .heading-large {
        font-size: 20px;
        margin: 10px 0
    }

    .heading-small {
        font-size: 16px;
        margin: 8px 0
    }

    .list-unstyled {
        margin-bottom: 16px
    }

    .content-info {
        margin: 12px 0
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        line-height: 16px
    }

    .desktop-header .navbar-nav {
        width: 90%
    }

    top-bar {
        height: 60px
    }
}

@media (max-width:991px) {
    .navbar-nav li {
        font-size: 16px
    }

    .home-photo-credit {
        font-size: 11px
    }

    .gallery-heading {
        font-size: 18px;
        
    }
    
    #galleryVideoModal {
        max-width: 70%;
        margin: auto
    }

    ul.icon-angle li::before,
    ul.icon-plus li::before {
        font-size: 16px
    }

    .overlay nav {
        top: 45%
    }

    .btn-launch {
        -webkit-transform: scale(1.7);
            -ms-transform: scale(1.7);
                transform: scale(1.7)
    }

    .main-link {
        width: 30vw
    }

    .logo {
        width: 250px
    }

    .overlay nav {
        top: 46%
    }

    .navbar-nav li {
        line-height: 14px
    }

    .overlay-menu .navbar-nav .nav-item .nav-link span {
        line-height: 12px;
        margin-top: 2px
    }

    .gallery-image {
        padding: 0;
        margin: 10px 0
    }

    .gallery-title {
        font-size: 14px !important
    }

    .main-heading {
        font-size: 1.25rem
    }
}

@media (max-width:767px) {
    .footer-list {
        float: left
    }

    .bottom-footer {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .footer-list li:first-child {
        margin: 0;
        padding: 0
    }

    .footer-list li {
        display: block
    }

    .card-first,
    .card-second,
    .card-third {
        padding: unset
    }

    .avtar-box {
        padding-right: 15px;
        padding-left: 15px
    }

    .button_container span {
        width: 70%
    }

    .inner-image {
        position: absolute;
        width: 55vw;
        height: 55vw;
        overflow: hidden;
        top: -15%;
        right: -15%;
        border-radius: 50%
    }

    .btn-launch {
        -webkit-transform: scale(2);
            -ms-transform: scale(2);
                transform: scale(2)
    }

    .outerContent {
        margin-top: 20px
    }

    .button_container span {
        width: 70%
    }

    .inner-image img {
        width: 54vw;
        height: auto;
        padding-top: 4vw;
        padding-right: 10vw
    }

    .gallery-image img {
        height: auto
    }

    .logo {
        width: 230px
    }

    .overlay nav {
        top: 48%
    }

    .overlay-menu .navbar-nav .nav-item .nav-link span {
        line-height: 10px;
        margin-top: 4px
    }

    .image-gallery-area {
        margin: 0
    }

    .bottom-footer > div {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .bottom-footer .list-inline li {
        margin-left: 0
    }

    .procedure-box-2-1 {
        width: 22vw;
        height: 22vw
    }

    .procedure-box-2-2 {
        width: 18vw;
        height: 18vw
    }

    .procedure-box-2-3 {
        width: 20vw;
        height: 20vw
    }

    .procedure-box-2-4 {
        width: 26vw;
        height: 26vw
    }

    .col-md-left {
        padding-right: 0 !important
    }

    .content-info.blog {
        margin-top: 0;
        margin-bottom: 0
    }

    .bottom-footer .list-inline {
        margin: 0 auto
    }

    .col-md-right {
        padding-left: 0 !important
    }

    .desktop-header {
        display: none !important
    }

    .procedure-box-2 .content {
        font-size: 2vw;
        width: 80%
    }

    hide navbar in tablet .desktop-header {
        display: none
    }

    .button_container {
        width: 48px
    }

    .button_container {
        top: -13px
    }

    .button_container span {
        height: 6px
    }

    .button_container span:nth-of-type(2) {
        top: 10px
    }

    .button_container span:nth-of-type(3) {
        top: 20px
    }

    .button_container.active .top {
        -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
            -ms-transform: translateY(10px) translateX(0) rotate(45deg);
                transform: translateY(10px) translateX(0) rotate(45deg)
    }

    .button_container.active .bottom {
        -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
            -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
                transform: translateY(-10px) translateX(0) rotate(-45deg)
    }

    html {
        font-size: 24px
    }

    ul.icon-angle li::before,
    ul.icon-plus li::before {
        font-size: 16px
    }
}

@media (max-width:576px) {
    .main-link {
        width: 150px
    }

    .footer-list {
        float: left
    }

    .footer-list li {
        display: block
    }

    .gallery-heading {
        font-size: 16px;
        
    }

    .gallery-heading span {
        display: inline
    }

    .word-break-mobile {
        display: block
    }

    .PhotoCredit,
    .photo-caption li {
        font-size: 10px;
        line-height: 16px
    }

    .PhotoCredit {
        font-size: 8px;
        line-height: 10px
    }

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

    .navbar-nav li {
        line-height: 14px
    }

    .right-arrow {
        top: -.2vw;
        font-size: 3vw
    }

    .button_container span {
        width: 60%;
        height: 5px
    }

    section.avtar {
        padding-top: 25px
    }

    .avtar .well-top {
        margin-bottom: 2px
    }

    .avtar .well-top .content {
        font-size: 18px
    }

    .card-content .content {
        font-size: 20px
    }

    .card-content .content {
        line-height: 10px
    }

    .procedure-box-2 .content {
        font-size: 2vw;
        width: 90%
    }

    body.nav-overlay .menu-circle {
        width: 80vw;
        height: 80vw;
        -webkit-transform: translate(25%, -25%);
        -ms-transform: translate(25%, -25%);
        transform: translate(25%, -25%);
        
    }

    .menu-circle {
   
     -webkit-transform: translate(25%, -25%);
        -ms-transform: translate(25%, -25%);
        transform: translate(25%, -25%);
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
   
    
}
    
    .overlay.open li {
        text-align: center
    }

    .overlay nav {
        top: 60%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        left: 45%
    }

    .overlay.open li {
        width: 100%
    }
}

@media(max-width:419px) {
    .right-arrow {
        width: 1vw;
        position: relative;
        font-size: 4vw;
        top: -1vw
    }

    .MobileHide {
        display: none
    }

    .procedure2 {
        display: block;
        margin: auto
    }

    .procedure-box-2 {
        margin: auto
    }

    .procedure2 .symbol {
        text-align: center;
        position: relative;
        top: -2.5px
    }

    .procedure-box-2-1 {
        width: 40vw;
        height: 40vw
    }

    .procedure-box-2-2 {
        width: 35vw;
        height: 35vw
    }

    .procedure-box-2-3 {
        width: 38vw;
        height: 38vw
    }

    .procedure-box-2-4 {
        width: 45vw;
        height: 45vw
    }

    .procedure-box .content {
        font-size: 14px;
        width: 80%
    }

    .procedure-box-2 .content {
        font-size: 14px;
        width: 80%
    }
}

@media (min-width:319px) and (max-width:419px) {
    .right-arrow {
        width: .5vw;
        position: relative;
        font-size: 3vw;
        top: -3px
    }

    .main-link {
        width: 115px
    }
}

@media(min-width:420px) and (max-width:575px) {
    .procedure-box-2 .content {
        font-size: 2.5vw
    }
}

@media (min-width:992px) and (max-width:1024px) {
    html {
        font-size: 20px
    }

    #galleryVideoModal {
        max-width: 80%;
        margin: auto
    }

    .main-heading {
        width: 80%;
        display: block;
        font-size: 1.25rem
    }

    .main-heading .word-break {
        display: inline
    }

    .gallery-heading .word-break{
      display: block;
        
    }
    .navbar-nav li {
        line-height: 16px
    }

    .overlay nav {
        top: 46%
    }
}

@media (min-width:320px) and (max-width:767px) {
    .e2o-list li {
        line-height: 18px
    }

    html {
        font-size: 15px
    }

    .main-heading {
        width: 80%;
        display: block;
        font-size: 1.2rem
    }

    .main-heading .word-break {
        display: inline
    }
    .gallery-heading .word-break{
      display: block;
        
    }
    
}

@media (min-width:320px) and (max-width:480px) {
    html {
        font-size: 16px
    }

    .symbol {
        font-size: 22px
    }

    #galleryVideoModal{
        max-width: 100%;
        
    }
    
    body.nav-overlay .menu-circle {
        width: 380px;
        height: 380px
    }

    .main-heading {
        width: 80%;
        display: block;
        font-size: 1rem
    }

    .main-heading .word-break {
        display: inline
    }
   
    .gallery-heading .word-break{
      display: block;
        
    }
    
}

@media(min-width:320px) and (max-width:576px){
    
 .gallery-heading{
    margin-top: 16px;
        
    }    
} 


@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
    .home-photo-credit {
        font-size: 22px
    }

    .fancybox-title {
        font-size: 14px
    }

    .bottom-footer {
        margin: 15px auto
    }

    .btn-launch {
        -webkit-transform: scale(2.3);
            -ms-transform: scale(2.3);
                transform: scale(2.3)
    }
    
    
    #galleryVideoModal{
        max-width: 100%;
        
    }
   
    
}