
/**
*
* ---------------------------------------------------------------------------
*
* Template : RPMY
* Author : Suburb Technologies
*
* --------------------------------------------------------------------------- 
*
*/

/* =================================== */
/*  Basic Style 
/* =================================== */

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');

/* #### Generated By: http://www.cufonfonts.com #### */
.panel-body h3{
    font-weight: 500 !important;
    color: #92278f !important;
}
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('../fonts/MyriadPro-Light.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

body {
    background-color: #fff;
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 22px;
    color: #818181;
}
.aboubox{
    height: 200px;
}
figure,
p,
address {
    margin: 0;
}

p {
    line-height: 25px;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Barlow', sans-serif;
    color: #252525;
    font-weight: 800;
}

main>section {
    padding: 70px 0;
}

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.btn-blue {
    background-color: transparent;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
    font-size: 22px;
    color: #00ffef;
    font-family: 'Barlow';
    font-weight: 800;
    text-transform: capitalize;
    float: right;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #009EE3;
}

/* Sweep To Right */
.btn-effect {
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;

    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);

    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;

    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-effect:hover,
.btn-effect:focus,
.btn-effect:active {
    color: #009EE3;
}

.btn-effect:hover:before,
.btn-effect:focus:before,
.btn-effect:active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title.white {
    color: #fff;
}

.sec-title h2 {
    font-size: 36px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.sec-title.white h2 {
    color: #fff;
}

.sec-title h2:after {
    border-bottom: 1px solid #009ee3;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}

.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}

.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}


/**
/*  Preloader
/* ==========================================*/

#preloader {
    background-color: #2b3848;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*Battery*/
.loder-box {
    /* background-color: rgba(0, 0, 0, 0.02); */
    border-radius: 1px;
    height: 100px;
    left: 50%;
    margin-left: -64px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 128px;
}

.battery {
    width: 60px;
    height: 25px;
    top: 35%;
    border: 1px #00ffef solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
    -moz-animation: charge 5s linear infinite;
    animation: charge 5s linear infinite;
    margin: 0 auto;
}

.battery:after {
    background-color: #00ffef;
    border-radius: 0 1px 1px 0;
    content: "";
    height: 10px;
    position: absolute;
    right: -5px;
    top: 7px;
    width: 3px;
}

@-webkit-keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #00ffef;
    }

    100% {
        box-shadow: inset 60px 0px 0px #00ffef;
    }
}

@-moz-keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #00ffef;
    }

    100% {
        box-shadow: inset 60px 0px 0px #00ffef;
    }
}

@keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #00ffef;
    }

    100% {
        box-shadow: inset 60px 0px 0px #00ffef;
    }
}


/**
/*  Header
/* ==========================================*/

#navigation {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    background-color: #000000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
}

#navigation.animated-header {
    padding: 14px 0px 25px 0px;
}
header#navigation.navbar-shrink{
     padding: 14px 0px 25px 0px;
}
h1.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}


/*=================================================================
    Home Slider
==================================================================*/


#home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 50%;
    min-height: 100%;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 11;
    max-width: 1140px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: flex;
    padding: 20px 40px;
    max-width: 50%;
    align-items: center;
    flex-wrap: wrap;
}

.caption-content h2 {
    color: #fff;
    font-size: 62px;
    /* font-weight: 400; */
    margin: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
}

.caption-content>span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: none;
    line-height: 1.5;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

/* Default styles for background colors

.btn-effect:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;

    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

.btn-effect:hover,
.btn-effect:active {
    color: #0e83cd;
}

.btn-effect:hover:after,
.btn-effect:active:after {
    width: 100%;
} */


/* Project laughtbox setup */

.fancybox-item.fancybox-close {
    background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../img/right.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    right: 0;
}

.fancybox-prev span {
    background: url("../img/left.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    left: 0;
}

/*=================================================================
    About
==================================================================*/

#about {
    background-color: #2a3747;
    color: #fff;
    height: 740px;
    background-size: contain;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#about h3 {
    color: #fff;
    margin: 0 0 35px;
    text-transform: uppercase;
}

#about .welcome-block h3 {
    margin: 0 0 65px;
}

#about .welcome-block img {
    border: 3px solid #fff;
    border-radius: 50%;
    margin-right: 35px;
    max-width: 100px;
}

#about .message-body {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 70px;
}

.owl-buttons {
    border: 2px solid #fff;
    display: inline-block;
    float: right;
    padding: 1px 8px 5px;
}

