* {
    font-family: 'Montserrat', sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

.custom-container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px;
}

@font-face {
    font-family: 'BergenSans-Regular';
    src: url('../fonts/BergenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BergenSans-Regular.otf') format('opentype'),
    url('../fonts/BergenSans-Regular.woff') format('woff'),
    url('../fonts/BergenSans-Regular.ttf') format('truetype'),
    url('../fonts/BergenSans-Regular.svg#BergenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.default-color {
    color: #99b524;
}

.font-sec {
    font-family: 'BergenSans-Regular', arial;
}

/*header-starts*/
.main-header-top {
    position: absolute;
    width: 100%;
}

.main-header-top .header-top {
    position: relative;
    z-index: +222;
}

.cust-icon {
    width: 26px;
    height: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
}

.cust-icon.toggle-open {
    transform: rotate(-45deg);
}

.toggle-open .top-line {
    transform: rotate(-90deg) translateX(4px);
}

.toggle-open .last-line {
    transform: rotate(-90deg) translateX(-4px);
}

.top-line {
    width: 50%;
    background-color: rgb(255, 255, 255);
    border-radius: 1.5px;
    height: 3px;
    transform-origin: right;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.middle-line {
    background-color: rgb(255, 255, 255);
    border-radius: 1.5px;
    width: 100%;
    height: 3px;
}

.last-line {
    width: 50%;
    background-color: rgb(255, 255, 255);
    border-radius: 1.5px;
    height: 3px;
    align-self: flex-end;
    transform-origin: left;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.top-menu.navbar {
    background: transparent !important;
    padding: 10px 0;
}

.darkHeader {
    background: #212529;
}

.header-expand {
    background: #333;
    transition: all 0.3s;
}

.darkHeader .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #222222;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.top-menu .nav-item a {
    font-weight: 500;
}

.top-menu.navbar-light .navbar-toggler-icon {
    background-image: none !important;
}

.top-menu.navbar-light .navbar-toggler {
    color: transparent;
    border: none;
    outline: 0;
}

.main-header {
    padding-top: 95px;
}

.header-caption h1 {
    font-family: 'BergenSans-Regular', arial;
    padding-top: 20px;
    font-size: calc(30px + (50 - 30) * ((100vw - 320px) / (1600 - 320)));
}

.header-image-outer {
    position: relative;
    z-index: +22;
}

/*header-ends*/
/*about-us-starts*/
.about-us .about-us-head h2 {
    color: #333333;
    font-size: 55px;
}

.title h6 {
    text-transform: uppercase;
    font-size: 16px;
}

.sec-title h2 {
    font-size: calc(28px + (48 - 28) * ((100vw - 320px) / (1600 - 320)));
    line-height: 60px;
}

.about-us-content p {
    line-height: 22px;
}

.about-us-head, .about-us-content {
    position: relative;
}

/*about-us-ends*/
/*vision-mission-starts*/
.vision-image {
    position: relative;
}

.vision-image img {
    position: absolute;
    top: 0;
}

.vision-outer-column, .mission-outer-column, .values-outer-column {
    background: #FFFFFF;
    transition: all 0.5s;
    min-height: 479px;
}

.vision-outer-row {
    justify-content: space-between;
}

.vision-outer-column:hover {
    background: #5AB1DA;
}

.mission-outer-column:hover {
    background: #DA5A5D;
}

.values-outer-column:hover {
    background: #4c4c4c;
}

.vision-outer-column:hover .vision-heading h3, .vision-outer-column:hover .vision-content p,
.mission-outer-column:hover .mission-heading h3, .mission-outer-column:hover .mission-content p,
.values-outer-column:hover .values-heading h3, .values-outer-column:hover .values-content p {
    color: #fff;
}

.vision-outer-column:hover .vision-heading:after, .mission-outer-column:hover .mission-heading:after,
.values-outer-column:hover .values-heading:after {
    background: #FFFFFF;
}

.mission-content, .vision-content, .values-content {
    line-height: 30px;
    font-weight: 500;
    font-size: 14px;
}

.vision-content {
    color: #22aedb;
}

.values-content {
    color: #4c4c4c;
}

.mission-content {
    color: #DA5A5D;
}

.vision-heading h3, .mission-heading h3, .values-heading h3 {
    font-size: 35px;
}

.values-heading h3 {
    color: #4c4c4c;
}

.vision-heading h3 {
    color: #5AB1DA;
}

.mission-heading h3 {
    color: #DA5A5D;
}

.vision-heading, .mission-heading, .values-heading {
    position: relative;
}

.vision-heading:after, .mission-heading:after, .values-heading:after {
    content: '';
    bottom: 0;
    left: 0;
    width: 30px;
    height: 5px;
    position: absolute;
}

.mission-heading:after {
    background: #DA5A5D;
}

.vision-heading:after {
    background: #5ab1da;
}

.values-heading:after {
    background: #4c4c4c;
}

/*vision-mission-ends*/
/*Services-Section-starts*/
.services {
    position: relative;
}

/*.services:after {*/
/*    position: absolute;*/
/*    content: url(../images/waves-services.png);*/
/*    bottom: 194px;*/
/*    right: 0px;*/
/*    z-index: -1;*/
/*}*/

.services-main {
    padding: 15px;
}

.services-heading h5 {
    font-size: 16px;
}

.services-content p {
    font-size: 13px;
    margin-bottom: 5px;
    color: #8c8c8c;
}

.services-main-outer {
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

.services-main-outer:nth-child(1), .services-main-outer:nth-child(3), .services-main-outer:nth-child(2) {
    border-top: 0;
}

.services-main-outer:nth-child(1), .services-main-outer:nth-child(4) {
    border-left: 0;
}

.services-main {
    transition: all 0.4s;
}

.services-icon img {
    filter: grayscale(1);
}

.services-main:hover .services-icon img {
    filter: grayscale(0);
    transition: all 0.4s;
}

.services-box-row {
    border: 1px solid #e3e3e3;
    transition: 0.3s all;
}

.services-box-row:hover {
    box-shadow: 0 0 9px #dadada;
    background: #fff;
}

.services-head h2 {
    padding: 60px 0 20px 0 !important;
    font-size: 55px;
    color: #333;
}

.animate-wave {
    overflow: hidden;
    position: relative;
}

.animate-wave:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 19200px;
    position: absolute;
    will-change: transform;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
    -webkit-animation: 35s linear infinite waves_one;
    animation: 35s linear infinite waves_one;
    background-image: url(../images/wave.png);
    height: 146px;
}

.platforms {
    background-color: #132355;
    padding: 100px 0 240px;
}

.platform-logo img {
    transition: 0.3s all;
    height: 100px;
}

.platform-logo:hover img {
    transform: scale(1.2) translateY(10px);
    opacity: 1;
}

.platform-logo h5 {
    transition: 0.3s all;
}

.platform-logo:hover h5 {
    transform: translateY(10px);
    opacity: 0;
}

#trianglePath1 {
    stroke: #132355;
    fill: #132355;
}

#trianglePath2 {
    stroke: #8991aa;
    fill: #8991aa;
}

