/*
  Theme Name: picturekeytechnologies.com
  Author: Lucas Jordan
  Description: Base Styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/


/*-----------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
-------------------------------------------------------------------------------
#   Reset
#   Base Structure
#   Global
#   Colour
#   Headers
#   Buttons
#   Alerts
#   Title Bar
#   Social Icons
#   Loader Styles
#   utility Classes
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
#   Reset
-----------------------------------------------------------------------------*/
*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    height: 100%;
    font-size: 16px;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100%;
}

a, a:link, a:visited {
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    border: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

a:focus {
    outline: 0;
}


/*-----------------------------------------------------------------------------
#   Base Structure
-----------------------------------------------------------------------------*/
body {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    overflow: hidden;
}
#wrapper {
    visibility: hidden;
    overflow: hidden;
}
main.content {
    margin: 0 auto;
    padding: 0;
}

main.content > .content-section {
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
}
main.content #explained,
main.content #getting-started {
    background-color: transparent;
}
main.content > .content-section:first-of-type {
    padding: 3.750em 0 0 0;
}

main.content > .content-section h3 {
    margin: 2.00em 0 1.20em 0;
    padding: 0;
    line-height: 1;
}
main.content > .content-section .wous .blue {
    margin:0px 0 30px 0 !important;
    text-align: center;
}