.owl-buttons>div {
    display: inline-block;
    padding: 0 5px;
}

.welcome-message {
    padding: 0 50px;
}

.welcome-message img {
    display: block;
    height: auto;
    max-width: 100px;
    float: left;
}

.welcome-message p {
    font-size: 13px;
    margin-left: 135px;
}

/*=================================================================
    Services
==================================================================*/

.service-icon {
    border: 3px solid transparent;
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 101px;

    -webkit-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -o-transform: rotate(47deg);
    transform: rotate(47deg);

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-item:hover .service-icon {
    border: 3px solid #009ee3;
    margin-bottom: 20px;
    color: #009ee3;
}

.service-icon i {
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    transform: rotate(-48deg);
}

.service-item h3 {
    font-size: 46px;
    text-transform: uppercase;
    color: #00ffef;
    font-weight: 900;
}

/*=================================================================
    Portfolio
==================================================================*/

.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.project-wrapper li {
    display: inline-block;
}

.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    width: 32%;
}

figcaption.mask {
    background-color: rgba(54, 55, 50, 0.79);
    bottom: -126px;
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: left;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;

    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #009EE3;
    color: #fff;
}

.portfolio-item:hover ul.external {
    top: 0;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 15px;
}

.fancybox-title h3 {
    margin: 0 0 15px;
}

.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-title-inside-wrap {
    padding-top: 0;
}

/*=================================================================
    Testimonials
==================================================================*/


#testimonials {
    background-image: url(../img/Testimonial_BG.png);
    padding: 0;
    color: #fff;
}

#testimonials .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#testimonials .overlay {
    /* background-color: rgba(15,155,224, 0.78); */
    padding: 125px 0 40px;
}

.testimonial-item {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 64%;
    background: #222d3a75;
}

.testimonial-item img {
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: auto;
    max-width: 100px;
}

.testimonial-item>div {
    line-height: 30px;
    position: relative;
    padding: 30px;
    text-align: left;
}

.testimonial-item>div:before {
    background-image: url("../img/icons/quotes.png");
    background-repeat: no-repeat;
    height: 60px;
    left: 30px;
    position: absolute;
    width: 86px;
    top: 30px;
}

.testimonial-item>div:after {
    background-image: url("../img/icons/quotes.png");
    background-position: -58px 0;
    background-repeat: no-repeat;
    bottom: -50px;
    height: 33px;
    position: absolute;
    right: 0;
    width: 45px;
    display: none;
}

.testimonial-item>div>span {
    display: inline-block;
    font-weight: 700;
    margin: 40px 0 30px;
    text-transform: uppercase;
    visibility: hidden;
}

#testimonials .owl-controls {
    margin-top: 20px;
    text-align: center;
    position: relative;
    top: -80px;
}

#testimonials .owl-buttons {
    border: 2px solid #fff;
    float: inherit;
}

#testimonials .owl-prev:hover,
#testimonials .owl-next:hover {
    color: #fff;
}

.price-table {
    border: 1px solid #e3e3e3;
}

.price-table.featured {
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.19);
}

.price-table>span {
    color: #252525;
    display: block;
    font-size: 24px;
    padding: 30px 0;
    text-transform: uppercase;
}

.price-table .value {
    background-color: #f8f8f8;
    color: #727272;
    padding: 20px 0;

    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.price-table.featured .value {
    background-color: #009EE3;
    color: #fff;
}

.price-table .value span {
    display: inline-block;
}

.price-table .value span:first-child {
    font-size: 32px;
    line-height: 32px;
}

.price-table .value span:nth-child(2) {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 25px;
}

.price-table .value span:last-child {
    font-size: 16px;
}

.price-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.price-table ul li {
    border-top: 1px solid #e3e3e3;
    display: block;
    padding: 25px 0;

    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.price-table ul li a {
    display: block;
    text-transform: uppercase;
}

.price-table.featured ul li:last-child,
.price-table ul li:last-child:hover {
    background-color: #009EE3;
}

.price-table.featured ul li:last-child a,
.price-table ul li:last-child:hover a {
    color: #fff;
}


/*=================================================================
    Price
==================================================================*/

#social {
    background-image: url(../img/slider/banner.jpg);
    padding: 0;
}

#social .overlay {
    background: url("../img/slide_bg.png") repeat scroll 0 0 transparent;
    padding: 100px 0 120px;
}

.social-button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-button li {
    display: inline-block;
}