.owl-nav {
    text-align: right;
    color: #f0f0f0;
    padding-right: 15px;
    padding-top: 15px;
}

.owl-nav button.owl-prev {
    margin-right: 25px;
    outline: 0;
}

.owl-nav button.owl-next {
    outline: 0;
}

.owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover {
    color: #ffffff;
}

button.owl-prev span:after {
    content: 'PREV';
    padding-left: 10px;
    font-size: 12px;
}

.card.card-project {
    box-shadow: 0 0 14px #bdbdbd;
    border: 0;
}

button.owl-next span:before {
    content: 'NEXT';
    padding-right: 10px;
    font-size: 12px;
}

/*Services-Section-starts*/
/*Testimonial-section-starts*/

/*Testimonial-section-ends*/
/*footer-start*/
footer {
    background-color: #ffffff;
    position: relative;
}

.contact-column {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

.phone-column h4 {
    font-size: 26px;
    font-weight: 600;
}

.social-icons a {
    background: #22aedb;
}

.footer-copy-right {
    border-top: 1px solid #d4d4d4;
}

.footer-copy-right p {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}

.circle-icon {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
}

/*footer-ends*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgb(34, 174, 219);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: +999999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -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;
}

#return-to-top:hover {
    background: rgba(34, 174, 219, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

@-webkit-keyframes waves_one {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-1920px);
        transform: translateX(-1920px)
    }
}

@keyframes waves_one {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-1920px);
        transform: translateX(-1920px)
    }
}

@-webkit-keyframes waves_invert {
    0% {
        -webkit-transform: translateX(0) rotate(180deg);
        transform: translateX(0) rotate(180deg)
    }
    100% {
        -webkit-transform: translateX(-1920px) rotate(180deg);
        transform: translateX(-1920px) rotate(180deg)
    }
}

@keyframes waves_invert {
    0% {
        -webkit-transform: translateX(0) rotate(180deg);
        transform: translateX(0) rotate(180deg)
    }
    100% {
        -webkit-transform: translateX(-1920px) rotate(180deg);
        transform: translateX(-1920px) rotate(180deg)
    }
}

.vision-section {
    background: url('../images/full-bg-vision.jpg') fixed;
}

.mission-section {
    background: url('../images/full-bg-mision.jpg') fixed;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.about-us-content {
    padding-left: 50px;
}

.about-us-content:after {
    content: 'We Are Imperium';
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    height: 40px;
    width: 20px;
    white-space: nowrap;
    font-size: 30px;
    font-family: 'BergenSans-Regular', arial;
    color: #22aedb;
    color: #dc3545;
    direction: rtl;
}

.testimonial {
    background-color: #132355;
    padding: 240px 0 100px;
}

.testimonial.animate-wave:after {
    bottom: initial;
    top: 0;
    -webkit-animation: 35s linear infinite waves_invert;
    animation: 32s linear infinite waves_invert;
}

.card.card-client {
    border: 0;
    border-radius: 30px;
    margin-top: 70px;
    padding-top: 50px;
}

.card-img-wrapper {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #444;
    border-radius: 50%;
    border: 3px solid #132355;
    overflow: hidden;
}

.card-img-wrapper .card-img-top {
    width: 100px;
    height: 100px;
    display: inline-block;
    object-fit: cover;
}

.card.card-client .card-title {
    color: #dc3545;
    font-size: 20px;
}

.card.card-client .card-sub-title {
    font-size: 15px;
    color: #888787;
}

.navbar-brand img {
    /*height: 75px;*/
}