main.content > .subpage-header {
    position: relative;
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
    main.content>.subpage-header .nav-subnav{
        display: none;
    }
    main.content>.subpage-header h1 {
        padding-bottom: 60px;
    }
}
.page-control {
    position: absolute;
    bottom: 2.000em;
    left: 50%;
    display: block;
    margin-left: -1.313em;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .page-control {
        bottom: 0.8em;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .page-control {
        bottom: 0.6em;
    }
}
@media screen and (min-width: 100px) and (max-width: 767px) {
    .page-control {
        display: none;
    }
}

/* Section styles */
.content-section .section-video {
    display : block;
    position : relative;
    margin : 0;
    padding : 0;
    width : 100%;
    height : auto;
}
.content-section .bg_video.fullscreen {
    position: absolute;
    z-index: -1;
    top: -241px;
    display: block;
    overflow: hidden;
    width: auto;
    width: 100%;
    height: 100vh;
    height: calc( 100vh + 60px);
    margin: 0;
    padding: 0;
}

.content-section .bg_video.fullscreen video {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #000 100% 100% no-repeat;
    background-size: cover;
}
.content-section .bg_video.fullscreen.centered {
    overflow: hidden;
}
.content-section .feature-section {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.content-section .feature-section.fullscreen {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.content-section .feature-section .bg_video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

/*.content-section .feature-section .bg_tint {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url('/web/image/section_image_tint01.png') no-repeat top left;
}*/
.bg_tint {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.bg_tint.left {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.bg_tint.right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: block;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1023px) {
    .bg_tint.left,
    .bg_tint.right {
        width: 100%;
    }
}
.bg_tint.dark {
    background-color: rgba( 0, 0, 0, 0.8);
}
.bg_tint.light{
    background-color: rgba( 255, 255, 255, 0.9)
}
.content-section .feature-section .bg_texture01 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url('/web/image/hexagon_texture01.png') no-repeat top left;
}

.content-section .lhs-content {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.content-section .lhs-content .row {
    position: relative;
    display: block;
    color: #ffffff;
}

.content-section .lhs-content .feature-heading {
    width: 47%;
}

.content-section .lhs-content .feature-content {
    width: 30.966%;
    margin-bottom: 6.250em;
}

#benefits .bg_video.fullscreen {
    top:-100px;
}

#benefits {
    background-color:transparent;
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
    .content-section .lhs-content .feature-heading {
        width: 55%;
        margin-left: 1.0em;
    }
    .content-section .lhs-content .feature-content {
        width: 43%;
        margin-left: 1.0em;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .content-section .lhs-content .feature-heading {
        width: 56%;
        margin-left: 1.0em;
    }
    .content-section .lhs-content .feature-content {
        width: 45%;
        margin-left: 1.0em;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .content-section .lhs-content .feature-heading {
        width: 67%;
        margin-left: 1.0em;
    }
    .content-section .lhs-content .feature-content {
        width: 59%;
        margin-left: 1.0em;
    }
}
@media screen and (min-width: 100px) and (max-width: 767px) {
    .content-section .lhs-content .feature-heading,
    .content-section .lhs-content .feature-content {
        width: 100%;
        width: calc( 100% - 1.5em );
        margin-left: 1.0em;
        margin-right: 1.0em;
    }
}
/*-----------------------------------------------------------------------------
#   Global Styles
-----------------------------------------------------------------------------*/

.padding-all {
    padding: 1rem;
}

.padding-none {
    padding: 0;
}

.padding-top {
    padding-top: 1rem;
}

.padding-right {
    padding-right: 1rem;
}

.padding-bottom {
    padding-bottom: 1rem;
}

.padding-left {
    padding-left: 1rem;
}

.padding-top-none {
    padding-top: 0;
}

.padding-right-none {
    padding-right: 0;
}

.padding-bottom-none {
    padding-bottom: 0;
}

.padding-left-none {
    padding-left: 0;
}

.padding-v {
    padding: 1rem 0;
}

.padding-h {
    padding: 0 1rem;
}

.text-italic {
    font-style: italic;
}

.nowrap {
    white-space: nowrap;
}

.todo {
    color: red;
    font-size: 16px;
    font-weight: 300;
}


/*-----------------------------------------------------------------------------
#   Headers - Tags, Panels & Styles
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}


/* Section headings */

h3 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.500em;
    font-weight: 500;
}

h4 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.563em;
    font-weight: 500;
}

h4 {
    position: relative;
    display: block;
    margin: 2.00em 0 2.00em 0;
    padding: 0;
    line-height: 1;
}


/*-----------------------------------------------------------------------------
#   Buttons
-----------------------------------------------------------------------------*/

.button {
    margin: 0;
    padding: 0.669em 1.031em;
    cursor: pointer;
    color: #fff;
    border: 1px solid transparent;
    outline: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 100%;
}

.button.solid:hover {
    color: #ffffff;
}

.button:hover, .button:focus, .button:active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button.outline {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
}

.button.outline:hover, .button.outline:focus, .button.outline:active {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.05);
}

.button.round {
    border-radius: 1.250em;
}

.button.right {
    /*float: right;*/
}
.button.white-cta {
    font-size: 1.125em;
    font-weight: 500;
    color: #3fa9f5;
    background-color: #ffffff;
}
.button.white-cta:hover,
.button.white-cta:active {
    color: #ffffff;
    background-color: rgba( 255, 255, 255, 0.4 )
}

.button.blue-cta {
    font-size: 1.125em;
    font-weight: 500;
    color: white;
    background-color: #2680FC;
}
.button.blue-cta:hover,
.button.blue-cta:active {
    color: #2680FC;
    background-color: rgba( 255, 255, 255, 0.4 )
}
/*-----------------------------------------------------------------------------
#   Alerts - Browser Notifications
-----------------------------------------------------------------------------*/

.not_supported, .no_script {
    position: relative;
    display: block;
    padding: 2em;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
}

.not_supported {
    display: none;
}


/*--------------------------------------------------------------
  # Title Bar
--------------------------------------------------------------*/

.title-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.title-bar h2 {
    margin-bottom: 0px;
    line-height: 1;
}

.title-bar h1 {
    margin: 0;
    text-transform: none;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-style: italic;
}


/*--------------------------------------------------------------
  # Social Icons
--------------------------------------------------------------*/

.social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1em;
}

.social-list li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
}
.social-list li:last-of-type {
    margin-right: 0;
}

/*--------------------------------------------------------------
  # Tabs
--------------------------------------------------------------*/