.social-button li:nth-child(2) {
    margin: 0 75px;
}

.social-button li a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 90px;
    line-height: 96px;
    width: 90px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.social-button li a:hover {
    color: #008ECC;
    border: 2px solid #008ECC;
}


/*=================================================================
    Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    height: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}

textarea.form-control {
    width: 100%;
    height: 115px;
}

#submit:hover {
    color: #fff;
}

#submit:before {
    background-color: #0A85BB;
}

#submit.btn-effect:after {
    background: #2E2E2E;
}

.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}


/*============================================================
    Google Maps
==============================================================*/

#google-map {
    padding: 0;
}

#map-canvas {
    width: 100%;
    height: 300px;
}


/*============================================================
    Footer
==============================================================*/

#footer {
    background-color: #2a3848;
    padding: 70px 0 150px;
    color: #fff;
    position: relative;
    z-index: 999;
}

.footer-content {
    width: 390px;
    margin: 0 auto;
}

.footer-content>div {
    margin-bottom: 40px;
}

.footer-content>div>p:first-child {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.subscribe-form {
    position: relative;
}

.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}

.subscribe.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    padding: 13px 20px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}

.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;

    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
}

.footer-content .footer-social {
    margin: 40px 0 35px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 3px;
}

.footer-social ul li a {
    color: #7f7f7f;
    display: block;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.footer-social ul li a:hover {
    color: #009EE3;
}

.footer-content>p {
    color: #ababab;
    font-size: 12px;
}


/*============================================================ 
    Responsive Styles
 ============================================================*/

/*============================================================
    For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {

    /*about*/
    #about .welcome-block img {
        margin-bottom: 30px;
    }

    /* portfolio */
    figcaption.mask {
        bottom: -151px;
    }

    .testimonial-item>div:after {
        bottom: -40px;
    }
}


/*============================================================
    Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

    /* home slider  */
    .caption-content h2 {
        font-size: 60px;
        margin-bottom: 0;
    }
.leftss{
    padding-left: 52px !important;
}
    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 45px;
    }

    /* about */
    .recent-works {
        margin-bottom: 50px;
    }

    .service-item {
        margin-bottom: 50px;
    }

    /* portfolio */
    .portfolio-item {
        width: 48%;
    }

    /* testimonial */
    .testimonial-item {
        width: 100%;
    }

    .testimonial-item {
        width: 80%;
    }

    .testimonial-item>div:after {
        bottom: -35px;
    }

    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }
}


/*============================================================
    Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {

    body {
        font-size: 14px;
    }

 #collaborate1{
        padding: 10px 0px 94px 0px !important;
    height: auto !important;
}
    .parallax {
        background-position: centet tip !important;
    }

    .sec-title h2 {
        font-size: 25px;
    }

    .sec-title h2:after {
        left: 30%;
    }

    /*navigation*/
    .navbar-inverse .navbar-toggle {
        border-color: transparent;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }

    /* slider */
    .caption-content h2 {
        font-size: 40px;
        margin-bottom: 0;
        max-width: 250px;
    }   
    
    

    .caption-content h3 {
        font-size: 47px !important;
        margin: 0;
    }

    .slide-caption .caption-content {
        max-width: 100%;
        padding: 0 15px;
    }

    .caption-content>span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .caption-content strong {
        font-size: 22px;
    }

    /* about */
    .recent-works {
        margin-bottom: 85px;
    }

    #about h3 {
        font-size: 18px;
        margin: 0 0 35px !important;
    }

    #about .owl-buttons {
        margin-top: 20px;
    }

    #about .message-body {
        margin-bottom: 45px;
    }

    #about .welcome-block img {
        margin: 0 25px 15px 0;
    }

    /* service */
    .service-item {
        width: 100%; 
            padding-left: 0px !important;
    text-align: center !important
    }

    /*portfolio*/
    .portfolio-item {
        margin: 0 auto 10px;
        font-size: 14px;
        width: 280px;
    }

    figcaption.mask {
        bottom: -107px;
        color: #fff;
        padding: 15px;
    }

    /* lightbox */
    .fancybox-title h3 {
        font-size: 20px;
    }

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

    /* testimonial */
    .testimonial-item {
        width: 95%;
    }

    .testimonial-item>div:before,
    .testimonial-item>div:after {
        /* background-image: none; */
    }

    .testimonial-item>div>span {
        margin: 30px 0 20px;
    }

    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* follow us */
    .social-button li:nth-child(2) {
        margin: 0 25px;
    }

    .social-button li a {
        height: 65px;
        line-height: 71px;
        width: 65px;
    }

    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

    /* footer */
    .footer-content {
        width: 100%;
    }

    .footer-social ul li {
        margin: 0 7px;
    }
}