.btn.btn-left-wave {
    background: #fff;
    border: 3px solid #dc3545;
    color: #dc3545;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 40px;
    padding: 0 37px;
    overflow: hidden;
    border-radius: 0;
    font-weight: bold;
}

.btn.btn-left-wave:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dc3545;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn.btn-left-wave:hover {
    color: #fff;
}

.btn.btn-left-wave:hover:before, .btn.btn-left-wave:focus:before, .btn.btn-left-wave:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    /*-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
    /*transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.front {
    position: relative;
    overflow: hidden;
}

.front:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #2f55d430;
    height: 800px;
    width: 800px;
    border-radius: 50%;
    transform: rotate(-45deg) translateY(-50%);
    pointer-events: none;
}

.form-control {
    border-color: #e4e4e4;
    border-width: 2px;
    border-radius: 4px;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus, textarea.form-control:focus, .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #555555;
}

.card.card-project .card-img {
    filter: grayscale(1);
    transition: 0.3s all;
}

.card.card-project:hover .card-img {
    filter: none;
}

.card.card-project .card-img-overlay {
    background: rgba(255, 255, 255, 0.5);
    transition: 0.3s all;
}

.card.card-project:hover .card-img-overlay {
    background: none;
}

.container-500 {
    max-width: 500px;
}

#testimonial blockquote {
    padding: 20px 30px;
    background: #d2dbf5;
    position: relative;
    padding-top: 40px;
    margin-bottom: 30px;
}

#testimonial blockquote .fas {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 29px;
    color: #6961f4;
}
#testimonial blockquote:after {
    content: '';
    border: 20px solid transparent;
    border-left: 17px solid #d2dbf5;
    position: absolute;
    top: calc(100% - 20px);
    left: 0;
}
.client-info h6 {
    color: #adadad;
}
.slick-initialized .slick-slide:focus{
    outline:none;
}
@media (max-width: 728px) {
    .services-main-outer {
        border-left: 0;
        border-top: 1px solid #e3e3e3;
    }

    .services-main-outer:nth-child(2), .services-main-outer:nth-child(3) {
        border-top: 1px solid #e3e3e3;
    }
}