.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
    color: #3fa9f5;
}


/*--------------------------------------------------------------
  # subpage-header styles
--------------------------------------------------------------*/

.subpage-header {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 3.750em 0 0 0;
    background-color: #000000;
}
.subpage-header .subpage-header_inner {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.subpage-header h1 {
    margin: 0 auto;
    padding: 2.07777em 0 0 0;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 3.000em;
    font-weight: 500;
    line-height: 1;
}

.subpage-header .nav-subnav {
    position: relative;
    display: block;
    margin: 2.000em auto 0 auto;
    padding: 0;
}

.subpage-header .nav-subnav>ul {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.subpage-header .nav-subnav>ul>li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.subpage-header .nav-subnav>ul>li a, .subpage-header .nav-subnav>ul>li a:link, .subpage-header .nav-subnav>ul>li a:visited {
    position: relative;
    display: block;
    margin: 0;
    padding: 1.522em 2.344em 1.188em 2.344em;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 500;
}

.subpage-header .nav-subnav>ul>li a:hover, .subpage-header .nav-subnav>ul>li a:focus, .subpage-header .nav-subnav>ul>li a:active {
    color: #3FA9F5;
}

main.content>.subpage-header[data-is-sticky="true"] {
    position: fixed;
    z-index: 900;
    top: -182px;
    right: 0;
    left: 0;
    width: 100;
}

.overview {
    display: none;
}

/* subpage-header background images */
.bg-faq {
    background: url(/web/image/bg-faq01.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-news {
    background: url(/web/image/bg-news01.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-demo {
    background: url(/web/image/bg-demo01.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-innovation01 {
    background: url(/web/image/bg-innovation01.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*--------------------------------------------------------------
#   Feature card styles
--------------------------------------------------------------*/

.feature-card-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 2.00em 0 6.666em 0;
    perspective: 1000px;
}

.feature-card-wrapper .feature-card {
    position: relative;
    display: block;
    flex: 1 25%;
    height: 335px;
    margin: 0 0.375em;
    padding: 0;
    cursor: pointer;
    transition: 0.6s;
    transform-style: preserve-3d;
}
@media screen and (max-width: 1023px) {
    .feature-card-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        perspective: 3000px;
    }
    .feature-card-wrapper .feature-card {
        flex: 1 45%;
        margin: 0 1.188em 1.188em 1.188em;
    }
}
.feature-card-wrapper .feature-card .feature-card_front {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1.188em 0 0 0;
    transform: rotateY(0deg);
    text-align: center;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.feature-card .feature-card_front .feature-card_icon {
    position: relative;
    display: inline-block;
    width: 11.688em;
    height: 11.688em;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.feature-card .feature-card_front .feature-card_icon.textured {
    background: rgba(255, 255, 255, 0.1) url('/web/image/features-texture01.png') no-repeat center center;
}

.feature-card-wrapper .feature-card .feature-card_front .feature-card_icon img {
    position: relative;
    display: block;
    margin: 50% auto;
    padding: 0;
    transform: translateY(-50%);
}

.feature-card-wrapper .feature-card .feature-card_front .feature-card_icon img.accurate {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-45%, -55%);
}

.feature-card-wrapper .feature-card .feature-card_front .feature-card_icon img.manufacturing {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-40%, -50%);
}
.feature-card .feature-card_front .touch-icon {
    display: block;
    position: relative;
    padding: 0;
    margin: 0.222em auto;
}
.feature-card-wrapper .feature-card .feature-card_front h4 {
    margin: 0.333em 0 0 0;
}

.feature-card-wrapper .feature-card .feature-card_back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1.250em 0.938em;
    transform: rotateY(180deg);
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.feature-card-wrapper .feature-card .feature-card_back h4 {
    margin: 0.8em 0 0.8em 0;
}
.feature-card-wrapper .feature-card .feature-card_back p {
    margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
    .feature-card .feature-card_front .touch-icon {
        display: none;
    }
    .feature-card-wrapper .feature-card .feature-card_front h4 {
            margin: 1.0em 0 0 0;
    }
}

/*--------------------------------------------------------------
#   Feature Section - Like Innovation and Benifits
--------------------------------------------------------------*/
.feature-section {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.feature-section .feature-section_content {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 10;
}
.feature-section .feature-section_content .bg_tint {
    z-index: -1;
}
.feature-section .feature-section_content .row {
    z-index: 10;
}
.feature-section .feature-section_content p:last-of-type {
    margin-bottom: 5em;
}
.feature-section .feature-section_video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.feature-section .feature-section_video video {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 1365px) {
    .feature-section .feature-section_video {
        width: auto;
        height: 100%;
    }
    .feature-section .feature-section_video video {
        min-width: 0;
        min-height: 0;
        width: 100%;
    }
}
.bg-innovation {
    background: url(/web/image/bg-innovation02.jpg) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-why {
    background: url(/web/image/bg-why02.jpg) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#benefits_list li {
    padding:2px 0;
}
.bold_subheading {
    font-weight:600;
}
.bg-pioneering  {
    background-color: #000000;
    background: url(/web/image/bg-getting-started02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 1023px) {
    .content-section .feature-section {
        -ms-box-orient: vertical;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;

        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .content-section .feature-section .feature-section_content {
        order: 2;
    }
    .content-section .feature-section .feature-section_video {
        order: 1;
        display: block;
        position: relative;
    }
    .content-section .feature-section .feature-section_video video {
        top: 0;
        transform: translateX(-50%) translateY(0%);
    }
}
/*-----------------------------------------------------------------------------
#   Loader Styles
-----------------------------------------------------------------------------*/
.loader-wrapper {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2000;
    background: url(/web/image/bg-loader.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    overflow: hidden;
}
.loader-wrapper .loader-inner {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.loader-wrapper .loader {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin: -80px 0px 0px -80px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #E3E4DC;
}
.loader-wrapper .loader:before {
    content: '';
    width: 160px;
    height: 160px;
    display: block;
    position: absolute;
    border: 2px solid #898a86;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
    clip: rect(0px, 35px, 35px, 0px);
    z-index: 10;
    animation: rotate infinite;
    animation-duration: 3s;
    animation-timing-function: linear;
}
.loader-wrapper .loader:after {
    content: '';
    width: 161px;
    height: 161px;
    display: block;
    position: absolute;
    border: 2px solid #c1bebb;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
    clip: rect(0px, 164px, 150px, 0px);
    z-index: 9;
    animation: rotate2 3s linear infinite;
}

.loader-wrapper .hexagon-container {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    position: relative;
    top: 31px;
    left: 37px;
    border-radius: 50%;
}

.loader-wrapper .hexagon {
  position: absolute;
  width: 40px;
  height: 23px;
  background-color: #556C82;
}
.loader-wrapper .hexagon:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 11.5px solid #556C82;
}
.loader-wrapper .hexagon:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 11.5px solid #556C82;
}

.loader-wrapper .hexagon.hex_1 {
  top: 0px;
  left: 0px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.21429s;
}

.loader-wrapper .hexagon.hex_2 {
  top: 0px;
  left: 42px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.42857s;
}

.loader-wrapper .hexagon.hex_3 {
  top: 36px;
  left: 63px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.64286s;
}

.loader-wrapper .hexagon.hex_4 {
  top: 72px;
  left: 42px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.85714s;
}

.loader-wrapper .hexagon.hex_5 {
  top: 72px;
  left: 0px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 1.07143s;
}

.loader-wrapper .hexagon.hex_6 {
  top: 36px;
  left: -21px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 1.28571s;
}

.loader-wrapper .hexagon.hex_7 {
  top: 36px;
  left: 21px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 1.5s;
}

@keyframes Animasearch {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15%,
  50% {
    transform: scale(0.5);
    opacity: 0;
  }
  65% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
    clip: rect(0px, 35px, 35px, 0px);
  }
  50% {
    clip: rect(0px, 40px, 40px, 0px);
  }
  100% {
    transform: rotate(360deg);
    clip: rect(0px, 35px, 35px, 0px);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    clip: rect(0px, 164px, 150px, 0px);
  }
  50% {
    clip: rect(0px, 164px, 0px, 0px);
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
    clip: rect(0px, 164px, 150px, 0px);
  }
}
@keyframes rotate3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
    background-color: #041728;
    overflow: hidden;
}
/*-----------------------------------------------------------------------------
#   Utility Classes
-----------------------------------------------------------------------------*/

.weight-medium {
    font-weight: 500;
}
.no-mb {
    margin-bottom: 0;
}
.clear-fix:after {
  content: "";
  display: table;
  clear: both;
}
/*--------------------------------------------------------------
#   Colour - Inline classes
--------------------------------------------------------------*/

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.red {
    color: #ff0000;
}

.bg-white {
    background-color: #ffffff;
}

.bg-black {
    background-color: #000000;
}

.blue {
    color: #3fa9f5;
}
.bg-blue {
    background-color: #3fa9f5;
}
.grey {
    color: #f2f2f2;
}

.bg-grey {
    background-color: #f2f2f2;
}

.gradient-horizontal_blue {
    background: #2680FC;
    background: -webkit-linear-gradient(left, #5EC6FF, #2680FC);
    background: -o-linear-gradient(right, #5EC6FF, #2680FC);
    background: -moz-linear-gradient(right, #5EC6FF, #2680FC);
    background: linear-gradient(to right, #5EC6FF, #2680FC);
}


/*--------------------------------------------------------------
#   Position Elements
--------------------------------------------------------------*/

.pos-tl {
    position: absolute;
    top: 0px;
    left: 0px;
}

.pos-tm {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.pos-tr {
    position: absolute;
    top: 0px;
    right: 0px;
}

.pos-ml {
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pos-m {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.pos-mr {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pos-bl {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.pos-bm {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.pos-br {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.no-scroll {
    overflow: hidden;
}

.g-recaptcha {
    margin: 0 0 0.7rem;
}

.testimonial{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.testimonial .description {
    text-align: left;
    font-size: 16px;
    color: black;
    line-height: 25px;
    margin-bottom: 0px;
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.testimonial .testimonial-title{
    font-size: 16px;
    font-weight: 800;
    color: #084c9d;
    text-transform: capitalize;
}
.testimonial .testimonial-title small {
    font-weight: 400;
    color:#b8b8b8;
}
.testimonial .post{
    display: inline-block;
    font-size: 12px;
    color: #084c9d;
    text-transform:capitalize;
    margin-top: 5px;
}
.owl-theme .owl-controls{
    position: absolute;
    width: 100%;
    opacity: 1;
}
.owl-pagination {
    margin-bottom:15px;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #808080;
    border-radius: 0;
}
.owl-prev{
    position: absolute;
    left: -3%;
}
.owl-next{
    position: absolute;
    right: -3%;
}
.owl-prev:after,
.owl-next:after{
    content: "\25c4";
    font-size: 16px;
    color: white;
}
.owl-next:after{
    content: "\25ba";
}
@media screen and (max-width: 767px){
    .owl-prev{ left:0; }
    .owl-next{ right:0; }
}
@media screen and (max-width: 580px){
    .test-content {
        flex-direction: column;
    }
    .test-image {
        margin-right: 0px !important;
        padding-right: 0px !important;
        border-right: none !important;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom:1px solid #CCC;
    }
}

.container {
    padding:40px 0;
}
.owl-theme .owl-controls {
    margin-top: 0px !important;
}
.test-content {
    display:flex;
    align-items:stretch;
}
.test-image {
    margin-right:15px;
    padding-right:20px;
    border-right: 1px solid #CCC;
}


hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 34px auto;
    width: 15%;
}