/*============================================================
    Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .sec-title h2:after {
        left: 38%;
    }

    /* home slider */
    .caption-content h2 {
        font-size: 35px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 35px;
    }

    /*about*/

    #about .welcome-block h3 {
        margin: 0 0 35px;
    }

    /* service */

    .service-item {
        margin: 0 auto 50px;
        width: 55%;
    }

    /* portfolio */
    .portfolio-item {
        width: 48%;
    }

    figcaption.mask {
        bottom: -132px;
    }

    /* testimonial */
    .testimonial-item {
        width: 80%;
    }

    .testimonial-item>div:before {
        bottom: 160px;
    }

    /* social */
    .social-button li:nth-child(2) {
        margin: 0 50px;
    }

    .social-button li a {
        height: 90px;
        line-height: 96px;
        width: 90px;
    }

    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

    /* footer */
    .footer-content {
        width: 380px;
    }
}


.caption-content h3 {
    color: #00ffef;
    font-size: 58px;
    text-transform: uppercase;
    margin: 0;
}

.about-content {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 0%;
    text-align: center;
}

.about-content p {
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    color: #00ffef;
    font-weight: 700;
    line-height: 1;
}

section#trustedby {
    background: #2b3848;
    padding-top: 100px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

section#trustedby .cust-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

section#trustedby .cust-row .col {
    flex: 0 0 20%;
    text-align: center;
    padding: 2% 0;
}

section#trustedby h3 {
    font-size: 37px;
    color: #00ffef !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 25px;
}

section#collaborate {
    padding: 30px 0;
    background-size: cover;
    height: 380px;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 99;
    position: relative;
}
section#collaborate1 {
    padding: 60px 0;
    background-size: cover;
    height: 350px;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 99;
    position: relative;
	margin-top:-10px;
}

section#collaborate h2 {
    text-align: center;
    font-size: 91px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 900;
    line-height: 1;
}

section#collaborate h2 span {
    color: #222d3a;
}

section#service {
    background: #222d3a;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
    padding-top: 200px;
    z-index: 0;
    position: relative;
    padding-bottom: 100px;
}

section#service:before {
   /* position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 500px;
    height: 500px;
    background-image: url(../img/lock.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    content: "";*/
}

.service-item p {
    color: #fff;
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 600;
    max-width: 80%;
}

.service-item a {
    font-size: 33px;
    color: #00c8df;
    display: block;
    margin-top: 20px;
}

.service-item {
    text-align: left;
    padding-left: 75px;
}

section#service .row {
    align-items: center;
    display: flex;
    padding: 0 100px;
}

.service-item- img {
    max-width: 100%;
    width: 100%;
}

section#service {
    position: relative;
}

section#service:after {
   /* content: "";
    position: absolute;
    bottom: -102px;
    z-index: 0;
    width: 100%;
    height: 200px;
    background-image: url(../img/services-bottom.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.testimonial-item>div p {
    font-size: 19.5px;
    font-family: 'Barlow';
}

.testimonial-by {
    padding-top: 20px;
}

.testimonial-by p {
    color: #00ffef;
    padding-bottom: 5px;
}

.testimonial-by label {
    font-weight: 300;
    line-height: 1.6;
}

.footer-social ul li:first-child {
    margin-left: 0
}

.footer-content p {
    font-size: 19.5px;
    font-family: 'Barlow';
    font-weight: 400;
    color: #fff;
}

.footer-content h3 {
    font-size: 27px;
    color: #00ffef;
    font-weight: 600;
}

.nav-dots {
    text-align: center;
    position: absolute;
    bottom: 2%;
    height: 30px;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none !important;
}

.service-image {
    position: relative;
    width: fit-content;
}

.service-image button.popup-play {
    position: absolute;
    left: 140px;
    top: 135px;
    background: transparent;
    border: none;
}

.service-image h2 {
    font-size: 65px;
    text-transform: uppercase;
    text-align: right;
    margin: 0;
    font-weight: 900;
    position: relative;
    top: -90px;
    margin-bottom: -55px;
    color: #000;
}

.service-image>img {
    max-width: 100%;
    width: 360px;
}

.service-image a.btn-default {
    font-size: 40px;
    display: block;
    background: #222d3a;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Barlow';
    margin: 5px 0 15px;
}
.service-image a.btn-enroll:hover{
    cursor: pointer;
    background: #00CBE1 !important;
}
.service-image a.btn-enroll {
    background: #00ffef;
    display: block;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Barlow';
}

.accord-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.accord-title h2 {
    color: #00c8df;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 900;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: transparent;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Barlow';
}
.panel-default>.panel-heading a:hover{
    color: #00c8df;
    cursor: pointer;
}
.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    font-size: 25px;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: transparent;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel.panel-default {
    border: none !important;
    box-shadow: 0 3px 0px rgb(0 255 239);
    border-radius: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.panel-body {
    border: none !important;
    font-size: 19px;
    color: #000;
    font-family: 'Myriad Pro Regular';
    font-weight: 400;
    padding: 15px 0;
}

.panel-body p {
    padding-bottom: 15px;
}

div#videoModal iframe {
    width: 100%;
}

div#videoModal .modal-body {
    padding: 0;
    background: #000;
}

div#videoModal .modal-header {
    position: absolute;
    right: 0;
    top: 0;
    background: #00ffef;
    z-index: 9;
    padding: 5px;
}

div#videoModal button.close {
    color: #fff;
    opacity: 1;
}

section#trustedby.trustedby h3 {
    color: #00ffef;
    padding-top: 30px;
}

.service-image.m-block {
    display: none;
}

section.about-banner {
    background: url(../img/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
}

section.about-banner .content {
    max-width: 50%;
    z-index: 9;
    position: relative;
}

section.about-banner .content h2 {
    color: #fff;
    font-size: 42px;
}

section.about-banner .content p {
    font-size: 19px;
    color: #fff;
}
#service #1 .service-item, #service #2 .service-item{
    padding: 0px 20px!important;
}
.main-title h3{
    font-size: 50px;
    color: #fff !important;
}
section#why-us .main-title h2 {
    color: #00ffef;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
}

section#why-us {
    background-color: #2b3848;
}

section#leadership {
    background-color: #2b3848;
    padding-top: 0;
}

section#leadership .main-title h3 {
    color: #00ffef;
    text-transform: uppercase;
    font-size: 49px;
    line-height: 1;
}

.check-list {
    margin: 30px 0;
    font-size: 24px;
    color: #fff;
    max-width: 85%;
    min-height: 100px;
}

.check-list img {
    margin-bottom: 15px;
}

.check-list p {
    line-height: 1.2;
}

.leadership-image img {
    width: 100%;
}

.leadership-content h3 {
    color: #00ffef;
    font-size: 33px;
    margin-bottom: 0;
}

.leadership-content h4 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
}
.leadership-content{
    padding-left: 30px;
}
.leadership-content p {
    font-size: 20px;
    color: #fff;
    font-family: 'Barlow'; 
}

.cust-margin {
    margin: 30px 0 60px;
}

.navbar-inverse .navbar-nav>li>a.active {
    color: #00ffef;
}

.octagonWrap {
    width: 400px;
    height: 400px;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.octagon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transform: rotate(45deg);
    /* background: #777; */
    border: 10px solid #00c7de;
}
.octagon:before {
    position: absolute;
    /* There needs to be a negative value here to cancel
     * out the width of the border. It's currently -3px,
     * but if the border were 5px, then it'd be -5px.
     */
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    transform: rotate(45deg);
    content: '';
    border: inherit;
}

span.page-title {
    color: #787878;
    text-transform: uppercase;
    font-size: 14.5px;
    font-family: 'Barlow';
    font-weight: 600;
}

h2.blog-title {
    margin: 0;
    font-size: 49.5px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blogs-hash {
    font-size: 9px;
    color: #000;
    font-weight: 800;
    font-family: 'Barlow';
}

.blogs-hash span {
    display: inline-block;
    margin-right: 10px;
}

h3 {}

.blog-by h3 {
    color: #000;
    font-size: 16.58px;
    font-family: 'Barlow';
    font-weight: 500;
}

label.date-time {
    color: #787878;
    font-weight: 900;
    font-family: 'Barlow';
    font-size: 16px;
    margin-bottom: 15px;
}

.blog-excerpt p {
    font-size: 20px;
    font-family: 'Barlow';
    font-weight: 700;
    color: #000;
}

.blog-excerpt a {
    display: block;
    text-align: right;
    color: #00c8df;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0;
}

.blog-excerpt a img {
    padding-left: 5px;
}

.blog-box {
    max-width: 100%;
}

.blog-box.small-box h2.blog-title {
    font-size: 18px;
    margin: 10px 0;
}

.blog-box.small-box {
    max-width: 100%;
    padding: 50px 40px;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    margin-bottom: 20px;
}

.blog-box.small-box .blog-by {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 30px;
}

.blog-box.small-box label.date-time {
    margin: 0;
}

.blog-box {
    padding: 40px;
}

section.blog-listing .blog-box.small-box:hover {
    box-shadow: 3px 3px 9px 5px rgba(0,0,0,0.20);
    -webkit-box-shadow: 3px 3px 9px 5px rgba(0,0,0,0.20);
    -moz-box-shadow: 3px 3px 9px 5px rgba(0,0,0,0.20);
}

section.blog-listing .blog-box:hover h2.blog-title {
    color: #00c8df;
}

section.blog-banner {
    min-height: 300px;
    background: #2a3848;
}

section.blog-banner .page-title h1 {
    font-size: 43px;
    font-weight: 600;
    color: #fff;
}

section.blog-banner .page-title p {
    font-size: 17px;
    color: #fff;
    font-family: 'Barlow';
}

section.blog-banner 
 .blog-in-banner .blog-box.small-box {
    padding: 0;
    border: none;
}

section.blog-banner .blog-in-banner .blog-box.small-box span.page-title {
    font-size: 18px;
}

section.blog-banner .blog-in-banner .blog-box.small-box h2 {
    color: #fff;
    font-size: 25px;
}

section.blog-banner .blog-in-banner .blog-box.small-box .blog-by {
    justify-content: flex-start;
}

section.blog-banner .blog-in-banner .blog-box.small-box label {
    margin-right: 35px;
    font-weight: 400;
    font-size: 15px;
}

section.blog-banner .blog-in-banner .blog-box.small-box label:first-child {
    color: #fff;
}

section.blog-listing .row {
    display: flex;
    flex-wrap: wrap;
}

section.blog-listing .blog-box.small-box:before {
    content: "";
    background: #d1d1d1;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 60px;
}

.blog-box.small-box {
    position: relative;
}


.pagination li a {
    border: none;
    font-family: 'Barlow';
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.pagination li.page-item.active a {
    background-color: #00ffef;
    border-radius: 0;
}

.pagination li {
    margin-right: 20px;
    display: inline-block;
}

nav.Pager1 {
    margin: 25px 45px 0;
}

section.single-blog .blog-excerpt p {
    font-family: 'Myriad Pro Regular';
    font-weight: 400;
    padding-bottom: 25px;
}

.social-share ul {
    display: flex;
    flex-wrap: wrap;
}

.social-share ul.nav li a {
    background: #00c8df;
    color: #fff;
    font-size: 20px;
    padding: 5px 15px;
    min-width: 150px;
    text-align: center;
}

.social-share li {
    margin-right: 20px;
    margin-bottom: 10px;
}

section.single-blog .blog-box {
    padding-left: 0;
    padding-right: 0;
}

.blog-tags {
    margin: 50px 0;
    font-size: 12px;
    font-family: 'Myriad Pro Regular';
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-style: italic;
}

.blog-tags span {
    margin-left: 20px;
    display: inline-block;
    color: #00c8df;
}

.blog-prev {
    border: 3px solid #ccc;
    border-radius: 10px;
    padding: 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.blog-prev .blog-content {
    text-align: right;
    max-width: 60%;
}

.blog-prev .blog-content label {
    color: #797979;
    font-size: 12.5px;
    font-family: 'Barlow';
    margin: 0;
}

.blog-prev .blog-content h4 {
    font-size: 17px;
    margin: 0;
    margin-bottom: 10px;
}

.blog-next {
    border: 3px solid #ccc;
    border-radius: 10px;
    padding: 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}

.blog-next .blog-content {
    text-align: right;
    max-width: 60%;
}

.blog-next .blog-content label {
    color: #797979;
    font-size: 12.5px;
    font-family: 'Barlow';
    margin: 0;
}

.blog-next .blog-content h4 {
    font-size: 17px;
    margin: 0;
    margin-bottom: 10px;
}

.blog-next img {
    transform: rotate(180deg);
}

.blog-next .blog-content {
    text-align: left;
}

.blog-next:hover, .blog-prev:hover {
    box-shadow: 3px 3px 9px 5px rgba(0,0,0,0.20);
    -webkit-box-shadow: 3px 3px 9px 5px rgba(0,0,0,0.20);
    -moz-box-shadow: 3px 3px 9px 5px rgba(0,0,0,0.20);
}

section.single-blog-banner .banner {
    padding: 100px 50px;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
}

section.single-blog-banner .banner:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    left: 0;
    top: 0;
}

section.single-blog-banner .banner .banner-content {
    z-index: 99;
    position: relative;
}

section.single-blog-banner .banner .banner-content label {
    color: #fff;
    font-size: 16px;
    font-family: 'Barlow';
    font-weight: 600;
}

section.single-blog-banner .banner .banner-content h2.post-title {
    font-size: 39px;
    margin: 0;
    color: #fff;
}

section.single-blog-banner {
    padding: 0;
}

section.single-blog {
    padding: 0 0 70px;
}

.hexagon {
    position: relative;
    height: 515px;
    width: 470px;
    background: #00c6dd;
}
.hexagon:before, .double:after {
  position: absolute;
  content: '';
}
.hexagon:before {
  top: 10px;  /* border width */
  left: 10px;  /* border width */
  height: calc(100% - 20px);  /* 100% - (2 * border width) */
  width: calc(100% - 20px);  /* 100% - (2 * border width) */
  background: #6c6;
}
.hexagon, .hexagon:before, .double:after {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.image:before {
  background: url(http://lorempixel.com/150/150/nature/1);
}
.double:after {
  top: 8px;
  left: 8px;
  height: calc(100% - 16px);
  width: calc(100% - 16px);
  background: black;
}

section.blog-banner {
    min-height: 300px;
    background: #2a3848;
    padding-bottom: 140px;
}

section#services-listing {
    margin-bottom: 100px;
}



/* Just for demo */

.hexagon {
  display: inline-block;
  margin: 20px;
}
div#testimonial {
    overflow-x: hidden;
}
.owl-nav.disabled {
    display: none;
}
div#testimonial .owl-stage {
    display: flex;
}

#testimonial .owl-dots {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

#testimonial button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin: 0 2px;
    background: transparent;
    border: 2px solid #fff;
}

#testimonial button.owl-dot.active {
    background: #fff;
}

.testimonial-item {
    min-height: 460px;
}

@media (max-width: 820px) {
    .service-item {
    text-align: left;
    padding-left: 15px;
}
#why-us .aboubox{
    height: auto !important;
}
#why-us .aboubox .check-list{
    margin-top: 5px;
    margin-bottom: 0px;
}
section#home-slider video {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
    .hexagon {
    width: 300px;
    height: 340px;
}
    section#service .row {
        padding: 0 50px;
    }
    #about {
        background-color: #2a3747;
        color: #fff;
        height: 475px;
        background-size: cover;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .about-content p {
        font-family: 'Barlow', sans-serif;
        font-size: 24px;
        color: #00ffef;
        font-weight: 700;
        padding: 0 15px;
        line-height: 1;
    }

    section#trustedby .cust-row .col {
        flex: 0 0 33%;
        text-align: center;
        padding: 2% 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section#trustedby .cust-row .col img {
        max-width: 70%;
    }

    section#collaborate h2 {
        font-size: 42px;
    }

    section#collaborate {
        height: 240px;
    }

    section#service {
        padding-top: 150px;
    }

    section#service:before {
        width: 100%;
    }

    div#testimonial {
        display: block;
    }
    .service-image {
        display: none;
    }
    .service-image.m-block {
        display: flow-root;
        width: 100%;
        margin-top: 80px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #00ffef;
        width: 35px;
    }
.navbar-toggle .icon-bar{
    height: 2px!important;
}
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }

    .navbar-inverse .navbar-brand img {
        max-width: 100%;
        margin-top: 10px;
    }

    #navigation.animated-header {
        padding: 10px  0px 0;
    }
    
    #footer {
        background-color: #2a3848;
        padding: 70px 0 20px;
        color: #fff;
    }

    section.about-banner .content {
        max-width: 100%;
    }
    section#why-us .main-title h2 {
        font-size: 50px;
    }
    .leadership-image img {
        width: auto;
    }
    .footer-content {
        width: 100%;
        margin: 0 auto;
    }
    .service-item h3 {
        font-size: 35px;
    }
    .service-item p {
        max-width: 100%;
    }
    .service-item a {
        font-size: 25px;
        text-align: center;
    }
    .about-content {
        max-width: 500px;
        margin: 0 auto;
        padding-top: 2%;
        text-align: center;
    }
    .slide-caption {
        max-width: 700px;
    }
    .slide-caption .caption-content {
        max-width: 75%;
        flex-direction: column;
        padding: 20px 0px 0 36px;
        text-align: left;
        align-items: flex-start;
    }
    .caption-content h3 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    h1.navbar-brand {
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
        padding: 0;
        max-width: 200px;
    }
    #home-slider {
       height: 100vh !important;
    }
    .slide-caption {
        max-width: 700px;
        top: -10%;
    }
    section.blog-banner .page-title {
        margin-bottom: 35px;
    }

    section.blog-banner .blog-in-banner .blog-box.small-box h2 {
        font-size: 18px;
        font-weight: 500;
    }

    section.blog-banner .blog-in-banner .blog-box.small-box .blog-by {
        top: 0;
    }
    .blog-box {
        padding: 0;
    }

    h2.blog-title {
        font-size: 30px;
        -webkit-line-clamp: initial;
    }
    nav.Pager1 {
        margin: 0;
    }

    .pagination li {
        margin: 0;
    }
    .pagination li a {
        padding: 2px 7px;
    }
    section.blog-listing .col-md-8 {
        width: 66.66666667%;
    }

    section.blog-listing .col-md-4 {
        width: 33.33333333%;
    }

    .blog-box.small-box {
        padding: 20px;
    }
    .blog-box.small-box .blog-by {
        top: 14px;
    }
    section.blog-listing .blog-box.small-box:before {
        bottom: 35px;
    }
}

@media (max-width: 767px) {
    h1.navbar-brand {
        padding-left: 10px;
    }

    .about-content h3 {
    font-size: 35px;
    color: #fff;
}
    section.single-blog-banner .banner {
        padding: 50px 25px;
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        position: relative;
    }
    section.single-blog-banner .banner .banner-content h2.post-title {
        font-size: 26px;
    }
    section.single-blog-banner {
        padding-bottom: 30px;
    }
    .blog-by h3 {
        margin-top: 0;
        margin-bottom: 5px;
    }
    label.date-time {
        font-weight: 400;
        font-size: 12px;
    }
    .blog-box.small-box {
        padding: 50px 40px;
    }
    .blog-box.small-box .blog-by {
        top: 35px;
    }
    section.blog-listing .blog-box.small-box:before {
        bottom: 60px;
    }
    section.blog-listing .col-md-8 {
        width: 100%;
    }

    section.blog-listing .col-md-4 {
        width: 100%;
    }
    .about-content {
        max-width: 500px;
        margin: 0 auto;
        padding-top: 7%;
        text-align: center;
    }
    section#service .row {
        flex-direction: column;
        padding: 0;
        margin-bottom: 30px;
    }

    section#service .row:nth-child(even) {
        flex-direction: column-reverse;
    }
    #about {
        background-color: #2a3747;
        color: #fff;
        height: 410px;
        background-size: cover;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .about-content p {
        font-family: 'Barlow', sans-serif;
        font-size: 26px;
        color: #00ffef;
        font-weight: 700;
        padding: 0 15px;
        line-height: 1;
    }
    section#home-slider video {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
#home-slider {
    height: 100vh!important;
}
}

@media (max-width: 395px) {
    .hexagon {
        width: 250px;
        height: 300px;
    }

    section#collaborate h2 {
    font-size: 39px;
}
h1.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    padding: 10px 15px;
    width: 75%;
}
.navbar-inverse .navbar-brand img {
    max-width: 70%;
}
}
#target .fixed {
    z-index: -1;
 position: fixed;
}
#target .fixed .box{
 position: fixed;

}
.services-accordions {
    z-index: 99;
    position: relative;
}
#navigation.animated-header {
    z-index: 999 !important;
}
@media (max-width: 1024px) {
    section#home-slider video {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.box{
    margin-left: 20px;
}
.slide-caption {
    max-width: 920px;
}
#slider.sl-slider-wrapper {
    height: 100% !important;
}

}
@media (min-width: 801px) {
    #target .fixed {
        position: fixed;
        top: 110px;
        left: 50%;
        /*display: none;*/
        z-index: 1;
        max-width: 1140px;
        width: 100%;
        transform: translateX(-50%);
    }
    .service-image {
        max-width: 400px;
    }
}